1 | <?php |
||
20 | class RequestObjectReferenceSource implements Component |
||
21 | { |
||
22 | /** |
||
23 | * {@inheritdoc} |
||
24 | */ |
||
25 | public function name(): string |
||
29 | |||
30 | /** |
||
31 | * {@inheritdoc} |
||
32 | */ |
||
33 | public function load(array $configs, ContainerBuilder $container) |
||
36 | |||
37 | /** |
||
38 | * {@inheritdoc} |
||
39 | */ |
||
40 | public function getNodeDefinition(ArrayNodeDefinition $node, ArrayNodeDefinition $rootNode) |
||
54 | |||
55 | /** |
||
56 | * {@inheritdoc} |
||
57 | */ |
||
58 | public function prepend(ContainerBuilder $container, array $config): array |
||
62 | |||
63 | /** |
||
64 | * {@inheritdoc} |
||
65 | */ |
||
66 | public function build(ContainerBuilder $container) |
||
70 | } |
||
71 |