var/cache/dev/ContainerWt98Gah/getExpressionServiceService.php line 22

Open in your IDE?
  1. <?php
  2. namespace ContainerWt98Gah;
  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. $a = ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService'));
  19. if (isset($container->services['Pimcore\\Workflow\\ExpressionService'])) {
  20. return $container->services['Pimcore\\Workflow\\ExpressionService'];
  21. }
  22. $b = ($container->privates['debug.security.access.decision_manager'] ?? $container->getDebug_Security_Access_DecisionManagerService());
  23. if (isset($container->services['Pimcore\\Workflow\\ExpressionService'])) {
  24. return $container->services['Pimcore\\Workflow\\ExpressionService'];
  25. }
  26. $c = ($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService());
  27. return $container->services['Pimcore\\Workflow\\ExpressionService'] = new \Pimcore\Workflow\ExpressionService(($container->privates['workflow.security.expression_language'] ?? $container->load('getWorkflow_Security_ExpressionLanguageService')), $c, new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker($c, $a, $b, false, false), ($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()));
  28. }
  29. }