You are here

protected function RunUpdatesCommand::configure in Scheduled Updates 8

File

src/Command/RunUpdatesCommand.php, line 26
Contains \Drupal\scheduled_updates\Command\RunUpdatesCommand.

Class

RunUpdatesCommand
Class RunUpdatesCommand.

Namespace

Drupal\scheduled_updates\Command

Code

protected function configure() {
  $this
    ->setName('scheduled_updates:run_updates')
    ->setDescription($this
    ->trans('command.scheduled_updates.run_updates.description'))
    ->addArgument('update_types', InputArgument::OPTIONAL, $this
    ->trans('command.scheduled_updates.run_updates.arguments.update_types'));
}