You are here

public function DiscoveryInterface::getDefinitions in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php \Drupal\Component\Plugin\Discovery\DiscoveryInterface::getDefinitions()
  2. 9 core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php \Drupal\Component\Plugin\Discovery\DiscoveryInterface::getDefinitions()

Gets the definition of all plugins for this type.

Return value

mixed[] An array of plugin definitions (empty array if no definitions were found). Keys are plugin IDs.

See also

\Drupal\Core\Plugin\FilteredPluginManagerInterface::getFilteredDefinitions()

3 methods override DiscoveryInterface::getDefinitions()
EntityTypeManagerInterface::getDefinitions in core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php
LayoutPluginManagerInterface::getDefinitions in core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php
MenuLinkManager::getDefinitions in core/lib/Drupal/Core/Menu/MenuLinkManager.php
Gets the definition of all plugins for this type.

File

core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php, line 39

Class

DiscoveryInterface
An interface defining the minimum requirements of building a plugin discovery component.

Namespace

Drupal\Component\Plugin\Discovery

Code

public function getDefinitions();