Search for interface

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

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