DrupalApplication::$booted

Same name and namespace in other branches
  1. main core/lib/Drupal/Core/Command/DrupalApplication.php \Drupal\Core\Command\DrupalApplication::booted

Flag to remember if Drupal has already been bootstrapped.

Type: booted

File

core/lib/Drupal/Core/Command/DrupalApplication.php, line 31

Class

DrupalApplication
Customize the Symfony Application for Drupal.

Namespace

Drupal\Core\Command

Code

protected bool $booted = FALSE;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.