You are here

public function ContainerInterface::isScopeActive in Service Container 7

Same name in this branch
  1. 7 lib/Symfony/Component/DependencyInjection/ContainerInterface.php \Symfony\Component\DependencyInjection\ContainerInterface::isScopeActive()
  2. 7 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/ContainerInterface.php \Symfony\Component\DependencyInjection\ContainerInterface::isScopeActive()
Same name and namespace in other branches
  1. 7.2 lib/Symfony/Component/DependencyInjection/ContainerInterface.php \Symfony\Component\DependencyInjection\ContainerInterface::isScopeActive()
  2. 7.2 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/ContainerInterface.php \Symfony\Component\DependencyInjection\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

bool

File

lib/Symfony/Component/DependencyInjection/ContainerInterface.php, line 156

Class

ContainerInterface
ContainerInterface is the interface implemented by service container classes.

Namespace

Symfony\Component\DependencyInjection

Code

public function isScopeActive($name);