public function ContainerInterface::leaveScope

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

@api

Parameters

string $name:

1 method overrides ContainerInterface::leaveScope()

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);