Search for interface
- Search 7.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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 whitelist. |
| 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.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 the alias whitelist. |
| 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. |
| AnnotationInterface | interface | core/ |
Defines a common interface for classed annotations. |
| AnnotationInterface.php | file | core/ |
|
| AnnotationInterface::get | function | core/ |
Gets the value of an annotation. |
| AnnotationInterface::getClass | function | core/ |
Gets the class of the annotated class. |
| AnnotationInterface::getId | function | core/ |
Gets the unique ID for this annotated class. |
| AnnotationInterface::getProvider | function | core/ |
Gets the name of the provider of the annotated class. |
| AnnotationInterface::setClass | function | core/ |
Sets the class of the annotated class. |
| AnnotationInterface::setProvider | function | core/ |
Sets the name of the provider of the annotated class. |
| ArchiverInterface | interface | core/ |
Defines the common interface for all Archiver classes. |
| ArchiverInterface.php | file | core/ |
|
| ArchiverInterface::add | function | core/ |
Adds the specified file or directory to the archive. |
| ArchiverInterface::extract | function | core/ |
Extracts multiple files in the archive to the specified path. |
| ArchiverInterface::listContents | function | core/ |
Lists all files in the archive. |
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.