public function ContainerBuilderInterface::getContainerDefinition in Service Container 7.2
Same name and namespace in other branches
- 7 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\DependencyInjectionCode
public function getContainerDefinition();