var/cache/dev/ContainerYw90bbN/getDomainTypeService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerYw90bbN;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6. * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7. */
  8. class getDomainTypeService extends App_KernelDevDebugContainer
  9. {
  10. /**
  11. * Gets the private 'Overblog\GraphQLBundle\__DEFINITIONS__\DomainType' shared service.
  12. *
  13. * @return object An instance returned by Overblog\GraphQLBundle\Definition\Builder\TypeFactory::create()
  14. */
  15. public static function do($container, $lazyLoad = true)
  16. {
  17. $a = ($container->privates['Overblog\\GraphQLBundle\\Definition\\Builder\\TypeFactory'] ?? $container->load('getTypeFactoryService'));
  18. if (isset($container->privates['Overblog\\GraphQLBundle\\__DEFINITIONS__\\DomainType'])) {
  19. return $container->privates['Overblog\\GraphQLBundle\\__DEFINITIONS__\\DomainType'];
  20. }
  21. return $container->privates['Overblog\\GraphQLBundle\\__DEFINITIONS__\\DomainType'] = $a->create('Overblog\\GraphQLBundle\\__DEFINITIONS__\\DomainType');
  22. }
  23. }