public function ConfigActionsPluginInterface::execute in Config Actions 8
Execute the action for this plugin.
Parameters
array $action: a config_actions action:
Return value
mixed FALSE if there was a problem executing the plugin action
1 method overrides ConfigActionsPluginInterface::execute()
- ConfigActionsPluginBase::execute in src/
ConfigActionsPluginBase.php - Execute the action for this plugin.
File
- src/
ConfigActionsPluginInterface.php, line 25
Class
- ConfigActionsPluginInterface
- Defines an interface for config actions plugins
Namespace
Drupal\config_actionsCode
public function execute(array $action);