You are here

protected property PluginDefinition::$id in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php \Drupal\Component\Plugin\Definition\PluginDefinition::id

The plugin ID.

Type: string

File

core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php, line 15

Class

PluginDefinition
Provides object-based plugin definitions.

Namespace

Drupal\Component\Plugin\Definition

Code

protected $id;