public function CronKeyChangeCommands::cronkeychange in Cron key change 8
Same name and namespace in other branches
- 2.x src/Commands/CronKeyChangeCommands.php \Drupal\cronkeychange\Commands\CronKeyChangeCommands::cronkeychange()
Generate new cron key.
@command cronkeychange
File
- src/
Commands/ CronKeyChangeCommands.php, line 23
Class
- CronKeyChangeCommands
- Drupal 9 commands.
Namespace
Drupal\cronkeychange\CommandsCode
public function cronkeychange() {
cronkeychange_generate_submit();
$this
->output()
->writeln(dt('New cron key generated.'));
}