DrupalKernel::getContainerBuilder

protected DrupalKernel::getContainerBuilder()

Gets a new ContainerBuilder instance used to build the service container.

Return value

ContainerBuilder

File

core/lib/Drupal/Core/DrupalKernel.php, line 1286

Class

DrupalKernel
The DrupalKernel class is the core of Drupal itself.

Namespace

Drupal\Core

Code

protected function getContainerBuilder() {
  return new ContainerBuilder(new ParameterBag($this->getKernelParameters()));
}
doc_Drupal
2016-10-29 09:03:00
Comments
Leave a Comment

Please login to continue.