protected function ProjectServiceContainer::getInactiveService

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php, line 513

Class

ProjectServiceContainer

Namespace

Symfony\Component\DependencyInjection\Tests

Code

protected function getInactiveService() {
  throw new InactiveScopeException('request', 'request');
}