protected property Container::$loading in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Component/DependencyInjection/Container.php \Drupal\Component\DependencyInjection\Container::loading
The currently loading services.
Type: array
File
- core/
lib/ Drupal/ Component/ DependencyInjection/ Container.php, line 89
Class
- Container
- Provides a container optimized for Drupal's needs.
Namespace
Drupal\Component\DependencyInjectionCode
protected $loading = [];