Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Plugin/Context/ContextAwarePluginManagerTrait.php \Drupal\Core\Plugin\Context\ContextAwarePluginManagerTrait::getDefinitions()
  2. 9 core/lib/Drupal/Core/Plugin/Context/ContextAwarePluginManagerTrait.php \Drupal\Core\Plugin\Context\ContextAwarePluginManagerTrait::getDefinitions()

See \Drupal\Component\Plugin\Discovery\DiscoveryInterface::getDefinitions().

6 calls to ContextAwarePluginManagerTrait::getDefinitions()
ContextAwarePluginManagerTrait::getDefinitionsForContexts in core/lib/Drupal/Core/Plugin/Context/ContextAwarePluginManagerTrait.php
See \Drupal\Core\Plugin\Context\ContextAwarePluginManagerInterface::getDefinitionsForContexts().
FilteredPluginManagerTrait::getFilteredDefinitions in core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php
Implements \Drupal\Core\Plugin\FilteredPluginManagerInterface::getFilteredDefinitions().
LayoutPluginManager::getCategories in core/lib/Drupal/Core/Layout/LayoutPluginManager.php
LayoutPluginManager::getGroupedDefinitions in core/lib/Drupal/Core/Layout/LayoutPluginManager.php
LayoutPluginManager::getSortedDefinitions in core/lib/Drupal/Core/Layout/LayoutPluginManager.php

... See full list

1 method overrides ContextAwarePluginManagerTrait::getDefinitions()
TestFilteredPluginManager::getDefinitions in core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php
See \Drupal\Component\Plugin\Discovery\DiscoveryInterface::getDefinitions().

File

core/lib/Drupal/Core/Plugin/Context/ContextAwarePluginManagerTrait.php, line 29

Class

ContextAwarePluginManagerTrait
Provides a trait for plugin managers that support context-aware plugins.

Namespace

Drupal\Core\Plugin\Context

Code

public abstract function getDefinitions();