| 1 | <?php |
||
| 20 | class SetNotFoundLocaleResolverPass implements CompilerPassInterface |
||
| 21 | { |
||
| 22 | const TWIG_EXTENSION_ID = 'benat_espina_i18n_routing.twig.current_path_translation_extension'; |
||
| 23 | const LISTENER_ID = 'benat_espina_i18n_routing.event_listener.not_found_locale'; |
||
| 24 | |||
| 25 | public function process(ContainerBuilder $container) |
||
| 30 | |||
| 31 | private function loadDependency(ContainerBuilder $container, $serviceId, $position) |
||
| 49 | } |
||
| 50 |