You are here

public function ConfigActionsServiceInterface::autoExecute in Config Actions 8

Get or set the autoExecute property of the service. When autoExecute is TRUE, actions marked with the "auto: false" option are skipped. If FALSE, all actions can are executed.

Parameters

null|bool $value: If specified, set the value of the autoExecute property

Return value

bool returns the value of the autoExecute property

1 method overrides ConfigActionsServiceInterface::autoExecute()
ConfigActionsService::autoExecute in src/ConfigActionsService.php
Get or set the autoExecute property of the service. When autoExecute is TRUE, actions marked with the "auto: false" option are skipped. If FALSE, all actions can are executed.

File

src/ConfigActionsServiceInterface.php, line 119

Class

ConfigActionsServiceInterface
Defines an interface for config actions service

Namespace

Drupal\config_actions

Code

public function autoExecute($value = NULL);