Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DependentAccessInterface.php | file | core/ |
|
DependentAccessInterface.php | file | core/ |
|
DependentAccessInterface::getAccessDependency | function | core/ |
Gets the access dependency. |
DependentAccessInterface::getAccessDependency | function | core/ |
Gets the access dependency. |
DependentPluginDefinitionInterface | interface | core/ |
Provides an interface for a plugin definition that has dependencies. |
DependentPluginDefinitionInterface.php | file | core/ |
|
DependentPluginDefinitionInterface::getConfigDependencies | function | core/ |
Gets the config dependencies of this plugin definition. |
DependentPluginDefinitionInterface::setConfigDependencies | function | core/ |
Sets the config dependencies of this plugin definition. |
DependentPluginInterface | interface | core/ |
Provides an interface for a plugin that has dependencies. |
DependentPluginInterface.php | file | core/ |
|
DependentPluginInterface::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
DependentWithRemovalPluginInterface | interface | core/ |
Provides an interface for a plugin that has dependencies that can be removed. |
DependentWithRemovalPluginInterface.php | file | core/ |
|
DependentWithRemovalPluginInterface::onDependencyRemoval | function | core/ |
Allows a plugin to define whether it should be removed. |
DerivablePluginDefinitionInterface | interface | core/ |
Provides an interface for a derivable plugin definition. |
DerivablePluginDefinitionInterface.php | file | core/ |
|
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. |
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.