public function PluginInspectionInterface::getPluginId in Service Container 7
Same name and namespace in other branches
- 7.2 lib/Drupal/Component/Plugin/PluginInspectionInterface.php \Drupal\Component\Plugin\PluginInspectionInterface::getPluginId()
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\PluginCode
public function getPluginId();