abstract public function DiscoveryTrait::getDefinitions in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php \Drupal\Component\Plugin\Discovery\DiscoveryTrait::getDefinitions()
- 9 core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php \Drupal\Component\Plugin\Discovery\DiscoveryTrait::getDefinitions()
2 calls to DiscoveryTrait::getDefinitions()
- DiscoveryCachedTrait::getDefinition in core/
lib/ Drupal/ Component/ Plugin/ Discovery/ DiscoveryCachedTrait.php - DiscoveryTrait::getDefinition in core/
lib/ Drupal/ Component/ Plugin/ Discovery/ DiscoveryTrait.php
10 methods override DiscoveryTrait::getDefinitions()
- ConfigSchemaDiscovery::getDefinitions in core/
lib/ Drupal/ Core/ Config/ Schema/ ConfigSchemaDiscovery.php - Gets the definition of all plugins for this type.
- DefaultPluginManager::getDefinitions in core/
lib/ Drupal/ Core/ Plugin/ DefaultPluginManager.php - Gets the definition of all plugins for this type.
- DerivativeDiscoveryDecorator::getDefinitions in core/
lib/ Drupal/ Component/ Plugin/ Discovery/ DerivativeDiscoveryDecorator.php - HelpTopicDiscovery::getDefinitions in core/
modules/ help_topics/ src/ HelpTopicDiscovery.php - Gets the definition of all plugins for this type.
- HookDiscovery::getDefinitions in core/
lib/ Drupal/ Core/ Plugin/ Discovery/ HookDiscovery.php - Gets the definition of all plugins for this type.
File
- core/
lib/ Drupal/ Component/ Plugin/ Discovery/ DiscoveryTrait.php, line 15
Class
Namespace
Drupal\Component\Plugin\DiscoveryCode
public abstract function getDefinitions();