Search for interface

  1. Search 7.x for interface
  2. Search 9.5.x for interface
  3. Search 10.3.x for interface
  4. Search 11.x for interface
  5. Other projects
Title Object type File name Summary
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 Defines an interface for responses that can expose #attached metadata.
AttachmentsInterface.php file core/lib/Drupal/Core/Render/AttachmentsInterface.php
AttachmentsInterface::addAttachments function core/lib/Drupal/Core/Render/AttachmentsInterface.php Adds attachments.
AttachmentsInterface::getAttachments function core/lib/Drupal/Core/Render/AttachmentsInterface.php Gets attachments.
AttachmentsInterface::setAttachments function core/lib/Drupal/Core/Render/AttachmentsInterface.php Sets attachments.
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.
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 Unbans an IP address.
BareHtmlPageRendererInterface interface core/lib/Drupal/Core/Render/BareHtmlPageRendererInterface.php Bare HTML page renderer.
BareHtmlPageRendererInterface.php file core/lib/Drupal/Core/Render/BareHtmlPageRendererInterface.php
BareHtmlPageRendererInterface::renderBarePage function core/lib/Drupal/Core/Render/BareHtmlPageRendererInterface.php Renders a bare page.
BaseFormIdInterface interface core/lib/Drupal/Core/Form/BaseFormIdInterface.php Provides an interface for a Form that has a base form ID.
BaseFormIdInterface.php file core/lib/Drupal/Core/Form/BaseFormIdInterface.php
BaseFormIdInterface::getBaseFormId function core/lib/Drupal/Core/Form/BaseFormIdInterface.php Returns a string identifying the base form.
BasicFormNoContainerInjectionInterface class core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php
BasicFormNoContainerInjectionInterface::buildForm function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Form constructor.
BasicFormNoContainerInjectionInterface::getFormId function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Returns a unique string identifying the form.
BasicFormNoContainerInjectionInterface::submitForm function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Form submission handler.
BasicFormNoContainerInjectionInterface::validateForm function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Form validation handler.

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