protected property DrupalKernel::$bootstrapContainerClass in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/DrupalKernel.php \Drupal\Core\DrupalKernel::bootstrapContainerClass
- 10 core/lib/Drupal/Core/DrupalKernel.php \Drupal\Core\DrupalKernel::bootstrapContainerClass
Holds the class used for instantiating the bootstrap container.
Type: string
File
- core/
lib/ Drupal/ Core/ DrupalKernel.php, line 100
Class
- DrupalKernel
- The DrupalKernel class is the core of Drupal itself.
Namespace
Drupal\CoreCode
protected $bootstrapContainerClass = '\\Drupal\\Component\\DependencyInjection\\PhpArrayContainer';