public function ContainerInterface::leaveScope in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/dependency-injection/ContainerInterface.php \Symfony\Component\DependencyInjection\ContainerInterface::leaveScope()
Leaves the current scope, and re-enters the parent scope.
Parameters
string $name:
2 methods override ContainerInterface::leaveScope()
- Container::leaveScope in vendor/
symfony/ dependency-injection/ Container.php - This is called to leave the current scope, and move back to the parent scope.
- Container::leaveScope in core/
lib/ Drupal/ Component/ DependencyInjection/ Container.php - Leaves the current scope, and re-enters the parent scope.
File
- vendor/
symfony/ dependency-injection/ ContainerInterface.php, line 105
Class
- ContainerInterface
- ContainerInterface is the interface implemented by service container classes.
Namespace
Symfony\Component\DependencyInjectionCode
public function leaveScope($name);