public function ContainerInterface::leaveScope

Leaves the current scope, and re-enters the parent scope

@api

Parameters

string $name:

1 method overrides ContainerInterface::leaveScope()
Container::leaveScope in 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.

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerInterface.php, line 124

Class

ContainerInterface
ContainerInterface is the interface implemented by service container classes.

Namespace

Symfony\Component\DependencyInjection

Code

public function leaveScope($name);