14 lines
474 B
YAML
14 lines
474 B
YAML
|
services:
|
||
|
# Ardent\PipelineBundle\Pipeline\:
|
||
|
# resource: '../src/Pipeline/'
|
||
|
# public: true
|
||
|
# autowire: true
|
||
|
|
||
|
_instanceof:
|
||
|
Ardent\PipelineBundle\Pipeline\OptionsProcessor\OptionsStageInterface:
|
||
|
tags: [ 'ardent.pipeline.optionsProcessor' ]
|
||
|
|
||
|
Ardent\PipelineBundle\Pipeline\OptionsProcessor\OptionsStageBag:
|
||
|
arguments: [ !tagged { tag: 'ardent.pipeline.optionsProcessor' } ]
|
||
|
public: true
|
||
|
autowire: true
|