abstract public function DiscoveryTrait::getDefinitions in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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
9 methods override DiscoveryTrait::getDefinitions()
- AnnotatedClassDiscovery::getDefinitions in core/
lib/ Drupal/ Component/ Annotation/ Plugin/ Discovery/ AnnotatedClassDiscovery.php - Gets the definition of all plugins for this type.
- 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 - 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 20 - Contains \Drupal\Component\Plugin\Discovery\DiscoveryTrait.
Class
Namespace
Drupal\Component\Plugin\DiscoveryCode
public abstract function getDefinitions();