You are here

protected property Container::$serviceDefinitions in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Component/DependencyInjection/Container.php \Drupal\Component\DependencyInjection\Container::serviceDefinitions

The service definitions of the container.

Type: array

File

core/lib/Drupal/Component/DependencyInjection/Container.php, line 70

Class

Container
Provides a container optimized for Drupal's needs.

Namespace

Drupal\Component\DependencyInjection

Code

protected $serviceDefinitions = [];