You are here

protected property Action::$pluginCollection in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/system/src/Entity/Action.php \Drupal\system\Entity\Action::pluginCollection

The plugin collection that stores action plugins.

Type: \Drupal\Core\Action\ActionPluginCollection

File

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

Class

Action
Defines the configured action entity.

Namespace

Drupal\system\Entity

Code

protected $pluginCollection;