protected property Container::$serviceDefinitions in Service Container 7
Same name and namespace in other branches
- 7.2 lib/Drupal/Component/DependencyInjection/Container.php \Drupal\Component\DependencyInjection\Container::serviceDefinitions
The service definitions of the container.
Type: array
File
- lib/
Drupal/ Component/ DependencyInjection/ Container.php, line 78 - Contains \Drupal\Component\DependencyInjection\Container.
Class
- Container
- Provides a container optimized for Drupal's needs.
Namespace
Drupal\Component\DependencyInjectionCode
protected $serviceDefinitions = array();