public function ContainerInterface::isScopeActive

Determines whether the given scope is currently active.

It does however not check if the scope actually exists.

@api

Parameters

string $name:

Return value

Boolean

1 method overrides ContainerInterface::isScopeActive()
Container::isScopeActive in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php
Returns whether this scope is currently active

File

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

Class

ContainerInterface
ContainerInterface is the interface implemented by service container classes.

Namespace

Symfony\Component\DependencyInjection

Code

public function isScopeActive($name);