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 |
|---|---|---|---|
| AttachedAssetsInterface::createFromRenderArray | function | core/ |
Creates an AttachedAssetsInterface object from a render array. |
| AttachedAssetsInterface::getAlreadyLoadedLibraries | function | core/ |
Returns the set of already loaded asset libraries. |
| AttachedAssetsInterface::getLibraries | function | core/ |
Returns the asset libraries attached to the current response. |
| AttachedAssetsInterface::getSettings | function | core/ |
Returns the settings attached to the current response. |
| AttachedAssetsInterface::setAlreadyLoadedLibraries | function | core/ |
Sets the asset libraries that the current request marked as already loaded. |
| AttachedAssetsInterface::setLibraries | function | core/ |
Sets the asset libraries attached to the current response. |
| AttachedAssetsInterface::setSettings | function | core/ |
Sets the JavaScript settings that are attached to the current response. |
| AttachmentsInterface | interface | core/ |
The attached metadata collection for a renderable element. |
| AttachmentsInterface.php | file | core/ |
|
| AttachmentsInterface::addAttachments | function | core/ |
Merges an array of attached data into this object's collection. |
| AttachmentsInterface::getAttachments | function | core/ |
Gets this object's attached collection. |
| AttachmentsInterface::setAttachments | function | core/ |
Replaces this object's attached data with the provided array. |
| AttachmentsResponseProcessorInterface | interface | core/ |
Defines an interface for processing attachments of responses that have them. |
| AttachmentsResponseProcessorInterface.php | file | core/ |
|
| AttachmentsResponseProcessorInterface::processAttachments | function | core/ |
Processes the attachments of a response that has attachments. |
| AttributeDiscoveryTestMissingInterface | class | core/ |
Provides a custom test plugin that implements a missing interface. |
| AttributeDiscoveryTestMissingInterface.php | file | core/ |
|
| AttributeInterface | interface | core/ |
Defines a common interface for classed attributes. |
| AttributeInterface.php | file | core/ |
|
| AttributeInterface::get | function | core/ |
Gets the value of an attribute. |
| AttributeInterface::getClass | function | core/ |
Gets the class of the attribute class. |
| AttributeInterface::getDependencies | function | core/ |
Gets the dependencies for this attribute class. |
| AttributeInterface::getId | function | core/ |
Gets the unique ID for this attribute class. |
| AttributeInterface::getProvider | function | core/ |
Gets the name of the provider of the attribute class. |
| AttributeInterface::setClass | function | core/ |
Sets the class of the attributed class. |
| AttributeInterface::setDependencies | function | core/ |
Sets the dependencies for this attribute class. |
| AttributeInterface::setProvider | function | core/ |
Sets the name of the provider of the attribute class. |
| AuditorInterface | interface | core/ |
Defines an interface for migration auditors. |
| AuditorInterface.php | file | core/ |
|
| AuditorInterface::audit | function | core/ |
Audits a migration. |
| AuditorInterface::auditMultiple | function | core/ |
Audits a set of migrations. |
| AuthenticationCollectorInterface | interface | core/ |
Interface for collectors of registered authentication providers. |
| AuthenticationCollectorInterface.php | file | core/ |
|
| AuthenticationCollectorInterface::addProvider | function | core/ |
Adds a provider to the array of registered providers. |
| AuthenticationCollectorInterface::getProvider | function | core/ |
Returns an authentication provider. |
| AuthenticationCollectorInterface::getSortedProviders | function | core/ |
Returns the sorted array of authentication providers. |
| AuthenticationCollectorInterface::isGlobal | function | core/ |
Returns whether a provider is considered global. |
| AuthenticationProviderChallengeInterface | interface | core/ |
Generate a challenge when access is denied for unauthenticated users. |
| AuthenticationProviderChallengeInterface.php | file | core/ |
|
| AuthenticationProviderChallengeInterface::challengeException | function | core/ |
Constructs an exception which is used to generate the challenge. |
| AuthenticationProviderFilterInterface | interface | core/ |
Restrict authentication methods to a subset of the site. |
| AuthenticationProviderFilterInterface.php | file | core/ |
|
| AuthenticationProviderFilterInterface::appliesToRoutedRequest | function | core/ |
Checks whether the authentication method is allowed on a given route. |
| AuthenticationProviderInterface | interface | core/ |
Interface for authentication providers. |
| AuthenticationProviderInterface.php | file | core/ |
|
| AuthenticationProviderInterface::applies | function | core/ |
Checks whether suitable authentication credentials are on the request. |
| AuthenticationProviderInterface::authenticate | function | core/ |
Authenticates the user. |
| BanIpManagerInterface | interface | core/ |
Provides an interface defining a BanIp manager. |
| BanIpManagerInterface.php | file | core/ |
|
| BanIpManagerInterface::banIp | function | core/ |
Bans an IP address. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.