You are here

protected property Action::$configuration in Drupal 8

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

The configuration of the action.

Type: array

File

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

Class

Action
Defines the configured action entity.

Namespace

Drupal\system\Entity

Code

protected $configuration = [];