You are here

protected property ThemeTestSubscriber::$container in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php \Drupal\theme_test\EventSubscriber\ThemeTestSubscriber::container

The used container.

Type: \Symfony\Component\DependencyInjection\IntrospectableContainerInterface

File

core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php, line 27
Contains \Drupal\theme_test\EventSubscriber\ThemeTestSubscriber.

Class

ThemeTestSubscriber
Theme test subscriber for controller requests.

Namespace

Drupal\theme_test\EventSubscriber

Code

protected $container;