| 1 | <?php |
||
| 19 | final class SiteAccessMatcherRegistryPass implements CompilerPassInterface |
||
| 20 | { |
||
| 21 | public const MATCHER_TAG = 'ezplatform.siteaccess.matcher'; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @param \Symfony\Component\DependencyInjection\ContainerBuilder $container |
||
| 25 | */ |
||
| 26 | public function process(ContainerBuilder $container): void |
||
| 44 | } |
||
| 45 |