RulesAction::$configure_permission

The permission required to access the configuration UI for this plugin.

Array of permission strings as declared in a *.permissions.yml file. If any one of these permissions apply for the relevant user, we allow access.

Type: string[]

File

src/Core/Annotation/RulesAction.php, line 56

Class

RulesAction
Defines a Rules Action annotation object.

Namespace

Drupal\rules\Core\Annotation

Code

public $configure_permission;