Search for interface

  1. Search 7.x for interface
  2. Search 9.5.x for interface
  3. Search 8.9.x for interface
  4. Search 10.3.x for interface
  5. Other projects
Title Object type File name Summary
AttachedAssetsInterface::createFromRenderArray function core/lib/Drupal/Core/Asset/AttachedAssetsInterface.php Creates an AttachedAssetsInterface object from a render array.
AttachedAssetsInterface::getAlreadyLoadedLibraries function core/lib/Drupal/Core/Asset/AttachedAssetsInterface.php Returns the set of already loaded asset libraries.
AttachedAssetsInterface::getLibraries function core/lib/Drupal/Core/Asset/AttachedAssetsInterface.php Returns the asset libraries attached to the current response.
AttachedAssetsInterface::getSettings function core/lib/Drupal/Core/Asset/AttachedAssetsInterface.php Returns the settings attached to the current response.
AttachedAssetsInterface::setAlreadyLoadedLibraries function core/lib/Drupal/Core/Asset/AttachedAssetsInterface.php Sets the asset libraries that the current request marked as already loaded.
AttachedAssetsInterface::setLibraries function core/lib/Drupal/Core/Asset/AttachedAssetsInterface.php Sets the asset libraries attached to the current response.
AttachedAssetsInterface::setSettings function core/lib/Drupal/Core/Asset/AttachedAssetsInterface.php Sets the JavaScript settings that are attached to the current response.
AttachmentsInterface interface core/lib/Drupal/Core/Render/AttachmentsInterface.php The attached metadata collection for a renderable element.
AttachmentsInterface.php file core/lib/Drupal/Core/Render/AttachmentsInterface.php
AttachmentsInterface::addAttachments function core/lib/Drupal/Core/Render/AttachmentsInterface.php Merges an array of attached data into this object's collection.
AttachmentsInterface::getAttachments function core/lib/Drupal/Core/Render/AttachmentsInterface.php Gets this object's attached collection.
AttachmentsInterface::setAttachments function core/lib/Drupal/Core/Render/AttachmentsInterface.php Replaces this object's attached data with the provided array.
AttachmentsResponseProcessorInterface interface core/lib/Drupal/Core/Render/AttachmentsResponseProcessorInterface.php Defines an interface for processing attachments of responses that have them.
AttachmentsResponseProcessorInterface.php file core/lib/Drupal/Core/Render/AttachmentsResponseProcessorInterface.php
AttachmentsResponseProcessorInterface::processAttachments function core/lib/Drupal/Core/Render/AttachmentsResponseProcessorInterface.php Processes the attachments of a response that has attachments.
AttributeInterface interface core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php Defines a common interface for classed attributes.
AttributeInterface.php file core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php
AttributeInterface::get function core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php Gets the value of an attribute.
AttributeInterface::getClass function core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php Gets the class of the attribute class.
AttributeInterface::getId function core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php Gets the unique ID for this attribute class.
AttributeInterface::getProvider function core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php Gets the name of the provider of the attribute class.
AttributeInterface::setClass function core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php Sets the class of the attributed class.
AttributeInterface::setProvider function core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php Sets the name of the provider of the attribute class.
AuditorInterface interface core/modules/migrate/src/Audit/AuditorInterface.php Defines an interface for migration auditors.
AuditorInterface.php file core/modules/migrate/src/Audit/AuditorInterface.php
AuditorInterface::audit function core/modules/migrate/src/Audit/AuditorInterface.php Audits a migration.
AuditorInterface::auditMultiple function core/modules/migrate/src/Audit/AuditorInterface.php Audits a set of migrations.
AuthenticationCollectorInterface interface core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php Interface for collectors of registered authentication providers.
AuthenticationCollectorInterface.php file core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php
AuthenticationCollectorInterface::addProvider function core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php Adds a provider to the array of registered providers.
AuthenticationCollectorInterface::getProvider function core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php Returns an authentication provider.
AuthenticationCollectorInterface::getSortedProviders function core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php Returns the sorted array of authentication providers.
AuthenticationCollectorInterface::isGlobal function core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php Returns whether a provider is considered global.
AuthenticationProviderChallengeInterface interface core/lib/Drupal/Core/Authentication/AuthenticationProviderChallengeInterface.php Generate a challenge when access is denied for unauthenticated users.
AuthenticationProviderChallengeInterface.php file core/lib/Drupal/Core/Authentication/AuthenticationProviderChallengeInterface.php
AuthenticationProviderChallengeInterface::challengeException function core/lib/Drupal/Core/Authentication/AuthenticationProviderChallengeInterface.php Constructs an exception which is used to generate the challenge.
AuthenticationProviderFilterInterface interface core/lib/Drupal/Core/Authentication/AuthenticationProviderFilterInterface.php Restrict authentication methods to a subset of the site.
AuthenticationProviderFilterInterface.php file core/lib/Drupal/Core/Authentication/AuthenticationProviderFilterInterface.php
AuthenticationProviderFilterInterface::appliesToRoutedRequest function core/lib/Drupal/Core/Authentication/AuthenticationProviderFilterInterface.php Checks whether the authentication method is allowed on a given route.
AuthenticationProviderInterface interface core/lib/Drupal/Core/Authentication/AuthenticationProviderInterface.php Interface for authentication providers.
AuthenticationProviderInterface.php file core/lib/Drupal/Core/Authentication/AuthenticationProviderInterface.php
AuthenticationProviderInterface::applies function core/lib/Drupal/Core/Authentication/AuthenticationProviderInterface.php Checks whether suitable authentication credentials are on the request.
AuthenticationProviderInterface::authenticate function core/lib/Drupal/Core/Authentication/AuthenticationProviderInterface.php Authenticates the user.
BanIpManagerInterface interface core/modules/ban/src/BanIpManagerInterface.php Provides an interface defining a BanIp manager.
BanIpManagerInterface.php file core/modules/ban/src/BanIpManagerInterface.php
BanIpManagerInterface::banIp function core/modules/ban/src/BanIpManagerInterface.php Bans an IP address.
BanIpManagerInterface::findAll function core/modules/ban/src/BanIpManagerInterface.php Finds all banned IP addresses.
BanIpManagerInterface::findById function core/modules/ban/src/BanIpManagerInterface.php Finds a banned IP address by its ID.
BanIpManagerInterface::isBanned function core/modules/ban/src/BanIpManagerInterface.php Returns if this IP address is banned.
BanIpManagerInterface::unbanIp function core/modules/ban/src/BanIpManagerInterface.php Removes the ban of an IP address.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.