ResolveHotPathPass
class ResolveHotPathPass extends AbstractRecursivePass
Propagate "container.hot_path" tags to referenced services.
Properties
protected ContainerBuilder | $container | from AbstractRecursivePass | |
protected | $currentId | from AbstractRecursivePass |
Methods
process(ContainerBuilder $container)
You can modify the container here before it is dumped to PHP code.
mixed
processValue(mixed $value, bool $isRoot = false)
Processes a value found in a definition tree.
__construct($tagName = 'container.hot_path')
No description
Details
process(ContainerBuilder $container)
You can modify the container here before it is dumped to PHP code.