Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. CompleteCommand.php

function CompleteCommand::initialize

Overrides Command::initialize

File

vendor/symfony/console/Command/CompleteCommand.php, line 66

Class

CompleteCommand
Responsible for providing the values to the shell completion.

Namespace

Symfony\Component\Console\Command

Code

protected function initialize(InputInterface $input, OutputInterface $output) : void {
    $this->isDebug = filter_var(getenv('SYMFONY_COMPLETION_DEBUG'), \FILTER_VALIDATE_BOOL);
}
RSS feed
Powered by Drupal