You are here

public function PluginInspectionInterface::getPluginId in Plug 7

Gets the plugin_id of the plugin instance.

Return value

string The plugin_id of the plugin instance.

1 method overrides PluginInspectionInterface::getPluginId()
PluginBase::getPluginId in lib/Drupal/Component/Plugin/PluginBase.php
Gets the plugin_id of the plugin instance.

File

lib/Drupal/Component/Plugin/PluginInspectionInterface.php, line 25
Contains \Drupal\Component\Plugin\PluginInspectionInterface.

Class

PluginInspectionInterface
Plugin interface for providing some metadata inspection.

Namespace

Drupal\Component\Plugin

Code

public function getPluginId();