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
DependentAccessInterface.php file core/lib/Drupal/Core/Access/DependentAccessInterface.php
DependentAccessInterface.php file core/modules/block_content/src/Access/DependentAccessInterface.php
DependentAccessInterface::getAccessDependency function core/modules/block_content/src/Access/DependentAccessInterface.php Gets the access dependency.
DependentAccessInterface::getAccessDependency function core/lib/Drupal/Core/Access/DependentAccessInterface.php Gets the access dependency.
DependentPluginDefinitionInterface interface core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionInterface.php Provides an interface for a plugin definition that has dependencies.
DependentPluginDefinitionInterface.php file core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionInterface.php
DependentPluginDefinitionInterface::getConfigDependencies function core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionInterface.php Gets the config dependencies of this plugin definition.
DependentPluginDefinitionInterface::setConfigDependencies function core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionInterface.php Sets the config dependencies of this plugin definition.
DependentPluginInterface interface core/lib/Drupal/Component/Plugin/DependentPluginInterface.php Provides an interface for a plugin that has dependencies.
DependentPluginInterface.php file core/lib/Drupal/Component/Plugin/DependentPluginInterface.php
DependentPluginInterface::calculateDependencies function core/lib/Drupal/Component/Plugin/DependentPluginInterface.php Calculates dependencies for the configured plugin.
DependentWithRemovalPluginInterface interface core/modules/views/src/Plugin/DependentWithRemovalPluginInterface.php Provides an interface for a plugin that has dependencies that can be removed.
DependentWithRemovalPluginInterface.php file core/modules/views/src/Plugin/DependentWithRemovalPluginInterface.php
DependentWithRemovalPluginInterface::onDependencyRemoval function core/modules/views/src/Plugin/DependentWithRemovalPluginInterface.php Allows a plugin to define whether it should be removed.
DerivablePluginDefinitionInterface interface core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php Provides an interface for a derivable plugin definition.
DerivablePluginDefinitionInterface.php file core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php
DerivablePluginDefinitionInterface::getDeriver function core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php Gets the name of the deriver of this plugin definition, if it exists.
DerivablePluginDefinitionInterface::setDeriver function core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php Sets the deriver of this plugin definition.
DerivativeInspectionInterface interface core/lib/Drupal/Component/Plugin/DerivativeInspectionInterface.php Provides a plugin interface for providing derivative metadata inspection.
DerivativeInspectionInterface.php file core/lib/Drupal/Component/Plugin/DerivativeInspectionInterface.php
DerivativeInspectionInterface::getBaseId function core/lib/Drupal/Component/Plugin/DerivativeInspectionInterface.php Gets the base_plugin_id of the plugin instance.
DerivativeInspectionInterface::getDerivativeId function core/lib/Drupal/Component/Plugin/DerivativeInspectionInterface.php Gets the derivative_id of the plugin instance.
DeriverInterface interface core/lib/Drupal/Component/Plugin/Derivative/DeriverInterface.php Provides additional plugin definitions based on an existing definition.
DeriverInterface.php file core/lib/Drupal/Component/Plugin/Derivative/DeriverInterface.php
DeriverInterface::getDerivativeDefinition function core/lib/Drupal/Component/Plugin/Derivative/DeriverInterface.php Gets the definition of a derivative plugin.
DeriverInterface::getDerivativeDefinitions function core/lib/Drupal/Component/Plugin/Derivative/DeriverInterface.php Gets the definition of all derivatives of a base plugin.
DestructableInterface interface core/lib/Drupal/Core/DestructableInterface.php The interface for services that need explicit destruction.
DestructableInterface.php file core/lib/Drupal/Core/DestructableInterface.php
DestructableInterface::destruct function core/lib/Drupal/Core/DestructableInterface.php Performs destruct operations.
DiscoverableInterface interface core/lib/Drupal/Component/Discovery/DiscoverableInterface.php Interface for classes providing a type of discovery.
DiscoverableInterface.php file core/lib/Drupal/Component/Discovery/DiscoverableInterface.php
DiscoverableInterface::findAll function core/lib/Drupal/Component/Discovery/DiscoverableInterface.php Returns an array of discoverable items.
DiscoveryInterface interface core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php Defines the minimum requirements for a plugin discovery component.
DiscoveryInterface.php file core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php
DiscoveryInterface::getDefinition function core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php Gets a specific plugin definition.
DiscoveryInterface::getDefinitions function core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php Gets the definition of all plugins for this type.
DiscoveryInterface::hasDefinition function core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php Indicates if a specific plugin definition exists.
DiscoveryTestBase::testDiscoveryInterface function core/tests/Drupal/KernelTests/Core/Plugin/Discovery/DiscoveryTestBase.php Tests getDefinitions() and getDefinition().
DisplayMenuInterface interface core/modules/views/src/Plugin/views/display/DisplayMenuInterface.php Defines an interface for displays that provide menu links.
DisplayMenuInterface.php file core/modules/views/src/Plugin/views/display/DisplayMenuInterface.php
DisplayMenuInterface::getMenuLinks function core/modules/views/src/Plugin/views/display/DisplayMenuInterface.php Gets menu links, if this display provides some.
DisplayPluginInterface interface core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Provides an interface for Views display plugins.
DisplayPluginInterface.php file core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php
DisplayPluginInterface::acceptAttachments function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Determines whether this display can use attachments.
DisplayPluginInterface::access function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Determines if the user has access to this display of the view.
DisplayPluginInterface::ajaxEnabled function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Whether the display is actually using AJAX or not.
DisplayPluginInterface::attachTo function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Allows displays to attach to other views.
DisplayPluginInterface::buildBasicRenderable function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Builds a basic render array which can be properly render cached.
DisplayPluginInterface::buildOptionsForm function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Provides the default form for setting options.
DisplayPluginInterface::buildRenderable function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Builds a renderable array of the view.

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