var/cache/dev/ContainerLSViGZg/getWorkflow_RegistryService.php line 17

Open in your IDE?
  1. <?php
  2. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  3. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  4. // This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
  5. // Returns the private 'workflow.registry' shared autowired service.
  6. include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Workflow/Registry.php';
  7. include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Workflow/SupportStrategy/SupportStrategyInterface.php';
  8. include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Workflow/SupportStrategy/ExpressionSupportStrategy.php';
  9. include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  10. include_once \dirname(__DIR__4).'/src/AppBundle/Workflow/SupportsStrategy.php';
  11. $this->privates['workflow.registry'] = $instance = new \Symfony\Component\Workflow\Registry();
  12. $instance->add(($this->services['state_machine.simple_asset_workflow'] ?? $this->load('getStateMachine_SimpleAssetWorkflowService.php')), new \Pimcore\Workflow\SupportStrategy\ExpressionSupportStrategy(($this->services['Pimcore\\Workflow\\ExpressionService'] ?? $this->load('getExpressionServiceService.php')), '\\Pimcore\\Model\\Asset''is_fully_authenticated()'));
  13. $instance->add(($this->services['workflow.product_data_enrichment'] ?? $this->load('getWorkflow_ProductDataEnrichmentService.php')), new \AppBundle\Workflow\SupportsStrategy());
  14. return $instance;