You are here

protected property Action::$id in Drupal 9

Same name in this branch
  1. 9 core/lib/Drupal/Core/Annotation/Action.php \Drupal\Core\Annotation\Action::id
  2. 9 core/modules/system/src/Entity/Action.php \Drupal\system\Entity\Action::id
Same name and namespace in other branches
  1. 8 core/modules/system/src/Entity/Action.php \Drupal\system\Entity\Action::id
  2. 10 core/modules/system/src/Entity/Action.php \Drupal\system\Entity\Action::id

The name (plugin ID) of the action.

Type: string

File

core/modules/system/src/Entity/Action.php, line 46

Class

Action
Defines the configured action entity.

Namespace

Drupal\system\Entity

Code

protected $id;