public function InactiveScopeException::getServiceId in Service Container 7
Same name and namespace in other branches
- 7.2 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Exception/InactiveScopeException.php \Symfony\Component\DependencyInjection\Exception\InactiveScopeException::getServiceId()
File
- modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ DependencyInjection/ Exception/ InactiveScopeException.php, line 32
Class
- InactiveScopeException
- This exception is thrown when you try to create a service of an inactive scope.
Namespace
Symfony\Component\DependencyInjection\ExceptionCode
public function getServiceId() {
return $this->serviceId;
}