Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DerivablePluginDefinitionInterface::getDeriver | function | core/ |
Gets the name of the deriver of this plugin definition, if it exists. |
DerivablePluginDefinitionInterface::setDeriver | function | core/ |
Sets the deriver of this plugin definition. |
DerivativeInspectionInterface | interface | core/ |
Provides a plugin interface for providing derivative metadata inspection. |
DerivativeInspectionInterface.php | file | core/ |
|
DerivativeInspectionInterface::getBaseId | function | core/ |
Gets the base_plugin_id of the plugin instance. |
DerivativeInspectionInterface::getDerivativeId | function | core/ |
Gets the derivative_id of the plugin instance. |
DeriverInterface | interface | core/ |
Provides additional plugin definitions based on an existing definition. |
DeriverInterface.php | file | core/ |
|
DeriverInterface::getDerivativeDefinition | function | core/ |
Gets the definition of a derivative plugin. |
DeriverInterface::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
DestructableInterface | interface | core/ |
The interface for services that need explicit destruction. |
DestructableInterface.php | file | core/ |
|
DestructableInterface::destruct | function | core/ |
Performs destruct operations. |
DiscoverableInterface | interface | core/ |
Interface for classes providing a type of discovery. |
DiscoverableInterface.php | file | core/ |
|
DiscoverableInterface::findAll | function | core/ |
Returns an array of discoverable items. |
DiscoveryInterface | interface | core/ |
Defines the minimum requirements for a plugin discovery component. |
DiscoveryInterface.php | file | core/ |
|
DiscoveryInterface::getDefinition | function | core/ |
Gets a specific plugin definition. |
DiscoveryInterface::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
DiscoveryInterface::hasDefinition | function | core/ |
Indicates if a specific plugin definition exists. |
DiscoveryTestBase::testDiscoveryInterface | function | core/ |
Tests getDefinitions() and getDefinition(). |
DisplayMenuInterface | interface | core/ |
Defines an interface for displays that provide menu links. |
DisplayMenuInterface.php | file | core/ |
|
DisplayMenuInterface::getMenuLinks | function | core/ |
Gets menu links, if this display provides some. |
DisplayPluginInterface | interface | core/ |
Provides an interface for Views display plugins. |
DisplayPluginInterface.php | file | core/ |
|
DisplayPluginInterface::acceptAttachments | function | core/ |
Determines whether this display can use attachments. |
DisplayPluginInterface::access | function | core/ |
Determines if the user has access to this display of the view. |
DisplayPluginInterface::ajaxEnabled | function | core/ |
Whether the display is actually using AJAX or not. |
DisplayPluginInterface::attachTo | function | core/ |
Allows displays to attach to other views. |
DisplayPluginInterface::buildBasicRenderable | function | core/ |
Builds a basic render array which can be properly render cached. |
DisplayPluginInterface::buildOptionsForm | function | core/ |
Provides the default form for setting options. |
DisplayPluginInterface::buildRenderable | function | core/ |
Builds a renderable array of the view. |
DisplayPluginInterface::calculateCacheMetadata | function | core/ |
Calculates the display's cache metadata by inspecting each handler/plugin. |
DisplayPluginInterface::defaultableSections | function | core/ |
Lists the 'defaultable' sections and what items each section contains. |
DisplayPluginInterface::destroy | function | core/ |
Destroys the display's components and the display itself. |
DisplayPluginInterface::displaysExposed | function | core/ |
Determines if this display should display the exposed filters widgets. |
DisplayPluginInterface::elementPreRender | function | core/ |
#pre_render callback for view display rendering. |
DisplayPluginInterface::execute | function | core/ |
Executes the view and returns data in the format required. |
DisplayPluginInterface::getArgumentsTokens | function | core/ |
Returns to tokens for arguments. |
DisplayPluginInterface::getArgumentText | function | core/ |
Provides help text for the arguments. |
DisplayPluginInterface::getAttachedDisplays | function | core/ |
Find out all displays which are attached to this display. |
DisplayPluginInterface::getCacheMetadata | function | core/ |
Gets the cache metadata. |
DisplayPluginInterface::getExtenders | function | core/ |
Gets the display extenders. |
DisplayPluginInterface::getFieldLabels | function | core/ |
Retrieves a list of fields for the current display. |
DisplayPluginInterface::getHandler | function | core/ |
Get the handler object for a single handler. |
DisplayPluginInterface::getHandlers | function | core/ |
Get a full array of handlers for $type. This caches them. |
DisplayPluginInterface::getLinkDisplay | function | core/ |
Returns the ID of the display to use when making links. |
DisplayPluginInterface::getOption | function | core/ |
Gets an option, from this display or the default display. |
Pagination
- Previous page
- Page 23
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.