public function SiteAlertCommands::__construct in Site Alert 8
Construct a new Drush command object.
Parameters
\Drupal\site_alert\CliCommandsInterface $cli_commands: The shared service for CLI commands.
File
- src/
Commands/ SiteAlertCommands.php, line 28
Class
- SiteAlertCommands
- A Drush command file for the Site Alert module.
Namespace
Drupal\site_alert\CommandsCode
public function __construct(CliCommandsInterface $cli_commands) {
parent::__construct();
$this->cli = $cli_commands;
}