Whether the kernel has been booted.
Type: bool
File
- core/lib/Drupal/Core/DrupalKernel.php, line 118
 
Class
- DrupalKernel
 - The DrupalKernel class is the core of Drupal itself.
 
Namespace
Drupal\Core
Code
protected $booted = FALSE;
Whether the kernel has been booted.
Type: bool
Drupal\Core
protected $booted = FALSE;
Please login to continue.