protected property ContainerAware::$container in Service Container 7.2
Same name in this branch
- 7.2 src/DependencyInjection/ContainerAware.php \Drupal\service_container\DependencyInjection\ContainerAware::container
- 7.2 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/ContainerAware.php \Symfony\Component\DependencyInjection\ContainerAware::container
Same name and namespace in other branches
- 7 src/DependencyInjection/ContainerAware.php \Drupal\service_container\DependencyInjection\ContainerAware::container
The injected container.
Type: \Symfony\Component\DependencyInjection\ContainerInterface
File
- src/
DependencyInjection/ ContainerAware.php, line 24 - Contains \Drupal\service_container\DependencyInjection\ContainerAware
Class
- ContainerAware
- ContainerAware is a simple implementation of ContainerAwareInterface.
Namespace
Drupal\service_container\DependencyInjectionCode
protected $container;