You are here

public function PluginInspectionInterface::getPluginDefinition in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/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.

2 methods override PluginInspectionInterface::getPluginDefinition()
PluginBase::getPluginDefinition in core/lib/Drupal/Component/Plugin/PluginBase.php
Gets the definition of the plugin implementation.
TypedData::getPluginDefinition in core/lib/Drupal/Core/TypedData/TypedData.php
Gets the definition of the plugin implementation.

File

core/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\Plugin

Code

public function getPluginDefinition();