You are here

public function ContainerInterface::enterScope in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/dependency-injection/ContainerInterface.php \Symfony\Component\DependencyInjection\ContainerInterface::enterScope()

Enters the given scope.

Parameters

string $name:

2 methods override ContainerInterface::enterScope()
Container::enterScope in vendor/symfony/dependency-injection/Container.php
This is called when you enter a scope.
Container::enterScope in core/lib/Drupal/Component/DependencyInjection/Container.php
Enters the given scope.

File

vendor/symfony/dependency-injection/ContainerInterface.php, line 98

Class

ContainerInterface
ContainerInterface is the interface implemented by service container classes.

Namespace

Symfony\Component\DependencyInjection

Code

public function enterScope($name);