load('services.yaml'); // NOTE: cannot use processConfiguration here since having the key as an identifier // will break across multiple configuration files. // Issue can be found here: https://github.com/symfony/symfony/issues/29817 // $data = $this->processConfigs($configs); // set acl data for main acl generator $def = $container->getDefinition('catalyst_menu.generator'); $def->replaceArgument('$menu_data', $configs); } }