var/cache/dev/ContainerRXdXI6z/getExpressionServiceService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerRXdXI6z;
  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 getExpressionServiceService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'Pimcore\Workflow\ExpressionService' shared autowired service.
  12.      *
  13.      * @return \Pimcore\Workflow\ExpressionService
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Workflow/ExpressionService.php';
  18.         include_once \dirname(__DIR__4).'/vendor/symfony/workflow/EventListener/ExpressionLanguage.php';
  19.         $a = ($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService());
  20.         return $container->services['Pimcore\\Workflow\\ExpressionService'] = new \Pimcore\Workflow\ExpressionService(new \Symfony\Component\Workflow\EventListener\ExpressionLanguage(($container->services['cache.app'] ?? $container->getCache_AppService())), $a, new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker($a, ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')), ($container->privates['debug.security.access.decision_manager'] ?? $container->getDebug_Security_Access_DecisionManagerService()), falsefalse), ($container->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $container->getSchebTwoFactor_Security_Authentication_TrustResolverService()), ($container->privates['security.role_hierarchy'] ?? $container->getSecurity_RoleHierarchyService()), ($container->services['.container.private.validator'] ?? $container->get_Container_Private_ValidatorService()));
  21.     }
  22. }