public function ContainerInterface::enterScope

Enters the given scope

@api

Parameters

string $name:

1 method overrides ContainerInterface::enterScope()
Container::enterScope in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php
This is called when you enter a scope

File

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

Class

ContainerInterface
ContainerInterface is the interface implemented by service container classes.

Namespace

Symfony\Component\DependencyInjection

Code

public function enterScope($name);