FixturesCompilerPass
in package
implements
CompilerPassInterface
Interfaces, Classes, Traits and Enums
- CompilerPassInterface
- Interface that must be implemented by compilation passes.
Table of Contents
- FIXTURE_TAG = 'doctrine.fixture.orm'
- process() : void
- You can modify the container here before it is dumped to PHP code.
Constants
FIXTURE_TAG
public
mixed
FIXTURE_TAG
= 'doctrine.fixture.orm'
Methods
process()
You can modify the container here before it is dumped to PHP code.
public
process(ContainerBuilder $container) : void
Parameters
- $container : ContainerBuilder