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

Breadcrumb

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

function TraceableCommand::setApplication

Overrides Command::setApplication

File

vendor/symfony/console/Command/TraceableCommand.php, line 137

Class

TraceableCommand
@internal

Namespace

Symfony\Component\Console\Command

Code

public function setApplication(?Application $application = null) : void {
    $this->command
        ->setApplication($application);
}
RSS feed
Powered by Drupal