Add initial config and pipeline source files
This commit is contained in:
14
config/services.yaml
Normal file
14
config/services.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
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
|
Reference in New Issue
Block a user