public function PluginInspectionInterface::getPluginId

Returns 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 drupal/core/lib/Drupal/Component/Plugin/PluginBase.php
Implements Drupal\Component\Plugin\PluginInterface::getPluginId().

File

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

Class

PluginInspectionInterface
Plugin interface for providing some metadata inspection.

Namespace

Drupal\Component\Plugin

Code

public function getPluginId();