public function PluginInspectionInterface::getPluginDefinition in Plug 7
Gets the definition of the plugin implementation.
Return value
array The plugin definition, as returned by the discovery object used by the plugin manager.
1 method overrides PluginInspectionInterface::getPluginDefinition()
- PluginBase::getPluginDefinition in lib/
Drupal/ Component/ Plugin/ PluginBase.php - Gets the definition of the plugin implementation.
File
- lib/
Drupal/ Component/ Plugin/ PluginInspectionInterface.php, line 34 - Contains \Drupal\Component\Plugin\PluginInspectionInterface.
Class
- PluginInspectionInterface
- Plugin interface for providing some metadata inspection.
Namespace
Drupal\Component\PluginCode
public function getPluginDefinition();