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 |
|---|---|---|---|
| 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/ |
Defines an interface for responses that can expose #attached metadata. |
| AttachmentsInterface.php | file | core/ |
|
| AttachmentsInterface::addAttachments | function | core/ |
Adds attachments. |
| AttachmentsInterface::getAttachments | function | core/ |
Gets attachments. |
| AttachmentsInterface::setAttachments | function | core/ |
Sets attachments. |
| 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. |
| 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. |
| BanIpManagerInterface::findAll | function | core/ |
Finds all banned IP addresses. |
| BanIpManagerInterface::findById | function | core/ |
Finds a banned IP address by its ID. |
| BanIpManagerInterface::isBanned | function | core/ |
Returns if this IP address is banned. |
| BanIpManagerInterface::unbanIp | function | core/ |
Unbans an IP address. |
| BareHtmlPageRendererInterface | interface | core/ |
Bare HTML page renderer. |
| BareHtmlPageRendererInterface.php | file | core/ |
|
| BareHtmlPageRendererInterface::renderBarePage | function | core/ |
Renders a bare page. |
| BaseFormIdInterface | interface | core/ |
Provides an interface for a Form that has a base form ID. |
| BaseFormIdInterface.php | file | core/ |
|
| BaseFormIdInterface::getBaseFormId | function | core/ |
Returns a string identifying the base form. |
| BasicFormNoContainerInjectionInterface | class | core/ |
|
| BasicFormNoContainerInjectionInterface::buildForm | function | core/ |
Form constructor. |
| BasicFormNoContainerInjectionInterface::getFormId | function | core/ |
Returns a unique string identifying the form. |
| BasicFormNoContainerInjectionInterface::submitForm | function | core/ |
Form submission handler. |
| BasicFormNoContainerInjectionInterface::validateForm | function | core/ |
Form validation handler. |
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.