Container::addScope |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
Adds a scope to the container. |
ContainerTest::testAddScope |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
|
ContainerInterface::addScope |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerInterface.php |
Adds a scope to the container |
ContainerTest::testAddScopeDoesNotAllowBuiltInScopes |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
@expectedException \InvalidArgumentException
@dataProvider getBuiltInScopes |
ContainerTest::testAddScopeDoesNotAllowExistingScope |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
@expectedException \InvalidArgumentException |
ContainerTest::testAddScopeDoesNotAllowInvalidParentScope |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
@expectedException \InvalidArgumentException
@dataProvider getInvalidParentScopes |