You are here

protected property ConfigActionsPluginBase::$allowedOptions in Config Actions 8

The list of allowed option keys. Taken from the plugin annotation. key/value array where the key is the option name and the value is the default.

Type: array

File

src/ConfigActionsPluginBase.php, line 20

Class

ConfigActionsPluginBase
Base class for config_actions plugins.

Namespace

Drupal\config_actions

Code

protected $allowedOptions = [];