var/cache/dev/ContainerJERxkkb/getManagerService.php line 11

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 public 'Pimcore\Workflow\Manager' shared autowired service.
  6. include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Workflow/Manager.php';
  7. $this->services['Pimcore\\Workflow\\Manager'] = $instance = new \Pimcore\Workflow\Manager(($this->privates['workflow.registry'] ?? $this->load('getWorkflow_RegistryService.php')), ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->load('getNotesSubscriberService.php')), ($this->services['Pimcore\\Workflow\\ExpressionService'] ?? $this->load('getExpressionServiceService.php')), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8. $instance->registerWorkflow('simple_asset_workflow', ['label' => 'Simple Asset Workflow''priority' => 0'type' => 'state_machine']);
  9. $instance->addPlaceConfig('simple_asset_workflow''start', ['label' => 'Product Launch''title' => 'Product Launch''color' => '#3572b0''visibleInHeader' => true'permissions' => [=> ['objectLayout' => 'DE']], 'colorInverted' => false]);
  10. $instance->addPlaceConfig('simple_asset_workflow''input_attributes', ['label' => 'Input Attributes''color' => 'orange''visibleInHeader' => true'permissions' => [=> ['objectLayout' => 'ST']], 'title' => '''colorInverted' => false]);
  11. return $instance;