You are here

protected property ContainerAware::$container in Service Container 7.2

Same name in this branch
  1. 7.2 src/DependencyInjection/ContainerAware.php \Drupal\service_container\DependencyInjection\ContainerAware::container
  2. 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
  1. 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\DependencyInjection

Code

protected $container;