DurableWorkflowExtension
extends Extension
in package
FinalYes
Registers validated, autowired Symfony services without owning durable state.
Table of Contents
Constants
- HANDLER_TAG : mixed = 'durable_workflow.handler'
- WORKER_CLIENT_SERVICE : mixed = 'durable_workflow.worker_client'
Methods
- getAlias() : string
- load() : void
Constants
HANDLER_TAG
public
mixed
HANDLER_TAG
= 'durable_workflow.handler'
WORKER_CLIENT_SERVICE
private
mixed
WORKER_CLIENT_SERVICE
= 'durable_workflow.worker_client'
Methods
getAlias()
public
getAlias() : string
Return values
stringload()
public
load(array<int, array<string, mixed>> $configs, ContainerBuilder $container) : void
Parameters
- $configs : array<int, array<string, mixed>>
- $container : ContainerBuilder