You are here

public function ConfigActionsCommands::__construct in Config Actions 8

ConfigActionsCommands constructor.

Parameters

\Drupal\config_actions\ConfigActionsServiceInterface $config_actions: The config_actions service.

File

src/Commands/ConfigActionsCommands.php, line 34

Class

ConfigActionsCommands
A Drush commandfile.

Namespace

Drupal\config_actions\Commands

Code

public function __construct(ConfigActionsServiceInterface $config_actions) {
  parent::__construct();
  $this->configActions = $config_actions;
}