protected DrupalKernel::initializeServiceProviders()
Registers all service providers to the kernel.
Throws
\LogicException
File
core/lib/Drupal/Core/DrupalKernel.php, line 1263
Class
DrupalKernel The DrupalKernel class is the core of Drupal itself.
Namespace
Drupal\Core
Code
protected function initializeServiceProviders() {
$this->discoverServiceProviders();
$this->serviceProviders = array(
'app' => array(),
'site' => array(),
);
foreach ($this->serviceP