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

Breadcrumb

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

function SingleCommandApplication::setAutoExit

@final

Return value

$this

File

vendor/symfony/console/SingleCommandApplication.php, line 42

Class

SingleCommandApplication
@author Grégoire Pineau <lyrixx@lyrixx.info>

Namespace

Symfony\Component\Console

Code

public function setAutoExit(bool $autoExit) : static {
    $this->autoExit = $autoExit;
    return $this;
}
RSS feed
Powered by Drupal