function PluginInspectionInterface::getPluginDefinition

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php \Drupal\Component\Plugin\PluginInspectionInterface::getPluginDefinition()
  2. 8.9.x core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php \Drupal\Component\Plugin\PluginInspectionInterface::getPluginDefinition()
  3. 10 core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php \Drupal\Component\Plugin\PluginInspectionInterface::getPluginDefinition()

Gets the definition of the plugin implementation.

Return value

\Drupal\Component\Plugin\Definition\PluginDefinitionInterface|array The plugin definition, as returned by the discovery object used by the plugin manager.

5 methods override PluginInspectionInterface::getPluginDefinition()
LayoutInterface::getPluginDefinition in core/lib/Drupal/Core/Layout/LayoutInterface.php
PluginBase::getPluginDefinition in core/lib/Drupal/Component/Plugin/PluginBase.php
Gets the definition of the plugin implementation.
SectionStorageInterface::getPluginDefinition in core/modules/layout_builder/src/SectionStorageInterface.php
TestPluginWithForm::getPluginDefinition in core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.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 30

Class

PluginInspectionInterface
Plugin interface for providing some metadata inspection.

Namespace

Drupal\Component\Plugin

Code

public function getPluginDefinition();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.