public function DiscoveryInterface::getDefinitions in Plug 7
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.
File
- lib/
Drupal/ Component/ Plugin/ Discovery/ DiscoveryInterface.php, line 42 - Contains \Drupal\Component\Plugin\Discovery\DiscoveryInterface.
Class
- DiscoveryInterface
- An interface defining the minimum requirements of building a plugin discovery component.
Namespace
Drupal\Component\Plugin\DiscoveryCode
public function getDefinitions();