You are here

protected property Container::$privateServices in Service Container 7

Same name and namespace in other branches
  1. 7.2 lib/Drupal/Component/DependencyInjection/Container.php \Drupal\Component\DependencyInjection\Container::privateServices

The instantiated private services.

Type: array

File

lib/Drupal/Component/DependencyInjection/Container.php, line 92
Contains \Drupal\Component\DependencyInjection\Container.

Class

Container
Provides a container optimized for Drupal's needs.

Namespace

Drupal\Component\DependencyInjection

Code

protected $privateServices = array();