Holds the default bootstrap container definition.
Type: array
File
core/lib/Drupal/Core/DrupalKernel.php, line 66
Class
DrupalKernel The DrupalKernel class is the core of Drupal itself.
Namespace
Drupal\Core
Code
protected $defaultBootstrapContainerDefinition = [
'parameters' => [],
'services' => [
'database' => [
'class' => 'Drupal\Core\Database\Connection',
'factory' => 'Drupal\Core\Database\Database::getConnection',
'arguments' => ['defaul