public function PluginInspectionInterface::getPluginDefinition in Service Container 7.2
Same name and namespace in other branches
- 7 lib/Drupal/Component/Plugin/PluginInspectionInterface.php \Drupal\Component\Plugin\PluginInspectionInterface::getPluginDefinition()
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();