public function InactiveScopeException::getScope

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/InactiveScopeException.php, line 37

Class

InactiveScopeException
This exception is thrown when you try to create a service of an inactive scope.

Namespace

Symfony\Component\DependencyInjection\Exception

Code

public function getScope() {
  return $this->scope;
}