| ContextAwarePluginTrait::getContextDefinitions |
function |
core/lib/Drupal/Core/Plugin/ContextAwarePluginTrait.php |
|
| ContextAwarePluginTrait::getContextMapping |
function |
core/lib/Drupal/Core/Plugin/ContextAwarePluginTrait.php |
|
| ContextAwarePluginTrait::getContexts |
function |
core/lib/Drupal/Core/Plugin/ContextAwarePluginTrait.php |
|
| ContextAwarePluginTrait::getContextValue |
function |
core/lib/Drupal/Core/Plugin/ContextAwarePluginTrait.php |
|
| ContextAwarePluginTrait::getContextValues |
function |
core/lib/Drupal/Core/Plugin/ContextAwarePluginTrait.php |
|
| ContextAwarePluginTrait::getPluginDefinition |
function |
core/lib/Drupal/Core/Plugin/ContextAwarePluginTrait.php |
|
| ContextAwarePluginTrait::setContext |
function |
core/lib/Drupal/Core/Plugin/ContextAwarePluginTrait.php |
|
| ContextAwarePluginTrait::setContextMapping |
function |
core/lib/Drupal/Core/Plugin/ContextAwarePluginTrait.php |
|
| ContextAwarePluginTrait::setContextValue |
function |
core/lib/Drupal/Core/Plugin/ContextAwarePluginTrait.php |
|
| ContextAwarePluginTrait::validateContexts |
function |
core/lib/Drupal/Core/Plugin/ContextAwarePluginTrait.php |
|
| ContextAwarePluginTraitTest |
class |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php |
Tests Drupal\Core\Plugin\ContextAwarePluginTrait. |
| ContextAwarePluginTraitTest.php |
file |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php |
|
| ContextAwarePluginTraitTest::$configurablePlugin |
property |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php |
The configurable plugin instance under test. |
| ContextAwarePluginTraitTest::$plugin |
property |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php |
The plugin instance under test. |
| ContextAwarePluginTraitTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php |
|
| ContextAwarePluginTraitTest::testGetContextDefinition |
function |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php |
Tests get context definition. |
| ContextAwarePluginTraitTest::testGetContextDefinitions |
function |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php |
Tests get context definitions. |
| ContextAwarePluginTraitTest::testGetContextValue |
function |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php |
Tests get context value. |
| ContextAwarePluginTraitTest::testSetContextValue |
function |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php |
Tests set context value. |
| ContextHandler::filterPluginDefinitionsByContexts |
function |
core/lib/Drupal/Core/Plugin/Context/ContextHandler.php |
Determines plugins whose constraints are satisfied by a set of contexts. |
| ContextHandlerInterface::filterPluginDefinitionsByContexts |
function |
core/lib/Drupal/Core/Plugin/Context/ContextHandlerInterface.php |
Determines plugins whose constraints are satisfied by a set of contexts. |
| ContextHandlerTest::providerTestFilterPluginDefinitionsByContexts |
function |
core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php |
Provides data for testFilterPluginDefinitionsByContexts(). |
| ContextHandlerTest::testFilterPluginDefinitionsByContexts |
function |
core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php |
Tests filter plugin definitions by contexts. |
| ContextPluginTest |
class |
core/tests/Drupal/KernelTests/Core/Plugin/ContextPluginTest.php |
Tests that contexts are properly set and working within plugins. |
| ContextPluginTest.php |
file |
core/tests/Drupal/KernelTests/Core/Plugin/ContextPluginTest.php |
|
| ContextPluginTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Plugin/ContextPluginTest.php |
Modules to install. |
| ContextPluginTest::testContext |
function |
core/tests/Drupal/KernelTests/Core/Plugin/ContextPluginTest.php |
Tests basic context definition and value getters and setters. |
| ContextualLinkDefaultTest::$pluginDefinition |
property |
core/tests/Drupal/Tests/Core/Menu/ContextualLinkDefaultTest.php |
The used plugin definition. |
| ContextualLinkDefaultTest::$pluginId |
property |
core/tests/Drupal/Tests/Core/Menu/ContextualLinkDefaultTest.php |
The used plugin ID. |
| ContextualLinkManager::$pluginsByGroup |
property |
core/lib/Drupal/Core/Menu/ContextualLinkManager.php |
A static cache of all the contextual link plugins by group name. |
| ContextualLinkManager::getContextualLinkPluginsByGroup |
function |
core/lib/Drupal/Core/Menu/ContextualLinkManager.php |
Gets the contextual link plugins by contextual link group. |
| ContextualLinkManagerInterface::getContextualLinkPluginsByGroup |
function |
core/lib/Drupal/Core/Menu/ContextualLinkManagerInterface.php |
Gets the contextual link plugins by contextual link group. |
| ContextualLinkManagerTest::$pluginDiscovery |
property |
core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php |
The mocked plugin discovery. |
| ContextualLinkManagerTest::testGetContextualLinkPluginsByGroup |
function |
core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php |
Tests the getContextualLinkPluginsByGroup method. |
| ContextualLinkManagerTest::testGetContextualLinkPluginsByGroupWithCache |
function |
core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php |
Tests the getContextualLinkPluginsByGroup method with a prefilled cache. |
| ContextualLinkManagerTest::testPluginDefinitionAlter |
function |
core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php |
Tests the plugins alter hook. |
| CronQueueTestDeriverQueue::PLUGIN_ID |
constant |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestDeriverQueue.php |
The plugin ID. |
| CronQueueTestException::PLUGIN_ID |
constant |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestException.php |
The plugin ID. |
| CronQueueTestRequeueException::PLUGIN_ID |
constant |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestRequeueException.php |
The plugin ID. |
| CronQueueTestSuspendQueue::PLUGIN_ID |
constant |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestSuspendQueue.php |
The plugin ID. |
| CustomPlugin |
class |
core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryTest.php |
Custom plugin annotation. |
| CustomPlugin |
class |
core/tests/fixtures/plugins/CustomPlugin.php |
Custom plugin attribute. |
| CustomPlugin.php |
file |
core/tests/fixtures/plugins/CustomPlugin.php |
|
| CustomPlugin2 |
class |
core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryTest.php |
Custom plugin annotation. |
| CustomPlugin2 |
class |
core/tests/fixtures/plugins/CustomPlugin.php |
Custom plugin attribute. |
| CustomPlugin::$id |
property |
core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryTest.php |
The plugin ID. |
| CustomPlugin::$title |
property |
core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryTest.php |
The plugin title. |
| CustomPlugin::__construct |
function |
core/tests/fixtures/plugins/CustomPlugin.php |
Constructs a CustomPlugin attribute object. |
| D6NodeDeriver::$basePluginId |
property |
core/modules/node/src/Plugin/migrate/D6NodeDeriver.php |
The base plugin ID this derivative is for. |
| D6TermNodeDeriver::$basePluginId |
property |
core/modules/taxonomy/src/Plugin/migrate/D6TermNodeDeriver.php |
The base plugin ID this derivative is for. |