| 1 | <?php |
||
| 20 | class CustomRouteSource implements Component |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @return string |
||
| 24 | */ |
||
| 25 | public function name(): string |
||
| 29 | |||
| 30 | /** |
||
| 31 | * {@inheritdoc} |
||
| 32 | */ |
||
| 33 | public function load(array $configs, ContainerBuilder $container) |
||
| 37 | |||
| 38 | /** |
||
| 39 | * {@inheritdoc} |
||
| 40 | */ |
||
| 41 | public function getNodeDefinition(NodeDefinition $node) |
||
| 66 | |||
| 67 | /** |
||
| 68 | * {@inheritdoc} |
||
| 69 | */ |
||
| 70 | public function build(ContainerBuilder $container) |
||
| 74 | |||
| 75 | /** |
||
| 76 | * {@inheritdoc} |
||
| 77 | */ |
||
| 78 | public function prepend(ContainerBuilder $container, array $config): array |
||
| 82 | } |
||
| 83 |