interface TestConfigurableContextAwarePluginInterface

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php \Drupal\Tests\Core\Plugin\TestConfigurableContextAwarePluginInterface
  2. 10 core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php \Drupal\Tests\Core\Plugin\TestConfigurableContextAwarePluginInterface
  3. 8.9.x core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php \Drupal\Tests\Core\Plugin\TestConfigurableContextAwarePluginInterface

Hierarchy

Expanded class hierarchy of TestConfigurableContextAwarePluginInterface

All classes that implement TestConfigurableContextAwarePluginInterface

File

core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php, line 563

Namespace

Drupal\Tests\Core\Plugin
View source
interface TestConfigurableContextAwarePluginInterface extends ContextAwarePluginInterface, ConfigurableInterface, DependentPluginInterface {

}

Members

Title Sort descending Modifiers Object type Summary Overrides
ConfigurableInterface::defaultConfiguration public function Gets default configuration for this plugin. 1
ConfigurableInterface::defaultConfiguration public function Gets default configuration for this plugin. 1
ConfigurableInterface::getConfiguration public function Gets this plugin's configuration. 1
ConfigurableInterface::getConfiguration public function Gets this plugin's configuration. 1
ConfigurableInterface::setConfiguration public function Sets the configuration for this plugin instance. 1
ConfigurableInterface::setConfiguration public function Sets the configuration for this plugin instance. 1
ContextAwarePluginInterface::getContext public function Gets a defined context.
ContextAwarePluginInterface::getContextDefinition public function Gets a specific context definition of the plugin.
ContextAwarePluginInterface::getContextDefinitions public function Gets the context definitions of the plugin.
ContextAwarePluginInterface::getContextMapping public function Gets a mapping of the expected assignment names to their context names.
ContextAwarePluginInterface::getContexts public function Gets the defined contexts.
ContextAwarePluginInterface::getContextValue public function Gets the value for a defined context.
ContextAwarePluginInterface::getContextValues public function Gets the values for all defined contexts.
ContextAwarePluginInterface::setContext public function Set a context on this plugin.
ContextAwarePluginInterface::setContextMapping public function Sets a mapping of the expected assignment names to their context names.
ContextAwarePluginInterface::setContextValue public function Sets the value for a defined context.
ContextAwarePluginInterface::validateContexts public function Validates the set values for the defined contexts.
DependentPluginInterface::calculateDependencies public function Calculates dependencies for the configured plugin. 3
DependentPluginInterface::calculateDependencies public function Calculates dependencies for the configured plugin. 3
PluginInspectionInterface::getPluginDefinition public function Gets the definition of the plugin implementation.
PluginInspectionInterface::getPluginId public function Gets the plugin_id of the plugin instance.

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