public function ContainerInterface::hasScope

Whether this container has the given scope

@api

Parameters

string $name:

Return value

Boolean

1 method overrides ContainerInterface::hasScope()
Container::hasScope in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php
Returns whether this container has a certain scope

File

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

Class

ContainerInterface
ContainerInterface is the interface implemented by service container classes.

Namespace

Symfony\Component\DependencyInjection

Code

public function hasScope($name);