interface PluginInspectionInterface

Plugin interface for providing some metadata inspection.

This interface provides some simple tools for code recieving a plugin to interact with the plugin system.

Hierarchy

Expanded class hierarchy of PluginInspectionInterface

All classes that implement PluginInspectionInterface

7 files declare their use of PluginInspectionInterface

File

drupal/core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php, line 15
Definition of Drupal\Component\Plugin\PluginInspectionInterface.

Namespace

Drupal\Component\Plugin
View source

Members

Namesort descending Modifiers Type Description Overrides
PluginInspectionInterface::getPluginDefinition public function Returns the definition of the plugin implementation. 1
PluginInspectionInterface::getPluginId public function Returns the plugin_id of the plugin instance. 1