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
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 An interface defining the minimum requirements of building 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.
DisplayPluginInterface::calculateCacheMetadata function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Calculates the display's cache metadata by inspecting each handler/plugin.
DisplayPluginInterface::defaultableSections function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Lists the 'defaultable' sections and what items each section contains.
DisplayPluginInterface::destroy function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Destroys the display's components and the display itself.
DisplayPluginInterface::displaysExposed function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Determines if this display should display the exposed filters widgets.
DisplayPluginInterface::elementPreRender function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php #pre_render callback for view display rendering.
DisplayPluginInterface::execute function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Executes the view and returns data in the format required.
DisplayPluginInterface::getArgumentsTokens function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Returns to tokens for arguments.
DisplayPluginInterface::getArgumentText function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Provides help text for the arguments.
DisplayPluginInterface::getAttachedDisplays function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Find out all displays which are attached to this display.
DisplayPluginInterface::getCacheMetadata function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Gets the cache metadata.
DisplayPluginInterface::getExtenders function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Gets the display extenders.
DisplayPluginInterface::getFieldLabels function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Retrieves a list of fields for the current display.
DisplayPluginInterface::getHandler function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Get the handler object for a single handler.
DisplayPluginInterface::getHandlers function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Get a full array of handlers for $type. This caches them.
DisplayPluginInterface::getLinkDisplay function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Returns the ID of the display to use when making links.
DisplayPluginInterface::getOption function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Gets an option, from this display or the default display.
DisplayPluginInterface::getPagerText function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Provides help text for pagers.
DisplayPluginInterface::getPath function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Returns the base path to use for this display.

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