Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| AccountInterface::getLastAccessedTime | function | core/ |
The timestamp when the account last accessed the site. |
| AccountInterface::getPreferredAdminLangcode | function | core/ |
Returns the preferred administrative language code of the account. |
| AccountInterface::getPreferredLangcode | function | core/ |
Returns the preferred language code of the account. |
| AccountInterface::getRoles | function | core/ |
Returns a list of roles. |
| AccountInterface::getTimeZone | function | core/ |
Returns the timezone of this account. |
| AccountInterface::hasPermission | function | core/ |
Checks whether a user has a certain permission. |
| AccountInterface::id | function | core/ |
Returns the user ID or 0 for anonymous. |
| AccountInterface::isAnonymous | function | core/ |
Returns TRUE if the account is anonymous. |
| AccountInterface::isAuthenticated | function | core/ |
Returns TRUE if the account is authenticated. |
| AccountProxyInterface | interface | core/ |
Defines an interface for a service which has the current account stored. |
| 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 an 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.php | file | core/ |
|
| AliasManagerInterface::cacheClear | function | core/ |
Clears the static caches in alias manager and rebuilds the prefix list. |
| AliasManagerInterface::getAliasByPath | function | core/ |
Given a path, return the alias. |
| AliasManagerInterface::getPathByAlias | function | core/ |
Given the alias, return the path it represents. |
| AliasPrefixListInterface | interface | core/ |
Cache a list of valid alias prefixes. |
| AliasPrefixListInterface.php | file | core/ |
|
| AliasRepositoryInterface | interface | core/ |
Provides an interface for path alias lookup operations. |
| 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. |
| AliasWhitelistInterface | interface | core/ |
Cache a list of valid alias prefixes. |
| AliasWhitelistInterface.php | file | core/ |
|
| AlterableInterface | interface | core/ |
Interface for a query that can be manipulated via an alter hook. |
| AlterableInterface.php | file | core/ |
|
| AlterableInterface::addMetaData | function | core/ |
Adds additional metadata to the query. |
| AlterableInterface::addTag | function | core/ |
Adds a tag to a query. |
| AlterableInterface::getMetaData | function | core/ |
Retrieves a given piece of metadata. |
| AlterableInterface::hasAllTags | function | core/ |
Determines if a given query has all specified tags. |
| AlterableInterface::hasAnyTag | function | core/ |
Determines if a given query has any specified tag. |
| AlterableInterface::hasTag | function | core/ |
Determines if a given query has a given tag. |
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.