Container::leaveScope |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
This is called to leave the current scope, and move back to the parent
scope. |
ContainerInterface::leaveScope |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerInterface.php |
Leaves the current scope, and re-enters the parent scope |
ContainerTest::testLeaveScopeNotActive |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
|
ContainerTest::testEnterLeaveScopeWithChildScopes |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
|