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