You are here

service state_machine.guard_factory in State Machine 8

Class

Drupal\state_machine\Guard\GuardFactory
2 string references to state_machine.guard_factory
GuardsPass::process in src/DependencyInjection/Compiler/GuardsPass.php
Passes the grouped service IDs of guards to the guard factory.
Workflow::create in src/Plugin/Workflow/Workflow.php
Creates an instance of the plugin.

File

./state_machine.services.yml
state_machine.services.yml

View source
  1. class: Drupal\state_machine\Guard\GuardFactory
  2. arguments:
  3. - '@service_container'