You are here

public function CronKeyChangeCommands::cronkeychange in Cron key change 2.x

Same name and namespace in other branches
  1. 8 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\Commands

Code

public function cronkeychange() {
  cronkeychange_generate_submit();
  $this
    ->output()
    ->writeln(dt('New cron key generated.'));
}