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 |
|---|---|---|---|
| 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. |
| BatchStorageInterface | interface | core/ |
Defines a common interface for batch storage operations. |
| BatchStorageInterface.php | file | core/ |
|
| BatchStorageInterface::cleanup | function | core/ |
Cleans up failed or old batches. |
| BatchStorageInterface::create | function | core/ |
Creates and saves a batch. |
| BatchStorageInterface::delete | function | core/ |
Deletes a batch. |
| BatchStorageInterface::load | function | core/ |
Loads a batch. |
| BatchStorageInterface::update | function | core/ |
Updates a batch. |
| BinaryInterface | interface | core/ |
Interface for binary data. |
| BinaryInterface.php | file | core/ |
|
| BlockContentInterface | interface | core/ |
Provides an interface defining a custom block entity. |
| BlockContentInterface.php | file | core/ |
|
| BlockContentInterface::getInstances | function | core/ |
Gets the configured instances of this custom block. |
| BlockContentInterface::getTheme | function | core/ |
Gets the theme value. |
| BlockContentInterface::isReusable | function | core/ |
Determines if the block is reusable or not. |
| BlockContentInterface::setInfo | function | core/ |
Sets the block description. |
| BlockContentInterface::setNonReusable | function | core/ |
Sets the block to be non-reusable. |
| BlockContentInterface::setReusable | function | core/ |
Sets the block to be reusable. |
| BlockContentInterface::setTheme | function | core/ |
Sets the theme value. |
| BlockContentTypeInterface | interface | core/ |
Provides an interface defining a custom block type entity. |
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.