21 lines
649 B
YAML
21 lines
649 B
YAML
name: RemoveUnusedSessionMarshallingHandlerPass
|
|
class_comment: '# * @author Ahmed TAILOULOUTE <ahmed.tailouloute@gmail.com>'
|
|
dependencies:
|
|
- name: CompilerPassInterface
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
|
|
- name: ContainerBuilder
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\ContainerBuilder
|
|
properties: []
|
|
methods:
|
|
- name: process
|
|
visibility: public
|
|
parameters:
|
|
- name: container
|
|
comment: null
|
|
traits:
|
|
- Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
|
|
- Symfony\Component\DependencyInjection\ContainerBuilder
|
|
interfaces:
|
|
- CompilerPassInterface
|