var/cache/dev/Container6ruZ0yd/App_KernelDevDebugContainer.php line 5849

Open in your IDE?
  1. <?php
  2. namespace Container6ruZ0yd;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  43.             '.container.private.session' => 'get_Container_Private_SessionService',
  44.             '.container.private.twig' => 'get_Container_Private_TwigService',
  45.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  46.             'App\\Controller\\Article\\ArticleAdminController' => 'getArticleAdminControllerService',
  47.             'App\\Controller\\DocumentController' => 'getDocumentControllerService',
  48.             'App\\Controller\\Event\\EventAdminController' => 'getEventAdminControllerService',
  49.             'App\\Controller\\Page\\AdminController' => 'getAdminControllerService',
  50.             'App\\Controller\\Page\\ApiController' => 'getApiControllerService',
  51.             'App\\Controller\\PublicController' => 'getPublicControllerService',
  52.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  53.             'Score\\BaseBundle\\Controller\\AdminController' => 'getAdminController2Service',
  54.             'Score\\BaseBundle\\Controller\\ApiController' => 'getApiController2Service',
  55.             'Score\\BaseBundle\\Controller\\DefaultController' => 'getDefaultControllerService',
  56.             'Score\\BaseBundle\\Controller\\EnumController' => 'getEnumControllerService',
  57.             'Score\\BaseBundle\\Controller\\PublicController' => 'getPublicController2Service',
  58.             'Score\\BaseBundle\\Controller\\TestController' => 'getTestControllerService',
  59.             'Score\\BaseBundle\\Controller\\UserController' => 'getUserControllerService',
  60.             'Score\\CmsBundle\\Controller\\Article\\ArticleAdminController' => 'getArticleAdminController2Service',
  61.             'Score\\CmsBundle\\Controller\\Article\\ArticleBlockController' => 'getArticleBlockControllerService',
  62.             'Score\\CmsBundle\\Controller\\Article\\PublicController' => 'getPublicController3Service',
  63.             'Score\\CmsBundle\\Controller\\Block\\AccordionAdminController' => 'getAccordionAdminControllerService',
  64.             'Score\\CmsBundle\\Controller\\Block\\AdminController' => 'getAdminController3Service',
  65.             'Score\\CmsBundle\\Controller\\DefaultController' => 'getDefaultController2Service',
  66.             'Score\\CmsBundle\\Controller\\Event\\EventAdminController' => 'getEventAdminController2Service',
  67.             'Score\\CmsBundle\\Controller\\Event\\EventBlockController' => 'getEventBlockControllerService',
  68.             'Score\\CmsBundle\\Controller\\Event\\PublicController' => 'getPublicController4Service',
  69.             'Score\\CmsBundle\\Controller\\Form\\AdminFormController' => 'getAdminFormControllerService',
  70.             'Score\\CmsBundle\\Controller\\Form\\PublicController' => 'getPublicController5Service',
  71.             'Score\\CmsBundle\\Controller\\Gallery\\AdminGalleryController' => 'getAdminGalleryControllerService',
  72.             'Score\\CmsBundle\\Controller\\Gallery\\PublicController' => 'getPublicController6Service',
  73.             'Score\\CmsBundle\\Controller\\LogsController' => 'getLogsControllerService',
  74.             'Score\\CmsBundle\\Controller\\MenuController' => 'getMenuControllerService',
  75.             'Score\\CmsBundle\\Controller\\OptionAdminController' => 'getOptionAdminControllerService',
  76.             'Score\\CmsBundle\\Controller\\Page\\AdminController' => 'getAdminController4Service',
  77.             'Score\\CmsBundle\\Controller\\Page\\PublicController' => 'getPublicController7Service',
  78.             'Score\\CmsBundle\\Controller\\SecurityController' => 'getSecurityControllerService',
  79.             'Score\\CmsBundle\\Controller\\UserAdminController' => 'getUserAdminControllerService',
  80.             'Score\\CmsBundle\\Controller\\UserGroupController' => 'getUserGroupControllerService',
  81.             'Score\\CmsBundle\\Controller\\WidgetAdminController' => 'getWidgetAdminControllerService',
  82.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  83.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  84.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  85.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  86.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  87.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  88.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  89.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  90.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  91.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  92.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  93.             'cache.app' => 'getCache_AppService',
  94.             'cache.app_clearer' => 'getCache_AppClearerService',
  95.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  96.             'cache.system' => 'getCache_SystemService',
  97.             'cache.system_clearer' => 'getCache_SystemClearerService',
  98.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  99.             'cache_warmer' => 'getCacheWarmerService',
  100.             'console.command_loader' => 'getConsole_CommandLoaderService',
  101.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  102.             'doctrine' => 'getDoctrineService',
  103.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  104.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  105.             'error_controller' => 'getErrorControllerService',
  106.             'event_dispatcher' => 'getEventDispatcherService',
  107.             'http_kernel' => 'getHttpKernelService',
  108.             'manager.menu_manager' => 'getManager_MenuManagerService',
  109.             'request_stack' => 'getRequestStackService',
  110.             'router' => 'getRouterService',
  111.             'routing.loader' => 'getRouting_LoaderService',
  112.             'score.cms.page.adminmanager' => 'getScore_Cms_Page_AdminmanagerService',
  113.             'score.cms.page.manager' => 'getScore_Cms_Page_ManagerService',
  114.             'score.manager.adjacency_array_tree' => 'getScore_Manager_AdjacencyArrayTreeService',
  115.             'services_resetter' => 'getServicesResetterService',
  116.             'translator' => 'getTranslatorService',
  117.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  118.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  119.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  120.             'cache_clearer' => 'getCacheClearerService',
  121.             'filesystem' => 'getFilesystemService',
  122.             'serializer' => 'getSerializerService',
  123.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  124.             'form.factory' => 'getForm_FactoryService',
  125.             'form.type.file' => 'getForm_Type_FileService',
  126.             'profiler' => 'getProfilerService',
  127.             'twig' => 'getTwigService',
  128.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  129.             'security.token_storage' => 'getSecurity_TokenStorageService',
  130.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  131.             'session' => 'getSessionService',
  132.             'validator' => 'getValidatorService',
  133.         ];
  134.         $this->aliases = [
  135.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  136.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  137.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  138.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  139.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  140.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  141.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  142.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  143.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  144.             'database_connection' => 'doctrine.dbal.default_connection',
  145.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  146.         ];
  147.         $this->privates['service_container'] = function () {
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  154.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  167.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  189.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  196.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  223.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  235.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  236.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  237.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  238.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  285.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  307.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  314.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  315.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  316.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  318.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  319.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  321.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  322.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  323.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  324.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  325.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  326.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  327.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  328.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  330.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  332.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  333.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  334.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  335.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  336.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  337.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  338.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  339.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  340.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  341.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  343.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  344.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  345.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  346.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  348.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  349.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  350.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  351.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  352.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  353.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  354.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  355.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  356.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  357.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  358.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  359.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  360.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  361.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  362.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  363.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  364.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  365.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  366.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  368.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  369.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  372.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  373.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  374.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  375.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  378.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  380.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  387.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  389.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  397.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  399.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  400.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  402.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  403.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  404.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  405.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  406.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  407.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  408.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  409.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  410.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  411.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  412.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  414.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  415.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  416.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  417.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  419.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  420.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  421.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  423.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  424.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  425.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  426.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  427.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  428.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  429.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  430.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  431.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  433.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  434.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  435.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  436.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  437.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  438.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  439.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  440.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  441.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  442.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  444.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  446.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  448.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  449.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  450.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  452.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  453.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  456.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  458.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  459.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  460.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  462.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  463.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  464.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  465.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  466.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  467.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  471.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  472.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  473.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  475.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  476.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  478.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  479.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  482.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  483.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  485.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  486.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  487.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  489.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  490.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  493.             include_once \dirname(__DIR__4).'/vendor/score/base/src/Services/ReactAppLoader.php';
  494.             include_once \dirname(__DIR__4).'/vendor/score/cms/src/EventSubscriber/StatHitSubscriber.php';
  495.             include_once \dirname(__DIR__4).'/vendor/score/base/src/Services/BaseManager.php';
  496.             include_once \dirname(__DIR__4).'/vendor/score/base/src/Services/BaseAdminManager.php';
  497.             include_once \dirname(__DIR__4).'/vendor/score/cms/src/Services/StatManager.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  501.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  502.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  503.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  504.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  506.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  509.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  510.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  511.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  512.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  513.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  514.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  515.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  516.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  518.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  520.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  527.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  542.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  543.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  549.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  550.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  551.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  552.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  553.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  554.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  555.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  556.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  557.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  558.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  559.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  562.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  563.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  564.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/OperationContextTrait.php';
  565.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  566.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  567.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  568.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  582.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  584.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  588.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  593.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  597.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  610.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  611.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  612.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  615.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  617.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  619.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  620.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  621.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  622.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  623.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  624.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  625.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  626.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  627.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  630.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  656.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  657.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  658.             include_once \dirname(__DIR__4).'/vendor/score/base/src/Twig/AppExtension.php';
  659.             include_once \dirname(__DIR__4).'/vendor/score/cms/src/Twig/AppExtension.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  667.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  676.         };
  677.     }
  678.     public function compile(): void
  679.     {
  680.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  681.     }
  682.     public function isCompiled(): bool
  683.     {
  684.         return true;
  685.     }
  686.     public function getRemovedIds(): array
  687.     {
  688.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  689.     }
  690.     /**
  691.      * Gets the public '.container.private.cache_clearer' shared service.
  692.      *
  693.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  694.      */
  695.     protected function get_Container_Private_CacheClearerService()
  696.     {
  697.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  698.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  699.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  700.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  701.         }, 1));
  702.     }
  703.     /**
  704.      * Gets the public '.container.private.filesystem' shared service.
  705.      *
  706.      * @return \Symfony\Component\Filesystem\Filesystem
  707.      */
  708.     protected function get_Container_Private_FilesystemService()
  709.     {
  710.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  711.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  712.     }
  713.     /**
  714.      * Gets the public '.container.private.form.factory' shared service.
  715.      *
  716.      * @return \Symfony\Component\Form\FormFactory
  717.      */
  718.     protected function get_Container_Private_Form_FactoryService()
  719.     {
  720.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  721.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  722.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  723.     }
  724.     /**
  725.      * Gets the public '.container.private.form.type.file' shared service.
  726.      *
  727.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  728.      */
  729.     protected function get_Container_Private_Form_Type_FileService()
  730.     {
  731.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  732.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  733.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  734.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  735.     }
  736.     /**
  737.      * Gets the public '.container.private.profiler' shared service.
  738.      *
  739.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  740.      */
  741.     protected function get_Container_Private_ProfilerService()
  742.     {
  743.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  744.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  745.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  746.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  747.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  748.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  749.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  750.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  751.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  752.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  753.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  754.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  755.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  756.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  757.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  758.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  759.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  760.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  761.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  762.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  763.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  764.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  765.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  766.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  767.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  768.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  769.         if ($this->has('kernel')) {
  770.             $e->setKernel($b);
  771.         }
  772.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  773.         $instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
  774.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  775.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  776.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  777.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  778.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  779.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  780.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  781.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  782.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  783.         $instance->add($d);
  784.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  785.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  786.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  787.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  788.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  789.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  790.         $instance->add($e);
  791.         return $instance;
  792.     }
  793.     /**
  794.      * Gets the public '.container.private.security.authorization_checker' shared service.
  795.      *
  796.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  797.      */
  798.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  799.     {
  800.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  801.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  802.             return $this->services['.container.private.security.authorization_checker'];
  803.         }
  804.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalsefalsefalse);
  805.     }
  806.     /**
  807.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  808.      *
  809.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  810.      */
  811.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  812.     {
  813.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  814.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  815.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  816.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  817.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  818.     }
  819.     /**
  820.      * Gets the public '.container.private.security.password_encoder' shared service.
  821.      *
  822.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  823.      *
  824.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  825.      */
  826.     protected function get_Container_Private_Security_PasswordEncoderService()
  827.     {
  828.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  829.         return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  830.     }
  831.     /**
  832.      * Gets the public '.container.private.security.token_storage' shared service.
  833.      *
  834.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  835.      */
  836.     protected function get_Container_Private_Security_TokenStorageService()
  837.     {
  838.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  839.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  840.         ], [
  841.             'request_stack' => '?',
  842.         ]));
  843.     }
  844.     /**
  845.      * Gets the public '.container.private.serializer' shared service.
  846.      *
  847.      * @return \Symfony\Component\Serializer\Serializer
  848.      */
  849.     protected function get_Container_Private_SerializerService()
  850.     {
  851.         $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  852.         if (isset($this->services['.container.private.serializer'])) {
  853.             return $this->services['.container.private.serializer'];
  854.         }
  855.         $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  856.         $c = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  857.         $d = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  858.         $e = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$b$c)], [=> $d]));
  859.         $f = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($e);
  860.         $g = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  861.         $h = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  862.         $i = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  863.         $j = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  864.         $k = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($g$h$i, ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), NULL$jNULLfalse'oauth2''application''''', [], [], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), true'page'true'itemsPerPage'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULLtrue$e));
  865.         $l = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  866.         $m = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  867.         $n = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  868.         $o = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  869.         $p = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  870.         $q = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  871.         $r = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($q);
  872.         $s = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($q$m$b$c$rNULL, [], $c);
  873.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), => $f=> $k=> new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($l, [], $m), => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $m), => $k=> $f=> new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($g$h$i$nNULL$lNULL$m), => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($g$o$l), => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($ltrue), 10 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 11 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 12 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 13 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($g$h$i$o$n$p$b$m$q, [], new RewindableGenerator(function () {
  874.             return new \EmptyIterator();
  875.         }, 0), $a), 14 => new \ApiPlatform\Serializer\ItemNormalizer($h$i$o$n$b$m$q, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), falseNULL, new RewindableGenerator(function () {
  876.             return new \EmptyIterator();
  877.         }, 0), $g$a), 15 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 16 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $m), 17 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($q$m$c$rNULL, [])), 18 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 19 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 22 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 23 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($p$n$oNULL), 'page''pagination'$g$b), $g$n$j), 24 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 25 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($s$o$p), 26 => $s], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $d=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  878.     }
  879.     /**
  880.      * Gets the public '.container.private.session' shared service.
  881.      *
  882.      * @return \Symfony\Component\HttpFoundation\Session\Session
  883.      */
  884.     protected function get_Container_Private_SessionService()
  885.     {
  886.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  887.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  888.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  889.         if (isset($this->services['.container.private.session'])) {
  890.             return $this->services['.container.private.session'];
  891.         }
  892.         return $this->services['.container.private.session'] = $a->createSession();
  893.     }
  894.     /**
  895.      * Gets the public '.container.private.twig' shared service.
  896.      *
  897.      * @return \Twig\Environment
  898.      */
  899.     protected function get_Container_Private_TwigService()
  900.     {
  901.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  902.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  903.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  904.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  905.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  906.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  907.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  908.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  909.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  910.         $a->addPath((\dirname(__DIR__4).'/vendor/score/base/src/Resources/views'), 'ScoreBase');
  911.         $a->addPath((\dirname(__DIR__4).'/vendor/score/base/src/Resources/views'), '!ScoreBase');
  912.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/ScoreCmsBundle'), 'ScoreCms');
  913.         $a->addPath((\dirname(__DIR__4).'/vendor/score/cms/src/Resources/views'), 'ScoreCms');
  914.         $a->addPath((\dirname(__DIR__4).'/vendor/score/cms/src/Resources/views'), '!ScoreCms');
  915.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  916.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  917.         $a->addPath((\dirname(__DIR__4).'/templates'));
  918.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  919.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  920.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  921.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  922.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  923.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  924.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  925.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  926.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  927.         $g = ($this->services['router'] ?? $this->getRouterService());
  928.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  929.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  930.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  931.         $j = new \Symfony\Bridge\Twig\AppVariable();
  932.         $j->setEnvironment('dev');
  933.         $j->setDebug(true);
  934.         if ($this->has('.container.private.security.token_storage')) {
  935.             $j->setTokenStorage($h);
  936.         }
  937.         if ($this->has('request_stack')) {
  938.             $j->setRequestStack($d);
  939.         }
  940.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  941.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  942.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  943.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d$e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
  944.             return new \EmptyIterator();
  945.         }, 0))));
  946.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__4), 'UTF-8'));
  947.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  948.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  949.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  950.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  951.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  952.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$g)));
  953.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  954.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  955.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  956.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  957.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  958.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  959.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  960.         $instance->addExtension(new \Score\BaseBundle\Twig\AppExtension());
  961.         $instance->addExtension(new \Score\CmsBundle\Twig\AppExtension());
  962.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  963.         $instance->addGlobal('app'$j);
  964.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  965.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  966.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  967.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  968.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  969.             'Score\\BaseBundle\\Twig\\AppRuntime' => ['privates''Score\\BaseBundle\\Twig\\AppRuntime''getAppRuntimeService'false],
  970.             'Score\\CmsBundle\\Twig\\AppRuntime' => ['privates''Score\\CmsBundle\\Twig\\AppRuntime''getAppRuntime2Service'false],
  971.         ], [
  972.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  973.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  974.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  975.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  976.             'Score\\BaseBundle\\Twig\\AppRuntime' => '?',
  977.             'Score\\CmsBundle\\Twig\\AppRuntime' => '?',
  978.         ])));
  979.         $instance->addGlobal('lang''sk');
  980.         $instance->addGlobal('version''2021.11');
  981.         $instance->addGlobal('default_template''idsk/layout.html.twig');
  982.         $instance->addGlobal('reactAppLoader', ($this->privates['reactAppLoader'] ?? ($this->privates['reactAppLoader'] = new \Score\BaseBundle\Services\ReactAppLoader())));
  983.         $instance->addGlobal('cms_editor''markdown');
  984.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  985.         return $instance;
  986.     }
  987.     /**
  988.      * Gets the public '.container.private.validator' shared service.
  989.      *
  990.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  991.      */
  992.     protected function get_Container_Private_ValidatorService()
  993.     {
  994.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  995.     }
  996.     /**
  997.      * Gets the public 'App\Controller\Article\ArticleAdminController' shared autowired service.
  998.      *
  999.      * @return \App\Controller\Article\ArticleAdminController
  1000.      */
  1001.     protected function getArticleAdminControllerService()
  1002.     {
  1003.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1004.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Controller/AdminController.php';
  1005.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Controller/Article/ArticleAdminController.php';
  1006.         include_once \dirname(__DIR__4).'/src/Controller/Article/ArticleAdminController.php';
  1007.         $this->services['App\\Controller\\Article\\ArticleAdminController'] = $instance = new \App\Controller\Article\ArticleAdminController();
  1008.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Article\\ArticleAdminController'$this));
  1009.         return $instance;
  1010.     }
  1011.     /**
  1012.      * Gets the public 'App\Controller\DocumentController' shared autowired service.
  1013.      *
  1014.      * @return \App\Controller\DocumentController
  1015.      */
  1016.     protected function getDocumentControllerService()
  1017.     {
  1018.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1019.         include_once \dirname(__DIR__4).'/src/Controller/DocumentController.php';
  1020.         $this->services['App\\Controller\\DocumentController'] = $instance = new \App\Controller\DocumentController();
  1021.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\DocumentController'$this));
  1022.         return $instance;
  1023.     }
  1024.     /**
  1025.      * Gets the public 'App\Controller\Event\EventAdminController' shared autowired service.
  1026.      *
  1027.      * @return \App\Controller\Event\EventAdminController
  1028.      */
  1029.     protected function getEventAdminControllerService()
  1030.     {
  1031.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1032.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Controller/AdminController.php';
  1033.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Controller/Event/EventAdminController.php';
  1034.         include_once \dirname(__DIR__4).'/src/Controller/Event/EventAdminController.php';
  1035.         $this->services['App\\Controller\\Event\\EventAdminController'] = $instance = new \App\Controller\Event\EventAdminController();
  1036.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Event\\EventAdminController'$this));
  1037.         return $instance;
  1038.     }
  1039.     /**
  1040.      * Gets the public 'App\Controller\Page\AdminController' shared autowired service.
  1041.      *
  1042.      * @return \App\Controller\Page\AdminController
  1043.      */
  1044.     protected function getAdminControllerService()
  1045.     {
  1046.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1047.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Controller/AdminController.php';
  1048.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Controller/Page/AdminController.php';
  1049.         include_once \dirname(__DIR__4).'/src/Controller/Page/AdminController.php';
  1050.         $this->services['App\\Controller\\Page\\AdminController'] = $instance = new \App\Controller\Page\AdminController();
  1051.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Page\\AdminController'$this));
  1052.         return $instance;
  1053.     }
  1054.     /**
  1055.      * Gets the public 'App\Controller\Page\ApiController' shared autowired service.
  1056.      *
  1057.      * @return \App\Controller\Page\ApiController
  1058.      */
  1059.     protected function getApiControllerService()
  1060.     {
  1061.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1062.         include_once \dirname(__DIR__4).'/src/Controller/Page/ApiController.php';
  1063.         $this->services['App\\Controller\\Page\\ApiController'] = $instance = new \App\Controller\Page\ApiController();
  1064.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Page\\ApiController'$this));
  1065.         return $instance;
  1066.     }
  1067.     /**
  1068.      * Gets the public 'App\Controller\PublicController' shared autowired service.
  1069.      *
  1070.      * @return \App\Controller\PublicController
  1071.      */
  1072.     protected function getPublicControllerService()
  1073.     {
  1074.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1075.         include_once \dirname(__DIR__4).'/src/Controller/PublicController.php';
  1076.         $this->services['App\\Controller\\PublicController'] = $instance = new \App\Controller\PublicController();
  1077.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\PublicController'$this));
  1078.         return $instance;
  1079.     }
  1080.     /**
  1081.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  1082.      *
  1083.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  1084.      */
  1085.     protected function getProfilerControllerService()
  1086.     {
  1087.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Controller/ProfilerController.php';
  1088.         return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  1089.     }
  1090.     /**
  1091.      * Gets the public 'Score\BaseBundle\Controller\AdminController' shared autowired service.
  1092.      *
  1093.      * @return \Score\BaseBundle\Controller\AdminController
  1094.      */
  1095.     protected function getAdminController2Service()
  1096.     {
  1097.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1098.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Controller/AdminController.php';
  1099.         $this->services['Score\\BaseBundle\\Controller\\AdminController'] = $instance = new \Score\BaseBundle\Controller\AdminController();
  1100.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Score\\BaseBundle\\Controller\\AdminController'$this));
  1101.         return $instance;
  1102.     }
  1103.     /**
  1104.      * Gets the public 'Score\BaseBundle\Controller\ApiController' shared autowired service.
  1105.      *
  1106.      * @return \Score\BaseBundle\Controller\ApiController
  1107.      */
  1108.     protected function getApiController2Service()
  1109.     {
  1110.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1111.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Controller/ApiController.php';
  1112.         $this->services['Score\\BaseBundle\\Controller\\ApiController'] = $instance = new \Score\BaseBundle\Controller\ApiController();
  1113.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Score\\BaseBundle\\Controller\\ApiController'$this));
  1114.         return $instance;
  1115.     }
  1116.     /**
  1117.      * Gets the public 'Score\BaseBundle\Controller\DefaultController' shared autowired service.
  1118.      *
  1119.      * @return \Score\BaseBundle\Controller\DefaultController
  1120.      */
  1121.     protected function getDefaultControllerService()
  1122.     {
  1123.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1124.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Controller/DefaultController.php';
  1125.         $this->services['Score\\BaseBundle\\Controller\\DefaultController'] = $instance = new \Score\BaseBundle\Controller\DefaultController();
  1126.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Score\\BaseBundle\\Controller\\DefaultController'$this));
  1127.         return $instance;
  1128.     }
  1129.     /**
  1130.      * Gets the public 'Score\BaseBundle\Controller\EnumController' shared autowired service.
  1131.      *
  1132.      * @return \Score\BaseBundle\Controller\EnumController
  1133.      */
  1134.     protected function getEnumControllerService()
  1135.     {
  1136.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1137.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Controller/EnumController.php';
  1138.         $this->services['Score\\BaseBundle\\Controller\\EnumController'] = $instance = new \Score\BaseBundle\Controller\EnumController();
  1139.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Score\\BaseBundle\\Controller\\EnumController'$this));
  1140.         return $instance;
  1141.     }
  1142.     /**
  1143.      * Gets the public 'Score\BaseBundle\Controller\PublicController' shared autowired service.
  1144.      *
  1145.      * @return \Score\BaseBundle\Controller\PublicController
  1146.      */
  1147.     protected function getPublicController2Service()
  1148.     {
  1149.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1150.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Controller/PublicController.php';
  1151.         $this->services['Score\\BaseBundle\\Controller\\PublicController'] = $instance = new \Score\BaseBundle\Controller\PublicController();
  1152.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Score\\BaseBundle\\Controller\\PublicController'$this));
  1153.         return $instance;
  1154.     }
  1155.     /**
  1156.      * Gets the public 'Score\BaseBundle\Controller\TestController' shared autowired service.
  1157.      *
  1158.      * @return \Score\BaseBundle\Controller\TestController
  1159.      */
  1160.     protected function getTestControllerService()
  1161.     {
  1162.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1163.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Controller/TestController.php';
  1164.         $this->services['Score\\BaseBundle\\Controller\\TestController'] = $instance = new \Score\BaseBundle\Controller\TestController();
  1165.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Score\\BaseBundle\\Controller\\TestController'$this));
  1166.         return $instance;
  1167.     }
  1168.     /**
  1169.      * Gets the public 'Score\BaseBundle\Controller\UserController' shared autowired service.
  1170.      *
  1171.      * @return \Score\BaseBundle\Controller\UserController
  1172.      */
  1173.     protected function getUserControllerService()
  1174.     {
  1175.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1176.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Controller/UserController.php';
  1177.         $this->services['Score\\BaseBundle\\Controller\\UserController'] = $instance = new \Score\BaseBundle\Controller\UserController();
  1178.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Score\\BaseBundle\\Controller\\UserController'$this));
  1179.         return $instance;
  1180.     }
  1181.     /**
  1182.      * Gets the public 'Score\CmsBundle\Controller\Article\ArticleAdminController' shared autowired service.
  1183.      *
  1184.      * @return \Score\CmsBundle\Controller\Article\ArticleAdminController
  1185.      */
  1186.     protected function getArticleAdminController2Service()
  1187.     {
  1188.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1189.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Controller/AdminController.php';
  1190.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Controller/Article/ArticleAdminController.php';
  1191.         $this->services['Score\\CmsBundle\\Controller\\Article\\ArticleAdminController'] = $instance = new \Score\CmsBundle\Controller\Article\ArticleAdminController();
  1192.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Score\\CmsBundle\\Controller\\Article\\ArticleAdminController'$this));
  1193.         return $instance;
  1194.     }
  1195.     /**
  1196.      * Gets the public 'Score\CmsBundle\Controller\Article\ArticleBlockController' shared autowired service.
  1197.      *
  1198.      * @return \Score\CmsBundle\Controller\Article\ArticleBlockController
  1199.      */
  1200.     protected function getArticleBlockControllerService()
  1201.     {
  1202.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1203.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Controller/Article/ArticleBlockController.php';
  1204.         $this->services['Score\\CmsBundle\\Controller\\Article\\ArticleBlockController'] = $instance = new \Score\CmsBundle\Controller\Article\ArticleBlockController();
  1205.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Score\\CmsBundle\\Controller\\Article\\ArticleBlockController'$this));
  1206.         return $instance;
  1207.     }
  1208.     /**
  1209.      * Gets the public 'Score\CmsBundle\Controller\Article\PublicController' shared autowired service.
  1210.      *
  1211.      * @return \Score\CmsBundle\Controller\Article\PublicController
  1212.      */
  1213.     protected function getPublicController3Service()
  1214.     {
  1215.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1216.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Controller/Article/PublicController.php';
  1217.         $this->services['Score\\CmsBundle\\Controller\\Article\\PublicController'] = $instance = new \Score\CmsBundle\Controller\Article\PublicController();
  1218.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Score\\CmsBundle\\Controller\\Article\\PublicController'$this));
  1219.         return $instance;
  1220.     }
  1221.     /**
  1222.      * Gets the public 'Score\CmsBundle\Controller\Block\AccordionAdminController' shared autowired service.
  1223.      *
  1224.      * @return \Score\CmsBundle\Controller\Block\AccordionAdminController
  1225.      */
  1226.     protected function getAccordionAdminControllerService()
  1227.     {
  1228.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1229.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Controller/Block/AccordionAdminController.php';
  1230.         $this->services['Score\\CmsBundle\\Controller\\Block\\AccordionAdminController'] = $instance = new \Score\CmsBundle\Controller\Block\AccordionAdminController();
  1231.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Score\\CmsBundle\\Controller\\Block\\AccordionAdminController'$this));
  1232.         return $instance;
  1233.     }
  1234.     /**
  1235.      * Gets the public 'Score\CmsBundle\Controller\Block\AdminController' shared autowired service.
  1236.      *
  1237.      * @return \Score\CmsBundle\Controller\Block\AdminController
  1238.      */
  1239.     protected function getAdminController3Service()
  1240.     {
  1241.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1242.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Controller/Block/AdminController.php';
  1243.         $this->services['Score\\CmsBundle\\Controller\\Block\\AdminController'] = $instance = new \Score\CmsBundle\Controller\Block\AdminController();
  1244.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Score\\CmsBundle\\Controller\\Block\\AdminController'$this));
  1245.         return $instance;
  1246.     }
  1247.     /**
  1248.      * Gets the public 'Score\CmsBundle\Controller\DefaultController' shared autowired service.
  1249.      *
  1250.      * @return \Score\CmsBundle\Controller\DefaultController
  1251.      */
  1252.     protected function getDefaultController2Service()
  1253.     {
  1254.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1255.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Controller/DefaultController.php';
  1256.         $this->services['Score\\CmsBundle\\Controller\\DefaultController'] = $instance = new \Score\CmsBundle\Controller\DefaultController();
  1257.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Score\\CmsBundle\\Controller\\DefaultController'$this));
  1258.         return $instance;
  1259.     }
  1260.     /**
  1261.      * Gets the public 'Score\CmsBundle\Controller\Event\EventAdminController' shared autowired service.
  1262.      *
  1263.      * @return \Score\CmsBundle\Controller\Event\EventAdminController
  1264.      */
  1265.     protected function getEventAdminController2Service()
  1266.     {
  1267.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1268.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Controller/AdminController.php';
  1269.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Controller/Event/EventAdminController.php';
  1270.         $this->services['Score\\CmsBundle\\Controller\\Event\\EventAdminController'] = $instance = new \Score\CmsBundle\Controller\Event\EventAdminController();
  1271.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Score\\CmsBundle\\Controller\\Event\\EventAdminController'$this));
  1272.         return $instance;
  1273.     }
  1274.     /**
  1275.      * Gets the public 'Score\CmsBundle\Controller\Event\EventBlockController' shared autowired service.
  1276.      *
  1277.      * @return \Score\CmsBundle\Controller\Event\EventBlockController
  1278.      */
  1279.     protected function getEventBlockControllerService()
  1280.     {
  1281.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1282.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Controller/Event/EventBlockController.php';
  1283.         $this->services['Score\\CmsBundle\\Controller\\Event\\EventBlockController'] = $instance = new \Score\CmsBundle\Controller\Event\EventBlockController();
  1284.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Score\\CmsBundle\\Controller\\Event\\EventBlockController'$this));
  1285.         return $instance;
  1286.     }
  1287.     /**
  1288.      * Gets the public 'Score\CmsBundle\Controller\Event\PublicController' shared autowired service.
  1289.      *
  1290.      * @return \Score\CmsBundle\Controller\Event\PublicController
  1291.      */
  1292.     protected function getPublicController4Service()
  1293.     {
  1294.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1295.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Controller/Event/PublicController.php';
  1296.         $this->services['Score\\CmsBundle\\Controller\\Event\\PublicController'] = $instance = new \Score\CmsBundle\Controller\Event\PublicController();
  1297.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Score\\CmsBundle\\Controller\\Event\\PublicController'$this));
  1298.         return $instance;
  1299.     }
  1300.     /**
  1301.      * Gets the public 'Score\CmsBundle\Controller\Form\AdminFormController' shared autowired service.
  1302.      *
  1303.      * @return \Score\CmsBundle\Controller\Form\AdminFormController
  1304.      */
  1305.     protected function getAdminFormControllerService()
  1306.     {
  1307.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1308.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Controller/Form/PublicController.php';
  1309.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Controller/Form/AdminFormController.php';
  1310.         $this->services['Score\\CmsBundle\\Controller\\Form\\AdminFormController'] = $instance = new \Score\CmsBundle\Controller\Form\AdminFormController();
  1311.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Score\\CmsBundle\\Controller\\Form\\AdminFormController'$this));
  1312.         return $instance;
  1313.     }
  1314.     /**
  1315.      * Gets the public 'Score\CmsBundle\Controller\Form\PublicController' shared autowired service.
  1316.      *
  1317.      * @return \Score\CmsBundle\Controller\Form\PublicController
  1318.      */
  1319.     protected function getPublicController5Service()
  1320.     {
  1321.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1322.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Controller/Form/PublicController.php';
  1323.         $this->services['Score\\CmsBundle\\Controller\\Form\\PublicController'] = $instance = new \Score\CmsBundle\Controller\Form\PublicController();
  1324.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Score\\CmsBundle\\Controller\\Form\\PublicController'$this));
  1325.         return $instance;
  1326.     }
  1327.     /**
  1328.      * Gets the public 'Score\CmsBundle\Controller\Gallery\AdminGalleryController' shared autowired service.
  1329.      *
  1330.      * @return \Score\CmsBundle\Controller\Gallery\AdminGalleryController
  1331.      */
  1332.     protected function getAdminGalleryControllerService()
  1333.     {
  1334.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1335.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Controller/Gallery/PublicController.php';
  1336.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Controller/Gallery/AdminGalleryController.php';
  1337.         $this->services['Score\\CmsBundle\\Controller\\Gallery\\AdminGalleryController'] = $instance = new \Score\CmsBundle\Controller\Gallery\AdminGalleryController();
  1338.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Score\\CmsBundle\\Controller\\Gallery\\AdminGalleryController'$this));
  1339.         return $instance;
  1340.     }
  1341.     /**
  1342.      * Gets the public 'Score\CmsBundle\Controller\Gallery\PublicController' shared autowired service.
  1343.      *
  1344.      * @return \Score\CmsBundle\Controller\Gallery\PublicController
  1345.      */
  1346.     protected function getPublicController6Service()
  1347.     {
  1348.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1349.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Controller/Gallery/PublicController.php';
  1350.         $this->services['Score\\CmsBundle\\Controller\\Gallery\\PublicController'] = $instance = new \Score\CmsBundle\Controller\Gallery\PublicController();
  1351.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Score\\CmsBundle\\Controller\\Gallery\\PublicController'$this));
  1352.         return $instance;
  1353.     }
  1354.     /**
  1355.      * Gets the public 'Score\CmsBundle\Controller\LogsController' shared autowired service.
  1356.      *
  1357.      * @return \Score\CmsBundle\Controller\LogsController
  1358.      */
  1359.     protected function getLogsControllerService()
  1360.     {
  1361.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1362.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Controller/LogsController.php';
  1363.         $this->services['Score\\CmsBundle\\Controller\\LogsController'] = $instance = new \Score\CmsBundle\Controller\LogsController();
  1364.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Score\\CmsBundle\\Controller\\LogsController'$this));
  1365.         return $instance;
  1366.     }
  1367.     /**
  1368.      * Gets the public 'Score\CmsBundle\Controller\MenuController' shared autowired service.
  1369.      *
  1370.      * @return \Score\CmsBundle\Controller\MenuController
  1371.      */
  1372.     protected function getMenuControllerService()
  1373.     {
  1374.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1375.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Controller/MenuController.php';
  1376.         $this->services['Score\\CmsBundle\\Controller\\MenuController'] = $instance = new \Score\CmsBundle\Controller\MenuController();
  1377.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Score\\CmsBundle\\Controller\\MenuController'$this));
  1378.         return $instance;
  1379.     }
  1380.     /**
  1381.      * Gets the public 'Score\CmsBundle\Controller\OptionAdminController' shared autowired service.
  1382.      *
  1383.      * @return \Score\CmsBundle\Controller\OptionAdminController
  1384.      */
  1385.     protected function getOptionAdminControllerService()
  1386.     {
  1387.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1388.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Controller/AdminController.php';
  1389.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Controller/OptionAdminController.php';
  1390.         $this->services['Score\\CmsBundle\\Controller\\OptionAdminController'] = $instance = new \Score\CmsBundle\Controller\OptionAdminController();
  1391.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Score\\CmsBundle\\Controller\\OptionAdminController'$this));
  1392.         return $instance;
  1393.     }
  1394.     /**
  1395.      * Gets the public 'Score\CmsBundle\Controller\Page\AdminController' shared autowired service.
  1396.      *
  1397.      * @return \Score\CmsBundle\Controller\Page\AdminController
  1398.      */
  1399.     protected function getAdminController4Service()
  1400.     {
  1401.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1402.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Controller/AdminController.php';
  1403.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Controller/Page/AdminController.php';
  1404.         $this->services['Score\\CmsBundle\\Controller\\Page\\AdminController'] = $instance = new \Score\CmsBundle\Controller\Page\AdminController();
  1405.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Score\\CmsBundle\\Controller\\Page\\AdminController'$this));
  1406.         return $instance;
  1407.     }
  1408.     /**
  1409.      * Gets the public 'Score\CmsBundle\Controller\Page\PublicController' shared autowired service.
  1410.      *
  1411.      * @return \Score\CmsBundle\Controller\Page\PublicController
  1412.      */
  1413.     protected function getPublicController7Service()
  1414.     {
  1415.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1416.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Controller/Page/PublicController.php';
  1417.         $this->services['Score\\CmsBundle\\Controller\\Page\\PublicController'] = $instance = new \Score\CmsBundle\Controller\Page\PublicController();
  1418.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Score\\CmsBundle\\Controller\\Page\\PublicController'$this));
  1419.         return $instance;
  1420.     }
  1421.     /**
  1422.      * Gets the public 'Score\CmsBundle\Controller\SecurityController' shared autowired service.
  1423.      *
  1424.      * @return \Score\CmsBundle\Controller\SecurityController
  1425.      */
  1426.     protected function getSecurityControllerService()
  1427.     {
  1428.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1429.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Controller/SecurityController.php';
  1430.         $this->services['Score\\CmsBundle\\Controller\\SecurityController'] = $instance = new \Score\CmsBundle\Controller\SecurityController();
  1431.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Score\\CmsBundle\\Controller\\SecurityController'$this));
  1432.         return $instance;
  1433.     }
  1434.     /**
  1435.      * Gets the public 'Score\CmsBundle\Controller\UserAdminController' shared autowired service.
  1436.      *
  1437.      * @return \Score\CmsBundle\Controller\UserAdminController
  1438.      */
  1439.     protected function getUserAdminControllerService()
  1440.     {
  1441.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1442.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Controller/UserAdminController.php';
  1443.         $this->services['Score\\CmsBundle\\Controller\\UserAdminController'] = $instance = new \Score\CmsBundle\Controller\UserAdminController();
  1444.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Score\\CmsBundle\\Controller\\UserAdminController'$this));
  1445.         return $instance;
  1446.     }
  1447.     /**
  1448.      * Gets the public 'Score\CmsBundle\Controller\UserGroupController' shared autowired service.
  1449.      *
  1450.      * @return \Score\CmsBundle\Controller\UserGroupController
  1451.      */
  1452.     protected function getUserGroupControllerService()
  1453.     {
  1454.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1455.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Controller/AdminController.php';
  1456.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Controller/UserGroupController.php';
  1457.         $this->services['Score\\CmsBundle\\Controller\\UserGroupController'] = $instance = new \Score\CmsBundle\Controller\UserGroupController();
  1458.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Score\\CmsBundle\\Controller\\UserGroupController'$this));
  1459.         return $instance;
  1460.     }
  1461.     /**
  1462.      * Gets the public 'Score\CmsBundle\Controller\WidgetAdminController' shared autowired service.
  1463.      *
  1464.      * @return \Score\CmsBundle\Controller\WidgetAdminController
  1465.      */
  1466.     protected function getWidgetAdminControllerService()
  1467.     {
  1468.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1469.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Controller/AdminController.php';
  1470.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Controller/WidgetAdminController.php';
  1471.         $this->services['Score\\CmsBundle\\Controller\\WidgetAdminController'] = $instance = new \Score\CmsBundle\Controller\WidgetAdminController();
  1472.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Score\\CmsBundle\\Controller\\WidgetAdminController'$this));
  1473.         return $instance;
  1474.     }
  1475.     /**
  1476.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1477.      *
  1478.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1479.      */
  1480.     protected function getRedirectControllerService()
  1481.     {
  1482.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1483.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1484.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  1485.     }
  1486.     /**
  1487.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1488.      *
  1489.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1490.      */
  1491.     protected function getTemplateControllerService()
  1492.     {
  1493.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1494.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1495.     }
  1496.     /**
  1497.      * Gets the public 'api_platform.action.documentation' shared service.
  1498.      *
  1499.      * @return \ApiPlatform\Documentation\Action\DocumentationAction
  1500.      */
  1501.     protected function getApiPlatform_Action_DocumentationService()
  1502.     {
  1503.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Documentation/Action/DocumentationAction.php';
  1504.         return $this->services['api_platform.action.documentation'] = new \ApiPlatform\Documentation\Action\DocumentationAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), '''''0.0.0'NULL$this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.openapi.factory.legacy'] ?? $this->getApiPlatform_Openapi_Factory_LegacyService()));
  1505.     }
  1506.     /**
  1507.      * Gets the public 'api_platform.action.entrypoint' shared service.
  1508.      *
  1509.      * @return \ApiPlatform\Action\EntrypointAction
  1510.      */
  1511.     protected function getApiPlatform_Action_EntrypointService()
  1512.     {
  1513.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/EntrypointAction.php';
  1514.         return $this->services['api_platform.action.entrypoint'] = new \ApiPlatform\Action\EntrypointAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  1515.     }
  1516.     /**
  1517.      * Gets the public 'api_platform.action.exception' shared service.
  1518.      *
  1519.      * @return \ApiPlatform\Action\ExceptionAction
  1520.      */
  1521.     protected function getApiPlatform_Action_ExceptionService()
  1522.     {
  1523.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/ExceptionAction.php';
  1524.         return $this->services['api_platform.action.exception'] = new \ApiPlatform\Action\ExceptionAction(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status'], ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1525.     }
  1526.     /**
  1527.      * Gets the public 'api_platform.action.not_exposed' shared service.
  1528.      *
  1529.      * @return \ApiPlatform\Action\NotExposedAction
  1530.      */
  1531.     protected function getApiPlatform_Action_NotExposedService()
  1532.     {
  1533.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotExposedAction.php';
  1534.         return $this->services['api_platform.action.not_exposed'] = new \ApiPlatform\Action\NotExposedAction();
  1535.     }
  1536.     /**
  1537.      * Gets the public 'api_platform.action.not_found' shared service.
  1538.      *
  1539.      * @return \ApiPlatform\Action\NotFoundAction
  1540.      */
  1541.     protected function getApiPlatform_Action_NotFoundService()
  1542.     {
  1543.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotFoundAction.php';
  1544.         return $this->services['api_platform.action.not_found'] = new \ApiPlatform\Action\NotFoundAction();
  1545.     }
  1546.     /**
  1547.      * Gets the public 'api_platform.action.placeholder' shared service.
  1548.      *
  1549.      * @return \ApiPlatform\Action\PlaceholderAction
  1550.      */
  1551.     protected function getApiPlatform_Action_PlaceholderService()
  1552.     {
  1553.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/PlaceholderAction.php';
  1554.         return $this->services['api_platform.action.placeholder'] = new \ApiPlatform\Action\PlaceholderAction();
  1555.     }
  1556.     /**
  1557.      * Gets the public 'api_platform.jsonld.action.context' shared service.
  1558.      *
  1559.      * @return \ApiPlatform\JsonLd\Action\ContextAction
  1560.      */
  1561.     protected function getApiPlatform_Jsonld_Action_ContextService()
  1562.     {
  1563.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Action/ContextAction.php';
  1564.         return $this->services['api_platform.jsonld.action.context'] = new \ApiPlatform\JsonLd\Action\ContextAction(($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1565.     }
  1566.     /**
  1567.      * Gets the public 'api_platform.swagger.action.ui' shared service.
  1568.      *
  1569.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction
  1570.      */
  1571.     protected function getApiPlatform_Swagger_Action_UiService()
  1572.     {
  1573.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Action/SwaggerUiAction.php';
  1574.         return $this->services['api_platform.swagger.action.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), '''''0.0.0'$this->parameters['api_platform.formats'], false'''''oauth2''application''''', [], truetruetruefalsefalsefalse$this->parameters['api_platform.swagger.versions'], ($this->services['api_platform.swagger_ui.action'] ?? $this->getApiPlatform_SwaggerUi_ActionService()), NULL, [], false);
  1575.     }
  1576.     /**
  1577.      * Gets the public 'api_platform.swagger_ui.action' shared service.
  1578.      *
  1579.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiAction
  1580.      */
  1581.     protected function getApiPlatform_SwaggerUi_ActionService()
  1582.     {
  1583.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiAction.php';
  1584.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiContext.php';
  1585.         return $this->services['api_platform.swagger_ui.action'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiAction(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.openapi.factory.legacy'] ?? $this->getApiPlatform_Openapi_Factory_LegacyService()), ($this->privates['api_platform.openapi.options'] ?? $this->getApiPlatform_Openapi_OptionsService()), new \ApiPlatform\Symfony\Bundle\SwaggerUi\SwaggerUiContext(truetruetruefalsefalsefalseNULL, []), $this->parameters['api_platform.formats'], ''''false);
  1586.     }
  1587.     /**
  1588.      * Gets the public 'cache.app' shared service.
  1589.      *
  1590.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1591.      */
  1592.     protected function getCache_AppService()
  1593.     {
  1594.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('OVmOXZ18tQ'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1595.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1596.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1597.     }
  1598.     /**
  1599.      * Gets the public 'cache.app_clearer' shared service.
  1600.      *
  1601.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1602.      */
  1603.     protected function getCache_AppClearerService()
  1604.     {
  1605.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1606.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1607.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1608.     }
  1609.     /**
  1610.      * Gets the public 'cache.global_clearer' shared service.
  1611.      *
  1612.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1613.      */
  1614.     protected function getCache_GlobalClearerService()
  1615.     {
  1616.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1617.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1618.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService())]);
  1619.     }
  1620.     /**
  1621.      * Gets the public 'cache.system' shared service.
  1622.      *
  1623.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1624.      */
  1625.     protected function getCache_SystemService()
  1626.     {
  1627.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('HbYuOcKNy4'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1628.     }
  1629.     /**
  1630.      * Gets the public 'cache.system_clearer' shared service.
  1631.      *
  1632.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1633.      */
  1634.     protected function getCache_SystemClearerService()
  1635.     {
  1636.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1637.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1638.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService())]);
  1639.     }
  1640.     /**
  1641.      * Gets the public 'cache.validator_expression_language' shared service.
  1642.      *
  1643.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1644.      */
  1645.     protected function getCache_ValidatorExpressionLanguageService()
  1646.     {
  1647.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('A2XACb229a'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1648.     }
  1649.     /**
  1650.      * Gets the public 'cache_warmer' shared service.
  1651.      *
  1652.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1653.      */
  1654.     protected function getCacheWarmerService()
  1655.     {
  1656.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1657.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1658.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1659.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1660.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1661.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1662.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1663.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1664.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1665.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1666.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1667.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1668.         }, 9), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1669.     }
  1670.     /**
  1671.      * Gets the public 'console.command_loader' shared service.
  1672.      *
  1673.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1674.      */
  1675.     protected function getConsole_CommandLoaderService()
  1676.     {
  1677.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1678.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1679.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1680.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1681.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1682.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1683.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1684.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1685.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1686.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1687.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1688.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1689.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1690.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1691.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1692.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1693.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1694.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1695.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1696.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1697.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1698.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1699.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1700.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1701.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1702.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1703.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1704.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1705.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1706.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1707.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1708.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1709.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1710.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1711.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1712.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1713.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1714.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1715.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1716.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1717.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1718.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1719.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1720.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1721.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1722.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1723.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1724.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1725.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1726.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1727.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1728.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1729.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1730.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1731.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1732.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1733.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1734.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1735.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1736.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1737.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1738.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1739.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1740.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1741.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1742.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1743.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1744.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1745.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1746.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1747.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1748.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  1749.             'api_platform.json_schema.json_schema_generate_command' => ['privates''api_platform.json_schema.json_schema_generate_command''getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService'false],
  1750.             'api_platform.openapi.command' => ['privates''api_platform.openapi.command''getApiPlatform_Openapi_CommandService'false],
  1751.             'api_platform.swagger.command.swagger_command' => ['privates''api_platform.swagger.command.swagger_command''getApiPlatform_Swagger_Command_SwaggerCommandService'false],
  1752.             'api_platform.upgrade_resource.command' => ['privates''api_platform.upgrade_resource.command''getApiPlatform_UpgradeResource_CommandService'false],
  1753.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1754.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1755.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1756.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1757.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1758.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1759.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1760.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1761.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1762.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1763.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1764.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1765.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1766.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1767.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1768.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1769.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1770.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1771.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1772.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1773.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1774.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1775.             'maker.auto_command.make_data_provider' => ['privates''.maker.auto_command.make_data_provider.lazy''get_Maker_AutoCommand_MakeDataProvider_LazyService'false],
  1776.             'maker.auto_command.make_data_persister' => ['privates''.maker.auto_command.make_data_persister.lazy''get_Maker_AutoCommand_MakeDataPersister_LazyService'false],
  1777.             'maker.auto_command.make_state_processor' => ['privates''.maker.auto_command.make_state_processor.lazy''get_Maker_AutoCommand_MakeStateProcessor_LazyService'false],
  1778.             'maker.auto_command.make_state_provider' => ['privates''.maker.auto_command.make_state_provider.lazy''get_Maker_AutoCommand_MakeStateProvider_LazyService'false],
  1779.         ], [
  1780.             'console.command.about' => '?',
  1781.             'console.command.assets_install' => '?',
  1782.             'console.command.cache_clear' => '?',
  1783.             'console.command.cache_pool_clear' => '?',
  1784.             'console.command.cache_pool_prune' => '?',
  1785.             'console.command.cache_pool_delete' => '?',
  1786.             'console.command.cache_pool_list' => '?',
  1787.             'console.command.cache_warmup' => '?',
  1788.             'console.command.config_debug' => '?',
  1789.             'console.command.config_dump_reference' => '?',
  1790.             'console.command.container_debug' => '?',
  1791.             'console.command.container_lint' => '?',
  1792.             'console.command.debug_autowiring' => '?',
  1793.             'console.command.dotenv_debug' => '?',
  1794.             'console.command.event_dispatcher_debug' => '?',
  1795.             'console.command.router_debug' => '?',
  1796.             'console.command.router_match' => '?',
  1797.             'console.command.translation_debug' => '?',
  1798.             'console.command.translation_extract' => '?',
  1799.             'console.command.validator_debug' => '?',
  1800.             'console.command.translation_pull' => '?',
  1801.             'console.command.translation_push' => '?',
  1802.             'console.command.xliff_lint' => '?',
  1803.             'console.command.yaml_lint' => '?',
  1804.             'console.command.form_debug' => '?',
  1805.             'console.command.secrets_set' => '?',
  1806.             'console.command.secrets_remove' => '?',
  1807.             'console.command.secrets_generate_key' => '?',
  1808.             'console.command.secrets_list' => '?',
  1809.             'console.command.secrets_decrypt_to_local' => '?',
  1810.             'console.command.secrets_encrypt_from_local' => '?',
  1811.             'twig.command.debug' => '?',
  1812.             'twig.command.lint' => '?',
  1813.             'security.command.debug_firewall' => '?',
  1814.             'security.command.user_password_encoder' => '?',
  1815.             'security.command.user_password_hash' => '?',
  1816.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1817.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1818.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1819.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1820.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  1821.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  1822.             'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  1823.             'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  1824.             'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  1825.             'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  1826.             'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  1827.             'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  1828.             'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  1829.             'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  1830.             'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  1831.             'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  1832.             'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  1833.             'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  1834.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1835.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1836.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1837.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1838.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1839.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1840.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1841.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1842.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1843.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1844.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1845.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1846.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1847.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1848.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  1849.             'api_platform.json_schema.json_schema_generate_command' => 'ApiPlatform\\JsonSchema\\Command\\JsonSchemaGenerateCommand',
  1850.             'api_platform.openapi.command' => 'ApiPlatform\\Symfony\\Bundle\\Command\\OpenApiCommand',
  1851.             'api_platform.swagger.command.swagger_command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\SwaggerCommand',
  1852.             'api_platform.upgrade_resource.command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\UpgradeApiResourceCommand',
  1853.             'maker.auto_command.make_auth' => '?',
  1854.             'maker.auto_command.make_command' => '?',
  1855.             'maker.auto_command.make_controller' => '?',
  1856.             'maker.auto_command.make_crud' => '?',
  1857.             'maker.auto_command.make_docker_database' => '?',
  1858.             'maker.auto_command.make_entity' => '?',
  1859.             'maker.auto_command.make_fixtures' => '?',
  1860.             'maker.auto_command.make_form' => '?',
  1861.             'maker.auto_command.make_message' => '?',
  1862.             'maker.auto_command.make_messenger_middleware' => '?',
  1863.             'maker.auto_command.make_registration_form' => '?',
  1864.             'maker.auto_command.make_reset_password' => '?',
  1865.             'maker.auto_command.make_serializer_encoder' => '?',
  1866.             'maker.auto_command.make_serializer_normalizer' => '?',
  1867.             'maker.auto_command.make_subscriber' => '?',
  1868.             'maker.auto_command.make_twig_extension' => '?',
  1869.             'maker.auto_command.make_test' => '?',
  1870.             'maker.auto_command.make_validator' => '?',
  1871.             'maker.auto_command.make_voter' => '?',
  1872.             'maker.auto_command.make_user' => '?',
  1873.             'maker.auto_command.make_migration' => '?',
  1874.             'maker.auto_command.make_stimulus_controller' => '?',
  1875.             'maker.auto_command.make_data_provider' => '?',
  1876.             'maker.auto_command.make_data_persister' => '?',
  1877.             'maker.auto_command.make_state_processor' => '?',
  1878.             'maker.auto_command.make_state_provider' => '?',
  1879.         ]), ['about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''api:json-schema:generate' => 'api_platform.json_schema.json_schema_generate_command''api:openapi:export' => 'api_platform.openapi.command''api:swagger:export' => 'api_platform.swagger.command.swagger_command''api:upgrade-resource' => 'api_platform.upgrade_resource.command''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration''make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller''make:data-provider' => 'maker.auto_command.make_data_provider''make:data-persister' => 'maker.auto_command.make_data_persister''make:state-processor' => 'maker.auto_command.make_state_processor''make:state-provider' => 'maker.auto_command.make_state_provider']);
  1880.     }
  1881.     /**
  1882.      * Gets the public 'container.env_var_processors_locator' shared service.
  1883.      *
  1884.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1885.      */
  1886.     protected function getContainer_EnvVarProcessorsLocatorService()
  1887.     {
  1888.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1889.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1890.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1891.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1892.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1893.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1894.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1895.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1896.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1897.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1898.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1899.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1900.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1901.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1902.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1903.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1904.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1905.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1906.         ], [
  1907.             'base64' => '?',
  1908.             'bool' => '?',
  1909.             'const' => '?',
  1910.             'csv' => '?',
  1911.             'default' => '?',
  1912.             'file' => '?',
  1913.             'float' => '?',
  1914.             'int' => '?',
  1915.             'json' => '?',
  1916.             'key' => '?',
  1917.             'not' => '?',
  1918.             'query_string' => '?',
  1919.             'require' => '?',
  1920.             'resolve' => '?',
  1921.             'string' => '?',
  1922.             'trim' => '?',
  1923.             'url' => '?',
  1924.         ]);
  1925.     }
  1926.     /**
  1927.      * Gets the public 'doctrine' shared service.
  1928.      *
  1929.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1930.      */
  1931.     protected function getDoctrineService()
  1932.     {
  1933.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1934.     }
  1935.     /**
  1936.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1937.      *
  1938.      * @return \Doctrine\DBAL\Connection
  1939.      */
  1940.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1941.     {
  1942.         $a = new \Doctrine\DBAL\Configuration();
  1943.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1944.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1945.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1946.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1947.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1948.         $c->setConnectionName('default');
  1949.         $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1950.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1951.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()), []);
  1952.     }
  1953.     /**
  1954.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1955.      *
  1956.      * @return \Doctrine\ORM\EntityManager
  1957.      */
  1958.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1959.     {
  1960.         $a = new \Doctrine\ORM\Configuration();
  1961.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1962.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1963.         $b->addDriver($c'App\\Entity');
  1964.         $b->addDriver($c'Score\\BaseBundle\\Entity');
  1965.         $b->addDriver($c'Score\\CmsBundle\\Entity');
  1966.         $a->setEntityNamespaces(['App' => 'App\\Entity''ScoreBaseBundle' => 'Score\\BaseBundle\\Entity''ScoreCmsBundle' => 'Score\\CmsBundle\\Entity']);
  1967.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1968.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1969.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1970.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1971.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1972.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1973.         ], [
  1974.             'doctrine.ulid_generator' => '?',
  1975.             'doctrine.uuid_generator' => '?',
  1976.         ])));
  1977.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1978.         $a->setProxyNamespace('Proxies');
  1979.         $a->setAutoGenerateProxyClasses(true);
  1980.         $a->setSchemaIgnoreClasses([]);
  1981.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1982.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1983.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1984.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1985.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1986.         $a->setLazyGhostObjectEnabled(false);
  1987.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1988.             'App\\Repository\\DocumentFileRepository' => ['privates''App\\Repository\\DocumentFileRepository''getDocumentFileRepositoryService'false],
  1989.             'App\\Repository\\DocumentRepository' => ['privates''App\\Repository\\DocumentRepository''getDocumentRepositoryService'false],
  1990.             'Score\\CmsBundle\\Repository\\ChangesLogRepository' => ['privates''Score\\CmsBundle\\Repository\\ChangesLogRepository''getChangesLogRepositoryService'false],
  1991.             'Score\\CmsBundle\\Repository\\GroupRepository' => ['privates''Score\\CmsBundle\\Repository\\GroupRepository''getGroupRepositoryService'false],
  1992.             'Score\\CmsBundle\\Repository\\MailBoardRepository' => ['privates''Score\\CmsBundle\\Repository\\MailBoardRepository''getMailBoardRepositoryService'false],
  1993.         ], [
  1994.             'App\\Repository\\DocumentFileRepository' => '?',
  1995.             'App\\Repository\\DocumentRepository' => '?',
  1996.             'Score\\CmsBundle\\Repository\\ChangesLogRepository' => '?',
  1997.             'Score\\CmsBundle\\Repository\\GroupRepository' => '?',
  1998.             'Score\\CmsBundle\\Repository\\MailBoardRepository' => '?',
  1999.         ])));
  2000.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  2001.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  2002.         return $instance;
  2003.     }
  2004.     /**
  2005.      * Gets the public 'error_controller' shared service.
  2006.      *
  2007.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  2008.      */
  2009.     protected function getErrorControllerService()
  2010.     {
  2011.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  2012.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  2013.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  2014.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  2015.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  2016.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2017.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  2018.     }
  2019.     /**
  2020.      * Gets the public 'event_dispatcher' shared service.
  2021.      *
  2022.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2023.      */
  2024.     protected function getEventDispatcherService()
  2025.     {
  2026.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2027.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2028.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  2029.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2030.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2031.         $instance->addListener('kernel.controller', [=> function () {
  2032.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2033.         }, => 'onKernelController'], 0);
  2034.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2035.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  2036.         }, => 'checkPassport'], 1024);
  2037.         $instance->addListener('kernel.response', [=> function () {
  2038.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  2039.         }, => 'onKernelResponse'], 0);
  2040.         $instance->addListener('kernel.response', [=> function () {
  2041.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  2042.         }, => 'onKernelResponse'], 0);
  2043.         $instance->addListener('kernel.request', [=> function () {
  2044.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  2045.         }, => 'onKernelRequest'], 28);
  2046.         $instance->addListener('kernel.request', [=> function () {
  2047.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  2048.         }, => 'onKernelRequest'], 2);
  2049.         $instance->addListener('kernel.view', [=> function () {
  2050.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->getApiPlatform_Listener_View_SerializeService());
  2051.         }, => 'onKernelView'], 16);
  2052.         $instance->addListener('kernel.view', [=> function () {
  2053.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->getApiPlatform_Listener_View_RespondService());
  2054.         }, => 'onKernelView'], 8);
  2055.         $instance->addListener('kernel.exception', [=> function () {
  2056.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->getApiPlatform_Listener_Exception_ValidationService());
  2057.         }, => 'onKernelException'], 0);
  2058.         $instance->addListener('kernel.exception', [=> function () {
  2059.             return ($this->privates['api_platform.listener.exception'] ?? $this->getApiPlatform_Listener_ExceptionService());
  2060.         }, => 'onKernelException'], -96);
  2061.         $instance->addListener('kernel.view', [=> function () {
  2062.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->getApiPlatform_Listener_View_Write_LegacyService());
  2063.         }, => 'onKernelView'], 32);
  2064.         $instance->addListener('kernel.request', [=> function () {
  2065.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  2066.         }, => 'onKernelRequest'], 4);
  2067.         $instance->addListener('kernel.request', [=> function () {
  2068.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  2069.         }, => 'onKernelRequest'], 0);
  2070.         $instance->addListener('kernel.response', [=> function () {
  2071.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  2072.         }, => 'onKernelResponse'], 0);
  2073.         $instance->addListener('kernel.response', [=> function () {
  2074.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  2075.         }, => 'onKernelResponse'], -1);
  2076.         $instance->addListener('kernel.view', [=> function () {
  2077.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->getApiPlatform_Listener_View_ValidateService());
  2078.         }, => 'onKernelView'], 64);
  2079.         $instance->addListener('kernel.request', [=> function () {
  2080.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  2081.         }, => 'onKernelRequest'], 16);
  2082.         $instance->addListener('kernel.request', [=> function () {
  2083.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2084.         }, => 'onSecurity'], 3);
  2085.         $instance->addListener('kernel.request', [=> function () {
  2086.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2087.         }, => 'onSecurityPostDenormalize'], 1);
  2088.         $instance->addListener('kernel.view', [=> function () {
  2089.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2090.         }, => 'onSecurityPostValidation'], 63);
  2091.         $instance->addListener('kernel.request', [=> function () {
  2092.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2093.         }, => 'onKernelRequest'], 250);
  2094.         $instance->addListener('kernel.response', [=> function () {
  2095.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2096.         }, => 'onKernelResponse'], 0);
  2097.         $instance->addListener('kernel.response', [=> function () {
  2098.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  2099.         }, => 'onResponse'], -10);
  2100.         $instance->addListener('Score\\CmsBundle\\Event\\ArticleEditEvent', [=> function () {
  2101.             return ($this->privates['App\\EventSubscriber\\ArticleEditSubscriber'] ?? ($this->privates['App\\EventSubscriber\\ArticleEditSubscriber'] = new \App\EventSubscriber\ArticleEditSubscriber()));
  2102.         }, => 'onArticleEditEvent'], 0);
  2103.         $instance->addListener('kernel.response', [=> function () {
  2104.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2105.         }, => 'onKernelResponse'], 0);
  2106.         $instance->addListener('kernel.response', [=> function () {
  2107.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2108.         }, => 'onKernelResponse'], -1024);
  2109.         $instance->addListener('kernel.request', [=> function () {
  2110.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2111.         }, => 'setDefaultLocale'], 100);
  2112.         $instance->addListener('kernel.request', [=> function () {
  2113.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2114.         }, => 'onKernelRequest'], 16);
  2115.         $instance->addListener('kernel.finish_request', [=> function () {
  2116.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2117.         }, => 'onKernelFinishRequest'], 0);
  2118.         $instance->addListener('kernel.request', [=> function () {
  2119.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2120.         }, => 'onKernelRequest'], 256);
  2121.         $instance->addListener('kernel.response', [=> function () {
  2122.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2123.         }, => 'onResponse'], -255);
  2124.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2125.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2126.         }, => 'onControllerArguments'], 0);
  2127.         $instance->addListener('kernel.exception', [=> function () {
  2128.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2129.         }, => 'logKernelException'], 0);
  2130.         $instance->addListener('kernel.exception', [=> function () {
  2131.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2132.         }, => 'onKernelException'], -128);
  2133.         $instance->addListener('kernel.response', [=> function () {
  2134.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2135.         }, => 'removeCspHeader'], -128);
  2136.         $instance->addListener('kernel.request', [=> function () {
  2137.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2138.         }, => 'onKernelRequest'], 15);
  2139.         $instance->addListener('kernel.finish_request', [=> function () {
  2140.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2141.         }, => 'onKernelFinishRequest'], -15);
  2142.         $instance->addListener('console.error', [=> function () {
  2143.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2144.         }, => 'onConsoleError'], -128);
  2145.         $instance->addListener('console.terminate', [=> function () {
  2146.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2147.         }, => 'onConsoleTerminate'], -128);
  2148.         $instance->addListener('console.error', [=> function () {
  2149.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2150.         }, => 'onConsoleError'], 0);
  2151.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2152.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2153.         }, => 'onMessage'], -255);
  2154.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2155.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2156.         }, => 'onMessage'], -255);
  2157.         $instance->addListener('kernel.request', [=> function () {
  2158.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2159.         }, => 'configure'], 2048);
  2160.         $instance->addListener('console.command', [=> function () {
  2161.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2162.         }, => 'configure'], 2048);
  2163.         $instance->addListener('kernel.request', [=> function () {
  2164.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2165.         }, => 'onKernelRequest'], 32);
  2166.         $instance->addListener('kernel.finish_request', [=> function () {
  2167.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2168.         }, => 'onKernelFinishRequest'], 0);
  2169.         $instance->addListener('kernel.exception', [=> function () {
  2170.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2171.         }, => 'onKernelException'], -64);
  2172.         $instance->addListener('kernel.response', [=> function () {
  2173.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2174.         }, => 'onKernelResponse'], 0);
  2175.         $instance->addListener('kernel.request', [=> function () {
  2176.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2177.         }, => 'onKernelRequest'], 128);
  2178.         $instance->addListener('kernel.response', [=> function () {
  2179.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2180.         }, => 'onKernelResponse'], -1000);
  2181.         $instance->addListener('kernel.finish_request', [=> function () {
  2182.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2183.         }, => 'onFinishRequest'], 0);
  2184.         $instance->addListener('kernel.response', [=> function () {
  2185.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2186.         }, => 'onKernelResponse'], -100);
  2187.         $instance->addListener('kernel.exception', [=> function () {
  2188.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2189.         }, => 'onKernelException'], 0);
  2190.         $instance->addListener('kernel.terminate', [=> function () {
  2191.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2192.         }, => 'onKernelTerminate'], -1024);
  2193.         $instance->addListener('kernel.controller', [=> function () {
  2194.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2195.         }, => 'onKernelController'], 0);
  2196.         $instance->addListener('kernel.response', [=> function () {
  2197.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2198.         }, => 'onKernelResponse'], 0);
  2199.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2200.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  2201.         }, => 'onMessage'], 0);
  2202.         $instance->addListener('kernel.response', [=> function () {
  2203.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2204.         }, => 'onKernelResponse'], 0);
  2205.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2206.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  2207.         }, => 'checkPassport'], 0);
  2208.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2209.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  2210.         }, => 'onLoginSuccess'], 0);
  2211.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2212.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  2213.         }, => 'onVoterVote'], 0);
  2214.         $instance->addListener('kernel.request', [=> function () {
  2215.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2216.         }, => 'configureLogoutUrlGenerator'], 8);
  2217.         $instance->addListener('kernel.request', [=> function () {
  2218.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2219.         }, => 'onKernelRequest'], 8);
  2220.         $instance->addListener('kernel.finish_request', [=> function () {
  2221.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2222.         }, => 'onKernelFinishRequest'], 0);
  2223.         $instance->addListener('console.command', [=> function () {
  2224.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2225.         }, => 'onCommand'], 255);
  2226.         $instance->addListener('console.terminate', [=> function () {
  2227.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2228.         }, => 'onTerminate'], -255);
  2229.         $instance->addListener('console.error', [=> function () {
  2230.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2231.         }, => 'onConsoleError'], 0);
  2232.         $instance->addListener('console.terminate', [=> function () {
  2233.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2234.         }, => 'onConsoleTerminate'], 0);
  2235.         $instance->addListener('kernel.controller', [=> function () {
  2236.             return ($this->privates['stat_hit_subscriber'] ?? $this->getStatHitSubscriberService());
  2237.         }, => 'addHit'], 0);
  2238.         $instance->addListener('kernel.response', [=> function () {
  2239.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2240.         }, => 'onKernelResponse'], -128);
  2241.         $instance->addListener('kernel.controller', [=> function () {
  2242.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2243.         }, => 'onKernelController'], 0);
  2244.         $instance->addListener('kernel.controller', [=> function () {
  2245.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2246.         }, => 'onKernelController'], 0);
  2247.         $instance->addListener('kernel.controller', [=> function () {
  2248.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2249.         }, => 'onKernelController'], -128);
  2250.         $instance->addListener('kernel.view', [=> function () {
  2251.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2252.         }, => 'onKernelView'], 0);
  2253.         $instance->addListener('kernel.controller', [=> function () {
  2254.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2255.         }, => 'onKernelController'], 0);
  2256.         $instance->addListener('kernel.response', [=> function () {
  2257.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2258.         }, => 'onKernelResponse'], 0);
  2259.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2260.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2261.         }, => 'onKernelControllerArguments'], 0);
  2262.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2263.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2264.         }, => 'onKernelControllerArguments'], 0);
  2265.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2266.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  2267.         }, => 'checkPassport'], 512);
  2268.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2269.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  2270.         }, => 'onLogout'], 0);
  2271.         return $instance;
  2272.     }
  2273.     /**
  2274.      * Gets the public 'http_kernel' shared service.
  2275.      *
  2276.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2277.      */
  2278.     protected function getHttpKernelService()
  2279.     {
  2280.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2281.         if (isset($this->services['http_kernel'])) {
  2282.             return $this->services['http_kernel'];
  2283.         }
  2284.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2285.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  2286.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  2287.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  2288.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  2289.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  2290.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  2291.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  2292.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  2293.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  2294.         }, 8)), $b));
  2295.     }
  2296.     /**
  2297.      * Gets the public 'manager.menu_manager' autowired service.
  2298.      *
  2299.      * @return \App\Services\MenuManager
  2300.      */
  2301.     protected function getManager_MenuManagerService()
  2302.     {
  2303.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Services/AdjacencyArrayTreeManager.php';
  2304.         include_once \dirname(__DIR__4).'/src/Services/MenuManager.php';
  2305.         $this->factories['manager.menu_manager'] = function () {
  2306.             return new \App\Services\MenuManager();
  2307.         };
  2308.         return $this->factories['manager.menu_manager']();
  2309.     }
  2310.     /**
  2311.      * Gets the public 'request_stack' shared service.
  2312.      *
  2313.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2314.      */
  2315.     protected function getRequestStackService()
  2316.     {
  2317.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2318.     }
  2319.     /**
  2320.      * Gets the public 'router' shared service.
  2321.      *
  2322.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2323.      */
  2324.     protected function getRouterService()
  2325.     {
  2326.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2327.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2328.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2329.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2330.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2331.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2332.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2333.         ], [
  2334.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2335.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'sk');
  2336.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2337.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2338.         return $instance;
  2339.     }
  2340.     /**
  2341.      * Gets the public 'routing.loader' shared service.
  2342.      *
  2343.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2344.      */
  2345.     protected function getRouting_LoaderService()
  2346.     {
  2347.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2348.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2349.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2350.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2351.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2352.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2353.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2354.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  2355.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  2356.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  2357.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2358.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  2359.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  2360.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  2361.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2362.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2363.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2364.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2365.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2366.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2367.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/ApiLoader.php';
  2368.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2369.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2370.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2371.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2372.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2373.         $b = ($this->services['kernel'] ?? $this->get('kernel'1));
  2374.         $c = new \Symfony\Component\HttpKernel\Config\FileLocator($b);
  2375.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  2376.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($c'dev'));
  2377.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($c'dev'));
  2378.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($c'dev'));
  2379.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($c'dev'));
  2380.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($c'dev'));
  2381.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2382.             'kernel' => ['services''kernel''getKernelService'false],
  2383.         ], [
  2384.             'kernel' => 'App\\Kernel',
  2385.         ]), 'dev'));
  2386.         $a->addLoader(new \ApiPlatform\Symfony\Routing\ApiLoader($b, ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $this$this->parameters['api_platform.formats'], $this->parameters['api_platform.resource_class_directories'], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), falsetruetruefalsefalse, ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  2387.         $a->addLoader($d);
  2388.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($c$d));
  2389.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($c$d));
  2390.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  2391.     }
  2392.     /**
  2393.      * Gets the public 'score.cms.page.adminmanager' shared autowired service.
  2394.      *
  2395.      * @return \Score\CmsBundle\Services\AdminPageManager
  2396.      */
  2397.     protected function getScore_Cms_Page_AdminmanagerService()
  2398.     {
  2399.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Services/AdminPageManager.php';
  2400.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Services/PageKeywordManager.php';
  2401.         return $this->services['score.cms.page.adminmanager'] = new \Score\CmsBundle\Services\AdminPageManager(($this->services['doctrine'] ?? $this->getDoctrineService()), 'Score\\CmsBundle\\Entity\\Page\\Page', new \Score\CmsBundle\Services\PageKeywordManager('keyword.manager'), ($this->privates['score.cms.page.tree.manager'] ?? $this->getScore_Cms_Page_Tree_ManagerService()), ($this->privates['score.cms.block.manager'] ?? $this->getScore_Cms_Block_ManagerService()));
  2402.     }
  2403.     /**
  2404.      * Gets the public 'score.cms.page.manager' shared autowired service.
  2405.      *
  2406.      * @return \Score\CmsBundle\Services\PageManager
  2407.      */
  2408.     protected function getScore_Cms_Page_ManagerService()
  2409.     {
  2410.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Services/PageManager.php';
  2411.         return $this->services['score.cms.page.manager'] = new \Score\CmsBundle\Services\PageManager(($this->services['doctrine'] ?? $this->getDoctrineService()), 'Score\\CmsBundle\\Entity\\Page\\Page');
  2412.     }
  2413.     /**
  2414.      * Gets the public 'score.manager.adjacency_array_tree' autowired service.
  2415.      *
  2416.      * @return \Score\BaseBundle\Services\AdjacencyArrayTreeManager
  2417.      */
  2418.     protected function getScore_Manager_AdjacencyArrayTreeService()
  2419.     {
  2420.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Services/AdjacencyArrayTreeManager.php';
  2421.         $this->factories['score.manager.adjacency_array_tree'] = function () {
  2422.             return new \Score\BaseBundle\Services\AdjacencyArrayTreeManager();
  2423.         };
  2424.         return $this->factories['score.manager.adjacency_array_tree']();
  2425.     }
  2426.     /**
  2427.      * Gets the public 'services_resetter' shared service.
  2428.      *
  2429.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2430.      */
  2431.     protected function getServicesResetterService()
  2432.     {
  2433.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2434.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2435.             if (isset($this->services['cache.app'])) {
  2436.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2437.             }
  2438.             if (isset($this->services['cache.system'])) {
  2439.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2440.             }
  2441.             if (isset($this->privates['cache.validator'])) {
  2442.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2443.             }
  2444.             if (isset($this->privates['cache.serializer'])) {
  2445.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2446.             }
  2447.             if (isset($this->privates['cache.annotations'])) {
  2448.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2449.             }
  2450.             if (isset($this->privates['cache.property_info'])) {
  2451.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2452.             }
  2453.             if (isset($this->privates['mailer.message_logger_listener'])) {
  2454.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  2455.             }
  2456.             if (isset($this->privates['debug.stopwatch'])) {
  2457.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2458.             }
  2459.             if (isset($this->services['event_dispatcher'])) {
  2460.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2461.             }
  2462.             if (isset($this->privates['session_listener'])) {
  2463.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  2464.             }
  2465.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2466.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2467.             }
  2468.             if (isset($this->services['cache.validator_expression_language'])) {
  2469.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  2470.             }
  2471.             if (isset($this->services['.container.private.profiler'])) {
  2472.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  2473.             }
  2474.             if (isset($this->services['.container.private.validator'])) {
  2475.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  2476.             }
  2477.             if (isset($this->privates['twig.form.engine'])) {
  2478.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  2479.             }
  2480.             if (isset($this->services['.container.private.security.token_storage'])) {
  2481.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  2482.             }
  2483.             if (isset($this->privates['cache.security_expression_language'])) {
  2484.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2485.             }
  2486.             if (isset($this->privates['debug.security.firewall'])) {
  2487.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  2488.             }
  2489.             if (isset($this->privates['debug.security.firewall.authenticator.admin'])) {
  2490.                 yield 'debug.security.firewall.authenticator.admin' => ($this->privates['debug.security.firewall.authenticator.admin'] ?? null);
  2491.             }
  2492.             if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  2493.                 yield 'debug.security.firewall.authenticator.main' => ($this->privates['debug.security.firewall.authenticator.main'] ?? null);
  2494.             }
  2495.             if (isset($this->services['doctrine'])) {
  2496.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2497.             }
  2498.             if (isset($this->privates['doctrine.debug_data_holder'])) {
  2499.                 yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
  2500.             }
  2501.             if (isset($this->privates['form.type.entity'])) {
  2502.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2503.             }
  2504.             if (isset($this->privates['monolog.handler.main'])) {
  2505.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2506.             }
  2507.             if (isset($this->privates['monolog.handler.console'])) {
  2508.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2509.             }
  2510.             if (isset($this->privates['api_platform.cache.route_name_resolver'])) {
  2511.                 yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? null);
  2512.             }
  2513.             if (isset($this->privates['api_platform.cache.metadata.resource'])) {
  2514.                 yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? null);
  2515.             }
  2516.             if (isset($this->privates['api_platform.cache.metadata.resource.legacy'])) {
  2517.                 yield 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? null);
  2518.             }
  2519.             if (isset($this->privates['api_platform.cache.metadata.property.legacy'])) {
  2520.                 yield 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? null);
  2521.             }
  2522.             if (isset($this->privates['api_platform.cache.subresource_operation_factory'])) {
  2523.                 yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? null);
  2524.             }
  2525.             if (isset($this->privates['api_platform.cache.identifiers_extractor'])) {
  2526.                 yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? null);
  2527.             }
  2528.         }, function () {
  2529.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['debug.security.firewall'])) + (int) (isset($this->privates['debug.security.firewall.authenticator.admin'])) + (int) (isset($this->privates['debug.security.firewall.authenticator.main'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['doctrine.debug_data_holder'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['api_platform.cache.route_name_resolver'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource.legacy'])) + (int) (isset($this->privates['api_platform.cache.metadata.property.legacy'])) + (int) (isset($this->privates['api_platform.cache.subresource_operation_factory'])) + (int) (isset($this->privates['api_platform.cache.identifiers_extractor']));
  2530.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'debug.security.firewall' => [=> 'reset'], 'debug.security.firewall.authenticator.admin' => [=> 'reset'], 'debug.security.firewall.authenticator.main' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'doctrine.debug_data_holder' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'api_platform.cache.route_name_resolver' => [=> 'reset'], 'api_platform.cache.metadata.resource' => [=> 'reset'], 'api_platform.cache.metadata.resource.legacy' => [=> 'reset'], 'api_platform.cache.metadata.property.legacy' => [=> 'reset'], 'api_platform.cache.subresource_operation_factory' => [=> 'reset'], 'api_platform.cache.identifiers_extractor' => [=> 'reset']]);
  2531.     }
  2532.     /**
  2533.      * Gets the public 'translator' shared service.
  2534.      *
  2535.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2536.      */
  2537.     protected function getTranslatorService()
  2538.     {
  2539.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2540.     }
  2541.     /**
  2542.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2543.      *
  2544.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2545.      */
  2546.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2547.     {
  2548.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2549.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  2550.     }
  2551.     /**
  2552.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2553.      *
  2554.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2555.      */
  2556.     protected function getWebProfiler_Controller_ProfilerService()
  2557.     {
  2558.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2559.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  2560.     }
  2561.     /**
  2562.      * Gets the public 'web_profiler.controller.router' shared service.
  2563.      *
  2564.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2565.      */
  2566.     protected function getWebProfiler_Controller_RouterService()
  2567.     {
  2568.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2569.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  2570.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  2571.         }, 1));
  2572.     }
  2573.     /**
  2574.      * Gets the private '.console.command.about.lazy' shared service.
  2575.      *
  2576.      * @return \Symfony\Component\Console\Command\LazyCommand
  2577.      */
  2578.     protected function get_Console_Command_About_LazyService()
  2579.     {
  2580.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2581.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2582.         return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  2583.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  2584.         });
  2585.     }
  2586.     /**
  2587.      * Gets the private '.console.command.assets_install.lazy' shared service.
  2588.      *
  2589.      * @return \Symfony\Component\Console\Command\LazyCommand
  2590.      */
  2591.     protected function get_Console_Command_AssetsInstall_LazyService()
  2592.     {
  2593.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2594.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2595.         return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
  2596.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  2597.         });
  2598.     }
  2599.     /**
  2600.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  2601.      *
  2602.      * @return \Symfony\Component\Console\Command\LazyCommand
  2603.      */
  2604.     protected function get_Console_Command_CacheClear_LazyService()
  2605.     {
  2606.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2607.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2608.         return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  2609.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  2610.         });
  2611.     }
  2612.     /**
  2613.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  2614.      *
  2615.      * @return \Symfony\Component\Console\Command\LazyCommand
  2616.      */
  2617.     protected function get_Console_Command_CachePoolClear_LazyService()
  2618.     {
  2619.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2620.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2621.         return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  2622.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  2623.         });
  2624.     }
  2625.     /**
  2626.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  2627.      *
  2628.      * @return \Symfony\Component\Console\Command\LazyCommand
  2629.      */
  2630.     protected function get_Console_Command_CachePoolDelete_LazyService()
  2631.     {
  2632.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2633.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2634.         return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
  2635.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2636.         });
  2637.     }
  2638.     /**
  2639.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2640.      *
  2641.      * @return \Symfony\Component\Console\Command\LazyCommand
  2642.      */
  2643.     protected function get_Console_Command_CachePoolList_LazyService()
  2644.     {
  2645.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2646.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2647.         return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  2648.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2649.         });
  2650.     }
  2651.     /**
  2652.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2653.      *
  2654.      * @return \Symfony\Component\Console\Command\LazyCommand
  2655.      */
  2656.     protected function get_Console_Command_CachePoolPrune_LazyService()
  2657.     {
  2658.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2659.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2660.         return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  2661.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2662.         });
  2663.     }
  2664.     /**
  2665.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2666.      *
  2667.      * @return \Symfony\Component\Console\Command\LazyCommand
  2668.      */
  2669.     protected function get_Console_Command_CacheWarmup_LazyService()
  2670.     {
  2671.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2672.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2673.         return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  2674.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2675.         });
  2676.     }
  2677.     /**
  2678.      * Gets the private '.console.command.config_debug.lazy' shared service.
  2679.      *
  2680.      * @return \Symfony\Component\Console\Command\LazyCommand
  2681.      */
  2682.     protected function get_Console_Command_ConfigDebug_LazyService()
  2683.     {
  2684.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2685.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2686.         return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
  2687.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2688.         });
  2689.     }
  2690.     /**
  2691.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2692.      *
  2693.      * @return \Symfony\Component\Console\Command\LazyCommand
  2694.      */
  2695.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  2696.     {
  2697.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2698.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2699.         return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
  2700.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2701.         });
  2702.     }
  2703.     /**
  2704.      * Gets the private '.console.command.container_debug.lazy' shared service.
  2705.      *
  2706.      * @return \Symfony\Component\Console\Command\LazyCommand
  2707.      */
  2708.     protected function get_Console_Command_ContainerDebug_LazyService()
  2709.     {
  2710.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2712.         return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  2713.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2714.         });
  2715.     }
  2716.     /**
  2717.      * Gets the private '.console.command.container_lint.lazy' shared service.
  2718.      *
  2719.      * @return \Symfony\Component\Console\Command\LazyCommand
  2720.      */
  2721.     protected function get_Console_Command_ContainerLint_LazyService()
  2722.     {
  2723.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2724.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2725.         return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
  2726.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2727.         });
  2728.     }
  2729.     /**
  2730.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2731.      *
  2732.      * @return \Symfony\Component\Console\Command\LazyCommand
  2733.      */
  2734.     protected function get_Console_Command_DebugAutowiring_LazyService()
  2735.     {
  2736.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2737.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2738.         return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring'false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
  2739.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2740.         });
  2741.     }
  2742.     /**
  2743.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2744.      *
  2745.      * @return \Symfony\Component\Console\Command\LazyCommand
  2746.      */
  2747.     protected function get_Console_Command_DotenvDebug_LazyService()
  2748.     {
  2749.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2750.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2751.         return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values'false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
  2752.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2753.         });
  2754.     }
  2755.     /**
  2756.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2757.      *
  2758.      * @return \Symfony\Component\Console\Command\LazyCommand
  2759.      */
  2760.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2761.     {
  2762.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2763.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2764.         return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
  2765.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2766.         });
  2767.     }
  2768.     /**
  2769.      * Gets the private '.console.command.form_debug.lazy' shared service.
  2770.      *
  2771.      * @return \Symfony\Component\Console\Command\LazyCommand
  2772.      */
  2773.     protected function get_Console_Command_FormDebug_LazyService()
  2774.     {
  2775.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2776.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2777.         return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information'false, function (): \Symfony\Component\Form\Command\DebugCommand {
  2778.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2779.         });
  2780.     }
  2781.     /**
  2782.      * Gets the private '.console.command.router_debug.lazy' shared service.
  2783.      *
  2784.      * @return \Symfony\Component\Console\Command\LazyCommand
  2785.      */
  2786.     protected function get_Console_Command_RouterDebug_LazyService()
  2787.     {
  2788.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2789.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2790.         return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  2791.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2792.         });
  2793.     }
  2794.     /**
  2795.      * Gets the private '.console.command.router_match.lazy' shared service.
  2796.      *
  2797.      * @return \Symfony\Component\Console\Command\LazyCommand
  2798.      */
  2799.     protected function get_Console_Command_RouterMatch_LazyService()
  2800.     {
  2801.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2802.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2803.         return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
  2804.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2805.         });
  2806.     }
  2807.     /**
  2808.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2809.      *
  2810.      * @return \Symfony\Component\Console\Command\LazyCommand
  2811.      */
  2812.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2813.     {
  2814.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2815.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2816.         return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
  2817.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2818.         });
  2819.     }
  2820.     /**
  2821.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2822.      *
  2823.      * @return \Symfony\Component\Console\Command\LazyCommand
  2824.      */
  2825.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2826.     {
  2827.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2828.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2829.         return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
  2830.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2831.         });
  2832.     }
  2833.     /**
  2834.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2835.      *
  2836.      * @return \Symfony\Component\Console\Command\LazyCommand
  2837.      */
  2838.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2839.     {
  2840.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2841.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2842.         return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  2843.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2844.         });
  2845.     }
  2846.     /**
  2847.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2848.      *
  2849.      * @return \Symfony\Component\Console\Command\LazyCommand
  2850.      */
  2851.     protected function get_Console_Command_SecretsList_LazyService()
  2852.     {
  2853.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2854.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2855.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  2856.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2857.         });
  2858.     }
  2859.     /**
  2860.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2861.      *
  2862.      * @return \Symfony\Component\Console\Command\LazyCommand
  2863.      */
  2864.     protected function get_Console_Command_SecretsRemove_LazyService()
  2865.     {
  2866.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2867.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2868.         return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  2869.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2870.         });
  2871.     }
  2872.     /**
  2873.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2874.      *
  2875.      * @return \Symfony\Component\Console\Command\LazyCommand
  2876.      */
  2877.     protected function get_Console_Command_SecretsSet_LazyService()
  2878.     {
  2879.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2880.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2881.         return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  2882.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2883.         });
  2884.     }
  2885.     /**
  2886.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  2887.      *
  2888.      * @return \Symfony\Component\Console\Command\LazyCommand
  2889.      */
  2890.     protected function get_Console_Command_TranslationDebug_LazyService()
  2891.     {
  2892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2893.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2894.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  2895.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2896.         });
  2897.     }
  2898.     /**
  2899.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2900.      *
  2901.      * @return \Symfony\Component\Console\Command\LazyCommand
  2902.      */
  2903.     protected function get_Console_Command_TranslationExtract_LazyService()
  2904.     {
  2905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2906.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2907.         return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [=> 'translation:update'], 'Extract missing translations keys from code to translation files.'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
  2908.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2909.         });
  2910.     }
  2911.     /**
  2912.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2913.      *
  2914.      * @return \Symfony\Component\Console\Command\LazyCommand
  2915.      */
  2916.     protected function get_Console_Command_TranslationPull_LazyService()
  2917.     {
  2918.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2920.         return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  2921.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2922.         });
  2923.     }
  2924.     /**
  2925.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2926.      *
  2927.      * @return \Symfony\Component\Console\Command\LazyCommand
  2928.      */
  2929.     protected function get_Console_Command_TranslationPush_LazyService()
  2930.     {
  2931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2933.         return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  2934.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2935.         });
  2936.     }
  2937.     /**
  2938.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2939.      *
  2940.      * @return \Symfony\Component\Console\Command\LazyCommand
  2941.      */
  2942.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2943.     {
  2944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2945.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2946.         return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  2947.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2948.         });
  2949.     }
  2950.     /**
  2951.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2952.      *
  2953.      * @return \Symfony\Component\Console\Command\LazyCommand
  2954.      */
  2955.     protected function get_Console_Command_XliffLint_LazyService()
  2956.     {
  2957.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2958.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2959.         return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors'false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
  2960.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2961.         });
  2962.     }
  2963.     /**
  2964.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2965.      *
  2966.      * @return \Symfony\Component\Console\Command\LazyCommand
  2967.      */
  2968.     protected function get_Console_Command_YamlLint_LazyService()
  2969.     {
  2970.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2972.         return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors'false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
  2973.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2974.         });
  2975.     }
  2976.     /**
  2977.      * Gets the private '.errored..service_locator..qf5gbV.Score\CmsBundle\Entity\Event\Event' shared service.
  2978.      *
  2979.      * @return \Score\CmsBundle\Entity\Event\Event
  2980.      */
  2981.     protected function getEventService()
  2982.     {
  2983.         $this->throw('Cannot autowire service ".service_locator..qf5gbV": it references class "Score\\CmsBundle\\Entity\\Event\\Event" but no such service exists.');
  2984.     }
  2985.     /**
  2986.      * Gets the private '.errored..service_locator.9Tr1Fyd.Score\CmsBundle\Entity\Article' shared service.
  2987.      *
  2988.      * @return \Score\CmsBundle\Entity\Article
  2989.      */
  2990.     protected function getArticleService()
  2991.     {
  2992.         $this->throw('Cannot autowire service ".service_locator.9Tr1Fyd": it references class "Score\\CmsBundle\\Entity\\Article" but no such service exists.');
  2993.     }
  2994.     /**
  2995.      * Gets the private '.errored..service_locator.AVdF0w4.App\Entity\Document' shared service.
  2996.      *
  2997.      * @return \App\Entity\Document
  2998.      */
  2999.     protected function getDocumentService()
  3000.     {
  3001.         $this->throw('Cannot autowire service ".service_locator.AVdF0w4": it references class "App\\Entity\\Document" but no such service exists.');
  3002.     }
  3003.     /**
  3004.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  3005.      *
  3006.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  3007.      */
  3008.     protected function getLoaderInterfaceService()
  3009.     {
  3010.         $this->throw('Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file", "api_platform.route_loader.legacy".');
  3011.     }
  3012.     /**
  3013.      * Gets the private '.errored..service_locator.RsUPU7w.Score\CmsBundle\Entity\Event\Event' shared service.
  3014.      *
  3015.      * @return \Score\CmsBundle\Entity\Event\Event
  3016.      */
  3017.     protected function getEvent2Service()
  3018.     {
  3019.         $this->throw('Cannot autowire service ".service_locator.RsUPU7w": it references class "Score\\CmsBundle\\Entity\\Event\\Event" but no such service exists.');
  3020.     }
  3021.     /**
  3022.      * Gets the private '.errored..service_locator.RyvH.Qk.App\Entity\Document' shared service.
  3023.      *
  3024.      * @return \App\Entity\Document
  3025.      */
  3026.     protected function getDocument2Service()
  3027.     {
  3028.         $this->throw('Cannot autowire service ".service_locator.RyvH.Qk": it references class "App\\Entity\\Document" but no such service exists.');
  3029.     }
  3030.     /**
  3031.      * Gets the private '.errored..service_locator.imxYOdb.Score\CmsBundle\Entity\Article' shared service.
  3032.      *
  3033.      * @return \Score\CmsBundle\Entity\Article
  3034.      */
  3035.     protected function getArticle2Service()
  3036.     {
  3037.         $this->throw('Cannot autowire service ".service_locator.imxYOdb": it references class "Score\\CmsBundle\\Entity\\Article" but no such service exists.');
  3038.     }
  3039.     /**
  3040.      * Gets the private '.errored..service_locator.te8pGam.App\Entity\Document' shared service.
  3041.      *
  3042.      * @return \App\Entity\Document
  3043.      */
  3044.     protected function getDocument3Service()
  3045.     {
  3046.         $this->throw('Cannot autowire service ".service_locator.te8pGam": it references class "App\\Entity\\Document" but no such service exists.');
  3047.     }
  3048.     /**
  3049.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  3050.      *
  3051.      * @return \Symfony\Component\Console\Command\LazyCommand
  3052.      */
  3053.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  3054.     {
  3055.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3056.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3057.         return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3058.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  3059.         });
  3060.     }
  3061.     /**
  3062.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  3063.      *
  3064.      * @return \Symfony\Component\Console\Command\LazyCommand
  3065.      */
  3066.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  3067.     {
  3068.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3069.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3070.         return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3071.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  3072.         });
  3073.     }
  3074.     /**
  3075.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  3076.      *
  3077.      * @return \Symfony\Component\Console\Command\LazyCommand
  3078.      */
  3079.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  3080.     {
  3081.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3083.         return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3084.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  3085.         });
  3086.     }
  3087.     /**
  3088.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  3089.      *
  3090.      * @return \Symfony\Component\Console\Command\LazyCommand
  3091.      */
  3092.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  3093.     {
  3094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3095.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3096.         return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3097.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  3098.         });
  3099.     }
  3100.     /**
  3101.      * Gets the private '.maker.auto_command.make_data_persister.lazy' shared service.
  3102.      *
  3103.      * @return \Symfony\Component\Console\Command\LazyCommand
  3104.      */
  3105.     protected function get_Maker_AutoCommand_MakeDataPersister_LazyService()
  3106.     {
  3107.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3108.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3109.         return $this->privates['.maker.auto_command.make_data_persister.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:data-persister', [], 'Creates an API Platform data persister'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3110.             return ($this->privates['maker.auto_command.make_data_persister'] ?? $this->getMaker_AutoCommand_MakeDataPersisterService());
  3111.         });
  3112.     }
  3113.     /**
  3114.      * Gets the private '.maker.auto_command.make_data_provider.lazy' shared service.
  3115.      *
  3116.      * @return \Symfony\Component\Console\Command\LazyCommand
  3117.      */
  3118.     protected function get_Maker_AutoCommand_MakeDataProvider_LazyService()
  3119.     {
  3120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3121.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3122.         return $this->privates['.maker.auto_command.make_data_provider.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:data-provider', [], 'Creates an API Platform data provider'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3123.             return ($this->privates['maker.auto_command.make_data_provider'] ?? $this->getMaker_AutoCommand_MakeDataProviderService());
  3124.         });
  3125.     }
  3126.     /**
  3127.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  3128.      *
  3129.      * @return \Symfony\Component\Console\Command\LazyCommand
  3130.      */
  3131.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  3132.     {
  3133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3135.         return $this->privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Adds a database container to your docker-compose.yaml file'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3136.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  3137.         });
  3138.     }
  3139.     /**
  3140.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  3141.      *
  3142.      * @return \Symfony\Component\Console\Command\LazyCommand
  3143.      */
  3144.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  3145.     {
  3146.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3148.         return $this->privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Creates or updates a Doctrine entity class, and optionally an API Platform resource'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3149.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  3150.         });
  3151.     }
  3152.     /**
  3153.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  3154.      *
  3155.      * @return \Symfony\Component\Console\Command\LazyCommand
  3156.      */
  3157.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  3158.     {
  3159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3160.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3161.         return $this->privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Creates a new class to load Doctrine fixtures'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3162.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  3163.         });
  3164.     }
  3165.     /**
  3166.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  3167.      *
  3168.      * @return \Symfony\Component\Console\Command\LazyCommand
  3169.      */
  3170.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  3171.     {
  3172.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3174.         return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3175.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  3176.         });
  3177.     }
  3178.     /**
  3179.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  3180.      *
  3181.      * @return \Symfony\Component\Console\Command\LazyCommand
  3182.      */
  3183.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  3184.     {
  3185.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3186.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3187.         return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3188.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  3189.         });
  3190.     }
  3191.     /**
  3192.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  3193.      *
  3194.      * @return \Symfony\Component\Console\Command\LazyCommand
  3195.      */
  3196.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  3197.     {
  3198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3200.         return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3201.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  3202.         });
  3203.     }
  3204.     /**
  3205.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  3206.      *
  3207.      * @return \Symfony\Component\Console\Command\LazyCommand
  3208.      */
  3209.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  3210.     {
  3211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3212.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3213.         return $this->privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Creates a new migration based on database changes'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3214.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  3215.         });
  3216.     }
  3217.     /**
  3218.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  3219.      *
  3220.      * @return \Symfony\Component\Console\Command\LazyCommand
  3221.      */
  3222.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  3223.     {
  3224.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3225.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3226.         return $this->privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Creates a new registration form system'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3227.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  3228.         });
  3229.     }
  3230.     /**
  3231.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  3232.      *
  3233.      * @return \Symfony\Component\Console\Command\LazyCommand
  3234.      */
  3235.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  3236.     {
  3237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3238.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3239.         return $this->privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3240.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  3241.         });
  3242.     }
  3243.     /**
  3244.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  3245.      *
  3246.      * @return \Symfony\Component\Console\Command\LazyCommand
  3247.      */
  3248.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  3249.     {
  3250.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3251.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3252.         return $this->privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Creates a new serializer encoder class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3253.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  3254.         });
  3255.     }
  3256.     /**
  3257.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  3258.      *
  3259.      * @return \Symfony\Component\Console\Command\LazyCommand
  3260.      */
  3261.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  3262.     {
  3263.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3264.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3265.         return $this->privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Creates a new serializer normalizer class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3266.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  3267.         });
  3268.     }
  3269.     /**
  3270.      * Gets the private '.maker.auto_command.make_state_processor.lazy' shared service.
  3271.      *
  3272.      * @return \Symfony\Component\Console\Command\LazyCommand
  3273.      */
  3274.     protected function get_Maker_AutoCommand_MakeStateProcessor_LazyService()
  3275.     {
  3276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3277.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3278.         return $this->privates['.maker.auto_command.make_state_processor.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:state-processor', [], 'Creates an API Platform state processor'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3279.             return ($this->privates['maker.auto_command.make_state_processor'] ?? $this->getMaker_AutoCommand_MakeStateProcessorService());
  3280.         });
  3281.     }
  3282.     /**
  3283.      * Gets the private '.maker.auto_command.make_state_provider.lazy' shared service.
  3284.      *
  3285.      * @return \Symfony\Component\Console\Command\LazyCommand
  3286.      */
  3287.     protected function get_Maker_AutoCommand_MakeStateProvider_LazyService()
  3288.     {
  3289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3290.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3291.         return $this->privates['.maker.auto_command.make_state_provider.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:state-provider', [], 'Creates an API Platform state provider'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3292.             return ($this->privates['maker.auto_command.make_state_provider'] ?? $this->getMaker_AutoCommand_MakeStateProviderService());
  3293.         });
  3294.     }
  3295.     /**
  3296.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  3297.      *
  3298.      * @return \Symfony\Component\Console\Command\LazyCommand
  3299.      */
  3300.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  3301.     {
  3302.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3303.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3304.         return $this->privates['.maker.auto_command.make_stimulus_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:stimulus-controller', [], 'Creates a new Stimulus controller'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3305.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  3306.         });
  3307.     }
  3308.     /**
  3309.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  3310.      *
  3311.      * @return \Symfony\Component\Console\Command\LazyCommand
  3312.      */
  3313.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  3314.     {
  3315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3316.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3317.         return $this->privates['.maker.auto_command.make_subscriber.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:subscriber', [], 'Creates a new event subscriber class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3318.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  3319.         });
  3320.     }
  3321.     /**
  3322.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  3323.      *
  3324.      * @return \Symfony\Component\Console\Command\LazyCommand
  3325.      */
  3326.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  3327.     {
  3328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3330.         return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [=> 'make:unit-test'=> 'make:functional-test'], 'Creates a new test class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3331.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  3332.         });
  3333.     }
  3334.     /**
  3335.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  3336.      *
  3337.      * @return \Symfony\Component\Console\Command\LazyCommand
  3338.      */
  3339.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  3340.     {
  3341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3342.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3343.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3344.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  3345.         });
  3346.     }
  3347.     /**
  3348.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  3349.      *
  3350.      * @return \Symfony\Component\Console\Command\LazyCommand
  3351.      */
  3352.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  3353.     {
  3354.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3355.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3356.         return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3357.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  3358.         });
  3359.     }
  3360.     /**
  3361.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  3362.      *
  3363.      * @return \Symfony\Component\Console\Command\LazyCommand
  3364.      */
  3365.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  3366.     {
  3367.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3368.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3369.         return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3370.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  3371.         });
  3372.     }
  3373.     /**
  3374.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  3375.      *
  3376.      * @return \Symfony\Component\Console\Command\LazyCommand
  3377.      */
  3378.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  3379.     {
  3380.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3381.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3382.         return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3383.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  3384.         });
  3385.     }
  3386.     /**
  3387.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  3388.      *
  3389.      * @return \Symfony\Component\Console\Command\LazyCommand
  3390.      */
  3391.     protected function get_Security_Command_DebugFirewall_LazyService()
  3392.     {
  3393.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3395.         return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)'false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
  3396.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  3397.         });
  3398.     }
  3399.     /**
  3400.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  3401.      *
  3402.      * @return \Symfony\Component\Console\Command\LazyCommand
  3403.      */
  3404.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  3405.     {
  3406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3407.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3408.         return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password'false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
  3409.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  3410.         });
  3411.     }
  3412.     /**
  3413.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  3414.      *
  3415.      * @return \Symfony\Component\Console\Command\LazyCommand
  3416.      */
  3417.     protected function get_Security_Command_UserPasswordHash_LazyService()
  3418.     {
  3419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3420.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3421.         return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password'false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
  3422.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  3423.         });
  3424.     }
  3425.     /**
  3426.      * Gets the private '.service_locator..qf5gbV' shared service.
  3427.      *
  3428.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3429.      */
  3430.     protected function get_ServiceLocator__Qf5gbVService()
  3431.     {
  3432.         return $this->privates['.service_locator..qf5gbV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3433.             'adminManager' => ['privates''score.admin.event.manager''getScore_Admin_Event_ManagerService'false],
  3434.             'event' => ['privates''.errored..service_locator..qf5gbV.Score\\CmsBundle\\Entity\\Event\\Event'NULL'Cannot autowire service ".service_locator..qf5gbV": it references class "Score\\CmsBundle\\Entity\\Event\\Event" but no such service exists.'],
  3435.             'imageManager' => ['privates''score.manager.image''getScore_Manager_ImageService'false],
  3436.             'optionManager' => ['privates''score.admin.option.manager''getScore_Admin_Option_ManagerService'false],
  3437.             'params' => ['privates''parameter_bag''getParameterBagService'false],
  3438.             'seoUrl' => ['privates''score.manager.seoUrl''getScore_Manager_SeoUrlService'false],
  3439.         ], [
  3440.             'adminManager' => '?',
  3441.             'event' => 'Score\\CmsBundle\\Entity\\Event\\Event',
  3442.             'imageManager' => '?',
  3443.             'optionManager' => '?',
  3444.             'params' => '?',
  3445.             'seoUrl' => '?',
  3446.         ]);
  3447.     }
  3448.     /**
  3449.      * Gets the private '.service_locator.0tsFtwj' shared service.
  3450.      *
  3451.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3452.      */
  3453.     protected function get_ServiceLocator_0tsFtwjService()
  3454.     {
  3455.         return $this->privates['.service_locator.0tsFtwj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3456.             'pageManager' => ['services''score.cms.page.manager''getScore_Cms_Page_ManagerService'false],
  3457.             'treeManager' => [false'score.manager.adjacency_array_tree''getScore_Manager_AdjacencyArrayTreeService'false],
  3458.         ], [
  3459.             'pageManager' => '?',
  3460.             'treeManager' => '?',
  3461.         ]);
  3462.     }
  3463.     /**
  3464.      * Gets the private '.service_locator.4iR88z_' shared service.
  3465.      *
  3466.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3467.      */
  3468.     protected function get_ServiceLocator_4iR88zService()
  3469.     {
  3470.         return $this->privates['.service_locator.4iR88z_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3471.             'enumManager' => ['privates''score.manager.enum''getScore_Manager_EnumService'false],
  3472.         ], [
  3473.             'enumManager' => '?',
  3474.         ]);
  3475.     }
  3476.     /**
  3477.      * Gets the private '.service_locator.4nMV5w5' shared service.
  3478.      *
  3479.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3480.      */
  3481.     protected function get_ServiceLocator_4nMV5w5Service()
  3482.     {
  3483.         return $this->privates['.service_locator.4nMV5w5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3484.             'imageManager' => ['privates''score.cms.image.manager''getScore_Cms_Image_ManagerService'false],
  3485.         ], [
  3486.             'imageManager' => '?',
  3487.         ]);
  3488.     }
  3489.     /**
  3490.      * Gets the private '.service_locator.6wo5XqC' shared service.
  3491.      *
  3492.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3493.      */
  3494.     protected function get_ServiceLocator_6wo5XqCService()
  3495.     {
  3496.         return $this->privates['.service_locator.6wo5XqC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3497.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3498.             'pager' => ['privates''score.pager''getScore_PagerService'false],
  3499.         ], [
  3500.             'entityManager' => '?',
  3501.             'pager' => '?',
  3502.         ]);
  3503.     }
  3504.     /**
  3505.      * Gets the private '.service_locator.6yQ3XKW' shared service.
  3506.      *
  3507.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3508.      */
  3509.     protected function get_ServiceLocator_6yQ3XKWService()
  3510.     {
  3511.         return $this->privates['.service_locator.6yQ3XKW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3512.             'pageManager' => ['services''score.cms.page.adminmanager''getScore_Cms_Page_AdminmanagerService'false],
  3513.             'seoUrl' => ['privates''score.manager.seoUrl''getScore_Manager_SeoUrlService'false],
  3514.             'treeManager' => [false'score.manager.adjacency_array_tree''getScore_Manager_AdjacencyArrayTreeService'false],
  3515.         ], [
  3516.             'pageManager' => '?',
  3517.             'seoUrl' => '?',
  3518.             'treeManager' => '?',
  3519.         ]);
  3520.     }
  3521.     /**
  3522.      * Gets the private '.service_locator.9Tr1Fyd' shared service.
  3523.      *
  3524.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3525.      */
  3526.     protected function get_ServiceLocator_9Tr1FydService()
  3527.     {
  3528.         return $this->privates['.service_locator.9Tr1Fyd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3529.             'article' => ['privates''.errored..service_locator.9Tr1Fyd.Score\\CmsBundle\\Entity\\Article'NULL'Cannot autowire service ".service_locator.9Tr1Fyd": it references class "Score\\CmsBundle\\Entity\\Article" but no such service exists.'],
  3530.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3531.         ], [
  3532.             'article' => 'Score\\CmsBundle\\Entity\\Article',
  3533.             'entityManager' => '?',
  3534.         ]);
  3535.     }
  3536.     /**
  3537.      * Gets the private '.service_locator.AGjtBcA' shared service.
  3538.      *
  3539.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3540.      */
  3541.     protected function get_ServiceLocator_AGjtBcAService()
  3542.     {
  3543.         return $this->privates['.service_locator.AGjtBcA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3544.             'pageManager' => ['services''score.cms.page.manager''getScore_Cms_Page_ManagerService'false],
  3545.         ], [
  3546.             'pageManager' => '?',
  3547.         ]);
  3548.     }
  3549.     /**
  3550.      * Gets the private '.service_locator.AVdF0w4' shared service.
  3551.      *
  3552.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3553.      */
  3554.     protected function get_ServiceLocator_AVdF0w4Service()
  3555.     {
  3556.         return $this->privates['.service_locator.AVdF0w4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3557.             'document' => ['privates''.errored..service_locator.AVdF0w4.App\\Entity\\Document'NULL'Cannot autowire service ".service_locator.AVdF0w4": it references class "App\\Entity\\Document" but no such service exists.'],
  3558.             'documentRepository' => ['privates''App\\Repository\\DocumentRepository''getDocumentRepositoryService'false],
  3559.         ], [
  3560.             'document' => 'App\\Entity\\Document',
  3561.             'documentRepository' => 'App\\Repository\\DocumentRepository',
  3562.         ]);
  3563.     }
  3564.     /**
  3565.      * Gets the private '.service_locator.GNc8e5B' shared service.
  3566.      *
  3567.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3568.      */
  3569.     protected function get_ServiceLocator_GNc8e5BService()
  3570.     {
  3571.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3572.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3573.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3574.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3575.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3576.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3577.             'router' => ['services''router''getRouterService'false],
  3578.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3579.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  3580.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3581.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  3582.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  3583.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3584.         ], [
  3585.             'doctrine' => '?',
  3586.             'form.factory' => '?',
  3587.             'http_kernel' => '?',
  3588.             'parameter_bag' => '?',
  3589.             'request_stack' => '?',
  3590.             'router' => '?',
  3591.             'security.authorization_checker' => '?',
  3592.             'security.csrf.token_manager' => '?',
  3593.             'security.token_storage' => '?',
  3594.             'serializer' => '?',
  3595.             'session' => '.session.deprecated',
  3596.             'twig' => '?',
  3597.         ]);
  3598.     }
  3599.     /**
  3600.      * Gets the private '.service_locator.KfbR3DY' shared service.
  3601.      *
  3602.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3603.      */
  3604.     protected function get_ServiceLocator_KfbR3DYService()
  3605.     {
  3606.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3607.             'loader' => ['privates''.errored..service_locator.KfbR3DY.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file", "api_platform.route_loader.legacy".'],
  3608.         ], [
  3609.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3610.         ]);
  3611.     }
  3612.     /**
  3613.      * Gets the private '.service_locator.LDKtdao' shared service.
  3614.      *
  3615.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3616.      */
  3617.     protected function get_ServiceLocator_LDKtdaoService()
  3618.     {
  3619.         return $this->privates['.service_locator.LDKtdao'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3620.             'generator' => ['privates''score.generator''getScore_GeneratorService'false],
  3621.             'imageManager' => ['privates''score.cms.image.manager''getScore_Cms_Image_ManagerService'false],
  3622.             'translator' => ['services''translator''getTranslatorService'false],
  3623.         ], [
  3624.             'generator' => '?',
  3625.             'imageManager' => '?',
  3626.             'translator' => '?',
  3627.         ]);
  3628.     }
  3629.     /**
  3630.      * Gets the private '.service_locator.PIe2aOW' shared service.
  3631.      *
  3632.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3633.      */
  3634.     protected function get_ServiceLocator_PIe2aOWService()
  3635.     {
  3636.         return $this->privates['.service_locator.PIe2aOW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3637.             'manager' => ['privates''score.cms.block.manager''getScore_Cms_Block_ManagerService'false],
  3638.         ], [
  3639.             'manager' => '?',
  3640.         ]);
  3641.     }
  3642.     /**
  3643.      * Gets the private '.service_locator.RZqE1EK' shared service.
  3644.      *
  3645.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3646.      */
  3647.     protected function get_ServiceLocator_RZqE1EKService()
  3648.     {
  3649.         return $this->privates['.service_locator.RZqE1EK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3650.             'documentRepository' => ['privates''App\\Repository\\DocumentRepository''getDocumentRepositoryService'false],
  3651.         ], [
  3652.             'documentRepository' => 'App\\Repository\\DocumentRepository',
  3653.         ]);
  3654.     }
  3655.     /**
  3656.      * Gets the private '.service_locator.RsUPU7w' shared service.
  3657.      *
  3658.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3659.      */
  3660.     protected function get_ServiceLocator_RsUPU7wService()
  3661.     {
  3662.         return $this->privates['.service_locator.RsUPU7w'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3663.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3664.             'event' => ['privates''.errored..service_locator.RsUPU7w.Score\\CmsBundle\\Entity\\Event\\Event'NULL'Cannot autowire service ".service_locator.RsUPU7w": it references class "Score\\CmsBundle\\Entity\\Event\\Event" but no such service exists.'],
  3665.         ], [
  3666.             'entityManager' => '?',
  3667.             'event' => 'Score\\CmsBundle\\Entity\\Event\\Event',
  3668.         ]);
  3669.     }
  3670.     /**
  3671.      * Gets the private '.service_locator.RyvH.Qk' shared service.
  3672.      *
  3673.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3674.      */
  3675.     protected function get_ServiceLocator_RyvH_QkService()
  3676.     {
  3677.         return $this->privates['.service_locator.RyvH.Qk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3678.             'document' => ['privates''.errored..service_locator.RyvH.Qk.App\\Entity\\Document'NULL'Cannot autowire service ".service_locator.RyvH.Qk": it references class "App\\Entity\\Document" but no such service exists.'],
  3679.             'documentRepository' => ['privates''App\\Repository\\DocumentRepository''getDocumentRepositoryService'false],
  3680.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3681.             'seoUrl' => ['privates''score.manager.seoUrl''getScore_Manager_SeoUrlService'false],
  3682.         ], [
  3683.             'document' => 'App\\Entity\\Document',
  3684.             'documentRepository' => 'App\\Repository\\DocumentRepository',
  3685.             'entityManager' => '?',
  3686.             'seoUrl' => '?',
  3687.         ]);
  3688.     }
  3689.     /**
  3690.      * Gets the private '.service_locator.U.pAMvc' shared service.
  3691.      *
  3692.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3693.      */
  3694.     protected function get_ServiceLocator_U_PAMvcService()
  3695.     {
  3696.         return $this->privates['.service_locator.U.pAMvc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3697.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'false],
  3698.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  3699.         ], [
  3700.             'security.firewall.map.context.admin' => '?',
  3701.             'security.firewall.map.context.main' => '?',
  3702.         ]);
  3703.     }
  3704.     /**
  3705.      * Gets the private '.service_locator.UDgw6Ol' shared service.
  3706.      *
  3707.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3708.      */
  3709.     protected function get_ServiceLocator_UDgw6OlService()
  3710.     {
  3711.         return $this->privates['.service_locator.UDgw6Ol'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3712.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  3713.         ], [
  3714.             'authenticationUtils' => '?',
  3715.         ]);
  3716.     }
  3717.     /**
  3718.      * Gets the private '.service_locator.UuKl7iJ' shared service.
  3719.      *
  3720.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3721.      */
  3722.     protected function get_ServiceLocator_UuKl7iJService()
  3723.     {
  3724.         return $this->privates['.service_locator.UuKl7iJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3725.             'pageManager' => ['services''score.cms.page.adminmanager''getScore_Cms_Page_AdminmanagerService'false],
  3726.         ], [
  3727.             'pageManager' => '?',
  3728.         ]);
  3729.     }
  3730.     /**
  3731.      * Gets the private '.service_locator.Wo0c3G.' shared service.
  3732.      *
  3733.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3734.      */
  3735.     protected function get_ServiceLocator_Wo0c3G_Service()
  3736.     {
  3737.         return $this->privates['.service_locator.Wo0c3G.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3738.             'seoUrl' => ['privates''score.manager.seoUrl''getScore_Manager_SeoUrlService'false],
  3739.             'translator' => ['services''translator''getTranslatorService'false],
  3740.             'treeManager' => ['privates''score.cms.page.tree.manager''getScore_Cms_Page_Tree_ManagerService'false],
  3741.         ], [
  3742.             'seoUrl' => '?',
  3743.             'translator' => '?',
  3744.             'treeManager' => '?',
  3745.         ]);
  3746.     }
  3747.     /**
  3748.      * Gets the private '.service_locator.Y0B5uS9' shared service.
  3749.      *
  3750.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3751.      */
  3752.     protected function get_ServiceLocator_Y0B5uS9Service()
  3753.     {
  3754.         return $this->privates['.service_locator.Y0B5uS9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3755.             'generator' => ['privates''score.generator''getScore_GeneratorService'false],
  3756.             'translator' => ['services''translator''getTranslatorService'false],
  3757.         ], [
  3758.             'generator' => '?',
  3759.             'translator' => '?',
  3760.         ]);
  3761.     }
  3762.     /**
  3763.      * Gets the private '.service_locator._QRmNlO' shared service.
  3764.      *
  3765.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3766.      */
  3767.     protected function get_ServiceLocator_QRmNlOService()
  3768.     {
  3769.         return $this->privates['.service_locator._QRmNlO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3770.             'pageManager' => ['services''score.cms.page.adminmanager''getScore_Cms_Page_AdminmanagerService'false],
  3771.             'seoUrl' => ['privates''score.manager.seoUrl''getScore_Manager_SeoUrlService'false],
  3772.         ], [
  3773.             'pageManager' => '?',
  3774.             'seoUrl' => '?',
  3775.         ]);
  3776.     }
  3777.     /**
  3778.      * Gets the private '.service_locator.a35lQfA' shared service.
  3779.      *
  3780.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3781.      */
  3782.     protected function get_ServiceLocator_A35lQfAService()
  3783.     {
  3784.         return $this->privates['.service_locator.a35lQfA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3785.             'documentRepository' => ['privates''App\\Repository\\DocumentRepository''getDocumentRepositoryService'false],
  3786.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3787.             'seoUrl' => ['privates''score.manager.seoUrl''getScore_Manager_SeoUrlService'false],
  3788.         ], [
  3789.             'documentRepository' => 'App\\Repository\\DocumentRepository',
  3790.             'entityManager' => '?',
  3791.             'seoUrl' => '?',
  3792.         ]);
  3793.     }
  3794.     /**
  3795.      * Gets the private '.service_locator.a7kKkXc' shared service.
  3796.      *
  3797.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3798.      */
  3799.     protected function get_ServiceLocator_A7kKkXcService()
  3800.     {
  3801.         return $this->privates['.service_locator.a7kKkXc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3802.             'seoUrlManager' => ['privates''score.manager.seoUrl''getScore_Manager_SeoUrlService'false],
  3803.         ], [
  3804.             'seoUrlManager' => '?',
  3805.         ]);
  3806.     }
  3807.     /**
  3808.      * Gets the private '.service_locator.aCh26ok' shared service.
  3809.      *
  3810.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3811.      */
  3812.     protected function get_ServiceLocator_ACh26okService()
  3813.     {
  3814.         return $this->privates['.service_locator.aCh26ok'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3815.             'imageManager' => ['privates''score.cms.image.manager''getScore_Cms_Image_ManagerService'false],
  3816.             'seoUrl' => ['privates''score.manager.seoUrl''getScore_Manager_SeoUrlService'false],
  3817.         ], [
  3818.             'imageManager' => '?',
  3819.             'seoUrl' => '?',
  3820.         ]);
  3821.     }
  3822.     /**
  3823.      * Gets the private '.service_locator.bEouDIM' shared service.
  3824.      *
  3825.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3826.      */
  3827.     protected function get_ServiceLocator_BEouDIMService()
  3828.     {
  3829.         return $this->privates['.service_locator.bEouDIM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3830.             'generator' => ['privates''score.generator''getScore_GeneratorService'false],
  3831.             'mailerManager' => ['privates''Score\\CmsBundle\\Services\\MailerManager''getMailerManagerService'false],
  3832.             'passwordEncoder' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  3833.         ], [
  3834.             'generator' => '?',
  3835.             'mailerManager' => 'Score\\CmsBundle\\Services\\MailerManager',
  3836.             'passwordEncoder' => '?',
  3837.         ]);
  3838.     }
  3839.     /**
  3840.      * Gets the private '.service_locator.cXKBG0s' shared service.
  3841.      *
  3842.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3843.      */
  3844.     protected function get_ServiceLocator_CXKBG0sService()
  3845.     {
  3846.         return $this->privates['.service_locator.cXKBG0s'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3847.             'adminManager' => ['privates''score.admin.event.manager''getScore_Admin_Event_ManagerService'false],
  3848.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3849.             'optionManager' => ['privates''score.admin.option.manager''getScore_Admin_Option_ManagerService'false],
  3850.             'seoUrl' => ['privates''score.manager.seoUrl''getScore_Manager_SeoUrlService'false],
  3851.         ], [
  3852.             'adminManager' => '?',
  3853.             'entityManager' => '?',
  3854.             'optionManager' => '?',
  3855.             'seoUrl' => '?',
  3856.         ]);
  3857.     }
  3858.     /**
  3859.      * Gets the private '.service_locator.e.6o_sm' shared service.
  3860.      *
  3861.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3862.      */
  3863.     protected function get_ServiceLocator_E_6oSmService()
  3864.     {
  3865.         return $this->privates['.service_locator.e.6o_sm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3866.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3867.             'pager' => ['privates''score.pager''getScore_PagerService'false],
  3868.             'statManager' => ['privates''score.cms.stat.manager''getScore_Cms_Stat_ManagerService'false],
  3869.         ], [
  3870.             'entityManager' => '?',
  3871.             'pager' => '?',
  3872.             'statManager' => '?',
  3873.         ]);
  3874.     }
  3875.     /**
  3876.      * Gets the private '.service_locator.ffH.u79' shared service.
  3877.      *
  3878.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3879.      */
  3880.     protected function get_ServiceLocator_FfH_U79Service()
  3881.     {
  3882.         return $this->privates['.service_locator.ffH.u79'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3883.             'seoUrl' => ['privates''score.manager.seoUrl''getScore_Manager_SeoUrlService'false],
  3884.         ], [
  3885.             'seoUrl' => '?',
  3886.         ]);
  3887.     }
  3888.     /**
  3889.      * Gets the private '.service_locator.fpAsgHr' shared service.
  3890.      *
  3891.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3892.      */
  3893.     protected function get_ServiceLocator_FpAsgHrService()
  3894.     {
  3895.         return $this->privates['.service_locator.fpAsgHr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3896.             'blockManager' => ['privates''score.cms.block.manager''getScore_Cms_Block_ManagerService'false],
  3897.             'pageManager' => ['services''score.cms.page.manager''getScore_Cms_Page_ManagerService'false],
  3898.             'seoUrl' => ['privates''score.manager.seoUrl''getScore_Manager_SeoUrlService'false],
  3899.         ], [
  3900.             'blockManager' => '?',
  3901.             'pageManager' => '?',
  3902.             'seoUrl' => '?',
  3903.         ]);
  3904.     }
  3905.     /**
  3906.      * Gets the private '.service_locator.gHf5fP_' shared service.
  3907.      *
  3908.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3909.      */
  3910.     protected function get_ServiceLocator_GHf5fPService()
  3911.     {
  3912.         return $this->privates['.service_locator.gHf5fP_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3913.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3914.             'security.event_dispatcher.admin' => ['privates''security.event_dispatcher.admin''getSecurity_EventDispatcher_AdminService'false],
  3915.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  3916.         ], [
  3917.             'event_dispatcher' => '?',
  3918.             'security.event_dispatcher.admin' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3919.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3920.         ]);
  3921.     }
  3922.     /**
  3923.      * Gets the private '.service_locator.imxYOdb' shared service.
  3924.      *
  3925.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3926.      */
  3927.     protected function get_ServiceLocator_ImxYOdbService()
  3928.     {
  3929.         return $this->privates['.service_locator.imxYOdb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3930.             'adminManager' => ['privates''score.admin.article.manager''getScore_Admin_Article_ManagerService'false],
  3931.             'article' => ['privates''.errored..service_locator.imxYOdb.Score\\CmsBundle\\Entity\\Article'NULL'Cannot autowire service ".service_locator.imxYOdb": it references class "Score\\CmsBundle\\Entity\\Article" but no such service exists.'],
  3932.             'dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3933.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3934.             'imageManager' => ['privates''score.manager.image''getScore_Manager_ImageService'false],
  3935.             'optionManager' => ['privates''score.admin.option.manager''getScore_Admin_Option_ManagerService'false],
  3936.             'params' => ['privates''parameter_bag''getParameterBagService'false],
  3937.             'seoUrl' => ['privates''score.manager.seoUrl''getScore_Manager_SeoUrlService'false],
  3938.         ], [
  3939.             'adminManager' => '?',
  3940.             'article' => 'Score\\CmsBundle\\Entity\\Article',
  3941.             'dispatcher' => '?',
  3942.             'entityManager' => '?',
  3943.             'imageManager' => '?',
  3944.             'optionManager' => '?',
  3945.             'params' => '?',
  3946.             'seoUrl' => '?',
  3947.         ]);
  3948.     }
  3949.     /**
  3950.      * Gets the private '.service_locator.jMeKswp' shared service.
  3951.      *
  3952.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3953.      */
  3954.     protected function get_ServiceLocator_JMeKswpService()
  3955.     {
  3956.         return $this->privates['.service_locator.jMeKswp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3957.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3958.             'statManager' => ['privates''score.cms.stat.manager''getScore_Cms_Stat_ManagerService'false],
  3959.         ], [
  3960.             'entityManager' => '?',
  3961.             'statManager' => '?',
  3962.         ]);
  3963.     }
  3964.     /**
  3965.      * Gets the private '.service_locator.l2QwsaZ' shared service.
  3966.      *
  3967.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3968.      */
  3969.     protected function get_ServiceLocator_L2QwsaZService()
  3970.     {
  3971.         return $this->privates['.service_locator.l2QwsaZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3972.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3973.         ], [
  3974.             'entityManager' => '?',
  3975.         ]);
  3976.     }
  3977.     /**
  3978.      * Gets the private '.service_locator.l9A9Pa7' shared service.
  3979.      *
  3980.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3981.      */
  3982.     protected function get_ServiceLocator_L9A9Pa7Service()
  3983.     {
  3984.         return $this->privates['.service_locator.l9A9Pa7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3985.             'seoUrl' => ['privates''score.manager.seoUrl''getScore_Manager_SeoUrlService'false],
  3986.             'translator' => ['services''translator''getTranslatorService'false],
  3987.         ], [
  3988.             'seoUrl' => '?',
  3989.             'translator' => '?',
  3990.         ]);
  3991.     }
  3992.     /**
  3993.      * Gets the private '.service_locator.mPDeBal' shared service.
  3994.      *
  3995.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3996.      */
  3997.     protected function get_ServiceLocator_MPDeBalService()
  3998.     {
  3999.         return $this->privates['.service_locator.mPDeBal'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4000.             'kernel' => ['services''kernel''getKernelService'false],
  4001.             'seoUrl' => ['privates''score.manager.seoUrl''getScore_Manager_SeoUrlService'false],
  4002.         ], [
  4003.             'kernel' => '?',
  4004.             'seoUrl' => '?',
  4005.         ]);
  4006.     }
  4007.     /**
  4008.      * Gets the private '.service_locator.mzjt3rI' shared service.
  4009.      *
  4010.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4011.      */
  4012.     protected function get_ServiceLocator_Mzjt3rIService()
  4013.     {
  4014.         return $this->privates['.service_locator.mzjt3rI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4015.             'translator' => ['services''translator''getTranslatorService'false],
  4016.         ], [
  4017.             'translator' => '?',
  4018.         ]);
  4019.     }
  4020.     /**
  4021.      * Gets the private '.service_locator.nKRWUpP' shared service.
  4022.      *
  4023.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4024.      */
  4025.     protected function get_ServiceLocator_NKRWUpPService()
  4026.     {
  4027.         return $this->privates['.service_locator.nKRWUpP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4028.             'generator' => ['privates''score.generator''getScore_GeneratorService'false],
  4029.             'mailerManager' => ['privates''Score\\CmsBundle\\Services\\MailerManager''getMailerManagerService'false],
  4030.             'translator' => ['services''translator''getTranslatorService'false],
  4031.         ], [
  4032.             'generator' => '?',
  4033.             'mailerManager' => 'Score\\CmsBundle\\Services\\MailerManager',
  4034.             'translator' => '?',
  4035.         ]);
  4036.     }
  4037.     /**
  4038.      * Gets the private '.service_locator.p035c_q' shared service.
  4039.      *
  4040.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4041.      */
  4042.     protected function get_ServiceLocator_P035cQService()
  4043.     {
  4044.         return $this->privates['.service_locator.p035c_q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4045.             'App\\Controller\\Article\\ArticleAdminController::datatableDataAction' => ['privates''.service_locator.l9A9Pa7''get_ServiceLocator_L9A9Pa7Service'false],
  4046.             'App\\Controller\\Article\\ArticleAdminController::delete' => ['privates''.service_locator.9Tr1Fyd''get_ServiceLocator_9Tr1FydService'false],
  4047.             'App\\Controller\\Article\\ArticleAdminController::edit' => ['privates''.service_locator.imxYOdb''get_ServiceLocator_ImxYOdbService'false],
  4048.             'App\\Controller\\Article\\ArticleAdminController::newAction' => ['privates''.service_locator.qja6YOx''get_ServiceLocator_Qja6YOxService'false],
  4049.             'App\\Controller\\DocumentController::delete' => ['privates''.service_locator.AVdF0w4''get_ServiceLocator_AVdF0w4Service'false],
  4050.             'App\\Controller\\DocumentController::edit' => ['privates''.service_locator.RyvH.Qk''get_ServiceLocator_RyvH_QkService'false],
  4051.             'App\\Controller\\DocumentController::index' => ['privates''.service_locator.RZqE1EK''get_ServiceLocator_RZqE1EKService'false],
  4052.             'App\\Controller\\DocumentController::new' => ['privates''.service_locator.a35lQfA''get_ServiceLocator_A35lQfAService'false],
  4053.             'App\\Controller\\DocumentController::show' => ['privates''.service_locator.te8pGam''get_ServiceLocator_Te8pGamService'false],
  4054.             'App\\Controller\\Event\\EventAdminController::datatableDataAction' => ['privates''.service_locator.ffH.u79''get_ServiceLocator_FfH_U79Service'false],
  4055.             'App\\Controller\\Event\\EventAdminController::delete' => ['privates''.service_locator.RsUPU7w''get_ServiceLocator_RsUPU7wService'false],
  4056.             'App\\Controller\\Event\\EventAdminController::edit' => ['privates''.service_locator..qf5gbV''get_ServiceLocator__Qf5gbVService'false],
  4057.             'App\\Controller\\Event\\EventAdminController::new' => ['privates''.service_locator.cXKBG0s''get_ServiceLocator_CXKBG0sService'false],
  4058.             'App\\Controller\\Page\\AdminController::createAction' => ['privates''.service_locator._QRmNlO''get_ServiceLocator_QRmNlOService'false],
  4059.             'App\\Controller\\Page\\AdminController::deleteAction' => ['privates''.service_locator.0tsFtwj''get_ServiceLocator_0tsFtwjService'false],
  4060.             'App\\Controller\\Page\\AdminController::editAction' => ['privates''.service_locator.6yQ3XKW''get_ServiceLocator_6yQ3XKWService'false],
  4061.             'App\\Controller\\Page\\AdminController::editBlocksAction' => ['privates''.service_locator.fpAsgHr''get_ServiceLocator_FpAsgHrService'false],
  4062.             'App\\Controller\\Page\\AdminController::indexAction' => ['privates''.service_locator.UuKl7iJ''get_ServiceLocator_UuKl7iJService'false],
  4063.             'App\\Controller\\Page\\AdminController::inspireDatatableDataAction' => ['privates''.service_locator.Wo0c3G.''get_ServiceLocator_Wo0c3G_Service'false],
  4064.             'App\\Controller\\Page\\AdminController::subpagePreviewAction' => ['privates''.service_locator.AGjtBcA''get_ServiceLocator_AGjtBcAService'false],
  4065.             'App\\Controller\\PublicController::postInstallAction' => ['privates''.service_locator.mPDeBal''get_ServiceLocator_MPDeBalService'false],
  4066.             'App\\Controller\\PublicController::subpageAction' => ['privates''.service_locator.AGjtBcA''get_ServiceLocator_AGjtBcAService'false],
  4067.             'Score\\BaseBundle\\Controller\\EnumController::ajaxCityAction' => ['privates''.service_locator.4iR88z_''get_ServiceLocator_4iR88zService'false],
  4068.             'Score\\BaseBundle\\Controller\\EnumController::ajaxDistrictAction' => ['privates''.service_locator.4iR88z_''get_ServiceLocator_4iR88zService'false],
  4069.             'Score\\CmsBundle\\Controller\\Article\\ArticleAdminController::datatableDataAction' => ['privates''.service_locator.l9A9Pa7''get_ServiceLocator_L9A9Pa7Service'false],
  4070.             'Score\\CmsBundle\\Controller\\Article\\ArticleAdminController::delete' => ['privates''.service_locator.9Tr1Fyd''get_ServiceLocator_9Tr1FydService'false],
  4071.             'Score\\CmsBundle\\Controller\\Article\\ArticleAdminController::edit' => ['privates''.service_locator.imxYOdb''get_ServiceLocator_ImxYOdbService'false],
  4072.             'Score\\CmsBundle\\Controller\\Article\\ArticleAdminController::newAction' => ['privates''.service_locator.qja6YOx''get_ServiceLocator_Qja6YOxService'false],
  4073.             'Score\\CmsBundle\\Controller\\Article\\ArticleBlockController::topAction' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  4074.             'Score\\CmsBundle\\Controller\\Article\\PublicController::detailAction' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  4075.             'Score\\CmsBundle\\Controller\\Article\\PublicController::listAction' => ['privates''.service_locator.6wo5XqC''get_ServiceLocator_6wo5XqCService'false],
  4076.             'Score\\CmsBundle\\Controller\\Block\\AdminController::createAction' => ['privates''.service_locator.PIe2aOW''get_ServiceLocator_PIe2aOWService'false],
  4077.             'Score\\CmsBundle\\Controller\\Block\\AdminController::editAction' => ['privates''.service_locator.PIe2aOW''get_ServiceLocator_PIe2aOWService'false],
  4078.             'Score\\CmsBundle\\Controller\\Block\\AdminController::expertEditAction' => ['privates''.service_locator.PIe2aOW''get_ServiceLocator_PIe2aOWService'false],
  4079.             'Score\\CmsBundle\\Controller\\DefaultController::uploadAction' => ['privates''.service_locator.aCh26ok''get_ServiceLocator_ACh26okService'false],
  4080.             'Score\\CmsBundle\\Controller\\Event\\EventAdminController::datatableDataAction' => ['privates''.service_locator.ffH.u79''get_ServiceLocator_FfH_U79Service'false],
  4081.             'Score\\CmsBundle\\Controller\\Event\\EventAdminController::delete' => ['privates''.service_locator.RsUPU7w''get_ServiceLocator_RsUPU7wService'false],
  4082.             'Score\\CmsBundle\\Controller\\Event\\EventAdminController::edit' => ['privates''.service_locator..qf5gbV''get_ServiceLocator__Qf5gbVService'false],
  4083.             'Score\\CmsBundle\\Controller\\Event\\EventAdminController::new' => ['privates''.service_locator.cXKBG0s''get_ServiceLocator_CXKBG0sService'false],
  4084.             'Score\\CmsBundle\\Controller\\Event\\EventBlockController::topAction' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  4085.             'Score\\CmsBundle\\Controller\\Event\\PublicController::detailAction' => ['privates''.service_locator.jMeKswp''get_ServiceLocator_JMeKswpService'false],
  4086.             'Score\\CmsBundle\\Controller\\Event\\PublicController::listAction' => ['privates''.service_locator.e.6o_sm''get_ServiceLocator_E_6oSmService'false],
  4087.             'Score\\CmsBundle\\Controller\\Form\\AdminFormController::apiLoadFormDataAction' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  4088.             'Score\\CmsBundle\\Controller\\Form\\AdminFormController::apiSaveFormAction' => ['privates''.service_locator.Y0B5uS9''get_ServiceLocator_Y0B5uS9Service'false],
  4089.             'Score\\CmsBundle\\Controller\\Form\\AdminFormController::loadFormAction' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  4090.             'Score\\CmsBundle\\Controller\\Form\\AdminFormController::saveDataAction' => ['privates''.service_locator.nKRWUpP''get_ServiceLocator_NKRWUpPService'false],
  4091.             'Score\\CmsBundle\\Controller\\Form\\PublicController::loadFormAction' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  4092.             'Score\\CmsBundle\\Controller\\Form\\PublicController::saveDataAction' => ['privates''.service_locator.nKRWUpP''get_ServiceLocator_NKRWUpPService'false],
  4093.             'Score\\CmsBundle\\Controller\\Gallery\\AdminGalleryController::apiAddImagesAction' => ['privates''.service_locator.LDKtdao''get_ServiceLocator_LDKtdaoService'false],
  4094.             'Score\\CmsBundle\\Controller\\Gallery\\AdminGalleryController::apiSaveGalleryAction' => ['privates''.service_locator.LDKtdao''get_ServiceLocator_LDKtdaoService'false],
  4095.             'Score\\CmsBundle\\Controller\\Gallery\\AdminGalleryController::fileAction' => ['privates''.service_locator.4nMV5w5''get_ServiceLocator_4nMV5w5Service'false],
  4096.             'Score\\CmsBundle\\Controller\\Gallery\\AdminGalleryController::loadAction' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  4097.             'Score\\CmsBundle\\Controller\\Gallery\\PublicController::fileAction' => ['privates''.service_locator.4nMV5w5''get_ServiceLocator_4nMV5w5Service'false],
  4098.             'Score\\CmsBundle\\Controller\\Gallery\\PublicController::loadAction' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  4099.             'Score\\CmsBundle\\Controller\\MenuController::indexAction' => ['privates''.service_locator.y.qgf6o''get_ServiceLocator_Y_Qgf6oService'false],
  4100.             'Score\\CmsBundle\\Controller\\Page\\AdminController::createAction' => ['privates''.service_locator._QRmNlO''get_ServiceLocator_QRmNlOService'false],
  4101.             'Score\\CmsBundle\\Controller\\Page\\AdminController::deleteAction' => ['privates''.service_locator.0tsFtwj''get_ServiceLocator_0tsFtwjService'false],
  4102.             'Score\\CmsBundle\\Controller\\Page\\AdminController::editAction' => ['privates''.service_locator.6yQ3XKW''get_ServiceLocator_6yQ3XKWService'false],
  4103.             'Score\\CmsBundle\\Controller\\Page\\AdminController::editBlocksAction' => ['privates''.service_locator.fpAsgHr''get_ServiceLocator_FpAsgHrService'false],
  4104.             'Score\\CmsBundle\\Controller\\Page\\AdminController::indexAction' => ['privates''.service_locator.UuKl7iJ''get_ServiceLocator_UuKl7iJService'false],
  4105.             'Score\\CmsBundle\\Controller\\Page\\AdminController::subpagePreviewAction' => ['privates''.service_locator.AGjtBcA''get_ServiceLocator_AGjtBcAService'false],
  4106.             'Score\\CmsBundle\\Controller\\Page\\PublicController::searchAction' => ['privates''.service_locator.a7kKkXc''get_ServiceLocator_A7kKkXcService'false],
  4107.             'Score\\CmsBundle\\Controller\\Page\\PublicController::subpageAction' => ['privates''.service_locator.AGjtBcA''get_ServiceLocator_AGjtBcAService'false],
  4108.             'Score\\CmsBundle\\Controller\\SecurityController::loginAction' => ['privates''.service_locator.UDgw6Ol''get_ServiceLocator_UDgw6OlService'false],
  4109.             'Score\\CmsBundle\\Controller\\UserAdminController::changeMyPasswordAction' => ['privates''.service_locator.xlsQoWH''get_ServiceLocator_XlsQoWHService'false],
  4110.             'Score\\CmsBundle\\Controller\\UserAdminController::changePasswordAction' => ['privates''.service_locator.xlsQoWH''get_ServiceLocator_XlsQoWHService'false],
  4111.             'Score\\CmsBundle\\Controller\\UserAdminController::changePasswordEmailAction' => ['privates''.service_locator.bEouDIM''get_ServiceLocator_BEouDIMService'false],
  4112.             'Score\\CmsBundle\\Controller\\UserAdminController::newAction' => ['privates''.service_locator.xlsQoWH''get_ServiceLocator_XlsQoWHService'false],
  4113.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  4114.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  4115.             'App\\Controller\\Article\\ArticleAdminController:datatableDataAction' => ['privates''.service_locator.l9A9Pa7''get_ServiceLocator_L9A9Pa7Service'false],
  4116.             'App\\Controller\\Article\\ArticleAdminController:delete' => ['privates''.service_locator.9Tr1Fyd''get_ServiceLocator_9Tr1FydService'false],
  4117.             'App\\Controller\\Article\\ArticleAdminController:edit' => ['privates''.service_locator.imxYOdb''get_ServiceLocator_ImxYOdbService'false],
  4118.             'App\\Controller\\Article\\ArticleAdminController:newAction' => ['privates''.service_locator.qja6YOx''get_ServiceLocator_Qja6YOxService'false],
  4119.             'App\\Controller\\DocumentController:delete' => ['privates''.service_locator.AVdF0w4''get_ServiceLocator_AVdF0w4Service'false],
  4120.             'App\\Controller\\DocumentController:edit' => ['privates''.service_locator.RyvH.Qk''get_ServiceLocator_RyvH_QkService'false],
  4121.             'App\\Controller\\DocumentController:index' => ['privates''.service_locator.RZqE1EK''get_ServiceLocator_RZqE1EKService'false],
  4122.             'App\\Controller\\DocumentController:new' => ['privates''.service_locator.a35lQfA''get_ServiceLocator_A35lQfAService'false],
  4123.             'App\\Controller\\DocumentController:show' => ['privates''.service_locator.te8pGam''get_ServiceLocator_Te8pGamService'false],
  4124.             'App\\Controller\\Event\\EventAdminController:datatableDataAction' => ['privates''.service_locator.ffH.u79''get_ServiceLocator_FfH_U79Service'false],
  4125.             'App\\Controller\\Event\\EventAdminController:delete' => ['privates''.service_locator.RsUPU7w''get_ServiceLocator_RsUPU7wService'false],
  4126.             'App\\Controller\\Event\\EventAdminController:edit' => ['privates''.service_locator..qf5gbV''get_ServiceLocator__Qf5gbVService'false],
  4127.             'App\\Controller\\Event\\EventAdminController:new' => ['privates''.service_locator.cXKBG0s''get_ServiceLocator_CXKBG0sService'false],
  4128.             'App\\Controller\\Page\\AdminController:createAction' => ['privates''.service_locator._QRmNlO''get_ServiceLocator_QRmNlOService'false],
  4129.             'App\\Controller\\Page\\AdminController:deleteAction' => ['privates''.service_locator.0tsFtwj''get_ServiceLocator_0tsFtwjService'false],
  4130.             'App\\Controller\\Page\\AdminController:editAction' => ['privates''.service_locator.6yQ3XKW''get_ServiceLocator_6yQ3XKWService'false],
  4131.             'App\\Controller\\Page\\AdminController:editBlocksAction' => ['privates''.service_locator.fpAsgHr''get_ServiceLocator_FpAsgHrService'false],
  4132.             'App\\Controller\\Page\\AdminController:indexAction' => ['privates''.service_locator.UuKl7iJ''get_ServiceLocator_UuKl7iJService'false],
  4133.             'App\\Controller\\Page\\AdminController:inspireDatatableDataAction' => ['privates''.service_locator.Wo0c3G.''get_ServiceLocator_Wo0c3G_Service'false],
  4134.             'App\\Controller\\Page\\AdminController:subpagePreviewAction' => ['privates''.service_locator.AGjtBcA''get_ServiceLocator_AGjtBcAService'false],
  4135.             'App\\Controller\\PublicController:postInstallAction' => ['privates''.service_locator.mPDeBal''get_ServiceLocator_MPDeBalService'false],
  4136.             'App\\Controller\\PublicController:subpageAction' => ['privates''.service_locator.AGjtBcA''get_ServiceLocator_AGjtBcAService'false],
  4137.             'Score\\BaseBundle\\Controller\\EnumController:ajaxCityAction' => ['privates''.service_locator.4iR88z_''get_ServiceLocator_4iR88zService'false],
  4138.             'Score\\BaseBundle\\Controller\\EnumController:ajaxDistrictAction' => ['privates''.service_locator.4iR88z_''get_ServiceLocator_4iR88zService'false],
  4139.             'Score\\CmsBundle\\Controller\\Article\\ArticleAdminController:datatableDataAction' => ['privates''.service_locator.l9A9Pa7''get_ServiceLocator_L9A9Pa7Service'false],
  4140.             'Score\\CmsBundle\\Controller\\Article\\ArticleAdminController:delete' => ['privates''.service_locator.9Tr1Fyd''get_ServiceLocator_9Tr1FydService'false],
  4141.             'Score\\CmsBundle\\Controller\\Article\\ArticleAdminController:edit' => ['privates''.service_locator.imxYOdb''get_ServiceLocator_ImxYOdbService'false],
  4142.             'Score\\CmsBundle\\Controller\\Article\\ArticleAdminController:newAction' => ['privates''.service_locator.qja6YOx''get_ServiceLocator_Qja6YOxService'false],
  4143.             'Score\\CmsBundle\\Controller\\Article\\ArticleBlockController:topAction' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  4144.             'Score\\CmsBundle\\Controller\\Article\\PublicController:detailAction' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  4145.             'Score\\CmsBundle\\Controller\\Article\\PublicController:listAction' => ['privates''.service_locator.6wo5XqC''get_ServiceLocator_6wo5XqCService'false],
  4146.             'Score\\CmsBundle\\Controller\\Block\\AdminController:createAction' => ['privates''.service_locator.PIe2aOW''get_ServiceLocator_PIe2aOWService'false],
  4147.             'Score\\CmsBundle\\Controller\\Block\\AdminController:editAction' => ['privates''.service_locator.PIe2aOW''get_ServiceLocator_PIe2aOWService'false],
  4148.             'Score\\CmsBundle\\Controller\\Block\\AdminController:expertEditAction' => ['privates''.service_locator.PIe2aOW''get_ServiceLocator_PIe2aOWService'false],
  4149.             'Score\\CmsBundle\\Controller\\DefaultController:uploadAction' => ['privates''.service_locator.aCh26ok''get_ServiceLocator_ACh26okService'false],
  4150.             'Score\\CmsBundle\\Controller\\Event\\EventAdminController:datatableDataAction' => ['privates''.service_locator.ffH.u79''get_ServiceLocator_FfH_U79Service'false],
  4151.             'Score\\CmsBundle\\Controller\\Event\\EventAdminController:delete' => ['privates''.service_locator.RsUPU7w''get_ServiceLocator_RsUPU7wService'false],
  4152.             'Score\\CmsBundle\\Controller\\Event\\EventAdminController:edit' => ['privates''.service_locator..qf5gbV''get_ServiceLocator__Qf5gbVService'false],
  4153.             'Score\\CmsBundle\\Controller\\Event\\EventAdminController:new' => ['privates''.service_locator.cXKBG0s''get_ServiceLocator_CXKBG0sService'false],
  4154.             'Score\\CmsBundle\\Controller\\Event\\EventBlockController:topAction' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  4155.             'Score\\CmsBundle\\Controller\\Event\\PublicController:detailAction' => ['privates''.service_locator.jMeKswp''get_ServiceLocator_JMeKswpService'false],
  4156.             'Score\\CmsBundle\\Controller\\Event\\PublicController:listAction' => ['privates''.service_locator.e.6o_sm''get_ServiceLocator_E_6oSmService'false],
  4157.             'Score\\CmsBundle\\Controller\\Form\\AdminFormController:apiLoadFormDataAction' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  4158.             'Score\\CmsBundle\\Controller\\Form\\AdminFormController:apiSaveFormAction' => ['privates''.service_locator.Y0B5uS9''get_ServiceLocator_Y0B5uS9Service'false],
  4159.             'Score\\CmsBundle\\Controller\\Form\\AdminFormController:loadFormAction' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  4160.             'Score\\CmsBundle\\Controller\\Form\\AdminFormController:saveDataAction' => ['privates''.service_locator.nKRWUpP''get_ServiceLocator_NKRWUpPService'false],
  4161.             'Score\\CmsBundle\\Controller\\Form\\PublicController:loadFormAction' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  4162.             'Score\\CmsBundle\\Controller\\Form\\PublicController:saveDataAction' => ['privates''.service_locator.nKRWUpP''get_ServiceLocator_NKRWUpPService'false],
  4163.             'Score\\CmsBundle\\Controller\\Gallery\\AdminGalleryController:apiAddImagesAction' => ['privates''.service_locator.LDKtdao''get_ServiceLocator_LDKtdaoService'false],
  4164.             'Score\\CmsBundle\\Controller\\Gallery\\AdminGalleryController:apiSaveGalleryAction' => ['privates''.service_locator.LDKtdao''get_ServiceLocator_LDKtdaoService'false],
  4165.             'Score\\CmsBundle\\Controller\\Gallery\\AdminGalleryController:fileAction' => ['privates''.service_locator.4nMV5w5''get_ServiceLocator_4nMV5w5Service'false],
  4166.             'Score\\CmsBundle\\Controller\\Gallery\\AdminGalleryController:loadAction' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  4167.             'Score\\CmsBundle\\Controller\\Gallery\\PublicController:fileAction' => ['privates''.service_locator.4nMV5w5''get_ServiceLocator_4nMV5w5Service'false],
  4168.             'Score\\CmsBundle\\Controller\\Gallery\\PublicController:loadAction' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  4169.             'Score\\CmsBundle\\Controller\\MenuController:indexAction' => ['privates''.service_locator.y.qgf6o''get_ServiceLocator_Y_Qgf6oService'false],
  4170.             'Score\\CmsBundle\\Controller\\Page\\AdminController:createAction' => ['privates''.service_locator._QRmNlO''get_ServiceLocator_QRmNlOService'false],
  4171.             'Score\\CmsBundle\\Controller\\Page\\AdminController:deleteAction' => ['privates''.service_locator.0tsFtwj''get_ServiceLocator_0tsFtwjService'false],
  4172.             'Score\\CmsBundle\\Controller\\Page\\AdminController:editAction' => ['privates''.service_locator.6yQ3XKW''get_ServiceLocator_6yQ3XKWService'false],
  4173.             'Score\\CmsBundle\\Controller\\Page\\AdminController:editBlocksAction' => ['privates''.service_locator.fpAsgHr''get_ServiceLocator_FpAsgHrService'false],
  4174.             'Score\\CmsBundle\\Controller\\Page\\AdminController:indexAction' => ['privates''.service_locator.UuKl7iJ''get_ServiceLocator_UuKl7iJService'false],
  4175.             'Score\\CmsBundle\\Controller\\Page\\AdminController:subpagePreviewAction' => ['privates''.service_locator.AGjtBcA''get_ServiceLocator_AGjtBcAService'false],
  4176.             'Score\\CmsBundle\\Controller\\Page\\PublicController:searchAction' => ['privates''.service_locator.a7kKkXc''get_ServiceLocator_A7kKkXcService'false],
  4177.             'Score\\CmsBundle\\Controller\\Page\\PublicController:subpageAction' => ['privates''.service_locator.AGjtBcA''get_ServiceLocator_AGjtBcAService'false],
  4178.             'Score\\CmsBundle\\Controller\\SecurityController:loginAction' => ['privates''.service_locator.UDgw6Ol''get_ServiceLocator_UDgw6OlService'false],
  4179.             'Score\\CmsBundle\\Controller\\UserAdminController:changeMyPasswordAction' => ['privates''.service_locator.xlsQoWH''get_ServiceLocator_XlsQoWHService'false],
  4180.             'Score\\CmsBundle\\Controller\\UserAdminController:changePasswordAction' => ['privates''.service_locator.xlsQoWH''get_ServiceLocator_XlsQoWHService'false],
  4181.             'Score\\CmsBundle\\Controller\\UserAdminController:changePasswordEmailAction' => ['privates''.service_locator.bEouDIM''get_ServiceLocator_BEouDIMService'false],
  4182.             'Score\\CmsBundle\\Controller\\UserAdminController:newAction' => ['privates''.service_locator.xlsQoWH''get_ServiceLocator_XlsQoWHService'false],
  4183.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  4184.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  4185.         ], [
  4186.             'App\\Controller\\Article\\ArticleAdminController::datatableDataAction' => '?',
  4187.             'App\\Controller\\Article\\ArticleAdminController::delete' => '?',
  4188.             'App\\Controller\\Article\\ArticleAdminController::edit' => '?',
  4189.             'App\\Controller\\Article\\ArticleAdminController::newAction' => '?',
  4190.             'App\\Controller\\DocumentController::delete' => '?',
  4191.             'App\\Controller\\DocumentController::edit' => '?',
  4192.             'App\\Controller\\DocumentController::index' => '?',
  4193.             'App\\Controller\\DocumentController::new' => '?',
  4194.             'App\\Controller\\DocumentController::show' => '?',
  4195.             'App\\Controller\\Event\\EventAdminController::datatableDataAction' => '?',
  4196.             'App\\Controller\\Event\\EventAdminController::delete' => '?',
  4197.             'App\\Controller\\Event\\EventAdminController::edit' => '?',
  4198.             'App\\Controller\\Event\\EventAdminController::new' => '?',
  4199.             'App\\Controller\\Page\\AdminController::createAction' => '?',
  4200.             'App\\Controller\\Page\\AdminController::deleteAction' => '?',
  4201.             'App\\Controller\\Page\\AdminController::editAction' => '?',
  4202.             'App\\Controller\\Page\\AdminController::editBlocksAction' => '?',
  4203.             'App\\Controller\\Page\\AdminController::indexAction' => '?',
  4204.             'App\\Controller\\Page\\AdminController::inspireDatatableDataAction' => '?',
  4205.             'App\\Controller\\Page\\AdminController::subpagePreviewAction' => '?',
  4206.             'App\\Controller\\PublicController::postInstallAction' => '?',
  4207.             'App\\Controller\\PublicController::subpageAction' => '?',
  4208.             'Score\\BaseBundle\\Controller\\EnumController::ajaxCityAction' => '?',
  4209.             'Score\\BaseBundle\\Controller\\EnumController::ajaxDistrictAction' => '?',
  4210.             'Score\\CmsBundle\\Controller\\Article\\ArticleAdminController::datatableDataAction' => '?',
  4211.             'Score\\CmsBundle\\Controller\\Article\\ArticleAdminController::delete' => '?',
  4212.             'Score\\CmsBundle\\Controller\\Article\\ArticleAdminController::edit' => '?',
  4213.             'Score\\CmsBundle\\Controller\\Article\\ArticleAdminController::newAction' => '?',
  4214.             'Score\\CmsBundle\\Controller\\Article\\ArticleBlockController::topAction' => '?',
  4215.             'Score\\CmsBundle\\Controller\\Article\\PublicController::detailAction' => '?',
  4216.             'Score\\CmsBundle\\Controller\\Article\\PublicController::listAction' => '?',
  4217.             'Score\\CmsBundle\\Controller\\Block\\AdminController::createAction' => '?',
  4218.             'Score\\CmsBundle\\Controller\\Block\\AdminController::editAction' => '?',
  4219.             'Score\\CmsBundle\\Controller\\Block\\AdminController::expertEditAction' => '?',
  4220.             'Score\\CmsBundle\\Controller\\DefaultController::uploadAction' => '?',
  4221.             'Score\\CmsBundle\\Controller\\Event\\EventAdminController::datatableDataAction' => '?',
  4222.             'Score\\CmsBundle\\Controller\\Event\\EventAdminController::delete' => '?',
  4223.             'Score\\CmsBundle\\Controller\\Event\\EventAdminController::edit' => '?',
  4224.             'Score\\CmsBundle\\Controller\\Event\\EventAdminController::new' => '?',
  4225.             'Score\\CmsBundle\\Controller\\Event\\EventBlockController::topAction' => '?',
  4226.             'Score\\CmsBundle\\Controller\\Event\\PublicController::detailAction' => '?',
  4227.             'Score\\CmsBundle\\Controller\\Event\\PublicController::listAction' => '?',
  4228.             'Score\\CmsBundle\\Controller\\Form\\AdminFormController::apiLoadFormDataAction' => '?',
  4229.             'Score\\CmsBundle\\Controller\\Form\\AdminFormController::apiSaveFormAction' => '?',
  4230.             'Score\\CmsBundle\\Controller\\Form\\AdminFormController::loadFormAction' => '?',
  4231.             'Score\\CmsBundle\\Controller\\Form\\AdminFormController::saveDataAction' => '?',
  4232.             'Score\\CmsBundle\\Controller\\Form\\PublicController::loadFormAction' => '?',
  4233.             'Score\\CmsBundle\\Controller\\Form\\PublicController::saveDataAction' => '?',
  4234.             'Score\\CmsBundle\\Controller\\Gallery\\AdminGalleryController::apiAddImagesAction' => '?',
  4235.             'Score\\CmsBundle\\Controller\\Gallery\\AdminGalleryController::apiSaveGalleryAction' => '?',
  4236.             'Score\\CmsBundle\\Controller\\Gallery\\AdminGalleryController::fileAction' => '?',
  4237.             'Score\\CmsBundle\\Controller\\Gallery\\AdminGalleryController::loadAction' => '?',
  4238.             'Score\\CmsBundle\\Controller\\Gallery\\PublicController::fileAction' => '?',
  4239.             'Score\\CmsBundle\\Controller\\Gallery\\PublicController::loadAction' => '?',
  4240.             'Score\\CmsBundle\\Controller\\MenuController::indexAction' => '?',
  4241.             'Score\\CmsBundle\\Controller\\Page\\AdminController::createAction' => '?',
  4242.             'Score\\CmsBundle\\Controller\\Page\\AdminController::deleteAction' => '?',
  4243.             'Score\\CmsBundle\\Controller\\Page\\AdminController::editAction' => '?',
  4244.             'Score\\CmsBundle\\Controller\\Page\\AdminController::editBlocksAction' => '?',
  4245.             'Score\\CmsBundle\\Controller\\Page\\AdminController::indexAction' => '?',
  4246.             'Score\\CmsBundle\\Controller\\Page\\AdminController::subpagePreviewAction' => '?',
  4247.             'Score\\CmsBundle\\Controller\\Page\\PublicController::searchAction' => '?',
  4248.             'Score\\CmsBundle\\Controller\\Page\\PublicController::subpageAction' => '?',
  4249.             'Score\\CmsBundle\\Controller\\SecurityController::loginAction' => '?',
  4250.             'Score\\CmsBundle\\Controller\\UserAdminController::changeMyPasswordAction' => '?',
  4251.             'Score\\CmsBundle\\Controller\\UserAdminController::changePasswordAction' => '?',
  4252.             'Score\\CmsBundle\\Controller\\UserAdminController::changePasswordEmailAction' => '?',
  4253.             'Score\\CmsBundle\\Controller\\UserAdminController::newAction' => '?',
  4254.             'kernel::loadRoutes' => '?',
  4255.             'kernel::registerContainerConfiguration' => '?',
  4256.             'App\\Controller\\Article\\ArticleAdminController:datatableDataAction' => '?',
  4257.             'App\\Controller\\Article\\ArticleAdminController:delete' => '?',
  4258.             'App\\Controller\\Article\\ArticleAdminController:edit' => '?',
  4259.             'App\\Controller\\Article\\ArticleAdminController:newAction' => '?',
  4260.             'App\\Controller\\DocumentController:delete' => '?',
  4261.             'App\\Controller\\DocumentController:edit' => '?',
  4262.             'App\\Controller\\DocumentController:index' => '?',
  4263.             'App\\Controller\\DocumentController:new' => '?',
  4264.             'App\\Controller\\DocumentController:show' => '?',
  4265.             'App\\Controller\\Event\\EventAdminController:datatableDataAction' => '?',
  4266.             'App\\Controller\\Event\\EventAdminController:delete' => '?',
  4267.             'App\\Controller\\Event\\EventAdminController:edit' => '?',
  4268.             'App\\Controller\\Event\\EventAdminController:new' => '?',
  4269.             'App\\Controller\\Page\\AdminController:createAction' => '?',
  4270.             'App\\Controller\\Page\\AdminController:deleteAction' => '?',
  4271.             'App\\Controller\\Page\\AdminController:editAction' => '?',
  4272.             'App\\Controller\\Page\\AdminController:editBlocksAction' => '?',
  4273.             'App\\Controller\\Page\\AdminController:indexAction' => '?',
  4274.             'App\\Controller\\Page\\AdminController:inspireDatatableDataAction' => '?',
  4275.             'App\\Controller\\Page\\AdminController:subpagePreviewAction' => '?',
  4276.             'App\\Controller\\PublicController:postInstallAction' => '?',
  4277.             'App\\Controller\\PublicController:subpageAction' => '?',
  4278.             'Score\\BaseBundle\\Controller\\EnumController:ajaxCityAction' => '?',
  4279.             'Score\\BaseBundle\\Controller\\EnumController:ajaxDistrictAction' => '?',
  4280.             'Score\\CmsBundle\\Controller\\Article\\ArticleAdminController:datatableDataAction' => '?',
  4281.             'Score\\CmsBundle\\Controller\\Article\\ArticleAdminController:delete' => '?',
  4282.             'Score\\CmsBundle\\Controller\\Article\\ArticleAdminController:edit' => '?',
  4283.             'Score\\CmsBundle\\Controller\\Article\\ArticleAdminController:newAction' => '?',
  4284.             'Score\\CmsBundle\\Controller\\Article\\ArticleBlockController:topAction' => '?',
  4285.             'Score\\CmsBundle\\Controller\\Article\\PublicController:detailAction' => '?',
  4286.             'Score\\CmsBundle\\Controller\\Article\\PublicController:listAction' => '?',
  4287.             'Score\\CmsBundle\\Controller\\Block\\AdminController:createAction' => '?',
  4288.             'Score\\CmsBundle\\Controller\\Block\\AdminController:editAction' => '?',
  4289.             'Score\\CmsBundle\\Controller\\Block\\AdminController:expertEditAction' => '?',
  4290.             'Score\\CmsBundle\\Controller\\DefaultController:uploadAction' => '?',
  4291.             'Score\\CmsBundle\\Controller\\Event\\EventAdminController:datatableDataAction' => '?',
  4292.             'Score\\CmsBundle\\Controller\\Event\\EventAdminController:delete' => '?',
  4293.             'Score\\CmsBundle\\Controller\\Event\\EventAdminController:edit' => '?',
  4294.             'Score\\CmsBundle\\Controller\\Event\\EventAdminController:new' => '?',
  4295.             'Score\\CmsBundle\\Controller\\Event\\EventBlockController:topAction' => '?',
  4296.             'Score\\CmsBundle\\Controller\\Event\\PublicController:detailAction' => '?',
  4297.             'Score\\CmsBundle\\Controller\\Event\\PublicController:listAction' => '?',
  4298.             'Score\\CmsBundle\\Controller\\Form\\AdminFormController:apiLoadFormDataAction' => '?',
  4299.             'Score\\CmsBundle\\Controller\\Form\\AdminFormController:apiSaveFormAction' => '?',
  4300.             'Score\\CmsBundle\\Controller\\Form\\AdminFormController:loadFormAction' => '?',
  4301.             'Score\\CmsBundle\\Controller\\Form\\AdminFormController:saveDataAction' => '?',
  4302.             'Score\\CmsBundle\\Controller\\Form\\PublicController:loadFormAction' => '?',
  4303.             'Score\\CmsBundle\\Controller\\Form\\PublicController:saveDataAction' => '?',
  4304.             'Score\\CmsBundle\\Controller\\Gallery\\AdminGalleryController:apiAddImagesAction' => '?',
  4305.             'Score\\CmsBundle\\Controller\\Gallery\\AdminGalleryController:apiSaveGalleryAction' => '?',
  4306.             'Score\\CmsBundle\\Controller\\Gallery\\AdminGalleryController:fileAction' => '?',
  4307.             'Score\\CmsBundle\\Controller\\Gallery\\AdminGalleryController:loadAction' => '?',
  4308.             'Score\\CmsBundle\\Controller\\Gallery\\PublicController:fileAction' => '?',
  4309.             'Score\\CmsBundle\\Controller\\Gallery\\PublicController:loadAction' => '?',
  4310.             'Score\\CmsBundle\\Controller\\MenuController:indexAction' => '?',
  4311.             'Score\\CmsBundle\\Controller\\Page\\AdminController:createAction' => '?',
  4312.             'Score\\CmsBundle\\Controller\\Page\\AdminController:deleteAction' => '?',
  4313.             'Score\\CmsBundle\\Controller\\Page\\AdminController:editAction' => '?',
  4314.             'Score\\CmsBundle\\Controller\\Page\\AdminController:editBlocksAction' => '?',
  4315.             'Score\\CmsBundle\\Controller\\Page\\AdminController:indexAction' => '?',
  4316.             'Score\\CmsBundle\\Controller\\Page\\AdminController:subpagePreviewAction' => '?',
  4317.             'Score\\CmsBundle\\Controller\\Page\\PublicController:searchAction' => '?',
  4318.             'Score\\CmsBundle\\Controller\\Page\\PublicController:subpageAction' => '?',
  4319.             'Score\\CmsBundle\\Controller\\SecurityController:loginAction' => '?',
  4320.             'Score\\CmsBundle\\Controller\\UserAdminController:changeMyPasswordAction' => '?',
  4321.             'Score\\CmsBundle\\Controller\\UserAdminController:changePasswordAction' => '?',
  4322.             'Score\\CmsBundle\\Controller\\UserAdminController:changePasswordEmailAction' => '?',
  4323.             'Score\\CmsBundle\\Controller\\UserAdminController:newAction' => '?',
  4324.             'kernel:loadRoutes' => '?',
  4325.             'kernel:registerContainerConfiguration' => '?',
  4326.         ]);
  4327.     }
  4328.     /**
  4329.      * Gets the private '.service_locator.qja6YOx' shared service.
  4330.      *
  4331.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4332.      */
  4333.     protected function get_ServiceLocator_Qja6YOxService()
  4334.     {
  4335.         return $this->privates['.service_locator.qja6YOx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4336.             'adminManager' => ['privates''score.admin.article.manager''getScore_Admin_Article_ManagerService'false],
  4337.             'imageManager' => ['privates''score.manager.image''getScore_Manager_ImageService'false],
  4338.             'optionManager' => ['privates''score.admin.option.manager''getScore_Admin_Option_ManagerService'false],
  4339.             'params' => ['privates''parameter_bag''getParameterBagService'false],
  4340.             'seoUrl' => ['privates''score.manager.seoUrl''getScore_Manager_SeoUrlService'false],
  4341.         ], [
  4342.             'adminManager' => '?',
  4343.             'imageManager' => '?',
  4344.             'optionManager' => '?',
  4345.             'params' => '?',
  4346.             'seoUrl' => '?',
  4347.         ]);
  4348.     }
  4349.     /**
  4350.      * Gets the private '.service_locator.te8pGam' shared service.
  4351.      *
  4352.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4353.      */
  4354.     protected function get_ServiceLocator_Te8pGamService()
  4355.     {
  4356.         return $this->privates['.service_locator.te8pGam'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4357.             'document' => ['privates''.errored..service_locator.te8pGam.App\\Entity\\Document'NULL'Cannot autowire service ".service_locator.te8pGam": it references class "App\\Entity\\Document" but no such service exists.'],
  4358.         ], [
  4359.             'document' => 'App\\Entity\\Document',
  4360.         ]);
  4361.     }
  4362.     /**
  4363.      * Gets the private '.service_locator.xlsQoWH' shared service.
  4364.      *
  4365.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4366.      */
  4367.     protected function get_ServiceLocator_XlsQoWHService()
  4368.     {
  4369.         return $this->privates['.service_locator.xlsQoWH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4370.             'passwordEncoder' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  4371.         ], [
  4372.             'passwordEncoder' => '?',
  4373.         ]);
  4374.     }
  4375.     /**
  4376.      * Gets the private '.service_locator.y.qgf6o' shared service.
  4377.      *
  4378.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4379.      */
  4380.     protected function get_ServiceLocator_Y_Qgf6oService()
  4381.     {
  4382.         return $this->privates['.service_locator.y.qgf6o'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4383.             'optionManager' => ['privates''score.admin.option.manager''getScore_Admin_Option_ManagerService'false],
  4384.             'pageManager' => ['services''score.cms.page.adminmanager''getScore_Cms_Page_AdminmanagerService'false],
  4385.             'treeManager' => [false'score.manager.adjacency_array_tree''getScore_Manager_AdjacencyArrayTreeService'false],
  4386.         ], [
  4387.             'optionManager' => '?',
  4388.             'pageManager' => '?',
  4389.             'treeManager' => '?',
  4390.         ]);
  4391.     }
  4392.     /**
  4393.      * Gets the private '.session.deprecated' shared service.
  4394.      *
  4395.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  4396.      */
  4397.     protected function get_Session_DeprecatedService()
  4398.     {
  4399.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  4400.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  4401.         return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
  4402.     }
  4403.     /**
  4404.      * Gets the private '.twig.command.debug.lazy' shared service.
  4405.      *
  4406.      * @return \Symfony\Component\Console\Command\LazyCommand
  4407.      */
  4408.     protected function get_Twig_Command_Debug_LazyService()
  4409.     {
  4410.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4411.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4412.         return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests'false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
  4413.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  4414.         });
  4415.     }
  4416.     /**
  4417.      * Gets the private '.twig.command.lint.lazy' shared service.
  4418.      *
  4419.      * @return \Symfony\Component\Console\Command\LazyCommand
  4420.      */
  4421.     protected function get_Twig_Command_Lint_LazyService()
  4422.     {
  4423.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4424.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4425.         return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors'false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
  4426.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  4427.         });
  4428.     }
  4429.     /**
  4430.      * Gets the private 'App\DataProvider\ArticleCollectionDataProvider' shared autowired service.
  4431.      *
  4432.      * @return \App\DataProvider\ArticleCollectionDataProvider
  4433.      */
  4434.     protected function getArticleCollectionDataProviderService()
  4435.     {
  4436.         include_once \dirname(__DIR__4).'/src/DataProvider/ArticleCollectionDataProvider.php';
  4437.         return $this->privates['App\\DataProvider\\ArticleCollectionDataProvider'] = new \App\DataProvider\ArticleCollectionDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4438.     }
  4439.     /**
  4440.      * Gets the private 'App\DataProvider\ArticleItemDataProvider' shared autowired service.
  4441.      *
  4442.      * @return \App\DataProvider\ArticleItemDataProvider
  4443.      */
  4444.     protected function getArticleItemDataProviderService()
  4445.     {
  4446.         include_once \dirname(__DIR__4).'/src/DataProvider/ArticleItemDataProvider.php';
  4447.         return $this->privates['App\\DataProvider\\ArticleItemDataProvider'] = new \App\DataProvider\ArticleItemDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['score.cms.stat.manager'] ?? $this->getScore_Cms_Stat_ManagerService()));
  4448.     }
  4449.     /**
  4450.      * Gets the private 'App\DataProvider\BlockCollectionDataProvider' shared autowired service.
  4451.      *
  4452.      * @return \App\DataProvider\BlockCollectionDataProvider
  4453.      */
  4454.     protected function getBlockCollectionDataProviderService()
  4455.     {
  4456.         include_once \dirname(__DIR__4).'/src/DataProvider/BlockCollectionDataProvider.php';
  4457.         return $this->privates['App\\DataProvider\\BlockCollectionDataProvider'] = new \App\DataProvider\BlockCollectionDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4458.     }
  4459.     /**
  4460.      * Gets the private 'App\DataProvider\EventCollectionDataProvider' shared autowired service.
  4461.      *
  4462.      * @return \App\DataProvider\EventCollectionDataProvider
  4463.      */
  4464.     protected function getEventCollectionDataProviderService()
  4465.     {
  4466.         include_once \dirname(__DIR__4).'/src/DataProvider/EventCollectionDataProvider.php';
  4467.         return $this->privates['App\\DataProvider\\EventCollectionDataProvider'] = new \App\DataProvider\EventCollectionDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4468.     }
  4469.     /**
  4470.      * Gets the private 'App\DataProvider\EventItemDataProvider' shared autowired service.
  4471.      *
  4472.      * @return \App\DataProvider\EventItemDataProvider
  4473.      */
  4474.     protected function getEventItemDataProviderService()
  4475.     {
  4476.         include_once \dirname(__DIR__4).'/src/DataProvider/EventItemDataProvider.php';
  4477.         return $this->privates['App\\DataProvider\\EventItemDataProvider'] = new \App\DataProvider\EventItemDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['score.cms.stat.manager'] ?? $this->getScore_Cms_Stat_ManagerService()));
  4478.     }
  4479.     /**
  4480.      * Gets the private 'App\DataProvider\MenuCollectionDataProvider' shared autowired service.
  4481.      *
  4482.      * @return \App\DataProvider\MenuCollectionDataProvider
  4483.      */
  4484.     protected function getMenuCollectionDataProviderService()
  4485.     {
  4486.         include_once \dirname(__DIR__4).'/src/DataProvider/MenuCollectionDataProvider.php';
  4487.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Services/AdjacencyArrayTreeManager.php';
  4488.         include_once \dirname(__DIR__4).'/src/Services/MenuManager.php';
  4489.         return $this->privates['App\\DataProvider\\MenuCollectionDataProvider'] = new \App\DataProvider\MenuCollectionDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), new \App\Services\MenuManager());
  4490.     }
  4491.     /**
  4492.      * Gets the private 'App\DataProvider\MenuItemDataProvider' shared autowired service.
  4493.      *
  4494.      * @return \App\DataProvider\MenuItemDataProvider
  4495.      */
  4496.     protected function getMenuItemDataProviderService()
  4497.     {
  4498.         include_once \dirname(__DIR__4).'/src/DataProvider/MenuItemDataProvider.php';
  4499.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Services/AdjacencyArrayTreeManager.php';
  4500.         include_once \dirname(__DIR__4).'/src/Services/MenuManager.php';
  4501.         return $this->privates['App\\DataProvider\\MenuItemDataProvider'] = new \App\DataProvider\MenuItemDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), new \App\Services\MenuManager());
  4502.     }
  4503.     /**
  4504.      * Gets the private 'App\DataProvider\PageCollectionDataProvider' shared autowired service.
  4505.      *
  4506.      * @return \App\DataProvider\PageCollectionDataProvider
  4507.      */
  4508.     protected function getPageCollectionDataProviderService()
  4509.     {
  4510.         include_once \dirname(__DIR__4).'/src/DataProvider/PageCollectionDataProvider.php';
  4511.         return $this->privates['App\\DataProvider\\PageCollectionDataProvider'] = new \App\DataProvider\PageCollectionDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4512.     }
  4513.     /**
  4514.      * Gets the private 'App\DataProvider\PageItemDataProvider' shared autowired service.
  4515.      *
  4516.      * @return \App\DataProvider\PageItemDataProvider
  4517.      */
  4518.     protected function getPageItemDataProviderService()
  4519.     {
  4520.         include_once \dirname(__DIR__4).'/src/DataProvider/PageItemDataProvider.php';
  4521.         return $this->privates['App\\DataProvider\\PageItemDataProvider'] = new \App\DataProvider\PageItemDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['score.cms.stat.manager'] ?? $this->getScore_Cms_Stat_ManagerService()));
  4522.     }
  4523.     /**
  4524.      * Gets the private 'App\DataProvider\SearchCollectionDataProvider' shared autowired service.
  4525.      *
  4526.      * @return \App\DataProvider\SearchCollectionDataProvider
  4527.      */
  4528.     protected function getSearchCollectionDataProviderService()
  4529.     {
  4530.         include_once \dirname(__DIR__4).'/src/DataProvider/SearchCollectionDataProvider.php';
  4531.         return $this->privates['App\\DataProvider\\SearchCollectionDataProvider'] = new \App\DataProvider\SearchCollectionDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4532.     }
  4533.     /**
  4534.      * Gets the private 'App\DataProvider\SitemapCollectionDataProvider' shared autowired service.
  4535.      *
  4536.      * @return \App\DataProvider\SitemapCollectionDataProvider
  4537.      */
  4538.     protected function getSitemapCollectionDataProviderService()
  4539.     {
  4540.         include_once \dirname(__DIR__4).'/src/DataProvider/SitemapCollectionDataProvider.php';
  4541.         return $this->privates['App\\DataProvider\\SitemapCollectionDataProvider'] = new \App\DataProvider\SitemapCollectionDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4542.     }
  4543.     /**
  4544.      * Gets the private 'App\DataProvider\StatisticCollectionDataProvider' shared autowired service.
  4545.      *
  4546.      * @return \App\DataProvider\StatisticCollectionDataProvider
  4547.      */
  4548.     protected function getStatisticCollectionDataProviderService()
  4549.     {
  4550.         include_once \dirname(__DIR__4).'/src/DataProvider/StatisticCollectionDataProvider.php';
  4551.         return $this->privates['App\\DataProvider\\StatisticCollectionDataProvider'] = new \App\DataProvider\StatisticCollectionDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4552.     }
  4553.     /**
  4554.      * Gets the private 'App\Form\ArticleType' shared autowired service.
  4555.      *
  4556.      * @return \App\Form\ArticleType
  4557.      */
  4558.     protected function getArticleTypeService()
  4559.     {
  4560.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4561.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4562.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Form/ArticleType.php';
  4563.         include_once \dirname(__DIR__4).'/src/Form/ArticleType.php';
  4564.         return $this->privates['App\\Form\\ArticleType'] = new \App\Form\ArticleType();
  4565.     }
  4566.     /**
  4567.      * Gets the private 'App\Form\DocumentFileType' shared autowired service.
  4568.      *
  4569.      * @return \App\Form\DocumentFileType
  4570.      */
  4571.     protected function getDocumentFileTypeService()
  4572.     {
  4573.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4574.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4575.         include_once \dirname(__DIR__4).'/src/Form/DocumentFileType.php';
  4576.         return $this->privates['App\\Form\\DocumentFileType'] = new \App\Form\DocumentFileType();
  4577.     }
  4578.     /**
  4579.      * Gets the private 'App\Form\DocumentType' shared autowired service.
  4580.      *
  4581.      * @return \App\Form\DocumentType
  4582.      */
  4583.     protected function getDocumentTypeService()
  4584.     {
  4585.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4586.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4587.         include_once \dirname(__DIR__4).'/src/Form/DocumentType.php';
  4588.         return $this->privates['App\\Form\\DocumentType'] = new \App\Form\DocumentType();
  4589.     }
  4590.     /**
  4591.      * Gets the private 'App\Form\EventType' shared autowired service.
  4592.      *
  4593.      * @return \App\Form\EventType
  4594.      */
  4595.     protected function getEventTypeService()
  4596.     {
  4597.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4598.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4599.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Form/EventType.php';
  4600.         include_once \dirname(__DIR__4).'/src/Form/EventType.php';
  4601.         return $this->privates['App\\Form\\EventType'] = new \App\Form\EventType();
  4602.     }
  4603.     /**
  4604.      * Gets the private 'App\Form\PageForm' shared autowired service.
  4605.      *
  4606.      * @return \App\Form\PageForm
  4607.      */
  4608.     protected function getPageFormService()
  4609.     {
  4610.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4611.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4612.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Form/Page/PageForm.php';
  4613.         include_once \dirname(__DIR__4).'/src/Form/PageForm.php';
  4614.         return $this->privates['App\\Form\\PageForm'] = new \App\Form\PageForm();
  4615.     }
  4616.     /**
  4617.      * Gets the private 'App\Repository\DocumentFileRepository' shared autowired service.
  4618.      *
  4619.      * @return \App\Repository\DocumentFileRepository
  4620.      */
  4621.     protected function getDocumentFileRepositoryService()
  4622.     {
  4623.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4624.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4625.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4626.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4627.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4628.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4629.         include_once \dirname(__DIR__4).'/src/Repository/DocumentFileRepository.php';
  4630.         return $this->privates['App\\Repository\\DocumentFileRepository'] = new \App\Repository\DocumentFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4631.     }
  4632.     /**
  4633.      * Gets the private 'App\Repository\DocumentRepository' shared autowired service.
  4634.      *
  4635.      * @return \App\Repository\DocumentRepository
  4636.      */
  4637.     protected function getDocumentRepositoryService()
  4638.     {
  4639.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4640.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4641.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4642.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4643.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4644.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4645.         include_once \dirname(__DIR__4).'/src/Repository/DocumentRepository.php';
  4646.         return $this->privates['App\\Repository\\DocumentRepository'] = new \App\Repository\DocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4647.     }
  4648.     /**
  4649.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  4650.      *
  4651.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  4652.      */
  4653.     protected function getManagerRegistryAwareConnectionProviderService()
  4654.     {
  4655.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  4656.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/ManagerRegistryAwareConnectionProvider.php';
  4657.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  4658.     }
  4659.     /**
  4660.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  4661.      *
  4662.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  4663.      */
  4664.     protected function getRunSqlCommandService()
  4665.     {
  4666.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4667.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  4668.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  4669.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  4670.         $instance->setName('dbal:run-sql');
  4671.         return $instance;
  4672.     }
  4673.     /**
  4674.      * Gets the private 'Score\BaseBundle\Twig\AppRuntime' shared autowired service.
  4675.      *
  4676.      * @return \Score\BaseBundle\Twig\AppRuntime
  4677.      */
  4678.     protected function getAppRuntimeService()
  4679.     {
  4680.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  4681.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Twig/AppRuntime.php';
  4682.         return $this->privates['Score\\BaseBundle\\Twig\\AppRuntime'] = new \Score\BaseBundle\Twig\AppRuntime(($this->privates['reactAppLoader'] ?? ($this->privates['reactAppLoader'] = new \Score\BaseBundle\Services\ReactAppLoader())), '2.0.6');
  4683.     }
  4684.     /**
  4685.      * Gets the private 'Score\CmsBundle\Repository\ChangesLogRepository' shared autowired service.
  4686.      *
  4687.      * @return \Score\CmsBundle\Repository\ChangesLogRepository
  4688.      */
  4689.     protected function getChangesLogRepositoryService()
  4690.     {
  4691.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4692.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4693.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4694.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4695.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4696.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4697.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Repository/ChangesLogRepository.php';
  4698.         return $this->privates['Score\\CmsBundle\\Repository\\ChangesLogRepository'] = new \Score\CmsBundle\Repository\ChangesLogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4699.     }
  4700.     /**
  4701.      * Gets the private 'Score\CmsBundle\Repository\GroupRepository' shared autowired service.
  4702.      *
  4703.      * @return \Score\CmsBundle\Repository\GroupRepository
  4704.      */
  4705.     protected function getGroupRepositoryService()
  4706.     {
  4707.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4708.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4709.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4710.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4711.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4712.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4713.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Repository/GroupRepository.php';
  4714.         return $this->privates['Score\\CmsBundle\\Repository\\GroupRepository'] = new \Score\CmsBundle\Repository\GroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4715.     }
  4716.     /**
  4717.      * Gets the private 'Score\CmsBundle\Repository\MailBoardRepository' shared autowired service.
  4718.      *
  4719.      * @return \Score\CmsBundle\Repository\MailBoardRepository
  4720.      */
  4721.     protected function getMailBoardRepositoryService()
  4722.     {
  4723.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4724.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4725.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4726.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4727.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4728.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4729.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Repository/MailBoardRepository.php';
  4730.         return $this->privates['Score\\CmsBundle\\Repository\\MailBoardRepository'] = new \Score\CmsBundle\Repository\MailBoardRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4731.     }
  4732.     /**
  4733.      * Gets the private 'Score\CmsBundle\Services\MailerManager' shared autowired service.
  4734.      *
  4735.      * @return \Score\CmsBundle\Services\MailerManager
  4736.      */
  4737.     protected function getMailerManagerService()
  4738.     {
  4739.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Services/MailerManager.php';
  4740.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Services/MailerManager.php';
  4741.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  4742.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  4743.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  4744.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  4745.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  4746.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4747.         if (isset($this->privates['Score\\CmsBundle\\Services\\MailerManager'])) {
  4748.             return $this->privates['Score\\CmsBundle\\Services\\MailerManager'];
  4749.         }
  4750.         return $this->privates['Score\\CmsBundle\\Services\\MailerManager'] = new \Score\CmsBundle\Services\MailerManager(new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  4751.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  4752.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  4753.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  4754.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  4755.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL$a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 3'noreply@geocloud.sk');
  4756.     }
  4757.     /**
  4758.      * Gets the private 'Score\CmsBundle\Twig\AppRuntime' shared autowired service.
  4759.      *
  4760.      * @return \Score\CmsBundle\Twig\AppRuntime
  4761.      */
  4762.     protected function getAppRuntime2Service()
  4763.     {
  4764.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  4765.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Twig/AppRuntime.php';
  4766.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Twig/AppRuntime.php';
  4767.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Services/AdjacencyArrayTreeManager.php';
  4768.         return $this->privates['Score\\CmsBundle\\Twig\\AppRuntime'] = new \Score\CmsBundle\Twig\AppRuntime(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['reactAppLoader'] ?? ($this->privates['reactAppLoader'] = new \Score\BaseBundle\Services\ReactAppLoader())), '2.0.6'$this->parameters['cms_templates'], 'idsk', ($this->privates['score.cms.stat.manager'] ?? $this->getScore_Cms_Stat_ManagerService()), (new \Score\BaseBundle\Services\AdjacencyArrayTreeManager()));
  4769.     }
  4770.     /**
  4771.      * Gets the private 'annotated_app_entity_api_article_api_platform_core_bridge_doctrine_orm_filter_date_filter' shared autowired service.
  4772.      *
  4773.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter
  4774.      */
  4775.     protected function getAnnotatedAppEntityApiArticleApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService()
  4776.     {
  4777.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4778.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4779.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4780.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4781.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4782.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4783.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4784.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php';
  4785.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterTrait.php';
  4786.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/DateFilter.php';
  4787.         return $this->privates['annotated_app_entity_api_article_api_platform_core_bridge_doctrine_orm_filter_date_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['publishedFrom' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4788.     }
  4789.     /**
  4790.      * Gets the private 'annotated_app_entity_api_article_api_platform_core_bridge_doctrine_orm_filter_order_filter' shared autowired service.
  4791.      *
  4792.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter
  4793.      */
  4794.     protected function getAnnotatedAppEntityApiArticleApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService()
  4795.     {
  4796.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4797.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4798.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4799.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4800.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4801.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4802.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4803.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php';
  4804.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterTrait.php';
  4805.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/OrderFilter.php';
  4806.         return $this->privates['annotated_app_entity_api_article_api_platform_core_bridge_doctrine_orm_filter_order_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL'order', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['publishedFrom' => NULL'priority' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4807.     }
  4808.     /**
  4809.      * Gets the private 'annotated_app_entity_api_article_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4810.      *
  4811.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4812.      */
  4813.     protected function getAnnotatedAppEntityApiArticleApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4814.     {
  4815.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4816.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4817.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4818.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4819.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4820.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4821.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4822.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4823.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4824.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4825.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  4826.         if (isset($this->privates['annotated_app_entity_api_article_api_platform_core_bridge_doctrine_orm_filter_search_filter'])) {
  4827.             return $this->privates['annotated_app_entity_api_article_api_platform_core_bridge_doctrine_orm_filter_search_filter'];
  4828.         }
  4829.         return $this->privates['annotated_app_entity_api_article_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => NULL'category' => 'exact''slug' => 'exact''site' => 'exact''published' => 'exact''lang' => NULL], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4830.     }
  4831.     /**
  4832.      * Gets the private 'annotated_app_entity_api_event_api_platform_core_bridge_doctrine_orm_filter_date_filter' shared autowired service.
  4833.      *
  4834.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter
  4835.      */
  4836.     protected function getAnnotatedAppEntityApiEventApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService()
  4837.     {
  4838.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4839.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4840.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4841.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4842.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4843.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4844.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4845.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php';
  4846.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterTrait.php';
  4847.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/DateFilter.php';
  4848.         return $this->privates['annotated_app_entity_api_event_api_platform_core_bridge_doctrine_orm_filter_date_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['dateFrom' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4849.     }
  4850.     /**
  4851.      * Gets the private 'annotated_app_entity_api_event_api_platform_core_bridge_doctrine_orm_filter_order_filter' shared autowired service.
  4852.      *
  4853.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter
  4854.      */
  4855.     protected function getAnnotatedAppEntityApiEventApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService()
  4856.     {
  4857.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4858.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4859.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4860.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4861.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4862.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4863.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4864.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php';
  4865.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterTrait.php';
  4866.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/OrderFilter.php';
  4867.         return $this->privates['annotated_app_entity_api_event_api_platform_core_bridge_doctrine_orm_filter_order_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL'order', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['dateFrom' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4868.     }
  4869.     /**
  4870.      * Gets the private 'annotated_app_entity_api_event_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4871.      *
  4872.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4873.      */
  4874.     protected function getAnnotatedAppEntityApiEventApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4875.     {
  4876.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4877.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4878.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4879.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4880.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4881.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4882.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4883.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4884.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4885.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4886.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  4887.         if (isset($this->privates['annotated_app_entity_api_event_api_platform_core_bridge_doctrine_orm_filter_search_filter'])) {
  4888.             return $this->privates['annotated_app_entity_api_event_api_platform_core_bridge_doctrine_orm_filter_search_filter'];
  4889.         }
  4890.         return $this->privates['annotated_app_entity_api_event_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => 'partial''slug' => 'exact''site' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4891.     }
  4892.     /**
  4893.      * Gets the private 'annotated_app_entity_api_page_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4894.      *
  4895.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4896.      */
  4897.     protected function getAnnotatedAppEntityApiPageApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4898.     {
  4899.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4900.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4901.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4902.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4903.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4904.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4905.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4906.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4907.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4908.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4909.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  4910.         if (isset($this->privates['annotated_app_entity_api_page_api_platform_core_bridge_doctrine_orm_filter_search_filter'])) {
  4911.             return $this->privates['annotated_app_entity_api_page_api_platform_core_bridge_doctrine_orm_filter_search_filter'];
  4912.         }
  4913.         return $this->privates['annotated_app_entity_api_page_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => 'partial''seoId' => 'exact''site' => 'exact''lang' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4914.     }
  4915.     /**
  4916.      * Gets the private 'annotated_app_entity_api_search_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4917.      *
  4918.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4919.      */
  4920.     protected function getAnnotatedAppEntityApiSearchApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4921.     {
  4922.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4923.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4924.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4925.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4926.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4927.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4928.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4929.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4930.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4931.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4932.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  4933.         if (isset($this->privates['annotated_app_entity_api_search_api_platform_core_bridge_doctrine_orm_filter_search_filter'])) {
  4934.             return $this->privates['annotated_app_entity_api_search_api_platform_core_bridge_doctrine_orm_filter_search_filter'];
  4935.         }
  4936.         return $this->privates['annotated_app_entity_api_search_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['keyword' => 'partial''type' => 'exact''site' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4937.     }
  4938.     /**
  4939.      * Gets the private 'annotated_app_entity_api_sitemap_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4940.      *
  4941.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4942.      */
  4943.     protected function getAnnotatedAppEntityApiSitemapApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4944.     {
  4945.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4946.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4947.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4948.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4949.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4950.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4951.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4952.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4953.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4954.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4955.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  4956.         if (isset($this->privates['annotated_app_entity_api_sitemap_api_platform_core_bridge_doctrine_orm_filter_search_filter'])) {
  4957.             return $this->privates['annotated_app_entity_api_sitemap_api_platform_core_bridge_doctrine_orm_filter_search_filter'];
  4958.         }
  4959.         return $this->privates['annotated_app_entity_api_sitemap_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['keyword' => 'partial''type' => 'exact''site' => 'exact''lang' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4960.     }
  4961.     /**
  4962.      * Gets the private 'annotations.cache_adapter' shared service.
  4963.      *
  4964.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  4965.      */
  4966.     protected function getAnnotations_CacheAdapterService()
  4967.     {
  4968.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  4969.     }
  4970.     /**
  4971.      * Gets the private 'annotations.cache_warmer' shared service.
  4972.      *
  4973.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  4974.      */
  4975.     protected function getAnnotations_CacheWarmerService()
  4976.     {
  4977.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4978.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  4979.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  4980.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  4981.     }
  4982.     /**
  4983.      * Gets the private 'annotations.cached_reader' shared service.
  4984.      *
  4985.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  4986.      */
  4987.     protected function getAnnotations_CachedReaderService()
  4988.     {
  4989.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  4990.     }
  4991.     /**
  4992.      * Gets the private 'annotations.reader' shared service.
  4993.      *
  4994.      * @return \Doctrine\Common\Annotations\AnnotationReader
  4995.      */
  4996.     protected function getAnnotations_ReaderService()
  4997.     {
  4998.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  4999.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  5000.         $a->registerUniqueLoader('class_exists');
  5001.         $instance->addGlobalIgnoredName('required'$a);
  5002.         return $instance;
  5003.     }
  5004.     /**
  5005.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  5006.      *
  5007.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5008.      */
  5009.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  5010.     {
  5011.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('QqmrkRsDGk'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5012.     }
  5013.     /**
  5014.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  5015.      *
  5016.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5017.      */
  5018.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  5019.     {
  5020.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rsUD3Fv-Wm'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5021.     }
  5022.     /**
  5023.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  5024.      *
  5025.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5026.      */
  5027.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  5028.     {
  5029.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hrKrltlC1S'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5030.     }
  5031.     /**
  5032.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  5033.      *
  5034.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5035.      */
  5036.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  5037.     {
  5038.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ENjbCL1-ih'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5039.     }
  5040.     /**
  5041.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  5042.      *
  5043.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5044.      */
  5045.     protected function getApiPlatform_Cache_RouteNameResolverService()
  5046.     {
  5047.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bmMJizWRTF'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5048.     }
  5049.     /**
  5050.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  5051.      *
  5052.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5053.      */
  5054.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  5055.     {
  5056.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Estq59TgUg'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5057.     }
  5058.     /**
  5059.      * Gets the private 'api_platform.doctrine.orm.data_persister' shared service.
  5060.      *
  5061.      * @return \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister
  5062.      */
  5063.     protected function getApiPlatform_Doctrine_Orm_DataPersisterService()
  5064.     {
  5065.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/DataPersister.php';
  5066.         return $this->privates['api_platform.doctrine.orm.data_persister'] = new \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5067.     }
  5068.     /**
  5069.      * Gets the private 'api_platform.doctrine.orm.default.collection_data_provider' shared service.
  5070.      *
  5071.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider
  5072.      */
  5073.     protected function getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService()
  5074.     {
  5075.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/CollectionDataProvider.php';
  5076.         return $this->privates['api_platform.doctrine.orm.default.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), new RewindableGenerator(function () {
  5077.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  5078.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  5079.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  5080.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  5081.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  5082.         }, 5));
  5083.     }
  5084.     /**
  5085.      * Gets the private 'api_platform.doctrine.orm.default.item_data_provider' shared service.
  5086.      *
  5087.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider
  5088.      */
  5089.     protected function getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService()
  5090.     {
  5091.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/DenormalizedIdentifiersAwareItemDataProviderInterface.php';
  5092.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  5093.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/ItemDataProvider.php';
  5094.         return $this->privates['api_platform.doctrine.orm.default.item_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  5095.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  5096.         }, 1), NULL);
  5097.     }
  5098.     /**
  5099.      * Gets the private 'api_platform.doctrine.orm.default.subresource_data_provider' shared service.
  5100.      *
  5101.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider
  5102.      */
  5103.     protected function getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService()
  5104.     {
  5105.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  5106.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/SubresourceDataProvider.php';
  5107.         return $this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  5108.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  5109.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  5110.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  5111.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  5112.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  5113.         }, 5), new RewindableGenerator(function () {
  5114.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  5115.         }, 1), NULL);
  5116.     }
  5117.     /**
  5118.      * Gets the private 'api_platform.doctrine.orm.query_extension.eager_loading' shared service.
  5119.      *
  5120.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension
  5121.      */
  5122.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService()
  5123.     {
  5124.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  5125.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  5126.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  5127.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  5128.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/EagerLoadingExtension.php';
  5129.         return $this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), 30trueNULLNULLfalse, ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  5130.     }
  5131.     /**
  5132.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter' shared service.
  5133.      *
  5134.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension
  5135.      */
  5136.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterService()
  5137.     {
  5138.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  5139.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  5140.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/FilterExtension.php';
  5141.         $a = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  5142.         if (isset($this->privates['api_platform.doctrine.orm.query_extension.filter'])) {
  5143.             return $this->privates['api_platform.doctrine.orm.query_extension.filter'];
  5144.         }
  5145.         return $this->privates['api_platform.doctrine.orm.query_extension.filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a);
  5146.     }
  5147.     /**
  5148.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter_eager_loading' shared service.
  5149.      *
  5150.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension
  5151.      */
  5152.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService()
  5153.     {
  5154.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  5155.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  5156.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  5157.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/FilterEagerLoadingExtension.php';
  5158.         return $this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), true, ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  5159.     }
  5160.     /**
  5161.      * Gets the private 'api_platform.doctrine.orm.query_extension.order' shared service.
  5162.      *
  5163.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension
  5164.      */
  5165.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_OrderService()
  5166.     {
  5167.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  5168.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  5169.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/OrderExtension.php';
  5170.         return $this->privates['api_platform.doctrine.orm.query_extension.order'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension('ASC', ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5171.     }
  5172.     /**
  5173.      * Gets the private 'api_platform.doctrine.orm.query_extension.pagination' shared service.
  5174.      *
  5175.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension
  5176.      */
  5177.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService()
  5178.     {
  5179.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  5180.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryResultCollectionExtensionInterface.php';
  5181.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryResultCollectionExtensionInterface.php';
  5182.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/PaginationExtension.php';
  5183.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/Pagination.php';
  5184.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  5185.         return $this->privates['api_platform.doctrine.orm.query_extension.pagination'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, new \ApiPlatform\Core\DataProvider\Pagination($a$this->parameters['api_platform.collection.pagination'], $this->parameters['api_platform.graphql.collection.pagination']));
  5186.     }
  5187.     /**
  5188.      * Gets the private 'api_platform.filter_locator' shared service.
  5189.      *
  5190.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5191.      */
  5192.     protected function getApiPlatform_FilterLocatorService()
  5193.     {
  5194.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5195.             'annotated_app_entity_api_article_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates''annotated_app_entity_api_article_api_platform_core_bridge_doctrine_orm_filter_date_filter''getAnnotatedAppEntityApiArticleApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService'false],
  5196.             'annotated_app_entity_api_article_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_api_article_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityApiArticleApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'false],
  5197.             'annotated_app_entity_api_article_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_api_article_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityApiArticleApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  5198.             'annotated_app_entity_api_event_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates''annotated_app_entity_api_event_api_platform_core_bridge_doctrine_orm_filter_date_filter''getAnnotatedAppEntityApiEventApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService'false],
  5199.             'annotated_app_entity_api_event_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_api_event_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityApiEventApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'false],
  5200.             'annotated_app_entity_api_event_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_api_event_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityApiEventApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  5201.             'annotated_app_entity_api_page_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_api_page_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityApiPageApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  5202.             'annotated_app_entity_api_search_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_api_search_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityApiSearchApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  5203.             'annotated_app_entity_api_sitemap_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_api_sitemap_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityApiSitemapApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  5204.         ], [
  5205.             'annotated_app_entity_api_article_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  5206.             'annotated_app_entity_api_article_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  5207.             'annotated_app_entity_api_article_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  5208.             'annotated_app_entity_api_event_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  5209.             'annotated_app_entity_api_event_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  5210.             'annotated_app_entity_api_event_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  5211.             'annotated_app_entity_api_page_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  5212.             'annotated_app_entity_api_search_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  5213.             'annotated_app_entity_api_sitemap_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  5214.         ]);
  5215.     }
  5216.     /**
  5217.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  5218.      *
  5219.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  5220.      */
  5221.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  5222.     {
  5223.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5224.     }
  5225.     /**
  5226.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  5227.      *
  5228.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  5229.      */
  5230.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  5231.     {
  5232.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  5233.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  5234.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  5235.         }
  5236.         return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  5237.     }
  5238.     /**
  5239.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  5240.      *
  5241.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  5242.      */
  5243.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  5244.     {
  5245.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  5246.     }
  5247.     /**
  5248.      * Gets the private 'api_platform.identifier.converter' shared service.
  5249.      *
  5250.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  5251.      */
  5252.     protected function getApiPlatform_Identifier_ConverterService()
  5253.     {
  5254.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  5255.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  5256.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  5257.         }, 2));
  5258.     }
  5259.     /**
  5260.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  5261.      *
  5262.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  5263.      */
  5264.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  5265.     {
  5266.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  5267.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  5268.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a$btrue), $a$b);
  5269.     }
  5270.     /**
  5271.      * Gets the private 'api_platform.iri_converter.legacy' shared service.
  5272.      *
  5273.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  5274.      *
  5275.      * @deprecated Since api-platform/core 2.7: Using "api_platform.iri_converter.legacy" is deprecated since API Platform 2.7. Use "ApiPlatform\Api\IriConverterInterface" instead.
  5276.      */
  5277.     protected function getApiPlatform_IriConverter_LegacyService()
  5278.     {
  5279.         trigger_deprecation('api-platform/core''2.7''Using "api_platform.iri_converter.legacy" is deprecated since API Platform 2.7. Use "ApiPlatform\\Api\\IriConverterInterface" instead.');
  5280.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  5281.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  5282.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolver.php';
  5283.         $a = ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService());
  5284.         if (isset($this->privates['api_platform.iri_converter.legacy'])) {
  5285.             return $this->privates['api_platform.iri_converter.legacy'];
  5286.         }
  5287.         $b = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  5288.         return $this->privates['api_platform.iri_converter.legacy'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\CachedRouteNameResolver(($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouteNameResolver($b)), $b, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), $a, ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5289.     }
  5290.     /**
  5291.      * Gets the private 'api_platform.json_schema.json_schema_generate_command' shared service.
  5292.      *
  5293.      * @return \ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand
  5294.      */
  5295.     protected function getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService()
  5296.     {
  5297.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5298.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/Command/JsonSchemaGenerateCommand.php';
  5299.         $this->privates['api_platform.json_schema.json_schema_generate_command'] = $instance = new \ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), $this->parameters['api_platform.formats']);
  5300.         $instance->setName('api:json-schema:generate');
  5301.         return $instance;
  5302.     }
  5303.     /**
  5304.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  5305.      *
  5306.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  5307.      */
  5308.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  5309.     {
  5310.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  5311.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  5312.         return $instance;
  5313.     }
  5314.     /**
  5315.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  5316.      *
  5317.      * @return \ApiPlatform\JsonLd\ContextBuilder
  5318.      */
  5319.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  5320.     {
  5321.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  5322.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), new \ApiPlatform\Symfony\Routing\SkolemIriConverter($a));
  5323.     }
  5324.     /**
  5325.      * Gets the private 'api_platform.listener.exception' shared service.
  5326.      *
  5327.      * @return \ApiPlatform\Symfony\EventListener\ExceptionListener
  5328.      */
  5329.     protected function getApiPlatform_Listener_ExceptionService()
  5330.     {
  5331.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ExceptionListener.php';
  5332.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ErrorListener.php';
  5333.         return $this->privates['api_platform.listener.exception'] = new \ApiPlatform\Symfony\EventListener\ExceptionListener('api_platform.action.exception', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), false, new \ApiPlatform\Symfony\EventListener\ErrorListener('api_platform.action.exception', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), true));
  5334.     }
  5335.     /**
  5336.      * Gets the private 'api_platform.listener.exception.validation' shared service.
  5337.      *
  5338.      * @return \ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener
  5339.      */
  5340.     protected function getApiPlatform_Listener_Exception_ValidationService()
  5341.     {
  5342.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/EventListener/ValidationExceptionListener.php';
  5343.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  5344.         if (isset($this->privates['api_platform.listener.exception.validation'])) {
  5345.             return $this->privates['api_platform.listener.exception.validation'];
  5346.         }
  5347.         return $this->privates['api_platform.listener.exception.validation'] = new \ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener($a$this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status']);
  5348.     }
  5349.     /**
  5350.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  5351.      *
  5352.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  5353.      */
  5354.     protected function getApiPlatform_Listener_Request_AddFormatService()
  5355.     {
  5356.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  5357.     }
  5358.     /**
  5359.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  5360.      *
  5361.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  5362.      */
  5363.     protected function getApiPlatform_Listener_Request_DeserializeService()
  5364.     {
  5365.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  5366.         if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  5367.             return $this->privates['api_platform.listener.request.deserialize'];
  5368.         }
  5369.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener($a, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5370.     }
  5371.     /**
  5372.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  5373.      *
  5374.      * @return \ApiPlatform\Core\EventListener\ReadListener
  5375.      */
  5376.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  5377.     {
  5378.         return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5379.     }
  5380.     /**
  5381.      * Gets the private 'api_platform.listener.view.respond' shared service.
  5382.      *
  5383.      * @return \ApiPlatform\Symfony\EventListener\RespondListener
  5384.      */
  5385.     protected function getApiPlatform_Listener_View_RespondService()
  5386.     {
  5387.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/RespondListener.php';
  5388.         return $this->privates['api_platform.listener.view.respond'] = new \ApiPlatform\Symfony\EventListener\RespondListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), NULL);
  5389.     }
  5390.     /**
  5391.      * Gets the private 'api_platform.listener.view.serialize' shared service.
  5392.      *
  5393.      * @return \ApiPlatform\Symfony\EventListener\SerializeListener
  5394.      */
  5395.     protected function getApiPlatform_Listener_View_SerializeService()
  5396.     {
  5397.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/SerializeListener.php';
  5398.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  5399.         if (isset($this->privates['api_platform.listener.view.serialize'])) {
  5400.             return $this->privates['api_platform.listener.view.serialize'];
  5401.         }
  5402.         return $this->privates['api_platform.listener.view.serialize'] = new \ApiPlatform\Symfony\EventListener\SerializeListener($a, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  5403.     }
  5404.     /**
  5405.      * Gets the private 'api_platform.listener.view.validate' shared service.
  5406.      *
  5407.      * @return \ApiPlatform\Symfony\EventListener\ValidateListener
  5408.      */
  5409.     protected function getApiPlatform_Listener_View_ValidateService()
  5410.     {
  5411.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ValidateListener.php';
  5412.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Validator/ValidatorInterface.php';
  5413.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/Validator.php';
  5414.         return $this->privates['api_platform.listener.view.validate'] = new \ApiPlatform\Symfony\EventListener\ValidateListener(new \ApiPlatform\Symfony\Validator\Validator(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), $this), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5415.     }
  5416.     /**
  5417.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  5418.      *
  5419.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  5420.      */
  5421.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  5422.     {
  5423.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService())), true);
  5424.     }
  5425.     /**
  5426.      * Gets the private 'api_platform.listener.view.write.legacy' shared service.
  5427.      *
  5428.      * @return \ApiPlatform\Core\EventListener\WriteListener
  5429.      */
  5430.     protected function getApiPlatform_Listener_View_Write_LegacyService()
  5431.     {
  5432.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/WriteListener.php';
  5433.         return $this->privates['api_platform.listener.view.write.legacy'] = new \ApiPlatform\Core\EventListener\WriteListener(($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService()), ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  5434.     }
  5435.     /**
  5436.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  5437.      *
  5438.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  5439.      */
  5440.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  5441.     {
  5442.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  5443.         return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  5444.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  5445.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  5446.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  5447.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  5448.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  5449.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  5450.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  5451.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  5452.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  5453.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  5454.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  5455.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  5456.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  5457.         }, 13)));
  5458.     }
  5459.     /**
  5460.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  5461.      *
  5462.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  5463.      */
  5464.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  5465.     {
  5466.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()))));
  5467.     }
  5468.     /**
  5469.      * Gets the private 'api_platform.metadata.property_schema.collection_restriction' shared service.
  5470.      *
  5471.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction
  5472.      */
  5473.     protected function getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService()
  5474.     {
  5475.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
  5476.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaCollectionRestriction.php';
  5477.         return $this->privates['api_platform.metadata.property_schema.collection_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction(new RewindableGenerator(function () {
  5478.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  5479.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  5480.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  5481.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  5482.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  5483.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  5484.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  5485.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  5486.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  5487.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  5488.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  5489.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  5490.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  5491.         }, 13));
  5492.     }
  5493.     /**
  5494.      * Gets the private 'api_platform.metadata.property_schema.one_of_restriction' shared service.
  5495.      *
  5496.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction
  5497.      */
  5498.     protected function getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService()
  5499.     {
  5500.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
  5501.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaOneOfRestriction.php';
  5502.         return $this->privates['api_platform.metadata.property_schema.one_of_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction(new RewindableGenerator(function () {
  5503.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  5504.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  5505.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  5506.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  5507.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  5508.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  5509.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  5510.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  5511.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  5512.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  5513.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  5514.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  5515.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  5516.         }, 13));
  5517.     }
  5518.     /**
  5519.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  5520.      *
  5521.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  5522.      */
  5523.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  5524.     {
  5525.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  5526.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults'])))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
  5527.     }
  5528.     /**
  5529.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  5530.      *
  5531.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  5532.      */
  5533.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  5534.     {
  5535.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  5536.     }
  5537.     /**
  5538.      * Gets the private 'api_platform.openapi.command' shared service.
  5539.      *
  5540.      * @return \ApiPlatform\Symfony\Bundle\Command\OpenApiCommand
  5541.      */
  5542.     protected function getApiPlatform_Openapi_CommandService()
  5543.     {
  5544.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5545.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Command/OpenApiCommand.php';
  5546.         $this->privates['api_platform.openapi.command'] = $instance = new \ApiPlatform\Symfony\Bundle\Command\OpenApiCommand(($this->privates['api_platform.openapi.factory.legacy'] ?? $this->getApiPlatform_Openapi_Factory_LegacyService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  5547.         $instance->setName('api:openapi:export');
  5548.         return $instance;
  5549.     }
  5550.     /**
  5551.      * Gets the private 'api_platform.openapi.factory.legacy' shared service.
  5552.      *
  5553.      * @return \ApiPlatform\Core\OpenApi\Factory\OpenApiFactory
  5554.      */
  5555.     protected function getApiPlatform_Openapi_Factory_LegacyService()
  5556.     {
  5557.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php';
  5558.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/OpenApi/Factory/OpenApiFactory.php';
  5559.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/Pagination/PaginationOptions.php';
  5560.         return $this->privates['api_platform.openapi.factory.legacy'] = new \ApiPlatform\Core\OpenApi\Factory\OpenApiFactory(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), $this->parameters['api_platform.formats'], ($this->privates['api_platform.openapi.options'] ?? $this->getApiPlatform_Openapi_OptionsService()), new \ApiPlatform\State\Pagination\PaginationOptions(true'page'true'itemsPerPage'false'pagination'30NULLfalsefalse'partial'));
  5561.     }
  5562.     /**
  5563.      * Gets the private 'api_platform.openapi.options' shared service.
  5564.      *
  5565.      * @return \ApiPlatform\OpenApi\Options
  5566.      */
  5567.     protected function getApiPlatform_Openapi_OptionsService()
  5568.     {
  5569.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Options.php';
  5570.         return $this->privates['api_platform.openapi.options'] = new \ApiPlatform\OpenApi\Options('''''0.0.0'false'oauth2''application''''''', [], [], NULLNULLNULLNULLNULLNULL);
  5571.     }
  5572.     /**
  5573.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  5574.      *
  5575.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  5576.      */
  5577.     protected function getApiPlatform_OperationPathResolver_CustomService()
  5578.     {
  5579.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator()))));
  5580.     }
  5581.     /**
  5582.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  5583.      *
  5584.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  5585.      */
  5586.     protected function getApiPlatform_OperationPathResolver_RouterService()
  5587.     {
  5588.         return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()));
  5589.     }
  5590.     /**
  5591.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  5592.      *
  5593.      * @return \ApiPlatform\Api\ResourceClassResolver
  5594.      */
  5595.     protected function getApiPlatform_ResourceClassResolverService()
  5596.     {
  5597.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  5598.     }
  5599.     /**
  5600.      * Gets the private 'api_platform.router' shared service.
  5601.      *
  5602.      * @return \ApiPlatform\Symfony\Routing\Router
  5603.      */
  5604.     protected function getApiPlatform_RouterService()
  5605.     {
  5606.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  5607.     }
  5608.     /**
  5609.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  5610.      *
  5611.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  5612.      */
  5613.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  5614.     {
  5615.         $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  5616.         if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
  5617.             return $this->privates['api_platform.security.listener.request.deny_access'];
  5618.         }
  5619.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a);
  5620.     }
  5621.     /**
  5622.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  5623.      *
  5624.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  5625.      */
  5626.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  5627.     {
  5628.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5629.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  5630.             return $this->privates['api_platform.security.resource_access_checker'];
  5631.         }
  5632.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  5633.     }
  5634.     /**
  5635.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  5636.      *
  5637.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  5638.      */
  5639.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  5640.     {
  5641.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  5642.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), new \ApiPlatform\Serializer\SerializerContextBuilder($a));
  5643.     }
  5644.     /**
  5645.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  5646.      *
  5647.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  5648.      */
  5649.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  5650.     {
  5651.         return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))])));
  5652.     }
  5653.     /**
  5654.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  5655.      *
  5656.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  5657.      */
  5658.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  5659.     {
  5660.         return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  5661.     }
  5662.     /**
  5663.      * Gets the private 'api_platform.swagger.command.swagger_command' shared service.
  5664.      *
  5665.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand
  5666.      */
  5667.     protected function getApiPlatform_Swagger_Command_SwaggerCommandService()
  5668.     {
  5669.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5670.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/SwaggerCommand.php';
  5671.         $this->privates['api_platform.swagger.command.swagger_command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), '''''0.0.0'NULL$this->parameters['api_platform.swagger.versions'], true);
  5672.         $instance->setName('api:swagger:export');
  5673.         return $instance;
  5674.     }
  5675.     /**
  5676.      * Gets the private 'api_platform.upgrade_resource.command' shared service.
  5677.      *
  5678.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\UpgradeApiResourceCommand
  5679.      */
  5680.     protected function getApiPlatform_UpgradeResource_CommandService()
  5681.     {
  5682.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5683.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/UpgradeApiResourceCommand.php';
  5684.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Upgrade/SubresourceTransformer.php';
  5685.         $this->privates['api_platform.upgrade_resource.command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\UpgradeApiResourceCommand(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), new \ApiPlatform\Core\Upgrade\SubresourceTransformer(), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()));
  5686.         $instance->setName('api:upgrade-resource');
  5687.         return $instance;
  5688.     }
  5689.     /**
  5690.      * Gets the private 'cache.annotations' shared service.
  5691.      *
  5692.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5693.      */
  5694.     protected function getCache_AnnotationsService()
  5695.     {
  5696.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9tJB30AF39'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5697.     }
  5698.     /**
  5699.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  5700.      *
  5701.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5702.      */
  5703.     protected function getCache_Doctrine_Orm_Default_QueryService()
  5704.     {
  5705.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5706.     }
  5707.     /**
  5708.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  5709.      *
  5710.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5711.      */
  5712.     protected function getCache_Doctrine_Orm_Default_ResultService()
  5713.     {
  5714.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5715.     }
  5716.     /**
  5717.      * Gets the private 'cache.property_info' shared service.
  5718.      *
  5719.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5720.      */
  5721.     protected function getCache_PropertyInfoService()
  5722.     {
  5723.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MNXpoygG8N'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5724.     }
  5725.     /**
  5726.      * Gets the private 'cache.security_expression_language' shared service.
  5727.      *
  5728.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5729.      */
  5730.     protected function getCache_SecurityExpressionLanguageService()
  5731.     {
  5732.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('D6lCc9tTB9'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5733.     }
  5734.     /**
  5735.      * Gets the private 'cache.serializer' shared service.
  5736.      *
  5737.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5738.      */
  5739.     protected function getCache_SerializerService()
  5740.     {
  5741.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6wDVvzWoTV'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5742.     }
  5743.     /**
  5744.      * Gets the private 'cache.validator' shared service.
  5745.      *
  5746.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5747.      */
  5748.     protected function getCache_ValidatorService()
  5749.     {
  5750.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BeDlNeA9zf'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5751.     }
  5752.     /**
  5753.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  5754.      *
  5755.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  5756.      */
  5757.     protected function getCachePoolClearer_CacheWarmerService()
  5758.     {
  5759.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5760.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  5761.         return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'cache.validator'=> 'cache.serializer']);
  5762.     }
  5763.     /**
  5764.      * Gets the private 'changes_listener' shared autowired service.
  5765.      *
  5766.      * @return \Score\CmsBundle\EventListener\ChangesListener
  5767.      */
  5768.     protected function getChangesListenerService()
  5769.     {
  5770.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/EventListener/ChangesListener.php';
  5771.         return $this->privates['changes_listener'] = new \Score\CmsBundle\EventListener\ChangesListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  5772.     }
  5773.     /**
  5774.      * Gets the private 'config_builder.warmer' shared service.
  5775.      *
  5776.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  5777.      */
  5778.     protected function getConfigBuilder_WarmerService()
  5779.     {
  5780.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5781.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  5782.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5783.     }
  5784.     /**
  5785.      * Gets the private 'config_cache_factory' shared service.
  5786.      *
  5787.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  5788.      */
  5789.     protected function getConfigCacheFactoryService()
  5790.     {
  5791.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  5792.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  5793.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  5794.         }, 2));
  5795.     }
  5796.     /**
  5797.      * Gets the private 'console.command.about' shared service.
  5798.      *
  5799.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  5800.      */
  5801.     protected function getConsole_Command_AboutService()
  5802.     {
  5803.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5804.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  5805.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  5806.         $instance->setName('about');
  5807.         $instance->setDescription('Display information about the current project');
  5808.         return $instance;
  5809.     }
  5810.     /**
  5811.      * Gets the private 'console.command.assets_install' shared service.
  5812.      *
  5813.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  5814.      */
  5815.     protected function getConsole_Command_AssetsInstallService()
  5816.     {
  5817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5818.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  5819.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5820.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  5821.         $instance->setName('assets:install');
  5822.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  5823.         return $instance;
  5824.     }
  5825.     /**
  5826.      * Gets the private 'console.command.cache_clear' shared service.
  5827.      *
  5828.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  5829.      */
  5830.     protected function getConsole_Command_CacheClearService()
  5831.     {
  5832.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5833.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  5834.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5835.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  5836.         $instance->setName('cache:clear');
  5837.         $instance->setDescription('Clear the cache');
  5838.         return $instance;
  5839.     }
  5840.     /**
  5841.      * Gets the private 'console.command.cache_pool_clear' shared service.
  5842.      *
  5843.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  5844.      */
  5845.     protected function getConsole_Command_CachePoolClearService()
  5846.     {
  5847.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5848.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  5849.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'10 => 'api_platform.cache.route_name_resolver'11 => 'api_platform.cache.metadata.resource'12 => 'api_platform.cache.metadata.resource.legacy'13 => 'api_platform.cache.metadata.property.legacy'14 => 'api_platform.cache.subresource_operation_factory'15 => 'api_platform.cache.identifiers_extractor']);
  5850.         $instance->setName('cache:pool:clear');
  5851.         $instance->setDescription('Clear cache pools');
  5852.         return $instance;
  5853.     }
  5854.     /**
  5855.      * Gets the private 'console.command.cache_pool_delete' shared service.
  5856.      *
  5857.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  5858.      */
  5859.     protected function getConsole_Command_CachePoolDeleteService()
  5860.     {
  5861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5862.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  5863.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'10 => 'api_platform.cache.route_name_resolver'11 => 'api_platform.cache.metadata.resource'12 => 'api_platform.cache.metadata.resource.legacy'13 => 'api_platform.cache.metadata.property.legacy'14 => 'api_platform.cache.subresource_operation_factory'15 => 'api_platform.cache.identifiers_extractor']);
  5864.         $instance->setName('cache:pool:delete');
  5865.         $instance->setDescription('Delete an item from a cache pool');
  5866.         return $instance;
  5867.     }
  5868.     /**
  5869.      * Gets the private 'console.command.cache_pool_list' shared service.
  5870.      *
  5871.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  5872.      */
  5873.     protected function getConsole_Command_CachePoolListService()
  5874.     {
  5875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5876.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  5877.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'10 => 'api_platform.cache.route_name_resolver'11 => 'api_platform.cache.metadata.resource'12 => 'api_platform.cache.metadata.resource.legacy'13 => 'api_platform.cache.metadata.property.legacy'14 => 'api_platform.cache.subresource_operation_factory'15 => 'api_platform.cache.identifiers_extractor']);
  5878.         $instance->setName('cache:pool:list');
  5879.         $instance->setDescription('List available cache pools');
  5880.         return $instance;
  5881.     }
  5882.     /**
  5883.      * Gets the private 'console.command.cache_pool_prune' shared service.
  5884.      *
  5885.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  5886.      */
  5887.     protected function getConsole_Command_CachePoolPruneService()
  5888.     {
  5889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5890.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  5891.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  5892.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  5893.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  5894.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  5895.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  5896.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  5897.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  5898.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  5899.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  5900.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  5901.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  5902.             yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService());
  5903.             yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService());
  5904.             yield 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService());
  5905.             yield 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService());
  5906.             yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService());
  5907.             yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService());
  5908.         }, 16));
  5909.         $instance->setName('cache:pool:prune');
  5910.         $instance->setDescription('Prune cache pools');
  5911.         return $instance;
  5912.     }
  5913.     /**
  5914.      * Gets the private 'console.command.cache_warmup' shared service.
  5915.      *
  5916.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  5917.      */
  5918.     protected function getConsole_Command_CacheWarmupService()
  5919.     {
  5920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5921.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  5922.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  5923.         $instance->setName('cache:warmup');
  5924.         $instance->setDescription('Warm up an empty cache');
  5925.         return $instance;
  5926.     }
  5927.     /**
  5928.      * Gets the private 'console.command.config_debug' shared service.
  5929.      *
  5930.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  5931.      */
  5932.     protected function getConsole_Command_ConfigDebugService()
  5933.     {
  5934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5935.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5936.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5937.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5938.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  5939.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  5940.         $instance->setName('debug:config');
  5941.         $instance->setDescription('Dump the current configuration for an extension');
  5942.         return $instance;
  5943.     }
  5944.     /**
  5945.      * Gets the private 'console.command.config_dump_reference' shared service.
  5946.      *
  5947.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  5948.      */
  5949.     protected function getConsole_Command_ConfigDumpReferenceService()
  5950.     {
  5951.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5952.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5953.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5954.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5955.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  5956.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  5957.         $instance->setName('config:dump-reference');
  5958.         $instance->setDescription('Dump the default configuration for an extension');
  5959.         return $instance;
  5960.     }
  5961.     /**
  5962.      * Gets the private 'console.command.container_debug' shared service.
  5963.      *
  5964.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  5965.      */
  5966.     protected function getConsole_Command_ContainerDebugService()
  5967.     {
  5968.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5969.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5970.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5971.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  5972.         $instance->setName('debug:container');
  5973.         $instance->setDescription('Display current services for an application');
  5974.         return $instance;
  5975.     }
  5976.     /**
  5977.      * Gets the private 'console.command.container_lint' shared service.
  5978.      *
  5979.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  5980.      */
  5981.     protected function getConsole_Command_ContainerLintService()
  5982.     {
  5983.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5984.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  5985.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  5986.         $instance->setName('lint:container');
  5987.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  5988.         return $instance;
  5989.     }
  5990.     /**
  5991.      * Gets the private 'console.command.debug_autowiring' shared service.
  5992.      *
  5993.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  5994.      */
  5995.     protected function getConsole_Command_DebugAutowiringService()
  5996.     {
  5997.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5998.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5999.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6000.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  6001.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6002.         $instance->setName('debug:autowiring');
  6003.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  6004.         return $instance;
  6005.     }
  6006.     /**
  6007.      * Gets the private 'console.command.dotenv_debug' shared service.
  6008.      *
  6009.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  6010.      */
  6011.     protected function getConsole_Command_DotenvDebugService()
  6012.     {
  6013.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6014.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  6015.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  6016.         $instance->setName('debug:dotenv');
  6017.         $instance->setDescription('Lists all dotenv files with variables and values');
  6018.         return $instance;
  6019.     }
  6020.     /**
  6021.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  6022.      *
  6023.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  6024.      */
  6025.     protected function getConsole_Command_EventDispatcherDebugService()
  6026.     {
  6027.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6028.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  6029.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.gHf5fP_'] ?? $this->get_ServiceLocator_GHf5fPService()));
  6030.         $instance->setName('debug:event-dispatcher');
  6031.         $instance->setDescription('Display configured listeners for an application');
  6032.         return $instance;
  6033.     }
  6034.     /**
  6035.      * Gets the private 'console.command.form_debug' shared service.
  6036.      *
  6037.      * @return \Symfony\Component\Form\Command\DebugCommand
  6038.      */
  6039.     protected function getConsole_Command_FormDebugService()
  6040.     {
  6041.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6042.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  6043.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\Form'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'App\\Form\\ArticleType'=> 'App\\Form\\DocumentFileType'=> 'App\\Form\\DocumentType'=> 'App\\Form\\EventType'=> 'App\\Form\\PageForm'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6044.         $instance->setName('debug:form');
  6045.         $instance->setDescription('Display form type information');
  6046.         return $instance;
  6047.     }
  6048.     /**
  6049.      * Gets the private 'console.command.router_debug' shared service.
  6050.      *
  6051.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  6052.      */
  6053.     protected function getConsole_Command_RouterDebugService()
  6054.     {
  6055.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6056.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6057.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  6058.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6059.         $instance->setName('debug:router');
  6060.         $instance->setDescription('Display current routes for an application');
  6061.         return $instance;
  6062.     }
  6063.     /**
  6064.      * Gets the private 'console.command.router_match' shared service.
  6065.      *
  6066.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  6067.      */
  6068.     protected function getConsole_Command_RouterMatchService()
  6069.     {
  6070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6071.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  6072.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  6073.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  6074.         }, 1));
  6075.         $instance->setName('router:match');
  6076.         $instance->setDescription('Help debug routes by simulating a path info match');
  6077.         return $instance;
  6078.     }
  6079.     /**
  6080.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  6081.      *
  6082.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  6083.      */
  6084.     protected function getConsole_Command_SecretsDecryptToLocalService()
  6085.     {
  6086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6087.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  6088.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6089.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6090.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6091.         $instance->setName('secrets:decrypt-to-local');
  6092.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  6093.         return $instance;
  6094.     }
  6095.     /**
  6096.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  6097.      *
  6098.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  6099.      */
  6100.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  6101.     {
  6102.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6103.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  6104.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6105.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6106.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6107.         $instance->setName('secrets:encrypt-from-local');
  6108.         $instance->setDescription('Encrypt all local secrets to the vault');
  6109.         return $instance;
  6110.     }
  6111.     /**
  6112.      * Gets the private 'console.command.secrets_generate_key' shared service.
  6113.      *
  6114.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  6115.      */
  6116.     protected function getConsole_Command_SecretsGenerateKeyService()
  6117.     {
  6118.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6119.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  6120.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6121.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6122.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6123.         $instance->setName('secrets:generate-keys');
  6124.         $instance->setDescription('Generate new encryption keys');
  6125.         return $instance;
  6126.     }
  6127.     /**
  6128.      * Gets the private 'console.command.secrets_list' shared service.
  6129.      *
  6130.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  6131.      */
  6132.     protected function getConsole_Command_SecretsListService()
  6133.     {
  6134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6135.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  6136.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6137.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6138.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6139.         $instance->setName('secrets:list');
  6140.         $instance->setDescription('List all secrets');
  6141.         return $instance;
  6142.     }
  6143.     /**
  6144.      * Gets the private 'console.command.secrets_remove' shared service.
  6145.      *
  6146.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  6147.      */
  6148.     protected function getConsole_Command_SecretsRemoveService()
  6149.     {
  6150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6151.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  6152.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6153.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6154.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6155.         $instance->setName('secrets:remove');
  6156.         $instance->setDescription('Remove a secret from the vault');
  6157.         return $instance;
  6158.     }
  6159.     /**
  6160.      * Gets the private 'console.command.secrets_set' shared service.
  6161.      *
  6162.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  6163.      */
  6164.     protected function getConsole_Command_SecretsSetService()
  6165.     {
  6166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6167.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  6168.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6169.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6170.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6171.         $instance->setName('secrets:set');
  6172.         $instance->setDescription('Set a secret in the vault');
  6173.         return $instance;
  6174.     }
  6175.     /**
  6176.      * Gets the private 'console.command.translation_debug' shared service.
  6177.      *
  6178.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  6179.      */
  6180.     protected function getConsole_Command_TranslationDebugService()
  6181.     {
  6182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6183.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  6184.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/score/cms/src/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  6185.         $instance->setName('debug:translation');
  6186.         $instance->setDescription('Display translation messages information');
  6187.         return $instance;
  6188.     }
  6189.     /**
  6190.      * Gets the private 'console.command.translation_extract' shared service.
  6191.      *
  6192.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  6193.      */
  6194.     protected function getConsole_Command_TranslationExtractService()
  6195.     {
  6196.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6197.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  6198.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'sk', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/score/cms/src/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  6199.         $instance->setName('translation:extract');
  6200.         $instance->setAliases([=> 'translation:update']);
  6201.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  6202.         return $instance;
  6203.     }
  6204.     /**
  6205.      * Gets the private 'console.command.translation_pull' shared service.
  6206.      *
  6207.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  6208.      */
  6209.     protected function getConsole_Command_TranslationPullService()
  6210.     {
  6211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6212.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6213.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  6214.         $this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'sk', [], []);
  6215.         $instance->setName('translation:pull');
  6216.         $instance->setDescription('Pull translations from a given provider.');
  6217.         return $instance;
  6218.     }
  6219.     /**
  6220.      * Gets the private 'console.command.translation_push' shared service.
  6221.      *
  6222.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  6223.      */
  6224.     protected function getConsole_Command_TranslationPushService()
  6225.     {
  6226.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6227.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6228.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  6229.         $this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
  6230.         $instance->setName('translation:push');
  6231.         $instance->setDescription('Push translations to a given provider.');
  6232.         return $instance;
  6233.     }
  6234.     /**
  6235.      * Gets the private 'console.command.validator_debug' shared service.
  6236.      *
  6237.      * @return \Symfony\Component\Validator\Command\DebugCommand
  6238.      */
  6239.     protected function getConsole_Command_ValidatorDebugService()
  6240.     {
  6241.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6242.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  6243.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  6244.         $instance->setName('debug:validator');
  6245.         $instance->setDescription('Display validation constraints for classes');
  6246.         return $instance;
  6247.     }
  6248.     /**
  6249.      * Gets the private 'console.command.xliff_lint' shared service.
  6250.      *
  6251.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  6252.      */
  6253.     protected function getConsole_Command_XliffLintService()
  6254.     {
  6255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6256.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  6257.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  6258.         $instance->setName('lint:xliff');
  6259.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  6260.         return $instance;
  6261.     }
  6262.     /**
  6263.      * Gets the private 'console.command.yaml_lint' shared service.
  6264.      *
  6265.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  6266.      */
  6267.     protected function getConsole_Command_YamlLintService()
  6268.     {
  6269.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6270.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  6271.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  6272.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  6273.         $instance->setName('lint:yaml');
  6274.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  6275.         return $instance;
  6276.     }
  6277.     /**
  6278.      * Gets the private 'console.error_listener' shared service.
  6279.      *
  6280.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  6281.      */
  6282.     protected function getConsole_ErrorListenerService()
  6283.     {
  6284.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  6285.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  6286.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6287.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6288.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6289.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  6290.     }
  6291.     /**
  6292.      * Gets the private 'container.env_var_processor' shared service.
  6293.      *
  6294.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  6295.      */
  6296.     protected function getContainer_EnvVarProcessorService()
  6297.     {
  6298.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  6299.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  6300.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  6301.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  6302.         }, 1));
  6303.     }
  6304.     /**
  6305.      * Gets the private 'container.getenv' shared service.
  6306.      *
  6307.      * @return \Closure
  6308.      */
  6309.     protected function getContainer_GetenvService()
  6310.     {
  6311.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  6312.     }
  6313.     /**
  6314.      * Gets the private 'data_collector.form' shared service.
  6315.      *
  6316.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  6317.      */
  6318.     protected function getDataCollector_FormService()
  6319.     {
  6320.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  6321.     }
  6322.     /**
  6323.      * Gets the private 'data_collector.request' shared service.
  6324.      *
  6325.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  6326.      */
  6327.     protected function getDataCollector_RequestService()
  6328.     {
  6329.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6330.     }
  6331.     /**
  6332.      * Gets the private 'data_collector.request.session_collector' shared service.
  6333.      *
  6334.      * @return \Closure
  6335.      */
  6336.     protected function getDataCollector_Request_SessionCollectorService()
  6337.     {
  6338.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  6339.     }
  6340.     /**
  6341.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  6342.      *
  6343.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  6344.      */
  6345.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  6346.     {
  6347.         return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  6348.             yield => ($this->privates['App\\DataProvider\\ArticleCollectionDataProvider'] ?? $this->getArticleCollectionDataProviderService());
  6349.             yield => ($this->privates['App\\DataProvider\\BlockCollectionDataProvider'] ?? $this->getBlockCollectionDataProviderService());
  6350.             yield => ($this->privates['App\\DataProvider\\EventCollectionDataProvider'] ?? $this->getEventCollectionDataProviderService());
  6351.             yield => ($this->privates['App\\DataProvider\\MenuCollectionDataProvider'] ?? $this->getMenuCollectionDataProviderService());
  6352.             yield => ($this->privates['App\\DataProvider\\PageCollectionDataProvider'] ?? $this->getPageCollectionDataProviderService());
  6353.             yield => ($this->privates['App\\DataProvider\\SearchCollectionDataProvider'] ?? $this->getSearchCollectionDataProviderService());
  6354.             yield => ($this->privates['App\\DataProvider\\SitemapCollectionDataProvider'] ?? $this->getSitemapCollectionDataProviderService());
  6355.             yield => ($this->privates['App\\DataProvider\\StatisticCollectionDataProvider'] ?? $this->getStatisticCollectionDataProviderService());
  6356.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService());
  6357.         }, 9)));
  6358.     }
  6359.     /**
  6360.      * Gets the private 'debug.api_platform.data_persister' shared service.
  6361.      *
  6362.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  6363.      */
  6364.     protected function getDebug_ApiPlatform_DataPersisterService()
  6365.     {
  6366.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  6367.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->getApiPlatform_Doctrine_Orm_DataPersisterService());
  6368.         }, 1)));
  6369.     }
  6370.     /**
  6371.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  6372.      *
  6373.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  6374.      */
  6375.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  6376.     {
  6377.         return $this->privates['debug.api_platform.item_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  6378.             yield => ($this->privates['App\\DataProvider\\ArticleItemDataProvider'] ?? $this->getArticleItemDataProviderService());
  6379.             yield => ($this->privates['App\\DataProvider\\EventItemDataProvider'] ?? $this->getEventItemDataProviderService());
  6380.             yield => ($this->privates['App\\DataProvider\\MenuItemDataProvider'] ?? $this->getMenuItemDataProviderService());
  6381.             yield => ($this->privates['App\\DataProvider\\PageItemDataProvider'] ?? $this->getPageItemDataProviderService());
  6382.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService());
  6383.         }, 5)));
  6384.     }
  6385.     /**
  6386.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  6387.      *
  6388.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  6389.      */
  6390.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  6391.     {
  6392.         return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  6393.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService());
  6394.         }, 1)));
  6395.     }
  6396.     /**
  6397.      * Gets the private 'debug.argument_resolver.default' shared service.
  6398.      *
  6399.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6400.      */
  6401.     protected function getDebug_ArgumentResolver_DefaultService()
  6402.     {
  6403.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6404.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6405.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  6406.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6407.     }
  6408.     /**
  6409.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  6410.      *
  6411.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6412.      */
  6413.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  6414.     {
  6415.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6416.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6417.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  6418.         $a = ($this->privates['.service_locator.p035c_q'] ?? $this->get_ServiceLocator_P035cQService());
  6419.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  6420.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  6421.         }
  6422.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6423.     }
  6424.     /**
  6425.      * Gets the private 'debug.argument_resolver.request' shared service.
  6426.      *
  6427.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6428.      */
  6429.     protected function getDebug_ArgumentResolver_RequestService()
  6430.     {
  6431.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6432.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6433.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  6434.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6435.     }
  6436.     /**
  6437.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  6438.      *
  6439.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6440.      */
  6441.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  6442.     {
  6443.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6444.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6445.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  6446.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6447.     }
  6448.     /**
  6449.      * Gets the private 'debug.argument_resolver.service' shared service.
  6450.      *
  6451.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6452.      */
  6453.     protected function getDebug_ArgumentResolver_ServiceService()
  6454.     {
  6455.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6456.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6457.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  6458.         $a = ($this->privates['.service_locator.p035c_q'] ?? $this->get_ServiceLocator_P035cQService());
  6459.         if (isset($this->privates['debug.argument_resolver.service'])) {
  6460.             return $this->privates['debug.argument_resolver.service'];
  6461.         }
  6462.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6463.     }
  6464.     /**
  6465.      * Gets the private 'debug.argument_resolver.session' shared service.
  6466.      *
  6467.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6468.      */
  6469.     protected function getDebug_ArgumentResolver_SessionService()
  6470.     {
  6471.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6472.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6473.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  6474.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6475.     }
  6476.     /**
  6477.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  6478.      *
  6479.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6480.      */
  6481.     protected function getDebug_ArgumentResolver_VariadicService()
  6482.     {
  6483.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6484.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6485.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  6486.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6487.     }
  6488.     /**
  6489.      * Gets the private 'debug.debug_handlers_listener' shared service.
  6490.      *
  6491.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  6492.      */
  6493.     protected function getDebug_DebugHandlersListenerService()
  6494.     {
  6495.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  6496.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6497.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6498.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6499.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6500.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  6501.     }
  6502.     /**
  6503.      * Gets the private 'debug.file_link_formatter' shared service.
  6504.      *
  6505.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  6506.      */
  6507.     protected function getDebug_FileLinkFormatterService()
  6508.     {
  6509.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  6510.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  6511.         });
  6512.     }
  6513.     /**
  6514.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  6515.      *
  6516.      * @return \string
  6517.      */
  6518.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  6519.     {
  6520.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  6521.     }
  6522.     /**
  6523.      * Gets the private 'debug.log_processor' shared service.
  6524.      *
  6525.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6526.      */
  6527.     protected function getDebug_LogProcessorService()
  6528.     {
  6529.         return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6530.     }
  6531.     /**
  6532.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6533.      *
  6534.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6535.      */
  6536.     protected function getDebug_Security_Access_DecisionManagerService()
  6537.     {
  6538.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  6539.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  6540.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  6541.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  6542.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  6543.     }
  6544.     /**
  6545.      * Gets the private 'debug.security.firewall' shared service.
  6546.      *
  6547.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6548.      */
  6549.     protected function getDebug_Security_FirewallService()
  6550.     {
  6551.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  6552.         if (isset($this->privates['debug.security.firewall'])) {
  6553.             return $this->privates['debug.security.firewall'];
  6554.         }
  6555.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6556.         if (isset($this->privates['debug.security.firewall'])) {
  6557.             return $this->privates['debug.security.firewall'];
  6558.         }
  6559.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  6560.     }
  6561.     /**
  6562.      * Gets the private 'debug.security.firewall.authenticator.admin' shared service.
  6563.      *
  6564.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  6565.      */
  6566.     protected function getDebug_Security_Firewall_Authenticator_AdminService()
  6567.     {
  6568.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  6569.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  6570.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  6571.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  6572.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  6573.         $a = ($this->privates['security.authenticator.form_login.admin'] ?? $this->getSecurity_Authenticator_FormLogin_AdminService());
  6574.         if (isset($this->privates['debug.security.firewall.authenticator.admin'])) {
  6575.             return $this->privates['debug.security.firewall.authenticator.admin'];
  6576.         }
  6577.         return $this->privates['debug.security.firewall.authenticator.admin'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([=> $a], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService()), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), truetrue, [])));
  6578.     }
  6579.     /**
  6580.      * Gets the private 'debug.security.firewall.authenticator.main' shared service.
  6581.      *
  6582.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  6583.      */
  6584.     protected function getDebug_Security_Firewall_Authenticator_MainService()
  6585.     {
  6586.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  6587.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  6588.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  6589.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  6590.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  6591.         return $this->privates['debug.security.firewall.authenticator.main'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), truetrue, [])));
  6592.     }
  6593.     /**
  6594.      * Gets the private 'debug.security.user_value_resolver' shared service.
  6595.      *
  6596.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6597.      */
  6598.     protected function getDebug_Security_UserValueResolverService()
  6599.     {
  6600.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6601.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6602.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  6603.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6604.     }
  6605.     /**
  6606.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  6607.      *
  6608.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6609.      */
  6610.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  6611.     {
  6612.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6613.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6614.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6615.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  6616.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6617.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  6618.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  6619.         }
  6620.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), $a);
  6621.     }
  6622.     /**
  6623.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  6624.      *
  6625.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6626.      */
  6627.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  6628.     {
  6629.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6630.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6631.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6632.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  6633.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6634.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  6635.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  6636.         }
  6637.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6638.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  6639.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  6640.         }
  6641.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a, ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([])))), $b);
  6642.     }
  6643.     /**
  6644.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  6645.      *
  6646.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6647.      */
  6648.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  6649.     {
  6650.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6651.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6652.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6653.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  6654.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6655.         if (isset($this->privates['debug.security.voter.security.access.simple_role_voter'])) {
  6656.             return $this->privates['debug.security.voter.security.access.simple_role_voter'];
  6657.         }
  6658.         return $this->privates['debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), $a);
  6659.     }
  6660.     /**
  6661.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  6662.      *
  6663.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  6664.      */
  6665.     protected function getDebug_Security_Voter_VoteListenerService()
  6666.     {
  6667.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  6668.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  6669.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  6670.             return $this->privates['debug.security.voter.vote_listener'];
  6671.         }
  6672.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  6673.     }
  6674.     /**
  6675.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  6676.      *
  6677.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  6678.      */
  6679.     protected function getDoctrine_CacheClearMetadataCommandService()
  6680.     {
  6681.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6682.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6683.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  6684.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  6685.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6686.         $instance->setName('doctrine:cache:clear-metadata');
  6687.         return $instance;
  6688.     }
  6689.     /**
  6690.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  6691.      *
  6692.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  6693.      */
  6694.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  6695.     {
  6696.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6697.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6698.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  6699.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  6700.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6701.         $instance->setName('doctrine:cache:clear-query');
  6702.         return $instance;
  6703.     }
  6704.     /**
  6705.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  6706.      *
  6707.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  6708.      */
  6709.     protected function getDoctrine_CacheClearResultCommandService()
  6710.     {
  6711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6712.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6713.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  6714.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  6715.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6716.         $instance->setName('doctrine:cache:clear-result');
  6717.         return $instance;
  6718.     }
  6719.     /**
  6720.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  6721.      *
  6722.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  6723.      */
  6724.     protected function getDoctrine_CacheCollectionRegionCommandService()
  6725.     {
  6726.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6727.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6728.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  6729.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  6730.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6731.         $instance->setName('doctrine:cache:clear-collection-region');
  6732.         return $instance;
  6733.     }
  6734.     /**
  6735.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  6736.      *
  6737.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  6738.      */
  6739.     protected function getDoctrine_ClearEntityRegionCommandService()
  6740.     {
  6741.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6742.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6743.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  6744.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  6745.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6746.         $instance->setName('doctrine:cache:clear-entity-region');
  6747.         return $instance;
  6748.     }
  6749.     /**
  6750.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  6751.      *
  6752.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  6753.      */
  6754.     protected function getDoctrine_ClearQueryRegionCommandService()
  6755.     {
  6756.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6757.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6758.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  6759.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  6760.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6761.         $instance->setName('doctrine:cache:clear-query-region');
  6762.         return $instance;
  6763.     }
  6764.     /**
  6765.      * Gets the private 'doctrine.database_create_command' shared service.
  6766.      *
  6767.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  6768.      */
  6769.     protected function getDoctrine_DatabaseCreateCommandService()
  6770.     {
  6771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6772.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  6773.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/CreateDatabaseDoctrineCommand.php';
  6774.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6775.         $instance->setName('doctrine:database:create');
  6776.         return $instance;
  6777.     }
  6778.     /**
  6779.      * Gets the private 'doctrine.database_drop_command' shared service.
  6780.      *
  6781.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  6782.      */
  6783.     protected function getDoctrine_DatabaseDropCommandService()
  6784.     {
  6785.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6786.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  6787.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DropDatabaseDoctrineCommand.php';
  6788.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6789.         $instance->setName('doctrine:database:drop');
  6790.         return $instance;
  6791.     }
  6792.     /**
  6793.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  6794.      *
  6795.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  6796.      */
  6797.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  6798.     {
  6799.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6800.             'changes_listener' => ['privates''changes_listener''getChangesListenerService'false],
  6801.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  6802.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  6803.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  6804.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  6805.         ], [
  6806.             'changes_listener' => '?',
  6807.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  6808.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  6809.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  6810.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  6811.         ]), [=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], => [=> [=> 'postPersist'], => 'changes_listener'], => [=> [=> 'preUpdate'], => 'changes_listener'], => [=> [=> 'preRemove'], => 'changes_listener'], => [=> [=> 'postFlush'], => 'changes_listener']]);
  6812.     }
  6813.     /**
  6814.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  6815.      *
  6816.      * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  6817.      */
  6818.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  6819.     {
  6820.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6821.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6822.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  6823.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  6824.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6825.         $instance->setName('doctrine:ensure-production-settings');
  6826.         return $instance;
  6827.     }
  6828.     /**
  6829.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  6830.      *
  6831.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  6832.      */
  6833.     protected function getDoctrine_FixturesLoadCommandService()
  6834.     {
  6835.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6836.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  6837.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Command/CommandCompatibility.php';
  6838.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Command/LoadDataFixturesDoctrineCommand.php';
  6839.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/Loader.php';
  6840.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  6841.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Loader/SymfonyBridgeLoader.php';
  6842.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Loader/SymfonyFixturesLoader.php';
  6843.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/FixtureInterface.php';
  6844.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/SharedFixtureInterface.php';
  6845.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/AbstractFixture.php';
  6846.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/ORMFixtureInterface.php';
  6847.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Fixture.php';
  6848.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/DataFixtures/AppFixtures.php';
  6849.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/DataFixtures/UserFixtures.php';
  6850.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/DataFixtures/WavexFixtures.php';
  6851.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Purger/PurgerFactory.php';
  6852.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Purger/ORMPurgerFactory.php';
  6853.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  6854.         $a->addFixtures([=> ['fixture' => new \Score\CmsBundle\DataFixtures\AppFixtures(), 'groups' => []], => ['fixture' => new \Score\CmsBundle\DataFixtures\UserFixtures(($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())), 'groups' => []], => ['fixture' => new \Score\CmsBundle\DataFixtures\WavexFixtures(), 'groups' => []]]);
  6855.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()]);
  6856.         $instance->setName('doctrine:fixtures:load');
  6857.         return $instance;
  6858.     }
  6859.     /**
  6860.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  6861.      *
  6862.      * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  6863.      */
  6864.     protected function getDoctrine_MappingConvertCommandService()
  6865.     {
  6866.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6867.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6868.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  6869.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  6870.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6871.         $instance->setName('doctrine:mapping:convert');
  6872.         return $instance;
  6873.     }
  6874.     /**
  6875.      * Gets the private 'doctrine.mapping_import_command' shared service.
  6876.      *
  6877.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  6878.      */
  6879.     protected function getDoctrine_MappingImportCommandService()
  6880.     {
  6881.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6882.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  6883.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/ImportMappingDoctrineCommand.php';
  6884.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  6885.         $instance->setName('doctrine:mapping:import');
  6886.         return $instance;
  6887.     }
  6888.     /**
  6889.      * Gets the private 'doctrine.mapping_info_command' shared service.
  6890.      *
  6891.      * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  6892.      */
  6893.     protected function getDoctrine_MappingInfoCommandService()
  6894.     {
  6895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6896.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6897.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  6898.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  6899.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\InfoCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6900.         $instance->setName('doctrine:mapping:info');
  6901.         return $instance;
  6902.     }
  6903.     /**
  6904.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  6905.      *
  6906.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  6907.      */
  6908.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  6909.     {
  6910.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  6911.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  6912.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  6913.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  6914.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  6915.         }
  6916.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  6917.     }
  6918.     /**
  6919.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  6920.      *
  6921.      * @return \Doctrine\Migrations\DependencyFactory
  6922.      */
  6923.     protected function getDoctrine_Migrations_DependencyFactoryService()
  6924.     {
  6925.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  6926.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  6927.         $a->setAllOrNothing(false);
  6928.         $a->setCheckDatabasePlatform(true);
  6929.         $a->setTransactional(true);
  6930.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  6931.         $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6932.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  6933.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  6934.         });
  6935.         return $instance;
  6936.     }
  6937.     /**
  6938.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  6939.      *
  6940.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  6941.      */
  6942.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  6943.     {
  6944.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  6945.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  6946.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6947.     }
  6948.     /**
  6949.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  6950.      *
  6951.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  6952.      */
  6953.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  6954.     {
  6955.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/score/base/src/Entity'), => (\dirname(__DIR__4).'/vendor/score/cms/src/Entity')], false);
  6956.     }
  6957.     /**
  6958.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  6959.      *
  6960.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  6961.      */
  6962.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  6963.     {
  6964.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  6965.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6966.     }
  6967.     /**
  6968.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  6969.      *
  6970.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  6971.      */
  6972.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  6973.     {
  6974.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  6975.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  6976.     }
  6977.     /**
  6978.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  6979.      *
  6980.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  6981.      */
  6982.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  6983.     {
  6984.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  6985.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  6986.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  6987.     }
  6988.     /**
  6989.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  6990.      *
  6991.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  6992.      */
  6993.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  6994.     {
  6995.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  6996.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  6997.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  6998.             return new \EmptyIterator();
  6999.         }, 0));
  7000.     }
  7001.     /**
  7002.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  7003.      *
  7004.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  7005.      */
  7006.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  7007.     {
  7008.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7009.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  7010.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  7011.     }
  7012.     /**
  7013.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  7014.      *
  7015.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  7016.      */
  7017.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  7018.     {
  7019.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7020.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  7021.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7022.     }
  7023.     /**
  7024.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  7025.      *
  7026.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  7027.      */
  7028.     protected function getDoctrine_Orm_Validator_UniqueService()
  7029.     {
  7030.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7031.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7032.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  7033.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7034.     }
  7035.     /**
  7036.      * Gets the private 'doctrine.query_dql_command' shared service.
  7037.      *
  7038.      * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  7039.      */
  7040.     protected function getDoctrine_QueryDqlCommandService()
  7041.     {
  7042.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7043.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7044.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7045.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  7046.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\RunDqlCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7047.         $instance->setName('doctrine:query:dql');
  7048.         return $instance;
  7049.     }
  7050.     /**
  7051.      * Gets the private 'doctrine.query_sql_command' shared service.
  7052.      *
  7053.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  7054.      */
  7055.     protected function getDoctrine_QuerySqlCommandService()
  7056.     {
  7057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7058.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  7059.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  7060.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/Proxy/RunSqlDoctrineCommand.php';
  7061.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  7062.         $instance->setName('doctrine:query:sql');
  7063.         return $instance;
  7064.     }
  7065.     /**
  7066.      * Gets the private 'doctrine.schema_create_command' shared service.
  7067.      *
  7068.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  7069.      */
  7070.     protected function getDoctrine_SchemaCreateCommandService()
  7071.     {
  7072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7073.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7074.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7075.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7076.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  7077.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7078.         $instance->setName('doctrine:schema:create');
  7079.         return $instance;
  7080.     }
  7081.     /**
  7082.      * Gets the private 'doctrine.schema_drop_command' shared service.
  7083.      *
  7084.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  7085.      */
  7086.     protected function getDoctrine_SchemaDropCommandService()
  7087.     {
  7088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7089.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7090.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7091.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7092.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  7093.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7094.         $instance->setName('doctrine:schema:drop');
  7095.         return $instance;
  7096.     }
  7097.     /**
  7098.      * Gets the private 'doctrine.schema_update_command' shared service.
  7099.      *
  7100.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  7101.      */
  7102.     protected function getDoctrine_SchemaUpdateCommandService()
  7103.     {
  7104.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7105.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7106.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7107.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7108.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  7109.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7110.         $instance->setName('doctrine:schema:update');
  7111.         return $instance;
  7112.     }
  7113.     /**
  7114.      * Gets the private 'doctrine.schema_validate_command' shared service.
  7115.      *
  7116.      * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  7117.      */
  7118.     protected function getDoctrine_SchemaValidateCommandService()
  7119.     {
  7120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7121.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7122.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7123.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  7124.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7125.         $instance->setName('doctrine:schema:validate');
  7126.         return $instance;
  7127.     }
  7128.     /**
  7129.      * Gets the private 'doctrine.ulid_generator' shared service.
  7130.      *
  7131.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  7132.      */
  7133.     protected function getDoctrine_UlidGeneratorService()
  7134.     {
  7135.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  7136.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  7137.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  7138.     }
  7139.     /**
  7140.      * Gets the private 'doctrine.uuid_generator' shared service.
  7141.      *
  7142.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  7143.      */
  7144.     protected function getDoctrine_UuidGeneratorService()
  7145.     {
  7146.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  7147.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  7148.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  7149.     }
  7150.     /**
  7151.      * Gets the private 'doctrine_migrations.current_command' shared service.
  7152.      *
  7153.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  7154.      */
  7155.     protected function getDoctrineMigrations_CurrentCommandService()
  7156.     {
  7157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7158.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7159.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  7160.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  7161.         $instance->setName('doctrine:migrations:current');
  7162.         return $instance;
  7163.     }
  7164.     /**
  7165.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  7166.      *
  7167.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  7168.      */
  7169.     protected function getDoctrineMigrations_DiffCommandService()
  7170.     {
  7171.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7172.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7173.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  7174.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  7175.         $instance->setName('doctrine:migrations:diff');
  7176.         return $instance;
  7177.     }
  7178.     /**
  7179.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  7180.      *
  7181.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  7182.      */
  7183.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  7184.     {
  7185.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7186.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7187.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  7188.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  7189.         $instance->setName('doctrine:migrations:dump-schema');
  7190.         return $instance;
  7191.     }
  7192.     /**
  7193.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  7194.      *
  7195.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  7196.      */
  7197.     protected function getDoctrineMigrations_ExecuteCommandService()
  7198.     {
  7199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7200.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7201.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  7202.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  7203.         $instance->setName('doctrine:migrations:execute');
  7204.         return $instance;
  7205.     }
  7206.     /**
  7207.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  7208.      *
  7209.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  7210.      */
  7211.     protected function getDoctrineMigrations_GenerateCommandService()
  7212.     {
  7213.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7214.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7215.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  7216.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  7217.         $instance->setName('doctrine:migrations:generate');
  7218.         return $instance;
  7219.     }
  7220.     /**
  7221.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  7222.      *
  7223.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  7224.      */
  7225.     protected function getDoctrineMigrations_LatestCommandService()
  7226.     {
  7227.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7228.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7229.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  7230.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  7231.         $instance->setName('doctrine:migrations:latest');
  7232.         return $instance;
  7233.     }
  7234.     /**
  7235.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  7236.      *
  7237.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  7238.      */
  7239.     protected function getDoctrineMigrations_MigrateCommandService()
  7240.     {
  7241.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7242.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7243.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  7244.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  7245.         $instance->setName('doctrine:migrations:migrate');
  7246.         return $instance;
  7247.     }
  7248.     /**
  7249.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  7250.      *
  7251.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  7252.      */
  7253.     protected function getDoctrineMigrations_RollupCommandService()
  7254.     {
  7255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7256.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7257.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  7258.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  7259.         $instance->setName('doctrine:migrations:rollup');
  7260.         return $instance;
  7261.     }
  7262.     /**
  7263.      * Gets the private 'doctrine_migrations.status_command' shared service.
  7264.      *
  7265.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  7266.      */
  7267.     protected function getDoctrineMigrations_StatusCommandService()
  7268.     {
  7269.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7270.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7271.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  7272.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  7273.         $instance->setName('doctrine:migrations:status');
  7274.         return $instance;
  7275.     }
  7276.     /**
  7277.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  7278.      *
  7279.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  7280.      */
  7281.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  7282.     {
  7283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7284.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7285.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  7286.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  7287.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  7288.         return $instance;
  7289.     }
  7290.     /**
  7291.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  7292.      *
  7293.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  7294.      */
  7295.     protected function getDoctrineMigrations_UpToDateCommandService()
  7296.     {
  7297.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7298.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7299.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  7300.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  7301.         $instance->setName('doctrine:migrations:up-to-date');
  7302.         return $instance;
  7303.     }
  7304.     /**
  7305.      * Gets the private 'doctrine_migrations.version_command' shared service.
  7306.      *
  7307.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  7308.      */
  7309.     protected function getDoctrineMigrations_VersionCommandService()
  7310.     {
  7311.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7312.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7313.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  7314.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  7315.         $instance->setName('doctrine:migrations:version');
  7316.         return $instance;
  7317.     }
  7318.     /**
  7319.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  7320.      *
  7321.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  7322.      */
  7323.     protected function getDoctrineMigrations_VersionsCommandService()
  7324.     {
  7325.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7326.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7327.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  7328.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  7329.         $instance->setName('doctrine:migrations:list');
  7330.         return $instance;
  7331.     }
  7332.     /**
  7333.      * Gets the private 'error_handler.error_renderer.html' shared service.
  7334.      *
  7335.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  7336.      */
  7337.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  7338.     {
  7339.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  7340.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  7341.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7342.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7343.     }
  7344.     /**
  7345.      * Gets the private 'exception_listener' shared service.
  7346.      *
  7347.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  7348.      */
  7349.     protected function getExceptionListenerService()
  7350.     {
  7351.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  7352.     }
  7353.     /**
  7354.      * Gets the private 'form.choice_list_factory.cached' shared service.
  7355.      *
  7356.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  7357.      */
  7358.     protected function getForm_ChoiceListFactory_CachedService()
  7359.     {
  7360.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  7361.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  7362.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  7363.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  7364.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  7365.     }
  7366.     /**
  7367.      * Gets the private 'form.registry' shared service.
  7368.      *
  7369.      * @return \Symfony\Component\Form\FormRegistry
  7370.      */
  7371.     protected function getForm_RegistryService()
  7372.     {
  7373.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  7374.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  7375.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  7376.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  7377.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  7378.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  7379.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  7380.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7381.             'App\\Form\\ArticleType' => ['privates''App\\Form\\ArticleType''getArticleTypeService'false],
  7382.             'App\\Form\\DocumentFileType' => ['privates''App\\Form\\DocumentFileType''getDocumentFileTypeService'false],
  7383.             'App\\Form\\DocumentType' => ['privates''App\\Form\\DocumentType''getDocumentTypeService'false],
  7384.             'App\\Form\\EventType' => ['privates''App\\Form\\EventType''getEventTypeService'false],
  7385.             'App\\Form\\PageForm' => ['privates''App\\Form\\PageForm''getPageFormService'false],
  7386.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  7387.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  7388.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  7389.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  7390.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  7391.         ], [
  7392.             'App\\Form\\ArticleType' => '?',
  7393.             'App\\Form\\DocumentFileType' => '?',
  7394.             'App\\Form\\DocumentType' => '?',
  7395.             'App\\Form\\EventType' => '?',
  7396.             'App\\Form\\PageForm' => '?',
  7397.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  7398.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  7399.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  7400.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  7401.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  7402.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  7403.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  7404.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  7405.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  7406.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  7407.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  7408.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  7409.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  7410.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  7411.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  7412.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  7413.         }, 1)], new RewindableGenerator(function () {
  7414.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  7415.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  7416.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  7417.     }
  7418.     /**
  7419.      * Gets the private 'form.server_params' shared service.
  7420.      *
  7421.      * @return \Symfony\Component\Form\Util\ServerParams
  7422.      */
  7423.     protected function getForm_ServerParamsService()
  7424.     {
  7425.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  7426.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7427.     }
  7428.     /**
  7429.      * Gets the private 'form.type.choice' shared service.
  7430.      *
  7431.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  7432.      */
  7433.     protected function getForm_Type_ChoiceService()
  7434.     {
  7435.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7436.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7437.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  7438.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  7439.     }
  7440.     /**
  7441.      * Gets the private 'form.type.color' shared service.
  7442.      *
  7443.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  7444.      */
  7445.     protected function getForm_Type_ColorService()
  7446.     {
  7447.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7448.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7449.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  7450.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  7451.     }
  7452.     /**
  7453.      * Gets the private 'form.type.entity' shared service.
  7454.      *
  7455.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  7456.      */
  7457.     protected function getForm_Type_EntityService()
  7458.     {
  7459.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7460.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7461.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  7462.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  7463.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7464.     }
  7465.     /**
  7466.      * Gets the private 'form.type.form' shared service.
  7467.      *
  7468.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  7469.      */
  7470.     protected function getForm_Type_FormService()
  7471.     {
  7472.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7473.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7474.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  7475.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  7476.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  7477.     }
  7478.     /**
  7479.      * Gets the private 'form.type_extension.csrf' shared service.
  7480.      *
  7481.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  7482.      */
  7483.     protected function getForm_TypeExtension_CsrfService()
  7484.     {
  7485.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7486.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7487.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  7488.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  7489.     }
  7490.     /**
  7491.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  7492.      *
  7493.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  7494.      */
  7495.     protected function getForm_TypeExtension_Form_DataCollectorService()
  7496.     {
  7497.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7498.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7499.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  7500.         return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  7501.     }
  7502.     /**
  7503.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  7504.      *
  7505.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  7506.      */
  7507.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  7508.     {
  7509.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7510.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7511.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  7512.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  7513.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  7514.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  7515.     }
  7516.     /**
  7517.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  7518.      *
  7519.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  7520.      */
  7521.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  7522.     {
  7523.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7524.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7525.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  7526.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  7527.     }
  7528.     /**
  7529.      * Gets the private 'form.type_extension.form.validator' shared service.
  7530.      *
  7531.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  7532.      */
  7533.     protected function getForm_TypeExtension_Form_ValidatorService()
  7534.     {
  7535.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7536.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7537.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  7538.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  7539.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), true, ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  7540.     }
  7541.     /**
  7542.      * Gets the private 'form.type_extension.upload.validator' shared service.
  7543.      *
  7544.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  7545.      */
  7546.     protected function getForm_TypeExtension_Upload_ValidatorService()
  7547.     {
  7548.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7549.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7550.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  7551.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  7552.     }
  7553.     /**
  7554.      * Gets the private 'form.type_guesser.doctrine' shared service.
  7555.      *
  7556.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  7557.      */
  7558.     protected function getForm_TypeGuesser_DoctrineService()
  7559.     {
  7560.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7561.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  7562.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7563.     }
  7564.     /**
  7565.      * Gets the private 'form.type_guesser.validator' shared service.
  7566.      *
  7567.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  7568.      */
  7569.     protected function getForm_TypeGuesser_ValidatorService()
  7570.     {
  7571.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7572.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  7573.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  7574.     }
  7575.     /**
  7576.      * Gets the private 'fragment.renderer.inline' shared service.
  7577.      *
  7578.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  7579.      */
  7580.     protected function getFragment_Renderer_InlineService()
  7581.     {
  7582.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  7583.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  7584.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  7585.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  7586.         if (isset($this->privates['fragment.renderer.inline'])) {
  7587.             return $this->privates['fragment.renderer.inline'];
  7588.         }
  7589.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7590.         if (isset($this->privates['fragment.renderer.inline'])) {
  7591.             return $this->privates['fragment.renderer.inline'];
  7592.         }
  7593.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  7594.         $instance->setFragmentPath('/_fragment');
  7595.         return $instance;
  7596.     }
  7597.     /**
  7598.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  7599.      *
  7600.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  7601.      */
  7602.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  7603.     {
  7604.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  7605.     }
  7606.     /**
  7607.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  7608.      *
  7609.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  7610.      */
  7611.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  7612.     {
  7613.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  7614.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  7615.             return $this->privates['framework_extra_bundle.event.is_granted'];
  7616.         }
  7617.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  7618.     }
  7619.     /**
  7620.      * Gets the private 'locale_aware_listener' shared service.
  7621.      *
  7622.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  7623.      */
  7624.     protected function getLocaleAwareListenerService()
  7625.     {
  7626.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  7627.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('sk')));
  7628.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  7629.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7630.     }
  7631.     /**
  7632.      * Gets the private 'locale_listener' shared service.
  7633.      *
  7634.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  7635.      */
  7636.     protected function getLocaleListenerService()
  7637.     {
  7638.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'sk', ($this->services['router'] ?? $this->getRouterService()), false, []);
  7639.     }
  7640.     /**
  7641.      * Gets the private 'mailer.transport_factory.native' shared service.
  7642.      *
  7643.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  7644.      */
  7645.     protected function getMailer_TransportFactory_NativeService()
  7646.     {
  7647.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7648.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7649.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  7650.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7651.         if (isset($this->privates['mailer.transport_factory.native'])) {
  7652.             return $this->privates['mailer.transport_factory.native'];
  7653.         }
  7654.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7655.     }
  7656.     /**
  7657.      * Gets the private 'mailer.transport_factory.null' shared service.
  7658.      *
  7659.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  7660.      */
  7661.     protected function getMailer_TransportFactory_NullService()
  7662.     {
  7663.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7664.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7665.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  7666.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7667.         if (isset($this->privates['mailer.transport_factory.null'])) {
  7668.             return $this->privates['mailer.transport_factory.null'];
  7669.         }
  7670.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7671.     }
  7672.     /**
  7673.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  7674.      *
  7675.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  7676.      */
  7677.     protected function getMailer_TransportFactory_SendmailService()
  7678.     {
  7679.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7680.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7681.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  7682.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7683.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  7684.             return $this->privates['mailer.transport_factory.sendmail'];
  7685.         }
  7686.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7687.     }
  7688.     /**
  7689.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  7690.      *
  7691.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  7692.      */
  7693.     protected function getMailer_TransportFactory_SmtpService()
  7694.     {
  7695.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7696.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7697.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  7698.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7699.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  7700.             return $this->privates['mailer.transport_factory.smtp'];
  7701.         }
  7702.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7703.     }
  7704.     /**
  7705.      * Gets the private 'maker.auto_command.make_auth' shared service.
  7706.      *
  7707.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7708.      */
  7709.     protected function getMaker_AutoCommand_MakeAuthService()
  7710.     {
  7711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7712.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7713.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7714.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7715.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  7716.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  7717.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7718.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7719.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7720.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a$b);
  7721.         $instance->setName('make:auth');
  7722.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  7723.         return $instance;
  7724.     }
  7725.     /**
  7726.      * Gets the private 'maker.auto_command.make_command' shared service.
  7727.      *
  7728.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7729.      */
  7730.     protected function getMaker_AutoCommand_MakeCommandService()
  7731.     {
  7732.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7733.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7734.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7735.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7736.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  7737.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7738.         $instance->setName('make:command');
  7739.         $instance->setDescription('Creates a new console command class');
  7740.         return $instance;
  7741.     }
  7742.     /**
  7743.      * Gets the private 'maker.auto_command.make_controller' shared service.
  7744.      *
  7745.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7746.      */
  7747.     protected function getMaker_AutoCommand_MakeControllerService()
  7748.     {
  7749.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7750.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7751.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7752.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7753.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  7754.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7755.         $instance->setName('make:controller');
  7756.         $instance->setDescription('Creates a new controller class');
  7757.         return $instance;
  7758.     }
  7759.     /**
  7760.      * Gets the private 'maker.auto_command.make_crud' shared service.
  7761.      *
  7762.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7763.      */
  7764.     protected function getMaker_AutoCommand_MakeCrudService()
  7765.     {
  7766.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7767.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7768.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7769.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7770.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  7771.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7772.         $instance->setName('make:crud');
  7773.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  7774.         return $instance;
  7775.     }
  7776.     /**
  7777.      * Gets the private 'maker.auto_command.make_data_persister' shared service.
  7778.      *
  7779.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7780.      */
  7781.     protected function getMaker_AutoCommand_MakeDataPersisterService()
  7782.     {
  7783.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7784.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7785.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7786.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7787.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataPersister.php';
  7788.         $this->privates['maker.auto_command.make_data_persister'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Core\Bridge\Symfony\Maker\MakeDataPersister(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7789.         $instance->setName('make:data-persister');
  7790.         $instance->setDescription('Creates an API Platform data persister');
  7791.         return $instance;
  7792.     }
  7793.     /**
  7794.      * Gets the private 'maker.auto_command.make_data_provider' shared service.
  7795.      *
  7796.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7797.      */
  7798.     protected function getMaker_AutoCommand_MakeDataProviderService()
  7799.     {
  7800.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7801.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7802.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7803.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7804.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataProvider.php';
  7805.         $this->privates['maker.auto_command.make_data_provider'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Core\Bridge\Symfony\Maker\MakeDataProvider(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7806.         $instance->setName('make:data-provider');
  7807.         $instance->setDescription('Creates an API Platform data provider');
  7808.         return $instance;
  7809.     }
  7810.     /**
  7811.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  7812.      *
  7813.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7814.      */
  7815.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  7816.     {
  7817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7818.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7819.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7820.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7821.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  7822.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7823.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7824.         $instance->setName('make:docker:database');
  7825.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  7826.         return $instance;
  7827.     }
  7828.     /**
  7829.      * Gets the private 'maker.auto_command.make_entity' shared service.
  7830.      *
  7831.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7832.      */
  7833.     protected function getMaker_AutoCommand_MakeEntityService()
  7834.     {
  7835.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7836.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7837.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7838.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7839.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  7840.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  7841.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7842.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7843.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), NULL$b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), $a$b);
  7844.         $instance->setName('make:entity');
  7845.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  7846.         return $instance;
  7847.     }
  7848.     /**
  7849.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  7850.      *
  7851.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7852.      */
  7853.     protected function getMaker_AutoCommand_MakeFixturesService()
  7854.     {
  7855.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7856.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7857.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7858.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7859.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  7860.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7861.         $instance->setName('make:fixtures');
  7862.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  7863.         return $instance;
  7864.     }
  7865.     /**
  7866.      * Gets the private 'maker.auto_command.make_form' shared service.
  7867.      *
  7868.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7869.      */
  7870.     protected function getMaker_AutoCommand_MakeFormService()
  7871.     {
  7872.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7873.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7874.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7875.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7876.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  7877.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7878.         $instance->setName('make:form');
  7879.         $instance->setDescription('Creates a new form class');
  7880.         return $instance;
  7881.     }
  7882.     /**
  7883.      * Gets the private 'maker.auto_command.make_message' shared service.
  7884.      *
  7885.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7886.      */
  7887.     protected function getMaker_AutoCommand_MakeMessageService()
  7888.     {
  7889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7890.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7891.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7892.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7893.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  7894.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7895.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7896.         $instance->setName('make:message');
  7897.         $instance->setDescription('Creates a new message and handler');
  7898.         return $instance;
  7899.     }
  7900.     /**
  7901.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  7902.      *
  7903.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7904.      */
  7905.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  7906.     {
  7907.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7908.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7909.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7910.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7911.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  7912.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7913.         $instance->setName('make:messenger-middleware');
  7914.         $instance->setDescription('Creates a new messenger middleware');
  7915.         return $instance;
  7916.     }
  7917.     /**
  7918.      * Gets the private 'maker.auto_command.make_migration' shared service.
  7919.      *
  7920.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7921.      */
  7922.     protected function getMaker_AutoCommand_MakeMigrationService()
  7923.     {
  7924.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7925.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7926.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7927.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7928.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  7929.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  7930.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7931.         $instance->setName('make:migration');
  7932.         $instance->setDescription('Creates a new migration based on database changes');
  7933.         return $instance;
  7934.     }
  7935.     /**
  7936.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  7937.      *
  7938.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7939.      */
  7940.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  7941.     {
  7942.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7943.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7944.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7945.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7946.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  7947.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7948.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7949.         $instance->setName('make:registration-form');
  7950.         $instance->setDescription('Creates a new registration form system');
  7951.         return $instance;
  7952.     }
  7953.     /**
  7954.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  7955.      *
  7956.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7957.      */
  7958.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  7959.     {
  7960.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7961.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7962.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7963.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7964.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  7965.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7966.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7967.         $instance->setName('make:reset-password');
  7968.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  7969.         return $instance;
  7970.     }
  7971.     /**
  7972.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  7973.      *
  7974.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7975.      */
  7976.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  7977.     {
  7978.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7979.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7980.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7981.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7982.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  7983.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7984.         $instance->setName('make:serializer:encoder');
  7985.         $instance->setDescription('Creates a new serializer encoder class');
  7986.         return $instance;
  7987.     }
  7988.     /**
  7989.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  7990.      *
  7991.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7992.      */
  7993.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  7994.     {
  7995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7996.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7997.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7998.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7999.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  8000.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8001.         $instance->setName('make:serializer:normalizer');
  8002.         $instance->setDescription('Creates a new serializer normalizer class');
  8003.         return $instance;
  8004.     }
  8005.     /**
  8006.      * Gets the private 'maker.auto_command.make_state_processor' shared service.
  8007.      *
  8008.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8009.      */
  8010.     protected function getMaker_AutoCommand_MakeStateProcessorService()
  8011.     {
  8012.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8013.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8014.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8015.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8016.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Maker/MakeStateProcessor.php';
  8017.         $this->privates['maker.auto_command.make_state_processor'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Symfony\Maker\MakeStateProcessor(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8018.         $instance->setName('make:state-processor');
  8019.         $instance->setDescription('Creates an API Platform state processor');
  8020.         return $instance;
  8021.     }
  8022.     /**
  8023.      * Gets the private 'maker.auto_command.make_state_provider' shared service.
  8024.      *
  8025.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8026.      */
  8027.     protected function getMaker_AutoCommand_MakeStateProviderService()
  8028.     {
  8029.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8030.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8031.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8032.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8033.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Maker/MakeStateProvider.php';
  8034.         $this->privates['maker.auto_command.make_state_provider'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Symfony\Maker\MakeStateProvider(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8035.         $instance->setName('make:state-provider');
  8036.         $instance->setDescription('Creates an API Platform state provider');
  8037.         return $instance;
  8038.     }
  8039.     /**
  8040.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  8041.      *
  8042.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8043.      */
  8044.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  8045.     {
  8046.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8047.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8048.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8049.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8050.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  8051.         $this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8052.         $instance->setName('make:stimulus-controller');
  8053.         $instance->setDescription('Creates a new Stimulus controller');
  8054.         return $instance;
  8055.     }
  8056.     /**
  8057.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  8058.      *
  8059.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8060.      */
  8061.     protected function getMaker_AutoCommand_MakeSubscriberService()
  8062.     {
  8063.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8064.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8065.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8066.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8067.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  8068.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  8069.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8070.         $instance->setName('make:subscriber');
  8071.         $instance->setDescription('Creates a new event subscriber class');
  8072.         return $instance;
  8073.     }
  8074.     /**
  8075.      * Gets the private 'maker.auto_command.make_test' shared service.
  8076.      *
  8077.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8078.      */
  8079.     protected function getMaker_AutoCommand_MakeTestService()
  8080.     {
  8081.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8082.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8083.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8084.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8085.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  8086.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  8087.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8088.         $instance->setName('make:test');
  8089.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  8090.         $instance->setDescription('Creates a new test class');
  8091.         return $instance;
  8092.     }
  8093.     /**
  8094.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  8095.      *
  8096.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8097.      */
  8098.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  8099.     {
  8100.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8101.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8102.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8103.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8104.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  8105.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8106.         $instance->setName('make:twig-extension');
  8107.         $instance->setDescription('Creates a new Twig extension class');
  8108.         return $instance;
  8109.     }
  8110.     /**
  8111.      * Gets the private 'maker.auto_command.make_user' shared service.
  8112.      *
  8113.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8114.      */
  8115.     protected function getMaker_AutoCommand_MakeUserService()
  8116.     {
  8117.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8118.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8119.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8120.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8121.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  8122.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  8123.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8124.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8125.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8126.         $instance->setName('make:user');
  8127.         $instance->setDescription('Creates a new security user class');
  8128.         return $instance;
  8129.     }
  8130.     /**
  8131.      * Gets the private 'maker.auto_command.make_validator' shared service.
  8132.      *
  8133.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8134.      */
  8135.     protected function getMaker_AutoCommand_MakeValidatorService()
  8136.     {
  8137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8138.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8139.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8140.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8141.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  8142.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8143.         $instance->setName('make:validator');
  8144.         $instance->setDescription('Creates a new validator and constraint class');
  8145.         return $instance;
  8146.     }
  8147.     /**
  8148.      * Gets the private 'maker.auto_command.make_voter' shared service.
  8149.      *
  8150.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8151.      */
  8152.     protected function getMaker_AutoCommand_MakeVoterService()
  8153.     {
  8154.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8155.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8156.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8157.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8158.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  8159.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8160.         $instance->setName('make:voter');
  8161.         $instance->setDescription('Creates a new security voter class');
  8162.         return $instance;
  8163.     }
  8164.     /**
  8165.      * Gets the private 'maker.doctrine_helper' shared service.
  8166.      *
  8167.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  8168.      */
  8169.     protected function getMaker_DoctrineHelperService()
  8170.     {
  8171.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  8172.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  8173.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [=> [=> 'App\\Entity'=> $a], => [=> 'Score\\BaseBundle\\Entity'=> $a], => [=> 'Score\\CmsBundle\\Entity'=> $a]]]);
  8174.     }
  8175.     /**
  8176.      * Gets the private 'maker.entity_class_generator' shared service.
  8177.      *
  8178.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  8179.      */
  8180.     protected function getMaker_EntityClassGeneratorService()
  8181.     {
  8182.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  8183.         return $this->privates['maker.entity_class_generator'] = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  8184.     }
  8185.     /**
  8186.      * Gets the private 'maker.file_manager' shared service.
  8187.      *
  8188.      * @return \Symfony\Bundle\MakerBundle\FileManager
  8189.      */
  8190.     protected function getMaker_FileManagerService()
  8191.     {
  8192.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  8193.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  8194.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  8195.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  8196.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  8197.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  8198.     }
  8199.     /**
  8200.      * Gets the private 'maker.generator' shared service.
  8201.      *
  8202.      * @return \Symfony\Bundle\MakerBundle\Generator
  8203.      */
  8204.     protected function getMaker_GeneratorService()
  8205.     {
  8206.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  8207.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  8208.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  8209.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'$a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
  8210.     }
  8211.     /**
  8212.      * Gets the private 'maker.php_compat_util' shared service.
  8213.      *
  8214.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  8215.      */
  8216.     protected function getMaker_PhpCompatUtilService()
  8217.     {
  8218.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  8219.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  8220.     }
  8221.     /**
  8222.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  8223.      *
  8224.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  8225.      */
  8226.     protected function getMaker_Renderer_FormTypeRendererService()
  8227.     {
  8228.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  8229.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8230.     }
  8231.     /**
  8232.      * Gets the private 'mime_types' shared service.
  8233.      *
  8234.      * @return \Symfony\Component\Mime\MimeTypes
  8235.      */
  8236.     protected function getMimeTypesService()
  8237.     {
  8238.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  8239.         $instance->setDefault($instance);
  8240.         return $instance;
  8241.     }
  8242.     /**
  8243.      * Gets the private 'monolog.handler.console' shared service.
  8244.      *
  8245.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  8246.      */
  8247.     protected function getMonolog_Handler_ConsoleService()
  8248.     {
  8249.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  8250.     }
  8251.     /**
  8252.      * Gets the private 'monolog.handler.main' shared service.
  8253.      *
  8254.      * @return \Monolog\Handler\StreamHandler
  8255.      */
  8256.     protected function getMonolog_Handler_MainService()
  8257.     {
  8258.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  8259.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  8260.         return $instance;
  8261.     }
  8262.     /**
  8263.      * Gets the private 'monolog.logger' shared service.
  8264.      *
  8265.      * @return \Symfony\Bridge\Monolog\Logger
  8266.      */
  8267.     protected function getMonolog_LoggerService()
  8268.     {
  8269.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  8270.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8271.         $instance->useMicrosecondTimestamps(true);
  8272.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8273.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8274.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8275.         return $instance;
  8276.     }
  8277.     /**
  8278.      * Gets the private 'monolog.logger.cache' shared service.
  8279.      *
  8280.      * @return \Symfony\Bridge\Monolog\Logger
  8281.      */
  8282.     protected function getMonolog_Logger_CacheService()
  8283.     {
  8284.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  8285.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8286.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8287.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8288.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8289.         return $instance;
  8290.     }
  8291.     /**
  8292.      * Gets the private 'monolog.logger.mailer' shared service.
  8293.      *
  8294.      * @return \Symfony\Bridge\Monolog\Logger
  8295.      */
  8296.     protected function getMonolog_Logger_MailerService()
  8297.     {
  8298.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  8299.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8300.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8301.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8302.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8303.         return $instance;
  8304.     }
  8305.     /**
  8306.      * Gets the private 'monolog.logger.request' shared service.
  8307.      *
  8308.      * @return \Symfony\Bridge\Monolog\Logger
  8309.      */
  8310.     protected function getMonolog_Logger_RequestService()
  8311.     {
  8312.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  8313.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8314.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8315.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8316.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8317.         return $instance;
  8318.     }
  8319.     /**
  8320.      * Gets the private 'monolog.logger.security' shared service.
  8321.      *
  8322.      * @return \Symfony\Bridge\Monolog\Logger
  8323.      */
  8324.     protected function getMonolog_Logger_SecurityService()
  8325.     {
  8326.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  8327.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8328.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8329.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8330.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8331.         return $instance;
  8332.     }
  8333.     /**
  8334.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  8335.      *
  8336.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  8337.      */
  8338.     protected function getNelmioCors_CorsListenerService()
  8339.     {
  8340.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
  8341.     }
  8342.     /**
  8343.      * Gets the private 'parameter_bag' shared service.
  8344.      *
  8345.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  8346.      */
  8347.     protected function getParameterBagService()
  8348.     {
  8349.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  8350.     }
  8351.     /**
  8352.      * Gets the private 'profiler_listener' shared service.
  8353.      *
  8354.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  8355.      */
  8356.     protected function getProfilerListenerService()
  8357.     {
  8358.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  8359.         if (isset($this->privates['profiler_listener'])) {
  8360.             return $this->privates['profiler_listener'];
  8361.         }
  8362.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  8363.     }
  8364.     /**
  8365.      * Gets the private 'property_accessor' shared service.
  8366.      *
  8367.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  8368.      */
  8369.     protected function getPropertyAccessorService()
  8370.     {
  8371.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8372.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  8373.     }
  8374.     /**
  8375.      * Gets the private 'property_info' shared service.
  8376.      *
  8377.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  8378.      */
  8379.     protected function getPropertyInfoService()
  8380.     {
  8381.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  8382.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  8383.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8384.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8385.         }, 3), new RewindableGenerator(function () {
  8386.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8387.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8388.         }, 2), new RewindableGenerator(function () {
  8389.             return new \EmptyIterator();
  8390.         }, 0), new RewindableGenerator(function () {
  8391.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8392.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8393.         }, 2), new RewindableGenerator(function () {
  8394.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8395.         }, 1));
  8396.     }
  8397.     /**
  8398.      * Gets the private 'property_info.serializer_extractor' shared service.
  8399.      *
  8400.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  8401.      */
  8402.     protected function getPropertyInfo_SerializerExtractorService()
  8403.     {
  8404.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  8405.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  8406.     }
  8407.     /**
  8408.      * Gets the private 'router.cache_warmer' shared service.
  8409.      *
  8410.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  8411.      */
  8412.     protected function getRouter_CacheWarmerService()
  8413.     {
  8414.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8415.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  8416.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8417.             'router' => ['services''router''getRouterService'false],
  8418.         ], [
  8419.             'router' => '?',
  8420.         ]))->withContext('router.cache_warmer'$this));
  8421.     }
  8422.     /**
  8423.      * Gets the private 'router.expression_language_provider' shared service.
  8424.      *
  8425.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  8426.      */
  8427.     protected function getRouter_ExpressionLanguageProviderService()
  8428.     {
  8429.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8430.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  8431.         ], [
  8432.             'env' => 'Closure',
  8433.         ]));
  8434.     }
  8435.     /**
  8436.      * Gets the private 'router.request_context' shared service.
  8437.      *
  8438.      * @return \Symfony\Component\Routing\RequestContext
  8439.      */
  8440.     protected function getRouter_RequestContextService()
  8441.     {
  8442.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  8443.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  8444.         return $instance;
  8445.     }
  8446.     /**
  8447.      * Gets the private 'router_listener' shared service.
  8448.      *
  8449.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  8450.      */
  8451.     protected function getRouterListenerService()
  8452.     {
  8453.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  8454.     }
  8455.     /**
  8456.      * Gets the private 'score.admin.article.manager' shared autowired service.
  8457.      *
  8458.      * @return \Score\CmsBundle\Services\AdminArticleManager
  8459.      */
  8460.     protected function getScore_Admin_Article_ManagerService()
  8461.     {
  8462.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Services/AdminArticleManager.php';
  8463.         return $this->privates['score.admin.article.manager'] = new \Score\CmsBundle\Services\AdminArticleManager(($this->services['doctrine'] ?? $this->getDoctrineService()), 'Score\\CmsBundle\\Entity\\Article', ($this->privates['score.admin.multisite.manager'] ?? $this->getScore_Admin_Multisite_ManagerService()));
  8464.     }
  8465.     /**
  8466.      * Gets the private 'score.admin.event.manager' shared autowired service.
  8467.      *
  8468.      * @return \Score\CmsBundle\Services\AdminEventManager
  8469.      */
  8470.     protected function getScore_Admin_Event_ManagerService()
  8471.     {
  8472.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Services/AdminEventManager.php';
  8473.         return $this->privates['score.admin.event.manager'] = new \Score\CmsBundle\Services\AdminEventManager(($this->services['doctrine'] ?? $this->getDoctrineService()), 'Score\\CmsBundle\\Entity\\Event\\Event', ($this->privates['score.admin.multisite.manager'] ?? $this->getScore_Admin_Multisite_ManagerService()));
  8474.     }
  8475.     /**
  8476.      * Gets the private 'score.admin.multisite.manager' shared autowired service.
  8477.      *
  8478.      * @return \Score\CmsBundle\Services\SiteManager
  8479.      */
  8480.     protected function getScore_Admin_Multisite_ManagerService()
  8481.     {
  8482.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Services/SiteManager.php';
  8483.         return $this->privates['score.admin.multisite.manager'] = new \Score\CmsBundle\Services\SiteManager(($this->services['doctrine'] ?? $this->getDoctrineService()), 'Score\\CmsBundle\\Entity\\Multisite\\Site');
  8484.     }
  8485.     /**
  8486.      * Gets the private 'score.admin.option.manager' shared autowired service.
  8487.      *
  8488.      * @return \Score\CmsBundle\Services\OptionManager
  8489.      */
  8490.     protected function getScore_Admin_Option_ManagerService()
  8491.     {
  8492.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Services/OptionManager.php';
  8493.         return $this->privates['score.admin.option.manager'] = new \Score\CmsBundle\Services\OptionManager(($this->services['doctrine'] ?? $this->getDoctrineService()), 'Score\\CmsBundle\\Entity\\Option');
  8494.     }
  8495.     /**
  8496.      * Gets the private 'score.cms.block.manager' shared autowired service.
  8497.      *
  8498.      * @return \Score\CmsBundle\Services\CmsBlockManager
  8499.      */
  8500.     protected function getScore_Cms_Block_ManagerService()
  8501.     {
  8502.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Services/CmsBlockManager.php';
  8503.         return $this->privates['score.cms.block.manager'] = new \Score\CmsBundle\Services\CmsBlockManager(($this->services['doctrine'] ?? $this->getDoctrineService()), 'Score\\CmsBundle\\Entity\\Block\\Block');
  8504.     }
  8505.     /**
  8506.      * Gets the private 'score.cms.image.manager' shared autowired service.
  8507.      *
  8508.      * @return \Score\CmsBundle\Services\ImageManager
  8509.      */
  8510.     protected function getScore_Cms_Image_ManagerService()
  8511.     {
  8512.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Services/ImageManager.php';
  8513.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Services/ImageManager.php';
  8514.         return $this->privates['score.cms.image.manager'] = new \Score\CmsBundle\Services\ImageManager();
  8515.     }
  8516.     /**
  8517.      * Gets the private 'score.cms.page.tree.manager' shared autowired service.
  8518.      *
  8519.      * @return \Score\CmsBundle\Services\PageTreeManager
  8520.      */
  8521.     protected function getScore_Cms_Page_Tree_ManagerService()
  8522.     {
  8523.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Services/AdjacencyArrayTreeManager.php';
  8524.         include_once \dirname(__DIR__4).'/vendor/score/cms/src/Services/PageTreeManager.php';
  8525.         return $this->privates['score.cms.page.tree.manager'] = new \Score\CmsBundle\Services\PageTreeManager(($this->services['doctrine'] ?? $this->getDoctrineService()), 'Score\\CmsBundle\\Entity\\Page\\Page');
  8526.     }
  8527.     /**
  8528.      * Gets the private 'score.cms.stat.manager' shared autowired service.
  8529.      *
  8530.      * @return \Score\CmsBundle\Services\StatManager
  8531.      */
  8532.     protected function getScore_Cms_Stat_ManagerService()
  8533.     {
  8534.         return $this->privates['score.cms.stat.manager'] = new \Score\CmsBundle\Services\StatManager(($this->services['doctrine'] ?? $this->getDoctrineService()), 'Score\\CmsBundle\\Entity\\Stat');
  8535.     }
  8536.     /**
  8537.      * Gets the private 'score.generator' shared autowired service.
  8538.      *
  8539.      * @return \Score\BaseBundle\Services\Generator
  8540.      */
  8541.     protected function getScore_GeneratorService()
  8542.     {
  8543.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Services/Generator.php';
  8544.         return $this->privates['score.generator'] = new \Score\BaseBundle\Services\Generator();
  8545.     }
  8546.     /**
  8547.      * Gets the private 'score.manager.enum' shared autowired service.
  8548.      *
  8549.      * @return \Score\BaseBundle\Services\EnumManager
  8550.      */
  8551.     protected function getScore_Manager_EnumService()
  8552.     {
  8553.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Services/EnumManager.php';
  8554.         return $this->privates['score.manager.enum'] = new \Score\BaseBundle\Services\EnumManager(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8555.     }
  8556.     /**
  8557.      * Gets the private 'score.manager.image' shared autowired service.
  8558.      *
  8559.      * @return \Score\BaseBundle\Services\ImageManager
  8560.      */
  8561.     protected function getScore_Manager_ImageService()
  8562.     {
  8563.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Services/ImageManager.php';
  8564.         return $this->privates['score.manager.image'] = new \Score\BaseBundle\Services\ImageManager();
  8565.     }
  8566.     /**
  8567.      * Gets the private 'score.manager.seoUrl' shared autowired service.
  8568.      *
  8569.      * @return \Score\BaseBundle\Services\SeoUrl
  8570.      */
  8571.     protected function getScore_Manager_SeoUrlService()
  8572.     {
  8573.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Services/SeoUrl.php';
  8574.         return $this->privates['score.manager.seoUrl'] = new \Score\BaseBundle\Services\SeoUrl();
  8575.     }
  8576.     /**
  8577.      * Gets the private 'score.pager' shared autowired service.
  8578.      *
  8579.      * @return \Score\BaseBundle\Services\Pager
  8580.      */
  8581.     protected function getScore_PagerService()
  8582.     {
  8583.         include_once \dirname(__DIR__4).'/vendor/score/base/src/Services/Pager.php';
  8584.         return $this->privates['score.pager'] = new \Score\BaseBundle\Services\Pager();
  8585.     }
  8586.     /**
  8587.      * Gets the private 'secrets.vault' shared service.
  8588.      *
  8589.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  8590.      */
  8591.     protected function getSecrets_VaultService()
  8592.     {
  8593.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8594.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8595.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8596.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  8597.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  8598.     }
  8599.     /**
  8600.      * Gets the private 'security.access_listener' shared service.
  8601.      *
  8602.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  8603.      */
  8604.     protected function getSecurity_AccessListenerService()
  8605.     {
  8606.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  8607.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  8608.         if (isset($this->privates['security.access_listener'])) {
  8609.             return $this->privates['security.access_listener'];
  8610.         }
  8611.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), false);
  8612.     }
  8613.     /**
  8614.      * Gets the private 'security.access_map' shared service.
  8615.      *
  8616.      * @return \Symfony\Component\Security\Http\AccessMap
  8617.      */
  8618.     protected function getSecurity_AccessMapService()
  8619.     {
  8620.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  8621.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  8622.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  8623.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  8624.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  8625.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8626.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/'), [=> 'ROLE_CMS'], NULL);
  8627.         return $instance;
  8628.     }
  8629.     /**
  8630.      * Gets the private 'security.authentication.session_strategy' shared service.
  8631.      *
  8632.      * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  8633.      */
  8634.     protected function getSecurity_Authentication_SessionStrategyService()
  8635.     {
  8636.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  8637.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  8638.         return $this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  8639.     }
  8640.     /**
  8641.      * Gets the private 'security.authentication_utils' shared service.
  8642.      *
  8643.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  8644.      */
  8645.     protected function getSecurity_AuthenticationUtilsService()
  8646.     {
  8647.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  8648.         return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8649.     }
  8650.     /**
  8651.      * Gets the private 'security.authenticator.form_login.admin' shared service.
  8652.      *
  8653.      * @return \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator
  8654.      */
  8655.     protected function getSecurity_Authenticator_FormLogin_AdminService()
  8656.     {
  8657.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  8658.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  8659.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  8660.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  8661.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
  8662.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php';
  8663.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  8664.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8665.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  8666.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  8667.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  8668.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  8669.         if (isset($this->privates['security.authenticator.form_login.admin'])) {
  8670.             return $this->privates['security.authenticator.form_login.admin'];
  8671.         }
  8672.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  8673.         $c = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($b, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8674.         $c->setOptions(['login_path' => 'admin_login''default_target_path' => 'admin_start''always_use_default_target_path' => false'target_path_parameter' => '_target_path''use_referer' => false]);
  8675.         $c->setFirewallName('admin');
  8676.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($a$b, [], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  8677.         $d->setOptions(['login_path' => 'admin_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  8678.         return $this->privates['security.authenticator.form_login.admin'] = new \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator($b, ($this->privates['security.user.provider.concrete.cms_provider'] ?? $this->getSecurity_User_Provider_Concrete_CmsProviderService()), $c$d, ['login_path' => 'admin_login''check_path' => 'admin_login''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''enable_csrf' => false'post_only' => true'form_only' => false]);
  8679.     }
  8680.     /**
  8681.      * Gets the private 'security.channel_listener' shared service.
  8682.      *
  8683.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  8684.      */
  8685.     protected function getSecurity_ChannelListenerService()
  8686.     {
  8687.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  8688.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  8689.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  8690.     }
  8691.     /**
  8692.      * Gets the private 'security.command.debug_firewall' shared service.
  8693.      *
  8694.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  8695.      */
  8696.     protected function getSecurity_Command_DebugFirewallService()
  8697.     {
  8698.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8699.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  8700.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.U.pAMvc'] ?? $this->get_ServiceLocator_U_PAMvcService()), ($this->privates['.service_locator.gHf5fP_'] ?? $this->get_ServiceLocator_GHf5fPService()), ['admin' => [=> ($this->privates['security.authenticator.form_login.admin'] ?? $this->getSecurity_Authenticator_FormLogin_AdminService())], 'main' => []], true);
  8701.         $instance->setName('debug:firewall');
  8702.         $instance->setDescription('Display information about your security firewall(s)');
  8703.         return $instance;
  8704.     }
  8705.     /**
  8706.      * Gets the private 'security.command.user_password_encoder' shared service.
  8707.      *
  8708.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  8709.      *
  8710.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  8711.      */
  8712.     protected function getSecurity_Command_UserPasswordEncoderService()
  8713.     {
  8714.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  8715.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface']);
  8716.         $instance->setName('security:encode-password');
  8717.         $instance->setDescription('Encode a password');
  8718.         return $instance;
  8719.     }
  8720.     /**
  8721.      * Gets the private 'security.command.user_password_hash' shared service.
  8722.      *
  8723.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  8724.      */
  8725.     protected function getSecurity_Command_UserPasswordHashService()
  8726.     {
  8727.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8728.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  8729.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface']);
  8730.         $instance->setName('security:hash-password');
  8731.         $instance->setDescription('Hash a user password');
  8732.         return $instance;
  8733.     }
  8734.     /**
  8735.      * Gets the private 'security.context_listener.0' shared service.
  8736.      *
  8737.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  8738.      */
  8739.     protected function getSecurity_ContextListener_0Service()
  8740.     {
  8741.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  8742.             yield => ($this->privates['security.user.provider.concrete.users_in_memory'] ?? ($this->privates['security.user.provider.concrete.users_in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider([])));
  8743.             yield => ($this->privates['security.user.provider.concrete.cms_provider'] ?? $this->getSecurity_User_Provider_Concrete_CmsProviderService());
  8744.         }, 2), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  8745.     }
  8746.     /**
  8747.      * Gets the private 'security.context_listener.1' shared service.
  8748.      *
  8749.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  8750.      */
  8751.     protected function getSecurity_ContextListener_1Service()
  8752.     {
  8753.         return $this->privates['security.context_listener.1'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  8754.             yield => ($this->privates['security.user.provider.concrete.users_in_memory'] ?? ($this->privates['security.user.provider.concrete.users_in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider([])));
  8755.             yield => ($this->privates['security.user.provider.concrete.cms_provider'] ?? $this->getSecurity_User_Provider_Concrete_CmsProviderService());
  8756.         }, 2), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  8757.     }
  8758.     /**
  8759.      * Gets the private 'security.csrf.token_storage' shared service.
  8760.      *
  8761.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  8762.      */
  8763.     protected function getSecurity_Csrf_TokenStorageService()
  8764.     {
  8765.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  8766.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  8767.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  8768.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8769.     }
  8770.     /**
  8771.      * Gets the private 'security.encoder_factory.generic' shared service.
  8772.      *
  8773.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  8774.      *
  8775.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  8776.      */
  8777.     protected function getSecurity_EncoderFactory_GenericService()
  8778.     {
  8779.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  8780.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  8781.     }
  8782.     /**
  8783.      * Gets the private 'security.event_dispatcher.admin' shared service.
  8784.      *
  8785.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8786.      */
  8787.     protected function getSecurity_EventDispatcher_AdminService()
  8788.     {
  8789.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8790.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8791.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->getSecurity_Listener_Admin_UserProviderService());
  8792.         }, => 'checkPassport'], 2048);
  8793.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  8794.             return ($this->privates['security.listener.session.admin'] ?? $this->getSecurity_Listener_Session_AdminService());
  8795.         }, => 'onSuccessfulLogin'], 0);
  8796.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8797.             return ($this->privates['security.logout.listener.default.admin'] ?? $this->getSecurity_Logout_Listener_Default_AdminService());
  8798.         }, => 'onLogout'], 64);
  8799.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8800.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  8801.         }, => 'onLogout'], 0);
  8802.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8803.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->getSecurity_Listener_UserChecker_AdminService());
  8804.         }, => 'preCheckCredentials'], 256);
  8805.         $instance->addListener('security.authentication.success', [=> function () {
  8806.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->getSecurity_Listener_UserChecker_AdminService());
  8807.         }, => 'postCheckCredentials'], 256);
  8808.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8809.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  8810.         }, => 'checkPassport'], 1024);
  8811.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8812.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  8813.         }, => 'checkPassport'], 0);
  8814.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  8815.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  8816.         }, => 'onLoginSuccess'], 0);
  8817.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8818.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  8819.         }, => 'checkPassport'], 512);
  8820.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8821.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  8822.         }, => 'onLogout'], 0);
  8823.         return $instance;
  8824.     }
  8825.     /**
  8826.      * Gets the private 'security.event_dispatcher.main' shared service.
  8827.      *
  8828.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8829.      */
  8830.     protected function getSecurity_EventDispatcher_MainService()
  8831.     {
  8832.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8833.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8834.             return ($this->privates['security.listener.main.user_provider'] ?? $this->getSecurity_Listener_Main_UserProviderService());
  8835.         }, => 'checkPassport'], 2048);
  8836.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  8837.             return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
  8838.         }, => 'onSuccessfulLogin'], 0);
  8839.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8840.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  8841.         }, => 'preCheckCredentials'], 256);
  8842.         $instance->addListener('security.authentication.success', [=> function () {
  8843.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  8844.         }, => 'postCheckCredentials'], 256);
  8845.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8846.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  8847.         }, => 'checkPassport'], 1024);
  8848.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8849.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  8850.         }, => 'checkPassport'], 0);
  8851.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  8852.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  8853.         }, => 'onLoginSuccess'], 0);
  8854.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8855.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  8856.         }, => 'checkPassport'], 512);
  8857.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8858.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  8859.         }, => 'onLogout'], 0);
  8860.         return $instance;
  8861.     }
  8862.     /**
  8863.      * Gets the private 'security.expression_language' shared service.
  8864.      *
  8865.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  8866.      */
  8867.     protected function getSecurity_ExpressionLanguageService()
  8868.     {
  8869.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  8870.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  8871.         return $instance;
  8872.     }
  8873.     /**
  8874.      * Gets the private 'security.firewall.map' shared service.
  8875.      *
  8876.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  8877.      */
  8878.     protected function getSecurity_Firewall_MapService()
  8879.     {
  8880.         $a = ($this->privates['.service_locator.U.pAMvc'] ?? $this->get_ServiceLocator_U_PAMvcService());
  8881.         if (isset($this->privates['security.firewall.map'])) {
  8882.             return $this->privates['security.firewall.map'];
  8883.         }
  8884.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  8885.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.B3ldH_a'] ?? ($this->privates['.security.request_matcher.B3ldH_a'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin')));
  8886.             yield 'security.firewall.map.context.main' => NULL;
  8887.         }, 2));
  8888.     }
  8889.     /**
  8890.      * Gets the private 'security.firewall.map.context.admin' shared service.
  8891.      *
  8892.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  8893.      */
  8894.     protected function getSecurity_Firewall_Map_Context_AdminService()
  8895.     {
  8896.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8897.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  8898.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8899.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8900.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  8901.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8902.         $a = ($this->privates['security.authenticator.form_login.admin'] ?? $this->getSecurity_Authenticator_FormLogin_AdminService());
  8903.         if (isset($this->privates['security.firewall.map.context.admin'])) {
  8904.             return $this->privates['security.firewall.map.context.admin'];
  8905.         }
  8906.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  8907.         $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  8908.         return $this->privates['security.firewall.map.context.admin'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  8909.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8910.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  8911.             yield => ($this->privates['debug.security.firewall.authenticator.admin'] ?? $this->getDebug_Security_Firewall_Authenticator_AdminService());
  8912.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8913.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $c'admin'$aNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($b$c, ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'admin_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('admin''security.user_checker''.security.request_matcher.B3ldH_a'truefalse'security.user.provider.concrete.cms_provider''admin''security.authenticator.form_login.admin'NULLNULL, [=> 'form_login'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  8914.     }
  8915.     /**
  8916.      * Gets the private 'security.firewall.map.context.main' shared service.
  8917.      *
  8918.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  8919.      */
  8920.     protected function getSecurity_Firewall_Map_Context_MainService()
  8921.     {
  8922.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8923.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  8924.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8925.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8926.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8927.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  8928.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8929.             yield => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  8930.             yield => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
  8931.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8932.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'main'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.users_in_memory''main'NULLNULLNULL, [], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  8933.     }
  8934.     /**
  8935.      * Gets the private 'security.http_utils' shared service.
  8936.      *
  8937.      * @return \Symfony\Component\Security\Http\HttpUtils
  8938.      */
  8939.     protected function getSecurity_HttpUtilsService()
  8940.     {
  8941.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  8942.         $a = ($this->services['router'] ?? $this->getRouterService());
  8943.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  8944.     }
  8945.     /**
  8946.      * Gets the private 'security.listener.admin.user_provider' shared service.
  8947.      *
  8948.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  8949.      */
  8950.     protected function getSecurity_Listener_Admin_UserProviderService()
  8951.     {
  8952.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  8953.         return $this->privates['security.listener.admin.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.cms_provider'] ?? $this->getSecurity_User_Provider_Concrete_CmsProviderService()));
  8954.     }
  8955.     /**
  8956.      * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  8957.      *
  8958.      * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  8959.      */
  8960.     protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  8961.     {
  8962.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  8963.         return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  8964.     }
  8965.     /**
  8966.      * Gets the private 'security.listener.csrf_protection' shared service.
  8967.      *
  8968.      * @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
  8969.      */
  8970.     protected function getSecurity_Listener_CsrfProtectionService()
  8971.     {
  8972.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
  8973.         return $this->privates['security.listener.csrf_protection'] = new \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  8974.     }
  8975.     /**
  8976.      * Gets the private 'security.listener.main.user_provider' shared service.
  8977.      *
  8978.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  8979.      */
  8980.     protected function getSecurity_Listener_Main_UserProviderService()
  8981.     {
  8982.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  8983.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  8984.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserProvider.php';
  8985.         return $this->privates['security.listener.main.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.users_in_memory'] ?? ($this->privates['security.user.provider.concrete.users_in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider([]))));
  8986.     }
  8987.     /**
  8988.      * Gets the private 'security.listener.password_migrating' shared service.
  8989.      *
  8990.      * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  8991.      */
  8992.     protected function getSecurity_Listener_PasswordMigratingService()
  8993.     {
  8994.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  8995.         return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  8996.     }
  8997.     /**
  8998.      * Gets the private 'security.listener.session.admin' shared service.
  8999.      *
  9000.      * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  9001.      */
  9002.     protected function getSecurity_Listener_Session_AdminService()
  9003.     {
  9004.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  9005.         return $this->privates['security.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  9006.     }
  9007.     /**
  9008.      * Gets the private 'security.listener.session.main' shared service.
  9009.      *
  9010.      * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  9011.      */
  9012.     protected function getSecurity_Listener_Session_MainService()
  9013.     {
  9014.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  9015.         return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  9016.     }
  9017.     /**
  9018.      * Gets the private 'security.listener.user_checker.admin' shared service.
  9019.      *
  9020.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  9021.      */
  9022.     protected function getSecurity_Listener_UserChecker_AdminService()
  9023.     {
  9024.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  9025.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9026.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9027.         return $this->privates['security.listener.user_checker.admin'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
  9028.     }
  9029.     /**
  9030.      * Gets the private 'security.listener.user_checker.main' shared service.
  9031.      *
  9032.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  9033.      */
  9034.     protected function getSecurity_Listener_UserChecker_MainService()
  9035.     {
  9036.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  9037.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9038.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9039.         return $this->privates['security.listener.user_checker.main'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
  9040.     }
  9041.     /**
  9042.      * Gets the private 'security.listener.user_provider' shared service.
  9043.      *
  9044.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  9045.      */
  9046.     protected function getSecurity_Listener_UserProviderService()
  9047.     {
  9048.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  9049.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  9050.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  9051.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/ChainUserProvider.php';
  9052.         return $this->privates['security.listener.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(new \Symfony\Component\Security\Core\User\ChainUserProvider(new RewindableGenerator(function () {
  9053.             yield => ($this->privates['security.user.provider.concrete.users_in_memory'] ?? ($this->privates['security.user.provider.concrete.users_in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider([])));
  9054.             yield => ($this->privates['security.user.provider.concrete.cms_provider'] ?? $this->getSecurity_User_Provider_Concrete_CmsProviderService());
  9055.         }, 2)));
  9056.     }
  9057.     /**
  9058.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  9059.      *
  9060.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  9061.      */
  9062.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  9063.     {
  9064.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  9065.         return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  9066.     }
  9067.     /**
  9068.      * Gets the private 'security.logout.listener.default.admin' shared service.
  9069.      *
  9070.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  9071.      */
  9072.     protected function getSecurity_Logout_Listener_Default_AdminService()
  9073.     {
  9074.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  9075.         return $this->privates['security.logout.listener.default.admin'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'admin_login');
  9076.     }
  9077.     /**
  9078.      * Gets the private 'security.logout_url_generator' shared service.
  9079.      *
  9080.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  9081.      */
  9082.     protected function getSecurity_LogoutUrlGeneratorService()
  9083.     {
  9084.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  9085.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  9086.         return $instance;
  9087.     }
  9088.     /**
  9089.      * Gets the private 'security.password_hasher_factory' shared service.
  9090.      *
  9091.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  9092.      */
  9093.     protected function getSecurity_PasswordHasherFactoryService()
  9094.     {
  9095.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  9096.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  9097.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  9098.     }
  9099.     /**
  9100.      * Gets the private 'security.user.provider.concrete.cms_provider' shared service.
  9101.      *
  9102.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  9103.      */
  9104.     protected function getSecurity_User_Provider_Concrete_CmsProviderService()
  9105.     {
  9106.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  9107.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  9108.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  9109.         return $this->privates['security.user.provider.concrete.cms_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'Score\\CmsBundle\\Entity\\User'NULLNULL);
  9110.     }
  9111.     /**
  9112.      * Gets the private 'security.user_password_hasher' shared service.
  9113.      *
  9114.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  9115.      */
  9116.     protected function getSecurity_UserPasswordHasherService()
  9117.     {
  9118.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  9119.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  9120.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  9121.     }
  9122.     /**
  9123.      * Gets the private 'security.validator.user_password' shared service.
  9124.      *
  9125.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  9126.      */
  9127.     protected function getSecurity_Validator_UserPasswordService()
  9128.     {
  9129.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9130.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9131.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  9132.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  9133.     }
  9134.     /**
  9135.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  9136.      *
  9137.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  9138.      */
  9139.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  9140.     {
  9141.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9142.     }
  9143.     /**
  9144.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  9145.      *
  9146.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  9147.      */
  9148.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  9149.     {
  9150.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  9151.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  9152.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  9153.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  9154.     }
  9155.     /**
  9156.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  9157.      *
  9158.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  9159.      */
  9160.     protected function getSensioFrameworkExtra_Security_ListenerService()
  9161.     {
  9162.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  9163.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  9164.             return $this->privates['sensio_framework_extra.security.listener'];
  9165.         }
  9166.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  9167.         $b->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  9168.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  9169.     }
  9170.     /**
  9171.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  9172.      *
  9173.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  9174.      */
  9175.     protected function getSensioFrameworkExtra_View_ListenerService()
  9176.     {
  9177.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  9178.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9179.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  9180.         ], [
  9181.             'twig' => '?',
  9182.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  9183.         return $instance;
  9184.     }
  9185.     /**
  9186.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  9187.      *
  9188.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  9189.      */
  9190.     protected function getSerializer_Mapping_CacheWarmerService()
  9191.     {
  9192.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9193.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  9194.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  9195.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  9196.     }
  9197.     /**
  9198.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  9199.      *
  9200.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  9201.      */
  9202.     protected function getSerializer_NameConverter_MetadataAwareService()
  9203.     {
  9204.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  9205.     }
  9206.     /**
  9207.      * Gets the private 'session.factory' shared service.
  9208.      *
  9209.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  9210.      */
  9211.     protected function getSession_FactoryService()
  9212.     {
  9213.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  9214.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  9215.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  9216.         if (isset($this->privates['session.factory'])) {
  9217.             return $this->privates['session.factory'];
  9218.         }
  9219.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [=> $a=> 'onSessionUsage']);
  9220.     }
  9221.     /**
  9222.      * Gets the private 'session.storage.factory.service' shared service.
  9223.      *
  9224.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  9225.      *
  9226.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
  9227.      */
  9228.     protected function getSession_Storage_Factory_ServiceService()
  9229.     {
  9230.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
  9231.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  9232.     }
  9233.     /**
  9234.      * Gets the private 'session.storage.metadata_bag' shared service.
  9235.      *
  9236.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  9237.      *
  9238.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  9239.      */
  9240.     protected function getSession_Storage_MetadataBagService()
  9241.     {
  9242.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  9243.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  9244.     }
  9245.     /**
  9246.      * Gets the private 'session.storage.native' shared service.
  9247.      *
  9248.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  9249.      *
  9250.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  9251.      */
  9252.     protected function getSession_Storage_NativeService()
  9253.     {
  9254.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  9255.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  9256.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  9257.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), $this->getSession_Storage_MetadataBagService());
  9258.     }
  9259.     /**
  9260.      * Gets the private 'session_listener' shared service.
  9261.      *
  9262.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  9263.      */
  9264.     protected function getSessionListenerService()
  9265.     {
  9266.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9267.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  9268.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  9269.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  9270.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  9271.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  9272.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  9273.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  9274.         ], [
  9275.             'initialized_session' => '?',
  9276.             'logger' => '?',
  9277.             'request_stack' => '?',
  9278.             'session' => '?',
  9279.             'session_collector' => '?',
  9280.             'session_factory' => '?',
  9281.             'session_storage' => '?',
  9282.         ]), true$this->parameters['session.storage.options']);
  9283.     }
  9284.     /**
  9285.      * Gets the private 'stat_hit_subscriber' shared autowired service.
  9286.      *
  9287.      * @return \Score\CmsBundle\EventSubscriber\StatHitSubscriber
  9288.      */
  9289.     protected function getStatHitSubscriberService()
  9290.     {
  9291.         return $this->privates['stat_hit_subscriber'] = new \Score\CmsBundle\EventSubscriber\StatHitSubscriber(($this->privates['score.cms.stat.manager'] ?? $this->getScore_Cms_Stat_ManagerService()));
  9292.     }
  9293.     /**
  9294.      * Gets the private 'translation.extractor' shared service.
  9295.      *
  9296.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  9297.      */
  9298.     protected function getTranslation_ExtractorService()
  9299.     {
  9300.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  9301.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  9302.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  9303.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  9304.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  9305.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  9306.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  9307.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  9308.         return $instance;
  9309.     }
  9310.     /**
  9311.      * Gets the private 'translation.loader.csv' shared service.
  9312.      *
  9313.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  9314.      */
  9315.     protected function getTranslation_Loader_CsvService()
  9316.     {
  9317.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9318.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9319.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9320.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  9321.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  9322.     }
  9323.     /**
  9324.      * Gets the private 'translation.loader.dat' shared service.
  9325.      *
  9326.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  9327.      */
  9328.     protected function getTranslation_Loader_DatService()
  9329.     {
  9330.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9331.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9332.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  9333.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  9334.     }
  9335.     /**
  9336.      * Gets the private 'translation.loader.ini' shared service.
  9337.      *
  9338.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  9339.      */
  9340.     protected function getTranslation_Loader_IniService()
  9341.     {
  9342.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9343.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9344.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9345.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  9346.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  9347.     }
  9348.     /**
  9349.      * Gets the private 'translation.loader.json' shared service.
  9350.      *
  9351.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  9352.      */
  9353.     protected function getTranslation_Loader_JsonService()
  9354.     {
  9355.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9356.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9357.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9358.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  9359.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  9360.     }
  9361.     /**
  9362.      * Gets the private 'translation.loader.mo' shared service.
  9363.      *
  9364.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  9365.      */
  9366.     protected function getTranslation_Loader_MoService()
  9367.     {
  9368.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9369.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9370.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9371.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  9372.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  9373.     }
  9374.     /**
  9375.      * Gets the private 'translation.loader.php' shared service.
  9376.      *
  9377.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  9378.      */
  9379.     protected function getTranslation_Loader_PhpService()
  9380.     {
  9381.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9382.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9383.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9384.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  9385.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  9386.     }
  9387.     /**
  9388.      * Gets the private 'translation.loader.po' shared service.
  9389.      *
  9390.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  9391.      */
  9392.     protected function getTranslation_Loader_PoService()
  9393.     {
  9394.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9395.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9396.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9397.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  9398.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  9399.     }
  9400.     /**
  9401.      * Gets the private 'translation.loader.qt' shared service.
  9402.      *
  9403.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  9404.      */
  9405.     protected function getTranslation_Loader_QtService()
  9406.     {
  9407.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9408.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  9409.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  9410.     }
  9411.     /**
  9412.      * Gets the private 'translation.loader.res' shared service.
  9413.      *
  9414.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  9415.      */
  9416.     protected function getTranslation_Loader_ResService()
  9417.     {
  9418.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9419.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9420.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  9421.     }
  9422.     /**
  9423.      * Gets the private 'translation.loader.xliff' shared service.
  9424.      *
  9425.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  9426.      */
  9427.     protected function getTranslation_Loader_XliffService()
  9428.     {
  9429.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9430.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  9431.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  9432.     }
  9433.     /**
  9434.      * Gets the private 'translation.loader.yml' shared service.
  9435.      *
  9436.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  9437.      */
  9438.     protected function getTranslation_Loader_YmlService()
  9439.     {
  9440.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9441.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9442.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9443.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  9444.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  9445.     }
  9446.     /**
  9447.      * Gets the private 'translation.provider_collection' shared service.
  9448.      *
  9449.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  9450.      */
  9451.     protected function getTranslation_ProviderCollectionService()
  9452.     {
  9453.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  9454.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  9455.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  9456.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  9457.         }, 1), []))->fromConfig([]);
  9458.     }
  9459.     /**
  9460.      * Gets the private 'translation.reader' shared service.
  9461.      *
  9462.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  9463.      */
  9464.     protected function getTranslation_ReaderService()
  9465.     {
  9466.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  9467.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  9468.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9469.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9470.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9471.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  9472.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  9473.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  9474.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  9475.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  9476.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  9477.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  9478.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9479.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  9480.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  9481.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  9482.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  9483.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  9484.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  9485.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  9486.         $instance->addLoader('yaml'$a);
  9487.         $instance->addLoader('yml'$a);
  9488.         $instance->addLoader('xlf'$b);
  9489.         $instance->addLoader('xliff'$b);
  9490.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  9491.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  9492.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  9493.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  9494.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  9495.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  9496.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  9497.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  9498.         return $instance;
  9499.     }
  9500.     /**
  9501.      * Gets the private 'translation.warmer' shared service.
  9502.      *
  9503.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  9504.      */
  9505.     protected function getTranslation_WarmerService()
  9506.     {
  9507.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9508.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  9509.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9510.             'translator' => ['services''translator''getTranslatorService'false],
  9511.         ], [
  9512.             'translator' => '?',
  9513.         ]))->withContext('translation.warmer'$this));
  9514.     }
  9515.     /**
  9516.      * Gets the private 'translation.writer' shared service.
  9517.      *
  9518.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  9519.      */
  9520.     protected function getTranslation_WriterService()
  9521.     {
  9522.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  9523.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  9524.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  9525.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  9526.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  9527.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  9528.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  9529.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  9530.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  9531.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  9532.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  9533.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  9534.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  9535.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  9536.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  9537.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  9538.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  9539.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  9540.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  9541.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  9542.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  9543.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  9544.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  9545.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  9546.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  9547.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  9548.         return $instance;
  9549.     }
  9550.     /**
  9551.      * Gets the private 'translator.default' shared service.
  9552.      *
  9553.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  9554.      */
  9555.     protected function getTranslator_DefaultService()
  9556.     {
  9557.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9558.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  9559.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  9560.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  9561.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  9562.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  9563.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  9564.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  9565.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  9566.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  9567.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  9568.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  9569.         ], [
  9570.             'translation.loader.csv' => '?',
  9571.             'translation.loader.dat' => '?',
  9572.             'translation.loader.ini' => '?',
  9573.             'translation.loader.json' => '?',
  9574.             'translation.loader.mo' => '?',
  9575.             'translation.loader.php' => '?',
  9576.             'translation.loader.po' => '?',
  9577.             'translation.loader.qt' => '?',
  9578.             'translation.loader.res' => '?',
  9579.             'translation.loader.xliff' => '?',
  9580.             'translation.loader.yml' => '?',
  9581.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'sk', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/score/cms/src/Resources/translations/messages.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/score/cms/src/Resources/translations/messages.sk.yaml'), => (\dirname(__DIR__4).'/vendor/score/cms/src/Resources/translations/validators.sk.yaml'), => (\dirname(__DIR__4).'/translations/messages.sk.yml')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/score/cms/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/score/base/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 17 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/score/cms/src/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/security-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/doctrine/doctrine-migrations-bundle/translations'10 => 'vendor/symfony/monolog-bundle/translations'11 => 'vendor/symfony/maker-bundle/src/translations'12 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'13 => 'vendor/api-platform/core/src/Symfony/Bundle/translations'14 => 'vendor/score/base/src/translations'15 => 'vendor/symfony/web-profiler-bundle/translations'16 => 'vendor/sensio/framework-extra-bundle/src/translations'17 => 'vendor/nelmio/cors-bundle/translations']]], []);
  9582.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  9583.         $instance->setFallbackLocales([=> 'sk'=> 'sk']);
  9584.         return $instance;
  9585.     }
  9586.     /**
  9587.      * Gets the private 'twig.command.debug' shared service.
  9588.      *
  9589.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  9590.      */
  9591.     protected function getTwig_Command_DebugService()
  9592.     {
  9593.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9594.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  9595.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  9596.         $instance->setName('debug:twig');
  9597.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  9598.         return $instance;
  9599.     }
  9600.     /**
  9601.      * Gets the private 'twig.command.lint' shared service.
  9602.      *
  9603.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  9604.      */
  9605.     protected function getTwig_Command_LintService()
  9606.     {
  9607.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9608.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  9609.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  9610.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9611.         $instance->setName('lint:twig');
  9612.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  9613.         return $instance;
  9614.     }
  9615.     /**
  9616.      * Gets the private 'twig.form.engine' shared service.
  9617.      *
  9618.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  9619.      */
  9620.     protected function getTwig_Form_EngineService()
  9621.     {
  9622.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  9623.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  9624.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  9625.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9626.         if (isset($this->privates['twig.form.engine'])) {
  9627.             return $this->privates['twig.form.engine'];
  9628.         }
  9629.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  9630.     }
  9631.     /**
  9632.      * Gets the private 'twig.form.renderer' shared service.
  9633.      *
  9634.      * @return \Symfony\Component\Form\FormRenderer
  9635.      */
  9636.     protected function getTwig_Form_RendererService()
  9637.     {
  9638.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  9639.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  9640.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  9641.         if (isset($this->privates['twig.form.renderer'])) {
  9642.             return $this->privates['twig.form.renderer'];
  9643.         }
  9644.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  9645.     }
  9646.     /**
  9647.      * Gets the private 'twig.mailer.message_listener' shared service.
  9648.      *
  9649.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  9650.      */
  9651.     protected function getTwig_Mailer_MessageListenerService()
  9652.     {
  9653.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  9654.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  9655.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  9656.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9657.         if (isset($this->privates['twig.mailer.message_listener'])) {
  9658.             return $this->privates['twig.mailer.message_listener'];
  9659.         }
  9660.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  9661.     }
  9662.     /**
  9663.      * Gets the private 'twig.runtime.httpkernel' shared service.
  9664.      *
  9665.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  9666.      */
  9667.     protected function getTwig_Runtime_HttpkernelService()
  9668.     {
  9669.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  9670.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  9671.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  9672.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  9673.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  9674.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  9675.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  9676.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9677.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  9678.         ], [
  9679.             'inline' => '?',
  9680.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  9681.     }
  9682.     /**
  9683.      * Gets the private 'twig.runtime.security_csrf' shared service.
  9684.      *
  9685.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  9686.      */
  9687.     protected function getTwig_Runtime_SecurityCsrfService()
  9688.     {
  9689.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  9690.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  9691.     }
  9692.     /**
  9693.      * Gets the private 'twig.runtime.serializer' shared service.
  9694.      *
  9695.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  9696.      */
  9697.     protected function getTwig_Runtime_SerializerService()
  9698.     {
  9699.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9700.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  9701.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9702.         if (isset($this->privates['twig.runtime.serializer'])) {
  9703.             return $this->privates['twig.runtime.serializer'];
  9704.         }
  9705.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime($a);
  9706.     }
  9707.     /**
  9708.      * Gets the private 'twig.template_cache_warmer' shared service.
  9709.      *
  9710.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  9711.      */
  9712.     protected function getTwig_TemplateCacheWarmerService()
  9713.     {
  9714.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9715.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  9716.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  9717.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9718.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  9719.         ], [
  9720.             'twig' => '?',
  9721.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  9722.     }
  9723.     /**
  9724.      * Gets the private 'validator.builder' shared service.
  9725.      *
  9726.      * @return \Symfony\Component\Validator\ValidatorBuilder
  9727.      */
  9728.     protected function getValidator_BuilderService()
  9729.     {
  9730.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  9731.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  9732.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9733.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  9734.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  9735.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  9736.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  9737.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  9738.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  9739.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  9740.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  9741.         ], [
  9742.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  9743.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  9744.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  9745.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  9746.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  9747.             'doctrine.orm.validator.unique' => '?',
  9748.             'security.validator.user_password' => '?',
  9749.             'validator.expression' => '?',
  9750.         ])));
  9751.         if ($this->has('translator')) {
  9752.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  9753.         }
  9754.         $instance->setTranslationDomain('validators');
  9755.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  9756.         $instance->enableAnnotationMapping(true);
  9757.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9758.         $instance->addMethodMapping('loadValidatorMetadata');
  9759.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  9760.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  9761.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  9762.         return $instance;
  9763.     }
  9764.     /**
  9765.      * Gets the private 'validator.email' shared service.
  9766.      *
  9767.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  9768.      */
  9769.     protected function getValidator_EmailService()
  9770.     {
  9771.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9772.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9773.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  9774.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  9775.     }
  9776.     /**
  9777.      * Gets the private 'validator.expression' shared service.
  9778.      *
  9779.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  9780.      */
  9781.     protected function getValidator_ExpressionService()
  9782.     {
  9783.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9784.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9785.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  9786.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
  9787.     }
  9788.     /**
  9789.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  9790.      *
  9791.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  9792.      */
  9793.     protected function getValidator_Mapping_CacheWarmerService()
  9794.     {
  9795.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9796.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  9797.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  9798.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  9799.     }
  9800.     /**
  9801.      * Gets the private 'validator.not_compromised_password' shared service.
  9802.      *
  9803.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  9804.      */
  9805.     protected function getValidator_NotCompromisedPasswordService()
  9806.     {
  9807.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9808.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9809.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  9810.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  9811.     }
  9812.     /**
  9813.      * Gets the private 'web_profiler.csp.handler' shared service.
  9814.      *
  9815.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  9816.      */
  9817.     protected function getWebProfiler_Csp_HandlerService()
  9818.     {
  9819.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  9820.     }
  9821.     /**
  9822.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  9823.      *
  9824.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  9825.      */
  9826.     protected function getWebProfiler_DebugToolbarService()
  9827.     {
  9828.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9829.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  9830.             return $this->privates['web_profiler.debug_toolbar'];
  9831.         }
  9832.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), NULL);
  9833.     }
  9834.     /**
  9835.      * Gets the public 'cache_clearer' alias.
  9836.      *
  9837.      * @return object The ".container.private.cache_clearer" service.
  9838.      */
  9839.     protected function getCacheClearerService()
  9840.     {
  9841.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  9842.         return $this->get('.container.private.cache_clearer');
  9843.     }
  9844.     /**
  9845.      * Gets the public 'filesystem' alias.
  9846.      *
  9847.      * @return object The ".container.private.filesystem" service.
  9848.      */
  9849.     protected function getFilesystemService()
  9850.     {
  9851.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  9852.         return $this->get('.container.private.filesystem');
  9853.     }
  9854.     /**
  9855.      * Gets the public 'serializer' alias.
  9856.      *
  9857.      * @return object The ".container.private.serializer" service.
  9858.      */
  9859.     protected function getSerializerService()
  9860.     {
  9861.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  9862.         return $this->get('.container.private.serializer');
  9863.     }
  9864.     /**
  9865.      * Gets the public 'security.csrf.token_manager' alias.
  9866.      *
  9867.      * @return object The ".container.private.security.csrf.token_manager" service.
  9868.      */
  9869.     protected function getSecurity_Csrf_TokenManagerService()
  9870.     {
  9871.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  9872.         return $this->get('.container.private.security.csrf.token_manager');
  9873.     }
  9874.     /**
  9875.      * Gets the public 'form.factory' alias.
  9876.      *
  9877.      * @return object The ".container.private.form.factory" service.
  9878.      */
  9879.     protected function getForm_FactoryService()
  9880.     {
  9881.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  9882.         return $this->get('.container.private.form.factory');
  9883.     }
  9884.     /**
  9885.      * Gets the public 'form.type.file' alias.
  9886.      *
  9887.      * @return object The ".container.private.form.type.file" service.
  9888.      */
  9889.     protected function getForm_Type_FileService()
  9890.     {
  9891.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  9892.         return $this->get('.container.private.form.type.file');
  9893.     }
  9894.     /**
  9895.      * Gets the public 'profiler' alias.
  9896.      *
  9897.      * @return object The ".container.private.profiler" service.
  9898.      */
  9899.     protected function getProfilerService()
  9900.     {
  9901.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  9902.         return $this->get('.container.private.profiler');
  9903.     }
  9904.     /**
  9905.      * Gets the public 'twig' alias.
  9906.      *
  9907.      * @return object The ".container.private.twig" service.
  9908.      */
  9909.     protected function getTwigService()
  9910.     {
  9911.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  9912.         return $this->get('.container.private.twig');
  9913.     }
  9914.     /**
  9915.      * Gets the public 'security.authorization_checker' alias.
  9916.      *
  9917.      * @return object The ".container.private.security.authorization_checker" service.
  9918.      */
  9919.     protected function getSecurity_AuthorizationCheckerService()
  9920.     {
  9921.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  9922.         return $this->get('.container.private.security.authorization_checker');
  9923.     }
  9924.     /**
  9925.      * Gets the public 'security.token_storage' alias.
  9926.      *
  9927.      * @return object The ".container.private.security.token_storage" service.
  9928.      */
  9929.     protected function getSecurity_TokenStorageService()
  9930.     {
  9931.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  9932.         return $this->get('.container.private.security.token_storage');
  9933.     }
  9934.     /**
  9935.      * Gets the public 'security.password_encoder' alias.
  9936.      *
  9937.      * @return object The ".container.private.security.password_encoder" service.
  9938.      */
  9939.     protected function getSecurity_PasswordEncoderService()
  9940.     {
  9941.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  9942.         return $this->get('.container.private.security.password_encoder');
  9943.     }
  9944.     /**
  9945.      * Gets the public 'session' alias.
  9946.      *
  9947.      * @return object The ".container.private.session" service.
  9948.      */
  9949.     protected function getSessionService()
  9950.     {
  9951.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  9952.         return $this->get('.container.private.session');
  9953.     }
  9954.     /**
  9955.      * Gets the public 'validator' alias.
  9956.      *
  9957.      * @return object The ".container.private.validator" service.
  9958.      */
  9959.     protected function getValidatorService()
  9960.     {
  9961.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  9962.         return $this->get('.container.private.validator');
  9963.     }
  9964.     /**
  9965.      * @return array|bool|float|int|string|\UnitEnum|null
  9966.      */
  9967.     public function getParameter(string $name)
  9968.     {
  9969.         if (isset($this->buildParameters[$name])) {
  9970.             return $this->buildParameters[$name];
  9971.         }
  9972.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  9973.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  9974.         }
  9975.         if (isset($this->loadedDynamicParameters[$name])) {
  9976.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9977.         }
  9978.         return $this->parameters[$name];
  9979.     }
  9980.     public function hasParameter(string $name): bool
  9981.     {
  9982.         if (isset($this->buildParameters[$name])) {
  9983.             return true;
  9984.         }
  9985.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  9986.     }
  9987.     public function setParameter(string $name$value): void
  9988.     {
  9989.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  9990.     }
  9991.     public function getParameterBag(): ParameterBagInterface
  9992.     {
  9993.         if (null === $this->parameterBag) {
  9994.             $parameters $this->parameters;
  9995.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  9996.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9997.             }
  9998.             foreach ($this->buildParameters as $name => $value) {
  9999.                 $parameters[$name] = $value;
  10000.             }
  10001.             $this->parameterBag = new FrozenParameterBag($parameters);
  10002.         }
  10003.         return $this->parameterBag;
  10004.     }
  10005.     private $loadedDynamicParameters = [
  10006.         'kernel.runtime_environment' => false,
  10007.         'kernel.build_dir' => false,
  10008.         'kernel.cache_dir' => false,
  10009.         'kernel.secret' => false,
  10010.         'debug.container.dump' => false,
  10011.         'serializer.mapping.cache.file' => false,
  10012.         'validator.mapping.cache.file' => false,
  10013.         'profiler.storage.dsn' => false,
  10014.         'doctrine.orm.proxy_dir' => false,
  10015.         'nelmio_cors.defaults' => false,
  10016.     ];
  10017.     private $dynamicParameters = [];
  10018.     private function getDynamicParameter(string $name)
  10019.     {
  10020.         switch ($name) {
  10021.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  10022.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  10023.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  10024.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  10025.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  10026.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  10027.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  10028.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  10029.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  10030.             case 'nelmio_cors.defaults'$value = [
  10031.                 'allow_origin' => [
  10032.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  10033.                 ],
  10034.                 'allow_credentials' => true,
  10035.                 'allow_headers' => [
  10036.                     => 'content-type',
  10037.                     => 'authorization',
  10038.                 ],
  10039.                 'expose_headers' => [
  10040.                     => 'Link',
  10041.                 ],
  10042.                 'allow_methods' => [
  10043.                     => 'GET',
  10044.                     => 'OPTIONS',
  10045.                     => 'POST',
  10046.                     => 'PUT',
  10047.                     => 'PATCH',
  10048.                     => 'DELETE',
  10049.                 ],
  10050.                 'max_age' => 3600,
  10051.                 'hosts' => [
  10052.                 ],
  10053.                 'origin_regex' => true,
  10054.                 'forced_allow_origin_value' => NULL,
  10055.                 'skip_same_as_origin' => true,
  10056.             ]; break;
  10057.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  10058.         }
  10059.         $this->loadedDynamicParameters[$name] = true;
  10060.         return $this->dynamicParameters[$name] = $value;
  10061.     }
  10062.     protected function getDefaultParameters(): array
  10063.     {
  10064.         return [
  10065.             'kernel.project_dir' => \dirname(__DIR__4),
  10066.             'kernel.environment' => 'dev',
  10067.             'kernel.debug' => true,
  10068.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  10069.             'kernel.bundles' => [
  10070.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  10071.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  10072.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  10073.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  10074.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  10075.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  10076.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  10077.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  10078.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  10079.                 'ScoreBaseBundle' => 'Score\\BaseBundle\\ScoreBaseBundle',
  10080.                 'ScoreCmsBundle' => 'Score\\CmsBundle\\ScoreCmsBundle',
  10081.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  10082.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  10083.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  10084.             ],
  10085.             'kernel.bundles_metadata' => [
  10086.                 'FrameworkBundle' => [
  10087.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  10088.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  10089.                 ],
  10090.                 'TwigBundle' => [
  10091.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  10092.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  10093.                 ],
  10094.                 'SecurityBundle' => [
  10095.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  10096.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  10097.                 ],
  10098.                 'DoctrineBundle' => [
  10099.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  10100.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  10101.                 ],
  10102.                 'DoctrineMigrationsBundle' => [
  10103.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  10104.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  10105.                 ],
  10106.                 'MonologBundle' => [
  10107.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  10108.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  10109.                 ],
  10110.                 'MakerBundle' => [
  10111.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  10112.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  10113.                 ],
  10114.                 'DoctrineFixturesBundle' => [
  10115.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  10116.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  10117.                 ],
  10118.                 'ApiPlatformBundle' => [
  10119.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  10120.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  10121.                 ],
  10122.                 'ScoreBaseBundle' => [
  10123.                     'path' => (\dirname(__DIR__4).'/vendor/score/base/src'),
  10124.                     'namespace' => 'Score\\BaseBundle',
  10125.                 ],
  10126.                 'ScoreCmsBundle' => [
  10127.                     'path' => (\dirname(__DIR__4).'/vendor/score/cms/src'),
  10128.                     'namespace' => 'Score\\CmsBundle',
  10129.                 ],
  10130.                 'WebProfilerBundle' => [
  10131.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  10132.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  10133.                 ],
  10134.                 'SensioFrameworkExtraBundle' => [
  10135.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  10136.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  10137.                 ],
  10138.                 'NelmioCorsBundle' => [
  10139.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  10140.                     'namespace' => 'Nelmio\\CorsBundle',
  10141.                 ],
  10142.             ],
  10143.             'kernel.charset' => 'UTF-8',
  10144.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  10145.             'container.dumper.inline_class_loader' => true,
  10146.             'container.dumper.inline_factories' => true,
  10147.             'email_default' => 'noreply@geocloud.sk',
  10148.             'email' => 'noreply@geocloud.sk',
  10149.             'article_public_upload_directory' => '/media/article/icon',
  10150.             'article_upload_directory' => (\dirname(__DIR__4).'/public/media/article/icon'),
  10151.             'event_public_upload_directory' => '/media/event/icon',
  10152.             'event_upload_directory' => (\dirname(__DIR__4).'/public/media/event/icon'),
  10153.             'gallery_public_upload_directory' => '/media/gallery',
  10154.             'ckeditor_public_upload_directory' => '/media/cke_images',
  10155.             'event_dispatcher.event_aliases' => [
  10156.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  10157.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  10158.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  10159.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  10160.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  10161.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  10162.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  10163.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  10164.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  10165.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  10166.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  10167.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  10168.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  10169.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  10170.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  10171.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  10172.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  10173.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  10174.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  10175.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  10176.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  10177.             ],
  10178.             'fragment.renderer.hinclude.global_template' => NULL,
  10179.             'fragment.path' => '/_fragment',
  10180.             'kernel.http_method_override' => true,
  10181.             'kernel.trusted_hosts' => [
  10182.             ],
  10183.             'kernel.default_locale' => 'sk',
  10184.             'kernel.enabled_locales' => [
  10185.             ],
  10186.             'kernel.error_controller' => 'error_controller',
  10187.             'debug.file_link_format' => NULL,
  10188.             'asset.request_context.base_path' => NULL,
  10189.             'asset.request_context.secure' => NULL,
  10190.             'translator.logging' => false,
  10191.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  10192.             'debug.error_handler.throw_at' => -1,
  10193.             'router.request_context.host' => 'localhost',
  10194.             'router.request_context.scheme' => 'http',
  10195.             'router.request_context.base_url' => '',
  10196.             'router.resource' => 'kernel::loadRoutes',
  10197.             'request_listener.http_port' => 80,
  10198.             'request_listener.https_port' => 443,
  10199.             'session.metadata.storage_key' => '_sf2_meta',
  10200.             'session.storage.options' => [
  10201.                 'cache_limiter' => '0',
  10202.                 'cookie_secure' => 'auto',
  10203.                 'cookie_httponly' => true,
  10204.                 'cookie_samesite' => 'lax',
  10205.                 'gc_probability' => 1,
  10206.             ],
  10207.             'session.save_path' => NULL,
  10208.             'session.metadata.update_threshold' => 0,
  10209.             'form.type_extension.csrf.enabled' => true,
  10210.             'form.type_extension.csrf.field_name' => '_token',
  10211.             'validator.translation_domain' => 'validators',
  10212.             'profiler_listener.only_exceptions' => false,
  10213.             'profiler_listener.only_main_requests' => false,
  10214.             'twig.form.resources' => [
  10215.                 => 'form_div_layout.html.twig',
  10216.                 => 'bootstrap_3_layout.html.twig',
  10217.             ],
  10218.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  10219.             'security.role_hierarchy.roles' => [
  10220.             ],
  10221.             'security.access.denied_url' => NULL,
  10222.             'security.authentication.manager.erase_credentials' => true,
  10223.             'security.authentication.session_strategy.strategy' => 'migrate',
  10224.             'security.access.always_authenticate_before_granting' => false,
  10225.             'security.authentication.hide_user_not_found' => true,
  10226.             'security.firewalls' => [
  10227.                 => 'admin',
  10228.                 => 'main',
  10229.             ],
  10230.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  10231.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  10232.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  10233.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  10234.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  10235.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  10236.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  10237.             'doctrine.entity_managers' => [
  10238.                 'default' => 'doctrine.orm.default_entity_manager',
  10239.             ],
  10240.             'doctrine.default_entity_manager' => 'default',
  10241.             'doctrine.dbal.connection_factory.types' => [
  10242.             ],
  10243.             'doctrine.connections' => [
  10244.                 'default' => 'doctrine.dbal.default_connection',
  10245.             ],
  10246.             'doctrine.default_connection' => 'default',
  10247.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  10248.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  10249.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  10250.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  10251.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  10252.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  10253.             'doctrine.orm.cache.memcache_host' => 'localhost',
  10254.             'doctrine.orm.cache.memcache_port' => 11211,
  10255.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  10256.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  10257.             'doctrine.orm.cache.memcached_host' => 'localhost',
  10258.             'doctrine.orm.cache.memcached_port' => 11211,
  10259.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  10260.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  10261.             'doctrine.orm.cache.redis_host' => 'localhost',
  10262.             'doctrine.orm.cache.redis_port' => 6379,
  10263.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  10264.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  10265.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  10266.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  10267.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  10268.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  10269.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  10270.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  10271.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  10272.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  10273.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  10274.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  10275.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  10276.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  10277.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  10278.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  10279.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  10280.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  10281.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  10282.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  10283.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  10284.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  10285.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  10286.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  10287.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  10288.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  10289.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  10290.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  10291.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  10292.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  10293.             'doctrine.orm.auto_generate_proxy_classes' => true,
  10294.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  10295.             'doctrine.orm.proxy_namespace' => 'Proxies',
  10296.             'doctrine.migrations.preferred_em' => NULL,
  10297.             'doctrine.migrations.preferred_connection' => NULL,
  10298.             'monolog.use_microseconds' => true,
  10299.             'monolog.swift_mailer.handlers' => [
  10300.             ],
  10301.             'monolog.handlers_to_channels' => [
  10302.                 'monolog.handler.console' => [
  10303.                     'type' => 'exclusive',
  10304.                     'elements' => [
  10305.                         => 'event',
  10306.                         => 'doctrine',
  10307.                         => 'console',
  10308.                     ],
  10309.                 ],
  10310.                 'monolog.handler.main' => [
  10311.                     'type' => 'exclusive',
  10312.                     'elements' => [
  10313.                         => 'event',
  10314.                     ],
  10315.                 ],
  10316.             ],
  10317.             'api_platform.metadata_backward_compatibility_layer' => true,
  10318.             'api_platform.enable_entrypoint' => true,
  10319.             'api_platform.enable_docs' => true,
  10320.             'api_platform.title' => '',
  10321.             'api_platform.description' => '',
  10322.             'api_platform.version' => '0.0.0',
  10323.             'api_platform.show_webby' => true,
  10324.             'api_platform.url_generation_strategy' => 1,
  10325.             'api_platform.exception_to_status' => [
  10326.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  10327.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  10328.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  10329.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  10330.             ],
  10331.             'api_platform.formats' => [
  10332.                 'jsonld' => [
  10333.                     => 'application/ld+json',
  10334.                 ],
  10335.                 'json' => [
  10336.                     => 'application/json',
  10337.                 ],
  10338.                 'html' => [
  10339.                     => 'text/html',
  10340.                 ],
  10341.             ],
  10342.             'api_platform.patch_formats' => [
  10343.                 'json' => [
  10344.                     => 'application/merge-patch+json',
  10345.                 ],
  10346.             ],
  10347.             'api_platform.error_formats' => [
  10348.                 'jsonproblem' => [
  10349.                     => 'application/problem+json',
  10350.                 ],
  10351.                 'jsonld' => [
  10352.                     => 'application/ld+json',
  10353.                 ],
  10354.             ],
  10355.             'api_platform.allow_plain_identifiers' => false,
  10356.             'api_platform.eager_loading.enabled' => true,
  10357.             'api_platform.eager_loading.max_joins' => 30,
  10358.             'api_platform.eager_loading.fetch_partial' => false,
  10359.             'api_platform.eager_loading.force_eager' => true,
  10360.             'api_platform.collection.exists_parameter_name' => 'exists',
  10361.             'api_platform.collection.order' => 'ASC',
  10362.             'api_platform.collection.order_parameter_name' => 'order',
  10363.             'api_platform.collection.order_nulls_comparison' => NULL,
  10364.             'api_platform.collection.pagination.enabled' => true,
  10365.             'api_platform.collection.pagination.partial' => false,
  10366.             'api_platform.collection.pagination.client_enabled' => false,
  10367.             'api_platform.collection.pagination.client_items_per_page' => true,
  10368.             'api_platform.collection.pagination.client_partial' => false,
  10369.             'api_platform.collection.pagination.items_per_page' => 30,
  10370.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  10371.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  10372.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  10373.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  10374.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  10375.             'api_platform.collection.pagination' => [
  10376.                 'enabled' => true,
  10377.                 'partial' => false,
  10378.                 'client_enabled' => false,
  10379.                 'client_items_per_page' => true,
  10380.                 'client_partial' => false,
  10381.                 'items_per_page' => 30,
  10382.                 'maximum_items_per_page' => NULL,
  10383.                 'page_parameter_name' => 'page',
  10384.                 'enabled_parameter_name' => 'pagination',
  10385.                 'items_per_page_parameter_name' => 'itemsPerPage',
  10386.                 'partial_parameter_name' => 'partial',
  10387.             ],
  10388.             'api_platform.http_cache.etag' => true,
  10389.             'api_platform.http_cache.max_age' => NULL,
  10390.             'api_platform.http_cache.shared_max_age' => NULL,
  10391.             'api_platform.http_cache.vary' => [
  10392.                 => 'Accept',
  10393.             ],
  10394.             'api_platform.http_cache.public' => NULL,
  10395.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  10396.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  10397.             'api_platform.asset_package' => NULL,
  10398.             'api_platform.defaults' => [
  10399.                 'attributes' => [
  10400.                     'pagination_client_items_per_page' => true,
  10401.                 ],
  10402.             ],
  10403.             'api_platform.resource_class_directories' => [
  10404.                 => (\dirname(__DIR__4).'/vendor/score/base/src/Entity'),
  10405.                 => (\dirname(__DIR__4).'/vendor/score/cms/src/Entity'),
  10406.                 => (\dirname(__DIR__4).'/src/Entity'),
  10407.             ],
  10408.             'api_platform.oauth.enabled' => false,
  10409.             'api_platform.oauth.clientId' => '',
  10410.             'api_platform.oauth.clientSecret' => '',
  10411.             'api_platform.oauth.type' => 'oauth2',
  10412.             'api_platform.oauth.flow' => 'application',
  10413.             'api_platform.oauth.tokenUrl' => '',
  10414.             'api_platform.oauth.authorizationUrl' => '',
  10415.             'api_platform.oauth.refreshUrl' => '',
  10416.             'api_platform.oauth.scopes' => [
  10417.             ],
  10418.             'api_platform.oauth.pkce' => false,
  10419.             'api_platform.openapi.termsOfService' => NULL,
  10420.             'api_platform.openapi.contact.name' => NULL,
  10421.             'api_platform.openapi.contact.url' => NULL,
  10422.             'api_platform.openapi.contact.email' => NULL,
  10423.             'api_platform.openapi.license.name' => NULL,
  10424.             'api_platform.openapi.license.url' => NULL,
  10425.             'api_platform.swagger.versions' => [
  10426.                 => 3,
  10427.             ],
  10428.             'api_platform.enable_swagger_ui' => true,
  10429.             'api_platform.enable_re_doc' => true,
  10430.             'api_platform.swagger.api_keys' => [
  10431.             ],
  10432.             'api_platform.swagger_ui.extra_configuration' => [
  10433.             ],
  10434.             'api_platform.graphql.enabled' => false,
  10435.             'api_platform.graphql.graphiql.enabled' => false,
  10436.             'api_platform.graphql.graphql_playground.enabled' => false,
  10437.             'api_platform.graphql.collection.pagination' => [
  10438.                 'enabled' => true,
  10439.             ],
  10440.             'api_platform.validator.serialize_payload_fields' => [
  10441.             ],
  10442.             'api_platform.validator.query_parameter_validation' => true,
  10443.             'api_platform.elasticsearch.enabled' => false,
  10444.             'version' => '2.0.6',
  10445.             'cms_gallery_image_strategy' => 'load',
  10446.             'cms_gallery_thumbnail_cut' => false,
  10447.             'cms_gallery_dir' => '/media/gallery',
  10448.             'cms_gallery_subdirs' => [
  10449.                 'thumbnail' => [
  10450.                     => '100',
  10451.                     => '200',
  10452.                     => '400',
  10453.                 ],
  10454.                 'preview' => [
  10455.                     => '200',
  10456.                     => '540',
  10457.                     => '800',
  10458.                     => '1280',
  10459.                     => '1920',
  10460.                 ],
  10461.             ],
  10462.             'cms_gallery_upload_dir' => (\dirname(__DIR__4).'/public/media/gallery'),
  10463.             'ckeditor_image_sizes' => [
  10464.                 => 200,
  10465.                 => 400,
  10466.                 => 800,
  10467.                 => 1920,
  10468.             ],
  10469.             'cms_templates' => [
  10470.                 'default' => '@ScoreCms/Public/default/layout.html.twig',
  10471.                 'idsk' => '@ScoreCms/Public/idsk/layout.html.twig',
  10472.                 'wavex' => '@ScoreCms/Public/wavex/layout.html.twig',
  10473.             ],
  10474.             'template' => 'idsk',
  10475.             'mailer_max_attempts' => 3,
  10476.             'block_accordion_allow_open' => false,
  10477.             'block_accordion_allow_summary' => false,
  10478.             'block_accordion_max_items' => 8,
  10479.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  10480.             'web_profiler.debug_toolbar.mode' => 2,
  10481.             'nelmio_cors.map' => [
  10482.                 '^/' => [
  10483.                     'skip_same_as_origin' => true,
  10484.                 ],
  10485.             ],
  10486.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  10487.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  10488.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  10489.             'maker.compatible_check.doctrine.supports_attributes' => true,
  10490.             'data_collector.templates' => [
  10491.                 'data_collector.request' => [
  10492.                     => 'request',
  10493.                     => '@WebProfiler/Collector/request.html.twig',
  10494.                 ],
  10495.                 'api_platform.data_collector.request' => [
  10496.                     => 'api_platform.data_collector.request',
  10497.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  10498.                 ],
  10499.                 'data_collector.time' => [
  10500.                     => 'time',
  10501.                     => '@WebProfiler/Collector/time.html.twig',
  10502.                 ],
  10503.                 'data_collector.memory' => [
  10504.                     => 'memory',
  10505.                     => '@WebProfiler/Collector/memory.html.twig',
  10506.                 ],
  10507.                 'data_collector.validator' => [
  10508.                     => 'validator',
  10509.                     => '@WebProfiler/Collector/validator.html.twig',
  10510.                 ],
  10511.                 'data_collector.ajax' => [
  10512.                     => 'ajax',
  10513.                     => '@WebProfiler/Collector/ajax.html.twig',
  10514.                 ],
  10515.                 'data_collector.form' => [
  10516.                     => 'form',
  10517.                     => '@WebProfiler/Collector/form.html.twig',
  10518.                 ],
  10519.                 'data_collector.exception' => [
  10520.                     => 'exception',
  10521.                     => '@WebProfiler/Collector/exception.html.twig',
  10522.                 ],
  10523.                 'data_collector.logger' => [
  10524.                     => 'logger',
  10525.                     => '@WebProfiler/Collector/logger.html.twig',
  10526.                 ],
  10527.                 'data_collector.events' => [
  10528.                     => 'events',
  10529.                     => '@WebProfiler/Collector/events.html.twig',
  10530.                 ],
  10531.                 'data_collector.router' => [
  10532.                     => 'router',
  10533.                     => '@WebProfiler/Collector/router.html.twig',
  10534.                 ],
  10535.                 'data_collector.cache' => [
  10536.                     => 'cache',
  10537.                     => '@WebProfiler/Collector/cache.html.twig',
  10538.                 ],
  10539.                 'data_collector.translation' => [
  10540.                     => 'translation',
  10541.                     => '@WebProfiler/Collector/translation.html.twig',
  10542.                 ],
  10543.                 'data_collector.security' => [
  10544.                     => 'security',
  10545.                     => '@Security/Collector/security.html.twig',
  10546.                 ],
  10547.                 'data_collector.twig' => [
  10548.                     => 'twig',
  10549.                     => '@WebProfiler/Collector/twig.html.twig',
  10550.                 ],
  10551.                 'data_collector.doctrine' => [
  10552.                     => 'db',
  10553.                     => '@Doctrine/Collector/db.html.twig',
  10554.                 ],
  10555.                 'doctrine_migrations.migrations_collector' => [
  10556.                     => 'doctrine_migrations',
  10557.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  10558.                 ],
  10559.                 'mailer.data_collector' => [
  10560.                     => 'mailer',
  10561.                     => '@WebProfiler/Collector/mailer.html.twig',
  10562.                 ],
  10563.                 'data_collector.config' => [
  10564.                     => 'config',
  10565.                     => '@WebProfiler/Collector/config.html.twig',
  10566.                 ],
  10567.             ],
  10568.             'console.command.ids' => [
  10569.             ],
  10570.         ];
  10571.     }
  10572.     protected function throw($message)
  10573.     {
  10574.         throw new RuntimeException($message);
  10575.     }
  10576. }