public function PluginDefinitionInterface::id in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php \Drupal\Component\Plugin\Definition\PluginDefinitionInterface::id()
Gets the unique identifier of the plugin.
Return value
string The unique identifier of the plugin.
1 method overrides PluginDefinitionInterface::id()
- PluginDefinition::id in core/
lib/ Drupal/ Component/ Plugin/ Definition/ PluginDefinition.php - Gets the unique identifier of the plugin.
File
- core/
lib/ Drupal/ Component/ Plugin/ Definition/ PluginDefinitionInterface.php, line 20
Class
- PluginDefinitionInterface
- Defines a plugin definition.
Namespace
Drupal\Component\Plugin\DefinitionCode
public function id();