You are here

protected property Container::$services in Drupal 9

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

The instantiated services.

Type: array

File

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

Class

Container
Provides a container optimized for Drupal's needs.

Namespace

Drupal\Component\DependencyInjection

Code

protected $services = [];