You are here

constant ContainerInterface::SCOPE_CONTAINER in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/dependency-injection/ContainerInterface.php \Symfony\Component\DependencyInjection\ContainerInterface::SCOPE_CONTAINER

File

vendor/symfony/dependency-injection/ContainerInterface.php, line 29

Class

ContainerInterface
ContainerInterface is the interface implemented by service container classes.

Namespace

Symfony\Component\DependencyInjection

Code

const SCOPE_CONTAINER = 'container';