Search for interface

  1. Search 7.x for interface
  2. Search 9.5.x for interface
  3. Search 10.3.x for interface
  4. Search 11.x for interface
  5. Other projects
Title Object type File name Summary
AccountProxyInterface.php file core/lib/Drupal/Core/Session/AccountProxyInterface.php
AccountProxyInterface::getAccount function core/lib/Drupal/Core/Session/AccountProxyInterface.php Gets the currently wrapped account.
AccountProxyInterface::setAccount function core/lib/Drupal/Core/Session/AccountProxyInterface.php Sets the currently wrapped account.
AccountProxyInterface::setInitialAccountId function core/lib/Drupal/Core/Session/AccountProxyInterface.php Sets the id of the initial account.
AccountSwitcherInterface interface core/lib/Drupal/Core/Session/AccountSwitcherInterface.php Defines an interface for a service for safe account switching.
AccountSwitcherInterface.php file core/lib/Drupal/Core/Session/AccountSwitcherInterface.php
AccountSwitcherInterface::switchBack function core/lib/Drupal/Core/Session/AccountSwitcherInterface.php Reverts to a previous account after switching.
AccountSwitcherInterface::switchTo function core/lib/Drupal/Core/Session/AccountSwitcherInterface.php Safely switches to another account.
ActionConfigEntityInterface interface core/modules/system/src/ActionConfigEntityInterface.php Provides an interface defining a action entity.
ActionConfigEntityInterface.php file core/modules/system/src/ActionConfigEntityInterface.php
ActionConfigEntityInterface::getPlugin function core/modules/system/src/ActionConfigEntityInterface.php Returns the operation plugin.
ActionConfigEntityInterface::getType function core/modules/system/src/ActionConfigEntityInterface.php Returns the operation type.
ActionConfigEntityInterface::isConfigurable function core/modules/system/src/ActionConfigEntityInterface.php Returns whether or not this action is configurable.
ActionInterface interface core/lib/Drupal/Core/Action/ActionInterface.php Provides an interface for an Action plugin.
ActionInterface.php file core/lib/Drupal/Core/Action/ActionInterface.php
ActionInterface::access function core/lib/Drupal/Core/Action/ActionInterface.php Checks object access.
ActionInterface::executeMultiple function core/lib/Drupal/Core/Action/ActionInterface.php Executes the plugin for an array of objects.
AliasManagerInterface interface core/modules/path_alias/src/AliasManagerInterface.php Find an alias for a path and vice versa.
AliasManagerInterface interface core/lib/Drupal/Core/Path/AliasManagerInterface.php Find an alias for a path and vice versa.
AliasManagerInterface.php file core/lib/Drupal/Core/Path/AliasManagerInterface.php
AliasManagerInterface.php file core/modules/path_alias/src/AliasManagerInterface.php
AliasManagerInterface::cacheClear function core/lib/Drupal/Core/Path/AliasManagerInterface.php Clear internal caches in alias manager.
AliasManagerInterface::getAliasByPath function core/lib/Drupal/Core/Path/AliasManagerInterface.php Given a path, return the alias.
AliasManagerInterface::getPathByAlias function core/lib/Drupal/Core/Path/AliasManagerInterface.php Given the alias, return the path it represents.
AliasRepositoryInterface interface core/lib/Drupal/Core/Path/AliasRepositoryInterface.php Provides an interface for path alias lookup operations.
AliasRepositoryInterface interface core/modules/path_alias/src/AliasRepositoryInterface.php Provides an interface for path alias lookup operations.
AliasRepositoryInterface.php file core/modules/path_alias/src/AliasRepositoryInterface.php
AliasRepositoryInterface.php file core/lib/Drupal/Core/Path/AliasRepositoryInterface.php
AliasRepositoryInterface::lookupByAlias function core/lib/Drupal/Core/Path/AliasRepositoryInterface.php Searches a path alias for a given alias.
AliasRepositoryInterface::lookupBySystemPath function core/lib/Drupal/Core/Path/AliasRepositoryInterface.php Searches a path alias for a given Drupal system path.
AliasRepositoryInterface::pathHasMatchingAlias function core/lib/Drupal/Core/Path/AliasRepositoryInterface.php Check if any alias exists starting with $initial_substring.
AliasRepositoryInterface::preloadPathAlias function core/lib/Drupal/Core/Path/AliasRepositoryInterface.php Pre-loads path alias information for a given list of system paths.
AliasStorageInterface interface core/lib/Drupal/Core/Path/AliasStorageInterface.php Provides a class for CRUD operations on path aliases.
AliasStorageInterface.php file core/lib/Drupal/Core/Path/AliasStorageInterface.php
AliasStorageInterface::aliasExists function core/lib/Drupal/Core/Path/AliasStorageInterface.php Checks if alias already exists.
AliasStorageInterface::delete function core/lib/Drupal/Core/Path/AliasStorageInterface.php Deletes a URL alias.
AliasStorageInterface::getAliasesForAdminListing function core/lib/Drupal/Core/Path/AliasStorageInterface.php Loads aliases for admin listing.
AliasStorageInterface::languageAliasExists function core/lib/Drupal/Core/Path/AliasStorageInterface.php Checks if there are any aliases with language defined.
AliasStorageInterface::load function core/lib/Drupal/Core/Path/AliasStorageInterface.php Fetches a specific URL alias from the database.
AliasStorageInterface::lookupPathAlias function core/lib/Drupal/Core/Path/AliasStorageInterface.php Returns an alias of Drupal system URL.
AliasStorageInterface::lookupPathSource function core/lib/Drupal/Core/Path/AliasStorageInterface.php Returns Drupal system URL of an alias.
AliasStorageInterface::pathHasMatchingAlias function core/lib/Drupal/Core/Path/AliasStorageInterface.php Check if any alias exists starting with $initial_substring.
AliasStorageInterface::preloadPathAlias function core/lib/Drupal/Core/Path/AliasStorageInterface.php Pre-loads path alias information for a given list of source paths.
AliasStorageInterface::save function core/lib/Drupal/Core/Path/AliasStorageInterface.php Saves a path alias to the database.
AliasWhitelistInterface interface core/lib/Drupal/Core/Path/AliasWhitelistInterface.php Cache the alias whitelist.
AliasWhitelistInterface interface core/modules/path_alias/src/AliasWhitelistInterface.php Cache the alias whitelist.
AliasWhitelistInterface.php file core/modules/path_alias/src/AliasWhitelistInterface.php
AliasWhitelistInterface.php file core/lib/Drupal/Core/Path/AliasWhitelistInterface.php
AlterableInterface interface core/lib/Drupal/Core/Database/Query/AlterableInterface.php Interface for a query that can be manipulated via an alter hook.
AlterableInterface.php file core/lib/Drupal/Core/Database/Query/AlterableInterface.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.