Returns the definition of the plugin implementation.
Return value
array
The plugin definition, as returned by the discovery object used by the
plugin manager.
File
- drupal/core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php, line 32
- Definition of Drupal\Component\Plugin\PluginInspectionInterface.
Class
- PluginInspectionInterface
- Plugin interface for providing some metadata inspection.
Namespace
Drupal\Component\Plugin
Code
public function getPluginDefinition();