You are here

public function ContainerBuilderInterface::getContainerDefinition in Service Container 7

Same name and namespace in other branches
  1. 7.2 src/DependencyInjection/ContainerBuilderInterface.php \Drupal\service_container\DependencyInjection\ContainerBuilderInterface::getContainerDefinition()

Returns the fully build container definition.

Return value

array An associative array with the following keys:

  • parameters: The parameters of the container, simple k/v
  • services: The services of the container.

See also

\Drupal\service_container\DependencyInjection\ServiceProviderInterface

1 method overrides ContainerBuilderInterface::getContainerDefinition()
ContainerBuilder::getContainerDefinition in src/DependencyInjection/ContainerBuilder.php
Returns the fully build container definition.

File

src/DependencyInjection/ContainerBuilderInterface.php, line 27
Contains \Drupal\service_container\DependencyInjection\ContainerBuilderInterface

Class

ContainerBuilderInterface
Interface to build container objects.

Namespace

Drupal\service_container\DependencyInjection

Code

public function getContainerDefinition();