public function ContainerBuilderInterface::compile in Service Container 7.2
Same name and namespace in other branches
- 7 src/DependencyInjection/ContainerBuilderInterface.php \Drupal\service_container\DependencyInjection\ContainerBuilderInterface::compile()
Compiles the container builder to a new container.
Return value
\Drupal\service_container\DependencyInjection\ContainerInterface The newly constructed container.
1 method overrides ContainerBuilderInterface::compile()
- ContainerBuilder::compile in src/
DependencyInjection/ ContainerBuilder.php - Compiles the container builder to a new container.
File
- src/
DependencyInjection/ ContainerBuilderInterface.php, line 35 - Contains \Drupal\service_container\DependencyInjection\ContainerBuilderInterface
Class
- ContainerBuilderInterface
- Interface to build container objects.
Namespace
Drupal\service_container\DependencyInjectionCode
public function compile();