public function PluginInspectionInterface::getPluginId in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php \Drupal\Component\Plugin\PluginInspectionInterface::getPluginId()
- 9 core/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()
- TypedData::getPluginId in core/
lib/ Drupal/ Core/ TypedData/ TypedData.php - Gets the plugin_id of the plugin instance.
File
- core/
lib/ Drupal/ Component/ Plugin/ PluginInspectionInterface.php, line 21
Class
- PluginInspectionInterface
- Plugin interface for providing some metadata inspection.
Namespace
Drupal\Component\PluginCode
public function getPluginId();