var/cache/dev/ContainerOSdXDk9/srcApp_KernelDevDebugContainer.php line 2103

Open in your IDE?
  1. <?php
  2. namespace ContainerOSdXDk9;
  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. /**
  11.  * This class has been auto-generated
  12.  * by the Symfony Dependency Injection Component.
  13.  *
  14.  * @final since Symfony 3.3
  15.  */
  16. class srcApp_KernelDevDebugContainer extends Container
  17. {
  18.     private $buildParameters;
  19.     private $containerDir;
  20.     private $parameters = [];
  21.     private $targetDirs = [];
  22.     private $getService;
  23.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  24.     {
  25.         $this->getService = \Closure::fromCallable([$this'getService']);
  26.         $dir $this->targetDirs[0] = \dirname($containerDir);
  27.         for ($i 1$i <= 6; ++$i) {
  28.             $this->targetDirs[$i] = $dir = \dirname($dir);
  29.         }
  30.         $this->buildParameters $buildParameters;
  31.         $this->containerDir $containerDir;
  32.         $this->parameters $this->getDefaultParameters();
  33.         $this->services $this->privates = [];
  34.         $this->syntheticIds = [
  35.             'kernel' => true,
  36.         ];
  37.         $this->methodMap = [
  38.             'AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker' => 'getAdminAuthorizationCheckerService',
  39.             'cache.app' => 'getCache_AppService',
  40.             'cache.doctrine.orm.default.metadata' => 'getCache_Doctrine_Orm_Default_MetadataService',
  41.             'cache.doctrine.orm.default.query' => 'getCache_Doctrine_Orm_Default_QueryService',
  42.             'cache.doctrine.orm.default.result' => 'getCache_Doctrine_Orm_Default_ResultService',
  43.             'cache.system' => 'getCache_SystemService',
  44.             'data_collector.dump' => 'getDataCollector_DumpService',
  45.             'doctrine' => 'getDoctrineService',
  46.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  47.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  48.             'easyadmin.config.manager' => 'getEasyadmin_Config_ManagerService',
  49.             'easyadmin.listener.controller' => 'getEasyadmin_Listener_ControllerService',
  50.             'easyadmin.property_accessor' => 'getEasyadmin_PropertyAccessorService',
  51.             'easyadmin.router' => 'getEasyadmin_RouterService',
  52.             'event_dispatcher' => 'getEventDispatcherService',
  53.             'form.factory' => 'getForm_FactoryService',
  54.             'http_kernel' => 'getHttpKernelService',
  55.             'hwi_oauth.resource_ownermap.secured_area' => 'getHwiOauth_ResourceOwnermap_SecuredAreaService',
  56.             'profiler' => 'getProfilerService',
  57.             'request_stack' => 'getRequestStackService',
  58.             'router' => 'getRouterService',
  59.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  60.             'security.token_storage' => 'getSecurity_TokenStorageService',
  61.             'session' => 'getSessionService',
  62.             'translator' => 'getTranslatorService',
  63.             'twig' => 'getTwigService',
  64.             'validator' => 'getValidatorService',
  65.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  66.             'vich_uploader.templating.helper.uploader_helper' => 'getVichUploader_Templating_Helper_UploaderHelperService',
  67.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  68.         ];
  69.         $this->fileMap = [
  70.             'AlterPHP\\EasyAdminExtensionBundle\\Controller\\EasyAdminController' => 'getEasyAdminControllerService.php',
  71.             'App\\Controller\\AdminController' => 'getAdminControllerService.php',
  72.             'App\\Controller\\HomeController' => 'getHomeControllerService.php',
  73.             'App\\Controller\\MyFOSUBProvider' => 'getMyFOSUBProviderService.php',
  74.             'App\\Controller\\ProxyController' => 'getProxyControllerService.php',
  75.             'App\\Controller\\SecurityController' => 'getSecurityControllerService.php',
  76.             'App\\Controller\\Security\\Authentication\\Handler\\AuthenticationFailureHandler' => 'getAuthenticationFailureHandlerService.php',
  77.             'App\\Controller\\Security\\Authentication\\Handler\\LoginSuccessHandler' => 'getLoginSuccessHandlerService.php',
  78.             'EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController' => 'getEasyAdminController2Service.php',
  79.             'HWI\\Bundle\\OAuthBundle\\Controller\\ConnectController' => 'getConnectControllerService.php',
  80.             'HWI\\Bundle\\OAuthBundle\\Controller\\LoginController' => 'getLoginControllerService.php',
  81.             'HWI\\Bundle\\OAuthBundle\\Controller\\RedirectToServiceController' => 'getRedirectToServiceControllerService.php',
  82.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  83.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  84.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService.php',
  85.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService.php',
  86.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService.php',
  87.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService.php',
  88.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService.php',
  89.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService.php',
  90.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService.php',
  91.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService.php',
  92.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService.php',
  93.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.product_images' => 'getUniqidNamer_ProductImagesService.php',
  94.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  95.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  96.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  97.             'cache_clearer' => 'getCacheClearerService.php',
  98.             'cache_warmer' => 'getCacheWarmerService.php',
  99.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php',
  100.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php',
  101.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php',
  102.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php',
  103.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  104.             'easyadmin.autocomplete' => 'getEasyadmin_AutocompleteService.php',
  105.             'easyadmin.form.guesser.missing_doctrine_orm_type_guesser' => 'getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService.php',
  106.             'easyadmin.listener.request_post_initialize' => 'getEasyadmin_Listener_RequestPostInitializeService.php',
  107.             'easyadmin.paginator' => 'getEasyadmin_PaginatorService.php',
  108.             'easyadmin.query_builder' => 'getEasyadmin_QueryBuilderService.php',
  109.             'filesystem' => 'getFilesystemService.php',
  110.             'form.type.file' => 'getForm_Type_FileService.php',
  111.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService.php',
  112.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService.php',
  113.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService.php',
  114.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService.php',
  115.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService.php',
  116.             'fos_user.user_manager' => 'getFosUser_UserManagerService.php',
  117.             'httplug.psr17_request_factory' => 'getHttplug_Psr17RequestFactoryService.php',
  118.             'httplug.psr17_response_factory' => 'getHttplug_Psr17ResponseFactoryService.php',
  119.             'httplug.psr17_server_request_factory' => 'getHttplug_Psr17ServerRequestFactoryService.php',
  120.             'httplug.psr17_stream_factory' => 'getHttplug_Psr17StreamFactoryService.php',
  121.             'httplug.psr17_uploaded_file_factory' => 'getHttplug_Psr17UploadedFileFactoryService.php',
  122.             'httplug.psr17_uri_factory' => 'getHttplug_Psr17UriFactoryService.php',
  123.             'httplug.psr18_client' => 'getHttplug_Psr18ClientService.php',
  124.             'httplug.stream_factory' => 'getHttplug_StreamFactoryService.php',
  125.             'httplug.uri_factory' => 'getHttplug_UriFactoryService.php',
  126.             'hwi_oauth.http.client' => 'getHwiOauth_Http_ClientService.php',
  127.             'hwi_oauth.http.message_factory' => 'getHwiOauth_Http_MessageFactoryService.php',
  128.             'hwi_oauth.resource_owner.facebook' => 'getHwiOauth_ResourceOwner_FacebookService.php',
  129.             'hwi_oauth.resource_owner.google' => 'getHwiOauth_ResourceOwner_GoogleService.php',
  130.             'hwi_oauth.user_checker' => 'getHwiOauth_UserCheckerService.php',
  131.             'routing.loader' => 'getRouting_LoaderService.php',
  132.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  133.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  134.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  135.             'serializer' => 'getSerializerService.php',
  136.             'services_resetter' => 'getServicesResetterService.php',
  137.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  138.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  139.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  140.             'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
  141.             'templating' => 'getTemplatingService.php',
  142.             'templating.loader' => 'getTemplating_LoaderService.php',
  143.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  144.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  145.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService.php',
  146.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService.php',
  147.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService.php',
  148.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  149.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  150.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  151.         ];
  152.         $this->aliases = [
  153.             'database_connection' => 'doctrine.dbal.default_connection',
  154.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  155.             'httplug.client' => 'hwi_oauth.http.client',
  156.             'httplug.message_factory' => 'hwi_oauth.http.message_factory',
  157.             'mailer' => 'swiftmailer.mailer.default',
  158.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  159.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  160.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  161.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  162.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  163.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  164.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  165.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  166.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  167.         ];
  168.         $this->privates['service_container'] = function () {
  169.             include_once $this->targetDirs[3].'/src/Service/QI.php';
  170.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  171.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  172.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  173.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  174.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  175.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  176.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  177.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  178.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  179.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  180.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  181.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  182.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  183.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  184.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  185.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  186.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/TerminableInterface.php';
  187.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernel.php';
  188.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  189.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  190.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  191.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/RequestStack.php';
  192.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/UriSigner.php';
  193.             include_once $this->targetDirs[3].'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  194.             include_once $this->targetDirs[3].'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  195.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  196.             include_once $this->targetDirs[3].'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  197.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  198.             include_once $this->targetDirs[3].'/vendor/symfony/cache-contracts/CacheInterface.php';
  199.             include_once $this->targetDirs[3].'/vendor/symfony/cache/PruneableInterface.php';
  200.             include_once $this->targetDirs[3].'/vendor/symfony/cache/ResettableInterface.php';
  201.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  202.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  203.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  204.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/AbstractTrait.php';
  205.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  206.             include_once $this->targetDirs[3].'/vendor/symfony/cache-contracts/CacheTrait.php';
  207.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/ContractsTrait.php';
  208.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  209.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  210.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  211.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  212.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  213.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  214.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  215.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Session.php';
  216.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  217.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php';
  218.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php';
  219.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php';
  220.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Flash/FlashBag.php';
  221.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  222.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  223.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  224.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  225.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  226.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  227.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  228.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceLocator.php';
  229.             include_once $this->targetDirs[3].'/vendor/symfony/form/FormRegistryInterface.php';
  230.             include_once $this->targetDirs[3].'/vendor/symfony/form/FormRegistry.php';
  231.             include_once $this->targetDirs[3].'/vendor/symfony/form/FormExtensionInterface.php';
  232.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  233.             include_once $this->targetDirs[3].'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  234.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  235.             include_once $this->targetDirs[3].'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  236.             include_once $this->targetDirs[3].'/vendor/symfony/form/FormFactoryInterface.php';
  237.             include_once $this->targetDirs[3].'/vendor/symfony/form/FormFactory.php';
  238.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Packages.php';
  239.             include_once $this->targetDirs[3].'/vendor/symfony/asset/PackageInterface.php';
  240.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Package.php';
  241.             include_once $this->targetDirs[3].'/vendor/symfony/asset/PathPackage.php';
  242.             include_once $this->targetDirs[3].'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  243.             include_once $this->targetDirs[3].'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  244.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Context/ContextInterface.php';
  245.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Context/RequestStackContext.php';
  246.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validation.php';
  247.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  248.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  249.             include_once $this->targetDirs[3].'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  250.             include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorInterface.php';
  251.             include_once $this->targetDirs[3].'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  252.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  253.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ObjectInitializerInterface.php';
  254.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  255.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  256.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  257.             include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorBagInterface.php';
  258.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Translator.php';
  259.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  260.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Translation/Translator.php';
  261.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  262.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  263.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  264.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  265.             include_once $this->targetDirs[3].'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  266.             include_once $this->targetDirs[3].'/vendor/symfony/translation/IdentityTranslator.php';
  267.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  268.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  269.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  270.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  271.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  272.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Logger.php';
  273.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  274.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Logger.php';
  275.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  276.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  277.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  278.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  279.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  280.             include_once $this->targetDirs[3].'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  281.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  282.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  283.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  284.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  285.             include_once $this->targetDirs[3].'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  286.             include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  287.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  288.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  289.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  290.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  291.             include_once $this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  292.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/DataCollector/EasyAdminDataCollector.php';
  293.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/DataCollector/MappingCollector.php';
  294.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  295.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  296.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  297.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  298.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  299.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  300.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  301.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  302.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  303.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  304.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  305.             include_once $this->targetDirs[3].'/vendor/symfony/stopwatch/Stopwatch.php';
  306.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  307.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  308.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  309.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  310.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  311.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  312.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContext.php';
  313.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  314.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  315.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  316.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  317.             include_once $this->targetDirs[3].'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  318.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  319.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  320.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  321.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  322.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  323.             include_once $this->targetDirs[3].'/vendor/symfony/expression-language/ExpressionLanguage.php';
  324.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  325.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  326.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  327.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  328.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  329.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  330.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  331.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  332.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  333.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  334.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  335.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  336.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  337.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
  338.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Registry.php';
  339.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  340.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  341.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  342.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  343.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  344.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  345.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  346.             include_once $this->targetDirs[3].'/vendor/doctrine/event-manager/src/EventManager.php';
  347.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  348.             include_once $this->targetDirs[3].'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  349.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/EventListener/Doctrine/BaseListener.php';
  350.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/EventListener/Doctrine/CleanListener.php';
  351.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Adapter/AdapterInterface.php';
  352.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Adapter/ORM/DoctrineORMAdapter.php';
  353.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
  354.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/EventListener/Doctrine/RemoveListener.php';
  355.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/EventListener/Doctrine/UploadListener.php';
  356.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  357.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/ArrayTrait.php';
  358.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  359.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  360.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  361.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  362.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  363.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  364.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  365.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  366.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  367.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  368.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  369.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  370.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  371.             include_once $this->targetDirs[3].'/vendor/symfony/cache/DoctrineProvider.php';
  372.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  373.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  374.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  375.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  376.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  377.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  378.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
  379.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  380.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  381.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  382.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  383.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  384.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  385.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  386.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  387.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  388.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  389.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  390.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  391.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  392.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  393.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  394.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  395.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  396.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  397.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  398.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  399.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  400.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  401.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  402.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/FirewallMapInterface.php';
  403.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  404.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  405.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/HttpUtils.php';
  406.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  407.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  408.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  409.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  410.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/Firewall.php';
  411.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  412.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  413.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  414.             include_once $this->targetDirs[3].'/vendor/hwi/oauth-bundle/Security/Http/ResourceOwnerMapInterface.php';
  415.             include_once $this->targetDirs[3].'/vendor/hwi/oauth-bundle/Security/Http/ResourceOwnerMap.php';
  416.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Environment.php';
  417.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  418.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  419.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  420.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  421.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  422.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  423.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  424.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  425.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  426.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  427.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  428.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  429.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  430.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  431.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  432.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  433.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/UrlHelper.php';
  434.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  435.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  436.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  437.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  438.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  439.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  440.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  441.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  442.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  443.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  444.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  445.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/ListFormFiltersExtension.php';
  446.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/CheckboxTreeExtension.php';
  447.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/EmbeddedListExtension.php';
  448.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/AdminAuthorizationExtension.php';
  449.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Helper/MenuHelper.php';
  450.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  451.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  452.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  453.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  454.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Twig/Extension/UploaderExtension.php';
  455.             include_once $this->targetDirs[3].'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  456.             include_once $this->targetDirs[3].'/vendor/hwi/oauth-bundle/Twig/Extension/OAuthExtension.php';
  457.             include_once $this->targetDirs[3].'/vendor/php-http/httplug-bundle/src/Collector/Twig/HttpMessageMarkupExtension.php';
  458.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/AppVariable.php';
  459.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  460.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  461.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  462.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Profiler/Profile.php';
  463.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  464.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  465.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  466.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  467.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  468.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  469.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  470.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  471.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  472.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  473.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  474.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  475.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  476.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  477.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  478.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  479.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  480.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  481.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  482.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Server/Connection.php';
  483.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  484.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  485.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  486.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  487.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigManager.php';
  488.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigPassInterface.php';
  489.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ExcludeFieldsConfigPass.php';
  490.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/NormalizerConfigPass.php';
  491.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/DesignConfigPass.php';
  492.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/MenuConfigPass.php';
  493.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/ActionConfigPass.php';
  494.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/MetadataConfigPass.php';
  495.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ShortFormTypeConfigPass.php';
  496.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/PropertyConfigPass.php';
  497.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/ViewConfigPass.php';
  498.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/EmbeddedListViewConfigPass.php';
  499.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/TemplateConfigPass.php';
  500.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ShowViewConfigPass.php';
  501.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/DefaultConfigPass.php';
  502.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ListFormFiltersConfigPass.php';
  503.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Router/EasyAdminRouter.php';
  504.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/EventListener/ControllerListener.php';
  505.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  506.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdater.php';
  507.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  508.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  509.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  510.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Helper/EmbeddedListHelper.php';
  511.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Helper/ListFormFiltersHelper.php';
  512.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Security/AdminAuthorizationChecker.php';
  513.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Storage/StorageInterface.php';
  514.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Storage/AbstractStorage.php';
  515.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Storage/FileSystemStorage.php';
  516.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Metadata/MetadataReader.php';
  517.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  518.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  519.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/MetadataFactory.php';
  520.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  521.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  522.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/DriverChain.php';
  523.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  524.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Metadata/Driver/XmlDriver.php';
  525.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  526.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  527.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  528.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/FileLocator.php';
  529.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Metadata/Driver/AnnotationDriver.php';
  530.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Metadata/Driver/YamlDriver.php';
  531.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  532.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  533.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Cache/FileCache.php';
  534.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Mapping/PropertyMappingFactory.php';
  535.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Handler/AbstractHandler.php';
  536.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Handler/UploadHandler.php';
  537.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Injector/FileInjectorInterface.php';
  538.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Injector/FileInjector.php';
  539.             include_once $this->targetDirs[3].'/vendor/symfony/templating/Helper/HelperInterface.php';
  540.             include_once $this->targetDirs[3].'/vendor/symfony/templating/Helper/Helper.php';
  541.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Templating/Helper/UploaderHelper.php';
  542.             include_once $this->targetDirs[3].'/vendor/hwi/oauth-bundle/Security/OAuthUtils.php';
  543.             include_once $this->targetDirs[3].'/vendor/hwi/oauth-bundle/Templating/Helper/OAuthHelper.php';
  544.             include_once $this->targetDirs[3].'/vendor/php-http/httplug-bundle/src/Discovery/ConfiguredClientsStrategyListener.php';
  545.             include_once $this->targetDirs[3].'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactory.php';
  546.             include_once $this->targetDirs[3].'/vendor/php-http/message/src/Formatter.php';
  547.             include_once $this->targetDirs[3].'/vendor/php-http/httplug-bundle/src/Collector/Formatter.php';
  548.             include_once $this->targetDirs[3].'/vendor/php-http/message/src/Formatter/FullHttpMessageFormatter.php';
  549.             include_once $this->targetDirs[3].'/vendor/php-http/message/src/Formatter/CurlCommandFormatter.php';
  550.             include_once $this->targetDirs[3].'/vendor/php-http/httplug-bundle/src/Collector/Collector.php';
  551.             include_once $this->targetDirs[3].'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactoryListener.php';
  552.             include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollectorTranslator.php';
  553.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContextAwareInterface.php';
  554.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  555.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  556.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RouterInterface.php';
  557.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  558.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Router.php';
  559.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  560.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  561.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Routing/Router.php';
  562.             include_once $this->targetDirs[3].'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  563.             include_once $this->targetDirs[3].'/vendor/symfony/property-access/PropertyAccessor.php';
  564.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  565.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  566.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/TraceableValidator.php';
  567.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  568.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  569.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  570.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  571.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  572.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  573.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  574.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  575.         };
  576.     }
  577.     public function compile()
  578.     {
  579.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  580.     }
  581.     public function isCompiled()
  582.     {
  583.         return true;
  584.     }
  585.     public function getRemovedIds()
  586.     {
  587.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  588.     }
  589.     protected function load($file$lazyLoad true)
  590.     {
  591.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  592.     }
  593.     /**
  594.      * Gets the public 'AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker' shared service.
  595.      *
  596.      * @return \AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker
  597.      */
  598.     protected function getAdminAuthorizationCheckerService()
  599.     {
  600.         return $this->services['AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker'] = new \AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), NULL);
  601.     }
  602.     /**
  603.      * Gets the public 'cache.app' shared service.
  604.      *
  605.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  606.      */
  607.     protected function getCache_AppService()
  608.     {
  609.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('sGjI2DJDuw'0, ($this->targetDirs[0].'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  610.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  611.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  612.     }
  613.     /**
  614.      * Gets the public 'cache.doctrine.orm.default.metadata' shared service.
  615.      *
  616.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  617.      */
  618.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  619.     {
  620.         return $this->services['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  621.     }
  622.     /**
  623.      * Gets the public 'cache.doctrine.orm.default.query' shared service.
  624.      *
  625.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  626.      */
  627.     protected function getCache_Doctrine_Orm_Default_QueryService()
  628.     {
  629.         return $this->services['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  630.     }
  631.     /**
  632.      * Gets the public 'cache.doctrine.orm.default.result' shared service.
  633.      *
  634.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  635.      */
  636.     protected function getCache_Doctrine_Orm_Default_ResultService()
  637.     {
  638.         return $this->services['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  639.     }
  640.     /**
  641.      * Gets the public 'cache.system' shared service.
  642.      *
  643.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  644.      */
  645.     protected function getCache_SystemService()
  646.     {
  647.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('cpz+0eh9e0'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  648.     }
  649.     /**
  650.      * Gets the public 'data_collector.dump' shared service.
  651.      *
  652.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  653.      */
  654.     protected function getDataCollector_DumpService()
  655.     {
  656.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  657.     }
  658.     /**
  659.      * Gets the public 'doctrine' shared service.
  660.      *
  661.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  662.      */
  663.     protected function getDoctrineService()
  664.     {
  665.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  666.     }
  667.     /**
  668.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  669.      *
  670.      * @return \Doctrine\DBAL\Connection
  671.      */
  672.     protected function getDoctrine_Dbal_DefaultConnectionService()
  673.     {
  674.         $a = new \Doctrine\DBAL\Configuration();
  675.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  676.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  677.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  678.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  679.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  680.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  681.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  682.         $a->setSQLLogger($b);
  683.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  684.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  685.         ], [
  686.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  687.         ]));
  688.         $e = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter();
  689.         $f = ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService());
  690.         $g = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  691.         $d->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('product_images'$e$f$g));
  692.         $d->addEventSubscriber(new \FOS\UserBundle\Doctrine\UserListener(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService())));
  693.         $d->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('product_images'$e$f$g));
  694.         $d->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('product_images'$e$f$g));
  695.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  696.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8mb4''host' => $this->getEnv('resolve:DB_HOST'), 'port' => $this->getEnv('resolve:DB_PORT'), 'dbname' => $this->getEnv('resolve:DB_DATABASE'), 'user' => $this->getEnv('resolve:DB_USERNAME'), 'password' => $this->getEnv('resolve:DB_PASSWORD'), 'unix_socket' => $this->getEnv('resolve:DB_SOCKET'), 'driverOptions' => [], 'serverVersion' => '5.7''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci''row_format' => 'DYNAMIC']], $a$d, []);
  697.     }
  698.     /**
  699.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  700.      *
  701.      * @return \Doctrine\ORM\EntityManager
  702.      */
  703.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  704.     {
  705.         $a = new \Doctrine\ORM\Configuration();
  706.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  707.         $c = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> ($this->targetDirs[3].'/src/Entity'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Entity')]);
  708.         $b->addDriver($c'App\\Entity');
  709.         $b->addDriver($c'Vich\\UploaderBundle\\Entity');
  710.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
  711.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/config/doctrine-mapping') => 'AlterPHP\\EasyAdminExtensionBundle\\Model'], '.orm.xml')), 'AlterPHP\\EasyAdminExtensionBundle\\Model');
  712.         $a->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  713.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  714.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  715.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  716.         $a->setMetadataDriverImpl($b);
  717.         $a->setProxyDir(($this->targetDirs[0].'/doctrine/orm/Proxies'));
  718.         $a->setProxyNamespace('Proxies');
  719.         $a->setAutoGenerateProxyClasses(true);
  720.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  721.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  722.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  723.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  724.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  725.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  726.             'App\\Repository\\ActividadRepository' => ['privates''App\\Repository\\ActividadRepository''getActividadRepositoryService.php'true],
  727.             'App\\Repository\\ApellidoRepository' => ['privates''App\\Repository\\ApellidoRepository''getApellidoRepositoryService.php'true],
  728.             'App\\Repository\\ApiKeyRepository' => ['privates''App\\Repository\\ApiKeyRepository''getApiKeyRepositoryService.php'true],
  729.             'App\\Repository\\ArchivoRepository' => ['privates''App\\Repository\\ArchivoRepository''getArchivoRepositoryService.php'true],
  730.             'App\\Repository\\AuditoriaMedicoRepository' => ['privates''App\\Repository\\AuditoriaMedicoRepository''getAuditoriaMedicoRepositoryService.php'true],
  731.             'App\\Repository\\CalificacionRepository' => ['privates''App\\Repository\\CalificacionRepository''getCalificacionRepositoryService.php'true],
  732.             'App\\Repository\\CancelacionCitaRepository' => ['privates''App\\Repository\\CancelacionCitaRepository''getCancelacionCitaRepositoryService.php'true],
  733.             'App\\Repository\\CargaRepository' => ['privates''App\\Repository\\CargaRepository''getCargaRepositoryService.php'true],
  734.             'App\\Repository\\CategoriaBlogRepository' => ['privates''App\\Repository\\CategoriaBlogRepository''getCategoriaBlogRepositoryService.php'true],
  735.             'App\\Repository\\CategoriaFaqRepository' => ['privates''App\\Repository\\CategoriaFaqRepository''getCategoriaFaqRepositoryService.php'true],
  736.             'App\\Repository\\CategoriaRepository' => ['privates''App\\Repository\\CategoriaRepository''getCategoriaRepositoryService.php'true],
  737.             'App\\Repository\\ChatEventRepository' => ['privates''App\\Repository\\ChatEventRepository''getChatEventRepositoryService.php'true],
  738.             'App\\Repository\\ChatRepository' => ['privates''App\\Repository\\ChatRepository''getChatRepositoryService.php'true],
  739.             'App\\Repository\\CitaRepository' => ['privates''App\\Repository\\CitaRepository''getCitaRepositoryService.php'true],
  740.             'App\\Repository\\CiudadRepository' => ['privates''App\\Repository\\CiudadRepository''getCiudadRepositoryService.php'true],
  741.             'App\\Repository\\CodigoRepository' => ['privates''App\\Repository\\CodigoRepository''getCodigoRepositoryService.php'true],
  742.             'App\\Repository\\ColorRepository' => ['privates''App\\Repository\\ColorRepository''getColorRepositoryService.php'true],
  743.             'App\\Repository\\ComentarioRepository' => ['privates''App\\Repository\\ComentarioRepository''getComentarioRepositoryService.php'true],
  744.             'App\\Repository\\CompraItemRepository' => ['privates''App\\Repository\\CompraItemRepository''getCompraItemRepositoryService.php'true],
  745.             'App\\Repository\\CompraRepository' => ['privates''App\\Repository\\CompraRepository''getCompraRepositoryService.php'true],
  746.             'App\\Repository\\CompromisoRepository' => ['privates''App\\Repository\\CompromisoRepository''getCompromisoRepositoryService.php'true],
  747.             'App\\Repository\\ContactoRepository' => ['privates''App\\Repository\\ContactoRepository''getContactoRepositoryService.php'true],
  748.             'App\\Repository\\CorreriaRepository' => ['privates''App\\Repository\\CorreriaRepository''getCorreriaRepositoryService.php'true],
  749.             'App\\Repository\\DireccionRepository' => ['privates''App\\Repository\\DireccionRepository''getDireccionRepositoryService.php'true],
  750.             'App\\Repository\\DistribuidorRepository' => ['privates''App\\Repository\\DistribuidorRepository''getDistribuidorRepositoryService.php'true],
  751.             'App\\Repository\\EspecialidadRepository' => ['privates''App\\Repository\\EspecialidadRepository''getEspecialidadRepositoryService.php'true],
  752.             'App\\Repository\\EstadoCitaRepository' => ['privates''App\\Repository\\EstadoCitaRepository''getEstadoCitaRepositoryService.php'true],
  753.             'App\\Repository\\EstadoPedidoRepository' => ['privates''App\\Repository\\EstadoPedidoRepository''getEstadoPedidoRepositoryService.php'true],
  754.             'App\\Repository\\EventoRepository' => ['privates''App\\Repository\\EventoRepository''getEventoRepositoryService.php'true],
  755.             'App\\Repository\\FaqRepository' => ['privates''App\\Repository\\FaqRepository''getFaqRepositoryService.php'true],
  756.             'App\\Repository\\GaleriaRepository' => ['privates''App\\Repository\\GaleriaRepository''getGaleriaRepositoryService.php'true],
  757.             'App\\Repository\\ImageRepository' => ['privates''App\\Repository\\ImageRepository''getImageRepositoryService.php'true],
  758.             'App\\Repository\\InstaladorRepository' => ['privates''App\\Repository\\InstaladorRepository''getInstaladorRepositoryService.php'true],
  759.             'App\\Repository\\InstitucionRepository' => ['privates''App\\Repository\\InstitucionRepository''getInstitucionRepositoryService.php'true],
  760.             'App\\Repository\\InventarioRepository' => ['privates''App\\Repository\\InventarioRepository''getInventarioRepositoryService.php'true],
  761.             'App\\Repository\\ItemPromocionRepository' => ['privates''App\\Repository\\ItemPromocionRepository''getItemPromocionRepositoryService.php'true],
  762.             'App\\Repository\\JustificacionRepository' => ['privates''App\\Repository\\JustificacionRepository''getJustificacionRepositoryService.php'true],
  763.             'App\\Repository\\MasivoRepository' => ['privates''App\\Repository\\MasivoRepository''getMasivoRepositoryService.php'true],
  764.             'App\\Repository\\MedicoRepository' => ['privates''App\\Repository\\MedicoRepository''getMedicoRepositoryService.php'true],
  765.             'App\\Repository\\MetodoPagoRepository' => ['privates''App\\Repository\\MetodoPagoRepository''getMetodoPagoRepositoryService.php'true],
  766.             'App\\Repository\\MomentoRepository' => ['privates''App\\Repository\\MomentoRepository''getMomentoRepositoryService.php'true],
  767.             'App\\Repository\\MotivoCancelacionRepository' => ['privates''App\\Repository\\MotivoCancelacionRepository''getMotivoCancelacionRepositoryService.php'true],
  768.             'App\\Repository\\NecesidadRepository' => ['privates''App\\Repository\\NecesidadRepository''getNecesidadRepositoryService.php'true],
  769.             'App\\Repository\\POSAdminRepository' => ['privates''App\\Repository\\POSAdminRepository''getPOSAdminRepositoryService.php'true],
  770.             'App\\Repository\\PagologRepository' => ['privates''App\\Repository\\PagologRepository''getPagologRepositoryService.php'true],
  771.             'App\\Repository\\PaisRepository' => ['privates''App\\Repository\\PaisRepository''getPaisRepositoryService.php'true],
  772.             'App\\Repository\\PostRepository' => ['privates''App\\Repository\\PostRepository''getPostRepositoryService.php'true],
  773.             'App\\Repository\\ProductoRepository' => ['privates''App\\Repository\\ProductoRepository''getProductoRepositoryService.php'true],
  774.             'App\\Repository\\PromocionRepository' => ['privates''App\\Repository\\PromocionRepository''getPromocionRepositoryService.php'true],
  775.             'App\\Repository\\RazonRepository' => ['privates''App\\Repository\\RazonRepository''getRazonRepositoryService.php'true],
  776.             'App\\Repository\\ReporteConferenciaRepository' => ['privates''App\\Repository\\ReporteConferenciaRepository''getReporteConferenciaRepositoryService.php'true],
  777.             'App\\Repository\\ReporteGastoRepository' => ['privates''App\\Repository\\ReporteGastoRepository''getReporteGastoRepositoryService.php'true],
  778.             'App\\Repository\\ReporteRepository' => ['privates''App\\Repository\\ReporteRepository''getReporteRepositoryService.php'true],
  779.             'App\\Repository\\SegmentoRepository' => ['privates''App\\Repository\\SegmentoRepository''getSegmentoRepositoryService.php'true],
  780.             'App\\Repository\\SeoRepository' => ['privates''App\\Repository\\SeoRepository''getSeoRepositoryService.php'true],
  781.             'App\\Repository\\ServicioRepository' => ['privates''App\\Repository\\ServicioRepository''getServicioRepositoryService.php'true],
  782.             'App\\Repository\\ServiciosAfiliadosRepository' => ['privates''App\\Repository\\ServiciosAfiliadosRepository''getServiciosAfiliadosRepositoryService.php'true],
  783.             'App\\Repository\\SettingRepository' => ['privates''App\\Repository\\SettingRepository''getSettingRepositoryService.php'true],
  784.             'App\\Repository\\SolicitudMaterialRepository' => ['privates''App\\Repository\\SolicitudMaterialRepository''getSolicitudMaterialRepositoryService.php'true],
  785.             'App\\Repository\\SubCategoriaBlogRepository' => ['privates''App\\Repository\\SubCategoriaBlogRepository''getSubCategoriaBlogRepositoryService.php'true],
  786.             'App\\Repository\\SubcategoriaRepository' => ['privates''App\\Repository\\SubcategoriaRepository''getSubcategoriaRepositoryService.php'true],
  787.             'App\\Repository\\SuperGrupoRepository' => ['privates''App\\Repository\\SuperGrupoRepository''getSuperGrupoRepositoryService.php'true],
  788.             'App\\Repository\\TagfaqRepository' => ['privates''App\\Repository\\TagfaqRepository''getTagfaqRepositoryService.php'true],
  789.             'App\\Repository\\TextoBigRepository' => ['privates''App\\Repository\\TextoBigRepository''getTextoBigRepositoryService.php'true],
  790.             'App\\Repository\\TextoRepository' => ['privates''App\\Repository\\TextoRepository''getTextoRepositoryService.php'true],
  791.             'App\\Repository\\TiendaRepository' => ['privates''App\\Repository\\TiendaRepository''getTiendaRepositoryService.php'true],
  792.             'App\\Repository\\TipoCalificacionRepository' => ['privates''App\\Repository\\TipoCalificacionRepository''getTipoCalificacionRepositoryService.php'true],
  793.             'App\\Repository\\TipoCitaRepository' => ['privates''App\\Repository\\TipoCitaRepository''getTipoCitaRepositoryService.php'true],
  794.             'App\\Repository\\TipoDocumentoRepository' => ['privates''App\\Repository\\TipoDocumentoRepository''getTipoDocumentoRepositoryService.php'true],
  795.             'App\\Repository\\TipoEnvioRepository' => ['privates''App\\Repository\\TipoEnvioRepository''getTipoEnvioRepositoryService.php'true],
  796.             'App\\Repository\\TipoEventoRepository' => ['privates''App\\Repository\\TipoEventoRepository''getTipoEventoRepositoryService.php'true],
  797.             'App\\Repository\\TipoGastoRepository' => ['privates''App\\Repository\\TipoGastoRepository''getTipoGastoRepositoryService.php'true],
  798.             'App\\Repository\\TipoReceptorRepository' => ['privates''App\\Repository\\TipoReceptorRepository''getTipoReceptorRepositoryService.php'true],
  799.             'App\\Repository\\TipoReporteRepository' => ['privates''App\\Repository\\TipoReporteRepository''getTipoReporteRepositoryService.php'true],
  800.             'App\\Repository\\TipoRepository' => ['privates''App\\Repository\\TipoRepository''getTipoRepositoryService.php'true],
  801.             'App\\Repository\\TipoTotRepository' => ['privates''App\\Repository\\TipoTotRepository''getTipoTotRepositoryService.php'true],
  802.             'App\\Repository\\TipoTransferenciaRepository' => ['privates''App\\Repository\\TipoTransferenciaRepository''getTipoTransferenciaRepositoryService.php'true],
  803.             'App\\Repository\\TipoVarianteRepository' => ['privates''App\\Repository\\TipoVarianteRepository''getTipoVarianteRepositoryService.php'true],
  804.             'App\\Repository\\TipoproductoRepository' => ['privates''App\\Repository\\TipoproductoRepository''getTipoproductoRepositoryService.php'true],
  805.             'App\\Repository\\TotRepository' => ['privates''App\\Repository\\TotRepository''getTotRepositoryService.php'true],
  806.             'App\\Repository\\UsuarioRepository' => ['privates''App\\Repository\\UsuarioRepository''getUsuarioRepositoryService.php'true],
  807.             'App\\Repository\\VarianteRepository' => ['privates''App\\Repository\\VarianteRepository''getVarianteRepositoryService.php'true],
  808.             'App\\Repository\\VideoRepository' => ['privates''App\\Repository\\VideoRepository''getVideoRepositoryService.php'true],
  809.         ], [
  810.             'App\\Repository\\ActividadRepository' => '?',
  811.             'App\\Repository\\ApellidoRepository' => '?',
  812.             'App\\Repository\\ApiKeyRepository' => '?',
  813.             'App\\Repository\\ArchivoRepository' => '?',
  814.             'App\\Repository\\AuditoriaMedicoRepository' => '?',
  815.             'App\\Repository\\CalificacionRepository' => '?',
  816.             'App\\Repository\\CancelacionCitaRepository' => '?',
  817.             'App\\Repository\\CargaRepository' => '?',
  818.             'App\\Repository\\CategoriaBlogRepository' => '?',
  819.             'App\\Repository\\CategoriaFaqRepository' => '?',
  820.             'App\\Repository\\CategoriaRepository' => '?',
  821.             'App\\Repository\\ChatEventRepository' => '?',
  822.             'App\\Repository\\ChatRepository' => '?',
  823.             'App\\Repository\\CitaRepository' => '?',
  824.             'App\\Repository\\CiudadRepository' => '?',
  825.             'App\\Repository\\CodigoRepository' => '?',
  826.             'App\\Repository\\ColorRepository' => '?',
  827.             'App\\Repository\\ComentarioRepository' => '?',
  828.             'App\\Repository\\CompraItemRepository' => '?',
  829.             'App\\Repository\\CompraRepository' => '?',
  830.             'App\\Repository\\CompromisoRepository' => '?',
  831.             'App\\Repository\\ContactoRepository' => '?',
  832.             'App\\Repository\\CorreriaRepository' => '?',
  833.             'App\\Repository\\DireccionRepository' => '?',
  834.             'App\\Repository\\DistribuidorRepository' => '?',
  835.             'App\\Repository\\EspecialidadRepository' => '?',
  836.             'App\\Repository\\EstadoCitaRepository' => '?',
  837.             'App\\Repository\\EstadoPedidoRepository' => '?',
  838.             'App\\Repository\\EventoRepository' => '?',
  839.             'App\\Repository\\FaqRepository' => '?',
  840.             'App\\Repository\\GaleriaRepository' => '?',
  841.             'App\\Repository\\ImageRepository' => '?',
  842.             'App\\Repository\\InstaladorRepository' => '?',
  843.             'App\\Repository\\InstitucionRepository' => '?',
  844.             'App\\Repository\\InventarioRepository' => '?',
  845.             'App\\Repository\\ItemPromocionRepository' => '?',
  846.             'App\\Repository\\JustificacionRepository' => '?',
  847.             'App\\Repository\\MasivoRepository' => '?',
  848.             'App\\Repository\\MedicoRepository' => '?',
  849.             'App\\Repository\\MetodoPagoRepository' => '?',
  850.             'App\\Repository\\MomentoRepository' => '?',
  851.             'App\\Repository\\MotivoCancelacionRepository' => '?',
  852.             'App\\Repository\\NecesidadRepository' => '?',
  853.             'App\\Repository\\POSAdminRepository' => '?',
  854.             'App\\Repository\\PagologRepository' => '?',
  855.             'App\\Repository\\PaisRepository' => '?',
  856.             'App\\Repository\\PostRepository' => '?',
  857.             'App\\Repository\\ProductoRepository' => '?',
  858.             'App\\Repository\\PromocionRepository' => '?',
  859.             'App\\Repository\\RazonRepository' => '?',
  860.             'App\\Repository\\ReporteConferenciaRepository' => '?',
  861.             'App\\Repository\\ReporteGastoRepository' => '?',
  862.             'App\\Repository\\ReporteRepository' => '?',
  863.             'App\\Repository\\SegmentoRepository' => '?',
  864.             'App\\Repository\\SeoRepository' => '?',
  865.             'App\\Repository\\ServicioRepository' => '?',
  866.             'App\\Repository\\ServiciosAfiliadosRepository' => '?',
  867.             'App\\Repository\\SettingRepository' => '?',
  868.             'App\\Repository\\SolicitudMaterialRepository' => '?',
  869.             'App\\Repository\\SubCategoriaBlogRepository' => '?',
  870.             'App\\Repository\\SubcategoriaRepository' => '?',
  871.             'App\\Repository\\SuperGrupoRepository' => '?',
  872.             'App\\Repository\\TagfaqRepository' => '?',
  873.             'App\\Repository\\TextoBigRepository' => '?',
  874.             'App\\Repository\\TextoRepository' => '?',
  875.             'App\\Repository\\TiendaRepository' => '?',
  876.             'App\\Repository\\TipoCalificacionRepository' => '?',
  877.             'App\\Repository\\TipoCitaRepository' => '?',
  878.             'App\\Repository\\TipoDocumentoRepository' => '?',
  879.             'App\\Repository\\TipoEnvioRepository' => '?',
  880.             'App\\Repository\\TipoEventoRepository' => '?',
  881.             'App\\Repository\\TipoGastoRepository' => '?',
  882.             'App\\Repository\\TipoReceptorRepository' => '?',
  883.             'App\\Repository\\TipoReporteRepository' => '?',
  884.             'App\\Repository\\TipoRepository' => '?',
  885.             'App\\Repository\\TipoTotRepository' => '?',
  886.             'App\\Repository\\TipoTransferenciaRepository' => '?',
  887.             'App\\Repository\\TipoVarianteRepository' => '?',
  888.             'App\\Repository\\TipoproductoRepository' => '?',
  889.             'App\\Repository\\TotRepository' => '?',
  890.             'App\\Repository\\UsuarioRepository' => '?',
  891.             'App\\Repository\\VarianteRepository' => '?',
  892.             'App\\Repository\\VideoRepository' => '?',
  893.         ])));
  894.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  895.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  896.         return $instance;
  897.     }
  898.     /**
  899.      * Gets the public 'easyadmin.config.manager' shared service.
  900.      *
  901.      * @return \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager
  902.      */
  903.     protected function getEasyadmin_Config_ManagerService()
  904.     {
  905.         $this->services['easyadmin.config.manager'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager($this->parameters['easyadmin.config'], true, ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
  906.         $a = ($this->services['doctrine'] ?? $this->getDoctrineService());
  907.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ExcludeFieldsConfigPass());
  908.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\NormalizerConfigPass($this));
  909.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DesignConfigPass('es'));
  910.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MenuConfigPass());
  911.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ActionConfigPass());
  912.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MetadataConfigPass($a));
  913.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ShortFormTypeConfigPass([]));
  914.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\PropertyConfigPass(($this->privates['form.registry'] ?? $this->getForm_RegistryService())));
  915.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ViewConfigPass());
  916.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\EmbeddedListViewConfigPass(true));
  917.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\TemplateConfigPass(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService())));
  918.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ShowViewConfigPass(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] ?? $this->getEmbeddedListHelperService())));
  919.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DefaultConfigPass());
  920.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ListFormFiltersConfigPass($a));
  921.         return $instance;
  922.     }
  923.     /**
  924.      * Gets the public 'easyadmin.listener.controller' shared service.
  925.      *
  926.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener
  927.      */
  928.     protected function getEasyadmin_Listener_ControllerService()
  929.     {
  930.         return $this->services['easyadmin.listener.controller'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  931.     }
  932.     /**
  933.      * Gets the public 'easyadmin.property_accessor' shared service.
  934.      *
  935.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  936.      */
  937.     protected function getEasyadmin_PropertyAccessorService()
  938.     {
  939.         return $this->services['easyadmin.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  940.     }
  941.     /**
  942.      * Gets the public 'easyadmin.router' shared service.
  943.      *
  944.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter
  945.      */
  946.     protected function getEasyadmin_RouterService()
  947.     {
  948.         return $this->services['easyadmin.router'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  949.     }
  950.     /**
  951.      * Gets the public 'event_dispatcher' shared service.
  952.      *
  953.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  954.      */
  955.     protected function getEventDispatcherService()
  956.     {
  957.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  958.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  959.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  960.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  961.         $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())));
  962.         $instance->addListener('kernel.controller', [=> function () {
  963.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  964.         }, => 'onKernelController'], 0);
  965.         $instance->addListener('kernel.controller', [=> function () {
  966.             return ($this->services['easyadmin.listener.controller'] ?? $this->getEasyadmin_Listener_ControllerService());
  967.         }, => 'onKernelController'], 0);
  968.         $instance->addListener('easy_admin.post_initialize', [=> function () {
  969.             return ($this->services['easyadmin.listener.request_post_initialize'] ?? $this->load('getEasyadmin_Listener_RequestPostInitializeService.php'));
  970.         }, => 'initializeRequest'], 0);
  971.         $instance->addListener('kernel.exception', [=> function () {
  972.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService.php'));
  973.         }, => 'onKernelException'], 0);
  974.         $instance->addListener('kernel.exception', [=> function () {
  975.             return ($this->privates['App\\EventSubscriber\\ExceptionSubscriber'] ?? ($this->privates['App\\EventSubscriber\\ExceptionSubscriber'] = new \App\EventSubscriber\ExceptionSubscriber()));
  976.         }, => 'logException'], 0);
  977.         $instance->addListener('kernel.response', [=> function () {
  978.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  979.         }, => 'onKernelResponse'], 0);
  980.         $instance->addListener('kernel.response', [=> function () {
  981.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  982.         }, => 'onKernelResponse'], -1024);
  983.         $instance->addListener('kernel.request', [=> function () {
  984.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  985.         }, => 'setDefaultLocale'], 100);
  986.         $instance->addListener('kernel.request', [=> function () {
  987.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  988.         }, => 'onKernelRequest'], 16);
  989.         $instance->addListener('kernel.finish_request', [=> function () {
  990.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  991.         }, => 'onKernelFinishRequest'], 0);
  992.         $instance->addListener('kernel.request', [=> function () {
  993.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  994.         }, => 'onKernelRequest'], 256);
  995.         $instance->addListener('kernel.request', [=> function () {
  996.             return ($this->privates['resolve_controller_name_subscriber'] ?? $this->getResolveControllerNameSubscriberService());
  997.         }, => 'onKernelRequest'], 24);
  998.         $instance->addListener('kernel.response', [=> function () {
  999.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1000.         }, => 'onResponse'], -255);
  1001.         $instance->addListener('kernel.request', [=> function () {
  1002.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1003.         }, => 'onKernelRequest'], 15);
  1004.         $instance->addListener('kernel.finish_request', [=> function () {
  1005.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1006.         }, => 'onKernelFinishRequest'], -15);
  1007.         $instance->addListener('console.error', [=> function () {
  1008.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1009.         }, => 'onConsoleError'], -128);
  1010.         $instance->addListener('console.terminate', [=> function () {
  1011.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1012.         }, => 'onConsoleTerminate'], -128);
  1013.         $instance->addListener('console.error', [=> function () {
  1014.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1015.         }, => 'onConsoleError'], 0);
  1016.         $instance->addListener('kernel.request', [=> function () {
  1017.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1018.         }, => 'onKernelRequest'], 128);
  1019.         $instance->addListener('kernel.response', [=> function () {
  1020.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1021.         }, => 'onKernelResponse'], -1000);
  1022.         $instance->addListener('kernel.finish_request', [=> function () {
  1023.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1024.         }, => 'onFinishRequest'], 0);
  1025.         $instance->addListener('kernel.request', [=> function () {
  1026.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1027.         }, => 'onKernelRequest'], 48);
  1028.         $instance->addListener('kernel.response', [=> function () {
  1029.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1030.         }, => 'onKernelResponse'], -100);
  1031.         $instance->addListener('kernel.exception', [=> function () {
  1032.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1033.         }, => 'onKernelException'], 0);
  1034.         $instance->addListener('kernel.terminate', [=> function () {
  1035.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1036.         }, => 'onKernelTerminate'], -1024);
  1037.         $instance->addListener('kernel.controller', [=> function () {
  1038.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1039.         }, => 'onKernelController'], 0);
  1040.         $instance->addListener('kernel.response', [=> function () {
  1041.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1042.         }, => 'onKernelResponse'], 0);
  1043.         $instance->addListener('kernel.request', [=> function () {
  1044.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1045.         }, => 'configure'], 2048);
  1046.         $instance->addListener('kernel.exception', [=> function () {
  1047.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1048.         }, => 'onKernelException'], -2048);
  1049.         $instance->addListener('kernel.request', [=> function () {
  1050.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1051.         }, => 'onKernelRequest'], 32);
  1052.         $instance->addListener('kernel.finish_request', [=> function () {
  1053.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1054.         }, => 'onKernelFinishRequest'], 0);
  1055.         $instance->addListener('kernel.exception', [=> function () {
  1056.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1057.         }, => 'onKernelException'], -64);
  1058.         $instance->addListener('kernel.response', [=> function () {
  1059.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1060.         }, => 'onKernelResponse'], 0);
  1061.         $instance->addListener('kernel.controller', [=> function () {
  1062.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1063.         }, => 'onKernelController'], 0);
  1064.         $instance->addListener('kernel.controller', [=> function () {
  1065.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1066.         }, => 'onKernelController'], 0);
  1067.         $instance->addListener('kernel.controller', [=> function () {
  1068.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1069.         }, => 'onKernelController'], -128);
  1070.         $instance->addListener('kernel.view', [=> function () {
  1071.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1072.         }, => 'onKernelView'], 0);
  1073.         $instance->addListener('kernel.controller', [=> function () {
  1074.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1075.         }, => 'onKernelController'], 0);
  1076.         $instance->addListener('kernel.response', [=> function () {
  1077.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1078.         }, => 'onKernelResponse'], 0);
  1079.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1080.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1081.         }, => 'onKernelControllerArguments'], 0);
  1082.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1083.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1084.         }, => 'onKernelControllerArguments'], 0);
  1085.         $instance->addListener('kernel.response', [=> function () {
  1086.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1087.         }, => 'onKernelResponse'], 0);
  1088.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1089.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  1090.         }, => 'onVoterVote'], 0);
  1091.         $instance->addListener('kernel.request', [=> function () {
  1092.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1093.         }, => 'configureLogoutUrlGenerator'], 8);
  1094.         $instance->addListener('kernel.request', [=> function () {
  1095.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1096.         }, => 'onKernelRequest'], 8);
  1097.         $instance->addListener('kernel.finish_request', [=> function () {
  1098.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1099.         }, => 'onKernelFinishRequest'], 0);
  1100.         $instance->addListener('kernel.exception', [=> function () {
  1101.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1102.         }, => 'onException'], 0);
  1103.         $instance->addListener('kernel.terminate', [=> function () {
  1104.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1105.         }, => 'onTerminate'], 0);
  1106.         $instance->addListener('console.error', [=> function () {
  1107.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1108.         }, => 'onException'], 0);
  1109.         $instance->addListener('console.terminate', [=> function () {
  1110.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1111.         }, => 'onTerminate'], 0);
  1112.         $instance->addListener('kernel.exception', [=> function () {
  1113.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  1114.         }, => 'logKernelException'], 0);
  1115.         $instance->addListener('kernel.exception', [=> function () {
  1116.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  1117.         }, => 'onKernelException'], -128);
  1118.         $instance->addListener('kernel.response', [=> function () {
  1119.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1120.         }, => 'onKernelResponse'], -128);
  1121.         $instance->addListener('console.command', [=> function () {
  1122.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1123.         }, => 'onCommand'], 255);
  1124.         $instance->addListener('console.terminate', [=> function () {
  1125.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1126.         }, => 'onTerminate'], -255);
  1127.         $instance->addListener('console.command', [=> function () {
  1128.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
  1129.         }, => 'configure'], 1024);
  1130.         $instance->addListener('console.error', [=> function () {
  1131.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1132.         }, => 'onConsoleError'], 0);
  1133.         $instance->addListener('console.terminate', [=> function () {
  1134.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1135.         }, => 'onConsoleTerminate'], 0);
  1136.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  1137.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  1138.         }, => 'onImplicitLogin'], 0);
  1139.         $instance->addListener('security.interactive_login', [=> function () {
  1140.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  1141.         }, => 'onSecurityInteractiveLogin'], 0);
  1142.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1143.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  1144.         }, => 'authenticate'], 0);
  1145.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  1146.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  1147.         }, => 'authenticate'], 0);
  1148.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1149.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  1150.         }, => 'authenticate'], 0);
  1151.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  1152.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1153.         }, => 'addSuccessFlash'], 0);
  1154.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  1155.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1156.         }, => 'addSuccessFlash'], 0);
  1157.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  1158.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1159.         }, => 'addSuccessFlash'], 0);
  1160.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  1161.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1162.         }, => 'addSuccessFlash'], 0);
  1163.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  1164.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1165.         }, => 'addSuccessFlash'], 0);
  1166.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1167.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1168.         }, => 'addSuccessFlash'], 0);
  1169.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1170.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1171.         }, => 'addSuccessFlash'], 0);
  1172.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  1173.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  1174.         }, => 'onResettingResetInitialize'], 0);
  1175.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  1176.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  1177.         }, => 'onResettingResetSuccess'], 0);
  1178.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  1179.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  1180.         }, => 'onResettingResetRequest'], 0);
  1181.         $instance->addListener('easy_admin.post_list_query_builder', [=> function () {
  1182.             return ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\EventListener\\PostQueryBuilderSubscriber'] ?? $this->load('getPostQueryBuilderSubscriberService.php'));
  1183.         }, => 'onPostListQueryBuilder'], 0);
  1184.         $instance->addListener('easy_admin.post_search_query_builder', [=> function () {
  1185.             return ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\EventListener\\PostQueryBuilderSubscriber'] ?? $this->load('getPostQueryBuilderSubscriberService.php'));
  1186.         }, => 'onPostSearchQueryBuilder'], 0);
  1187.         $instance->addListener('kernel.request', [=> function () {
  1188.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  1189.         }, => 'onEvent'], 1024);
  1190.         $instance->addListener('console.command', [=> function () {
  1191.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  1192.         }, => 'onEvent'], 1024);
  1193.         $instance->addListener('kernel.request', [=> function () {
  1194.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  1195.         }, => 'onEvent'], 1024);
  1196.         $instance->addListener('console.command', [=> function () {
  1197.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  1198.         }, => 'onEvent'], 1024);
  1199.         return $instance;
  1200.     }
  1201.     /**
  1202.      * Gets the public 'form.factory' shared service.
  1203.      *
  1204.      * @return \Symfony\Component\Form\FormFactory
  1205.      */
  1206.     protected function getForm_FactoryService()
  1207.     {
  1208.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1209.     }
  1210.     /**
  1211.      * Gets the public 'http_kernel' shared service.
  1212.      *
  1213.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1214.      */
  1215.     protected function getHttpKernelService()
  1216.     {
  1217.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($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 () {
  1218.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  1219.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  1220.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  1221.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  1222.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  1223.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  1224.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  1225.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
  1226.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1227.     }
  1228.     /**
  1229.      * Gets the public 'hwi_oauth.resource_ownermap.secured_area' shared service.
  1230.      *
  1231.      * @return \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMap
  1232.      */
  1233.     protected function getHwiOauth_ResourceOwnermap_SecuredAreaService()
  1234.     {
  1235.         $this->services['hwi_oauth.resource_ownermap.secured_area'] = $instance = new \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMap(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), $this->parameters['hwi_oauth.resource_owners'], $this->parameters['hwi_oauth.resource_ownermap.configured.secured_area']);
  1236.         $instance->setContainer($this);
  1237.         return $instance;
  1238.     }
  1239.     /**
  1240.      * Gets the public 'profiler' shared service.
  1241.      *
  1242.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1243.      */
  1244.     protected function getProfilerService()
  1245.     {
  1246.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1247.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1248.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1249.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1250.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1251.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDirs[0].'/profiler')), $atrue);
  1252.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1253.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1254.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1255.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1256.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1257.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1258.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1259.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1260.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1261.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->services['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1262.         $d->addInstance('cache.doctrine.orm.default.result', ($this->services['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1263.         $d->addInstance('cache.doctrine.orm.default.query', ($this->services['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1264.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1265.         $d->addInstance('cache.easyadmin', ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
  1266.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1267.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1268.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1269.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1270.         if ($this->has('kernel')) {
  1271.             $f->setKernel($b);
  1272.         }
  1273.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1274.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1275.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1276.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1277.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1278.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1279.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1280.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDirs[0].'/srcApp_KernelDevDebugContainer'), $c));
  1281.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1282.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1283.         $instance->add($d);
  1284.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1285.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($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())));
  1286.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  1287.         $instance->add($e);
  1288.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1289.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1290.         $instance->add(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())));
  1291.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService())));
  1292.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1293.         $instance->add($f);
  1294.         return $instance;
  1295.     }
  1296.     /**
  1297.      * Gets the public 'request_stack' shared service.
  1298.      *
  1299.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1300.      */
  1301.     protected function getRequestStackService()
  1302.     {
  1303.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1304.     }
  1305.     /**
  1306.      * Gets the public 'router' shared service.
  1307.      *
  1308.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1309.      */
  1310.     protected function getRouterService()
  1311.     {
  1312.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1313.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1314.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1315.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1316.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1317.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1318.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  1319.         ], [
  1320.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1321.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDirs[0], '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'es');
  1322.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1323.         return $instance;
  1324.     }
  1325.     /**
  1326.      * Gets the public 'security.authorization_checker' shared service.
  1327.      *
  1328.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1329.      */
  1330.     protected function getSecurity_AuthorizationCheckerService()
  1331.     {
  1332.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1333.     }
  1334.     /**
  1335.      * Gets the public 'security.token_storage' shared service.
  1336.      *
  1337.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  1338.      */
  1339.     protected function getSecurity_TokenStorageService()
  1340.     {
  1341.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  1342.     }
  1343.     /**
  1344.      * Gets the public 'session' shared service.
  1345.      *
  1346.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1347.      */
  1348.     protected function getSessionService()
  1349.     {
  1350.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()), new \Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag(), new \Symfony\Component\HttpFoundation\Session\Flash\FlashBag());
  1351.     }
  1352.     /**
  1353.      * Gets the public 'translator' shared service.
  1354.      *
  1355.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1356.      */
  1357.     protected function getTranslatorService()
  1358.     {
  1359.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1360.     }
  1361.     /**
  1362.      * Gets the public 'twig' shared service.
  1363.      *
  1364.      * @return \Twig\Environment
  1365.      */
  1366.     protected function getTwigService()
  1367.     {
  1368.         $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDirs[0].'/twig'), 'charset' => 'UTF-8']);
  1369.         $a = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  1370.         $b = ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  1371.         $c = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1372.         $d = ($this->services['translator'] ?? $this->getTranslatorService());
  1373.         $e = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  1374.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1375.         $g = ($this->services['router'] ?? $this->getRouterService());
  1376.         $h = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1377.         $i = ($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService());
  1378.         $j = ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService());
  1379.         $k = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1380.         $k->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  1381.         $l = ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService());
  1382.         $m = ($this->services['AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker'] ?? $this->getAdminAuthorizationCheckerService());
  1383.         $n = new \Symfony\Bridge\Twig\AppVariable();
  1384.         $n->setEnvironment('dev');
  1385.         $n->setDebug(true);
  1386.         if ($this->has('security.token_storage')) {
  1387.             $n->setTokenStorage(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  1388.         }
  1389.         if ($this->has('request_stack')) {
  1390.             $n->setRequestStack($h);
  1391.         }
  1392.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1393.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension($a));
  1394.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension($b));
  1395.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $c));
  1396.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($d));
  1397.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($e));
  1398.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f$this->targetDirs[3], 'UTF-8'));
  1399.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  1400.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1401.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($ctrue));
  1402.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1403.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1404.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($h, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1405.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($h));
  1406.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  1407.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension($i$j));
  1408.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1409.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($k));
  1410.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), $l, ($this->services['easyadmin.router'] ?? $this->getEasyadmin_RouterService()), true$a$d));
  1411.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\ListFormFiltersExtension(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'] ?? $this->getListFormFiltersHelperService())));
  1412.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\CheckboxTreeExtension());
  1413.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\EmbeddedListExtension(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] ?? $this->getEmbeddedListHelperService())));
  1414.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\AdminAuthorizationExtension($m, new \AlterPHP\EasyAdminExtensionBundle\Helper\MenuHelper($m$b)));
  1415.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder($l), $g$e$h$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  1416.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(($this->services['vich_uploader.templating.helper.uploader_helper'] ?? $this->getVichUploader_Templating_Helper_UploaderHelperService())));
  1417.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1418.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService.php'true],
  1419.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService.php'true],
  1420.         ], [
  1421.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1422.             'webpack_encore.tag_renderer' => '?',
  1423.         ])));
  1424.         $instance->addExtension(new \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthExtension(($this->privates['hwi_oauth.templating.helper.oauth'] ?? $this->getHwiOauth_Templating_Helper_OauthService())));
  1425.         $instance->addExtension(new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension($i$j));
  1426.         $instance->addGlobal('app'$n);
  1427.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1428.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  1429.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  1430.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  1431.         ], [
  1432.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1433.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1434.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1435.         ])));
  1436.         $instance->addGlobal('qi', ($this->privates['qi'] ?? $this->getQiService()));
  1437.         $instance->addGlobal('product_images''/uploads/images/products/');
  1438.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1439.         return $instance;
  1440.     }
  1441.     /**
  1442.      * Gets the public 'validator' shared service.
  1443.      *
  1444.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1445.      */
  1446.     protected function getValidatorService()
  1447.     {
  1448.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1449.     }
  1450.     /**
  1451.      * Gets the public 'var_dumper.cloner' shared service.
  1452.      *
  1453.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1454.      */
  1455.     protected function getVarDumper_ClonerService()
  1456.     {
  1457.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1458.         $instance->setMaxItems(2500);
  1459.         $instance->setMinDepth(1);
  1460.         $instance->setMaxString(-1);
  1461.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1462.         return $instance;
  1463.     }
  1464.     /**
  1465.      * Gets the public 'vich_uploader.templating.helper.uploader_helper' shared service.
  1466.      *
  1467.      * @return \Vich\UploaderBundle\Templating\Helper\UploaderHelper
  1468.      */
  1469.     protected function getVichUploader_Templating_Helper_UploaderHelperService()
  1470.     {
  1471.         return $this->services['vich_uploader.templating.helper.uploader_helper'] = new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
  1472.     }
  1473.     /**
  1474.      * Gets the public 'vich_uploader.upload_handler' shared service.
  1475.      *
  1476.      * @return \Vich\UploaderBundle\Handler\UploadHandler
  1477.      */
  1478.     protected function getVichUploader_UploadHandlerService()
  1479.     {
  1480.         $a = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
  1481.         return $this->services['vich_uploader.upload_handler'] = new \Vich\UploaderBundle\Handler\UploadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), $a, new \Vich\UploaderBundle\Injector\FileInjector($a), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1482.     }
  1483.     /**
  1484.      * Gets the private 'AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper' shared service.
  1485.      *
  1486.      * @return \AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper
  1487.      */
  1488.     protected function getEmbeddedListHelperService()
  1489.     {
  1490.         return $this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] = new \AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['easyadmin.config']);
  1491.     }
  1492.     /**
  1493.      * Gets the private 'AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper' shared service.
  1494.      *
  1495.      * @return \AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper
  1496.      */
  1497.     protected function getListFormFiltersHelperService()
  1498.     {
  1499.         return $this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'] = new \AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper(($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true);
  1500.     }
  1501.     /**
  1502.      * Gets the private 'Http\Client\Common\PluginClientFactory' shared service.
  1503.      *
  1504.      * @return \Http\HttplugBundle\Collector\PluginClientFactory
  1505.      */
  1506.     protected function getPluginClientFactoryService()
  1507.     {
  1508.         return $this->privates['Http\\Client\\Common\\PluginClientFactory'] = new \Http\HttplugBundle\Collector\PluginClientFactory(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())), ($this->privates['httplug.collector.formatter'] ?? $this->getHttplug_Collector_FormatterService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1509.     }
  1510.     /**
  1511.      * Gets the private 'Http\HttplugBundle\Collector\PluginClientFactoryListener' shared service.
  1512.      *
  1513.      * @return \Http\HttplugBundle\Collector\PluginClientFactoryListener
  1514.      */
  1515.     protected function getPluginClientFactoryListenerService()
  1516.     {
  1517.         return $this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] = new \Http\HttplugBundle\Collector\PluginClientFactoryListener(($this->privates['Http\\Client\\Common\\PluginClientFactory'] ?? $this->getPluginClientFactoryService()));
  1518.     }
  1519.     /**
  1520.      * Gets the private 'annotations.cached_reader' shared service.
  1521.      *
  1522.      * @return \Doctrine\Common\Annotations\CachedReader
  1523.      */
  1524.     protected function getAnnotations_CachedReaderService()
  1525.     {
  1526.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->load('getAnnotations_CacheService.php'), true);
  1527.     }
  1528.     /**
  1529.      * Gets the private 'annotations.reader' shared service.
  1530.      *
  1531.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1532.      */
  1533.     protected function getAnnotations_ReaderService()
  1534.     {
  1535.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1536.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1537.         $a->registerUniqueLoader('class_exists');
  1538.         $instance->addGlobalIgnoredName('required'$a);
  1539.         return $instance;
  1540.     }
  1541.     /**
  1542.      * Gets the private 'assets.packages' shared service.
  1543.      *
  1544.      * @return \Symfony\Component\Asset\Packages
  1545.      */
  1546.     protected function getAssets_PackagesService()
  1547.     {
  1548.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy(($this->targetDirs[3].'/public/build/manifest.json')), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false)), []);
  1549.     }
  1550.     /**
  1551.      * Gets the private 'cache.annotations' shared service.
  1552.      *
  1553.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1554.      */
  1555.     protected function getCache_AnnotationsService()
  1556.     {
  1557.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('dc5l4Y1eRj'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1558.     }
  1559.     /**
  1560.      * Gets the private 'cache.easyadmin' shared service.
  1561.      *
  1562.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1563.      */
  1564.     protected function getCache_EasyadminService()
  1565.     {
  1566.         return $this->privates['cache.easyadmin'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rJZVCP3K5+'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1567.     }
  1568.     /**
  1569.      * Gets the private 'cache.property_info' shared service.
  1570.      *
  1571.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1572.      */
  1573.     protected function getCache_PropertyInfoService()
  1574.     {
  1575.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8e0HFrSptN'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1576.     }
  1577.     /**
  1578.      * Gets the private 'cache.security_expression_language' shared service.
  1579.      *
  1580.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1581.      */
  1582.     protected function getCache_SecurityExpressionLanguageService()
  1583.     {
  1584.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('2HhZx0yaEB'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1585.     }
  1586.     /**
  1587.      * Gets the private 'cache.serializer' shared service.
  1588.      *
  1589.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1590.      */
  1591.     protected function getCache_SerializerService()
  1592.     {
  1593.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BM80K8XbBR'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1594.     }
  1595.     /**
  1596.      * Gets the private 'cache.validator' shared service.
  1597.      *
  1598.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1599.      */
  1600.     protected function getCache_ValidatorService()
  1601.     {
  1602.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KQy6I5wVVO'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1603.     }
  1604.     /**
  1605.      * Gets the private 'cache.webpack_encore' shared service.
  1606.      *
  1607.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1608.      */
  1609.     protected function getCache_WebpackEncoreService()
  1610.     {
  1611.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('2Rnidq2txQ'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1612.     }
  1613.     /**
  1614.      * Gets the private 'config_cache_factory' shared service.
  1615.      *
  1616.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1617.      */
  1618.     protected function getConfigCacheFactoryService()
  1619.     {
  1620.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1621.             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)));
  1622.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1623.         }, 2));
  1624.     }
  1625.     /**
  1626.      * Gets the private 'data_collector.form' shared service.
  1627.      *
  1628.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1629.      */
  1630.     protected function getDataCollector_FormService()
  1631.     {
  1632.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1633.     }
  1634.     /**
  1635.      * Gets the private 'debug.controller_resolver' shared service.
  1636.      *
  1637.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  1638.      */
  1639.     protected function getDebug_ControllerResolverService()
  1640.     {
  1641.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1642.     }
  1643.     /**
  1644.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1645.      *
  1646.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1647.      */
  1648.     protected function getDebug_DebugHandlersListenerService()
  1649.     {
  1650.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1651.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1652.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1653.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1654.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1655.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true'UTF-8');
  1656.     }
  1657.     /**
  1658.      * Gets the private 'debug.file_link_formatter' shared service.
  1659.      *
  1660.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1661.      */
  1662.     protected function getDebug_FileLinkFormatterService()
  1663.     {
  1664.         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())), $this->targetDirs[3], function () {
  1665.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  1666.         });
  1667.     }
  1668.     /**
  1669.      * Gets the private 'debug.log_processor' shared service.
  1670.      *
  1671.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1672.      */
  1673.     protected function getDebug_LogProcessorService()
  1674.     {
  1675.         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())));
  1676.     }
  1677.     /**
  1678.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1679.      *
  1680.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1681.      */
  1682.     protected function getDebug_Security_Access_DecisionManagerService()
  1683.     {
  1684.         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 () {
  1685.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  1686.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService.php'));
  1687.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
  1688.         }, 3), 'affirmative'falsetrue));
  1689.     }
  1690.     /**
  1691.      * Gets the private 'debug.security.firewall' shared service.
  1692.      *
  1693.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1694.      */
  1695.     protected function getDebug_Security_FirewallService()
  1696.     {
  1697.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1698.     }
  1699.     /**
  1700.      * Gets the private 'form.registry' shared service.
  1701.      *
  1702.      * @return \Symfony\Component\Form\FormRegistry
  1703.      */
  1704.     protected function getForm_RegistryService()
  1705.     {
  1706.         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, [
  1707.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType' => ['privates''AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType''getEasyAdminEmbeddedListTypeService.php'true],
  1708.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType' => ['privates''AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType''getAdminRolesTypeService.php'true],
  1709.             'App\\Form\\ArchivoType' => ['privates''App\\Form\\ArchivoType''getArchivoTypeService.php'true],
  1710.             'App\\Form\\ContactoType' => ['privates''App\\Form\\ContactoType''getContactoTypeService.php'true],
  1711.             'App\\Form\\EnvioType' => ['privates''App\\Form\\EnvioType''getEnvioTypeService.php'true],
  1712.             'App\\Form\\ImageFullType' => ['privates''App\\Form\\ImageFullType''getImageFullTypeService.php'true],
  1713.             'App\\Form\\ImageType' => ['privates''App\\Form\\ImageType''getImageTypeService.php'true],
  1714.             'App\\Form\\ItemPromocionType' => ['privates''App\\Form\\ItemPromocionType''getItemPromocionTypeService.php'true],
  1715.             'App\\Form\\ProductoVarianteType' => ['privates''App\\Form\\ProductoVarianteType''getProductoVarianteTypeService.php'true],
  1716.             'App\\Form\\PublicarProductoType' => ['privates''App\\Form\\PublicarProductoType''getPublicarProductoTypeService.php'true],
  1717.             'App\\Form\\RegistrationType' => ['privates''app.form.registration''getApp_Form_RegistrationService.php'true],
  1718.             'App\\Form\\VideoType' => ['privates''App\\Form\\VideoType''getVideoTypeService.php'true],
  1719.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => ['privates''easyadmin.form.type.autocomplete''getEasyadmin_Form_Type_AutocompleteService.php'true],
  1720.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => ['privates''easyadmin.form.type.batch''getEasyadmin_Form_Type_BatchService.php'true],
  1721.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => ['privates''easyadmin.form.type.divider''getEasyadmin_Form_Type_DividerService.php'true],
  1722.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => ['privates''easyadmin.form.type''getEasyadmin_Form_TypeService.php'true],
  1723.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => ['privates''easyadmin.form.type.group''getEasyadmin_Form_Type_GroupService.php'true],
  1724.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => ['privates''easyadmin.form.type.section''getEasyadmin_Form_Type_SectionService.php'true],
  1725.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates''fos_ck_editor.form.type''getFosCkEditor_Form_TypeService.php'true],
  1726.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService.php'true],
  1727.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService.php'true],
  1728.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService.php'true],
  1729.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService.php'true],
  1730.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService.php'true],
  1731.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService.php'true],
  1732.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService.php'true],
  1733.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService.php'true],
  1734.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService.php'true],
  1735.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services''vich_uploader.form.type.file''getVichUploader_Form_Type_FileService.php'true],
  1736.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services''vich_uploader.form.type.image''getVichUploader_Form_Type_ImageService.php'true],
  1737.         ], [
  1738.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType' => '?',
  1739.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType' => '?',
  1740.             'App\\Form\\ArchivoType' => '?',
  1741.             'App\\Form\\ContactoType' => '?',
  1742.             'App\\Form\\EnvioType' => '?',
  1743.             'App\\Form\\ImageFullType' => '?',
  1744.             'App\\Form\\ImageType' => '?',
  1745.             'App\\Form\\ItemPromocionType' => '?',
  1746.             'App\\Form\\ProductoVarianteType' => '?',
  1747.             'App\\Form\\PublicarProductoType' => '?',
  1748.             'App\\Form\\RegistrationType' => '?',
  1749.             'App\\Form\\VideoType' => '?',
  1750.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => '?',
  1751.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => '?',
  1752.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => '?',
  1753.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => '?',
  1754.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => '?',
  1755.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => '?',
  1756.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => '?',
  1757.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  1758.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  1759.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  1760.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  1761.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
  1762.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  1763.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  1764.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  1765.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  1766.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  1767.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  1768.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  1769.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService.php'));
  1770.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService.php'));
  1771.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService.php'));
  1772.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService.php'));
  1773.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService.php'));
  1774.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService.php'));
  1775.             yield => ($this->privates['easyadmin.form.type.extension'] ?? $this->load('getEasyadmin_Form_Type_ExtensionService.php'));
  1776.         }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  1777.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  1778.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  1779.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  1780.         }, 1), 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => new RewindableGenerator(function () {
  1781.             yield => ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Extension\\EasyAdminAutocompleteTypeExtension'] ?? $this->load('getEasyAdminAutocompleteTypeExtensionService.php'));
  1782.         }, 1)], new RewindableGenerator(function () {
  1783.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService.php'));
  1784.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService.php'));
  1785.             yield => ($this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] ?? $this->load('getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService.php'));
  1786.         }, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  1787.     }
  1788.     /**
  1789.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  1790.      *
  1791.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  1792.      */
  1793.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  1794.     {
  1795.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  1796.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  1797.     }
  1798.     /**
  1799.      * Gets the private 'fos_user.util.password_updater' shared service.
  1800.      *
  1801.      * @return \FOS\UserBundle\Util\PasswordUpdater
  1802.      */
  1803.     protected function getFosUser_Util_PasswordUpdaterService()
  1804.     {
  1805.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  1806.     }
  1807.     /**
  1808.      * Gets the private 'fragment.listener' shared service.
  1809.      *
  1810.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  1811.      */
  1812.     protected function getFragment_ListenerService()
  1813.     {
  1814.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), '/_fragment');
  1815.     }
  1816.     /**
  1817.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1818.      *
  1819.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1820.      */
  1821.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1822.     {
  1823.         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())));
  1824.     }
  1825.     /**
  1826.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1827.      *
  1828.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1829.      */
  1830.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1831.     {
  1832.         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()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  1833.     }
  1834.     /**
  1835.      * Gets the private 'httplug.collector.formatter' shared service.
  1836.      *
  1837.      * @return \Http\HttplugBundle\Collector\Formatter
  1838.      */
  1839.     protected function getHttplug_Collector_FormatterService()
  1840.     {
  1841.         return $this->privates['httplug.collector.formatter'] = new \Http\HttplugBundle\Collector\Formatter(new \Http\Message\Formatter\FullHttpMessageFormatter(0), new \Http\Message\Formatter\CurlCommandFormatter());
  1842.     }
  1843.     /**
  1844.      * Gets the private 'hwi_oauth.security.oauth_utils' shared service.
  1845.      *
  1846.      * @return \HWI\Bundle\OAuthBundle\Security\OAuthUtils
  1847.      */
  1848.     protected function getHwiOauth_Security_OauthUtilsService()
  1849.     {
  1850.         $this->privates['hwi_oauth.security.oauth_utils'] = $instance = new \HWI\Bundle\OAuthBundle\Security\OAuthUtils(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), false'IS_AUTHENTICATED_REMEMBERED');
  1851.         $instance->addResourceOwnerMap(($this->services['hwi_oauth.resource_ownermap.secured_area'] ?? $this->getHwiOauth_ResourceOwnermap_SecuredAreaService()));
  1852.         return $instance;
  1853.     }
  1854.     /**
  1855.      * Gets the private 'hwi_oauth.templating.helper.oauth' shared service.
  1856.      *
  1857.      * @return \HWI\Bundle\OAuthBundle\Templating\Helper\OAuthHelper
  1858.      */
  1859.     protected function getHwiOauth_Templating_Helper_OauthService()
  1860.     {
  1861.         return $this->privates['hwi_oauth.templating.helper.oauth'] = new \HWI\Bundle\OAuthBundle\Templating\Helper\OAuthHelper(($this->privates['hwi_oauth.security.oauth_utils'] ?? $this->getHwiOauth_Security_OauthUtilsService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1862.     }
  1863.     /**
  1864.      * Gets the private 'locale_aware_listener' shared service.
  1865.      *
  1866.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1867.      */
  1868.     protected function getLocaleAwareListenerService()
  1869.     {
  1870.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1871.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1872.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1873.     }
  1874.     /**
  1875.      * Gets the private 'locale_listener' shared service.
  1876.      *
  1877.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1878.      */
  1879.     protected function getLocaleListenerService()
  1880.     {
  1881.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'es', ($this->services['router'] ?? $this->getRouterService()));
  1882.     }
  1883.     /**
  1884.      * Gets the private 'monolog.handler.console' shared service.
  1885.      *
  1886.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1887.      */
  1888.     protected function getMonolog_Handler_ConsoleService()
  1889.     {
  1890.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1891.     }
  1892.     /**
  1893.      * Gets the private 'monolog.handler.main' shared service.
  1894.      *
  1895.      * @return \Monolog\Handler\StreamHandler
  1896.      */
  1897.     protected function getMonolog_Handler_MainService()
  1898.     {
  1899.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler(($this->targetDirs[2].'/log/dev.log'), 100trueNULLfalse);
  1900.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1901.         return $instance;
  1902.     }
  1903.     /**
  1904.      * Gets the private 'monolog.logger' shared service.
  1905.      *
  1906.      * @return \Symfony\Bridge\Monolog\Logger
  1907.      */
  1908.     protected function getMonolog_LoggerService()
  1909.     {
  1910.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1911.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1912.         $instance->useMicrosecondTimestamps(true);
  1913.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1914.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1915.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1916.         return $instance;
  1917.     }
  1918.     /**
  1919.      * Gets the private 'monolog.logger.cache' shared service.
  1920.      *
  1921.      * @return \Symfony\Bridge\Monolog\Logger
  1922.      */
  1923.     protected function getMonolog_Logger_CacheService()
  1924.     {
  1925.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1926.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1927.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1928.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1929.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1930.         return $instance;
  1931.     }
  1932.     /**
  1933.      * Gets the private 'monolog.logger.request' shared service.
  1934.      *
  1935.      * @return \Symfony\Bridge\Monolog\Logger
  1936.      */
  1937.     protected function getMonolog_Logger_RequestService()
  1938.     {
  1939.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1940.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1941.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1942.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1943.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1944.         return $instance;
  1945.     }
  1946.     /**
  1947.      * Gets the private 'parameter_bag' shared service.
  1948.      *
  1949.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1950.      */
  1951.     protected function getParameterBagService()
  1952.     {
  1953.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1954.     }
  1955.     /**
  1956.      * Gets the private 'profiler_listener' shared service.
  1957.      *
  1958.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1959.      */
  1960.     protected function getProfilerListenerService()
  1961.     {
  1962.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  1963.     }
  1964.     /**
  1965.      * Gets the private 'qi' shared autowired service.
  1966.      *
  1967.      * @return \App\Service\QI
  1968.      */
  1969.     protected function getQiService()
  1970.     {
  1971.         return $this->privates['qi'] = new \App\Service\QI(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this, ($this->services['session'] ?? $this->getSessionService()));
  1972.     }
  1973.     /**
  1974.      * Gets the private 'resolve_controller_name_subscriber' shared service.
  1975.      *
  1976.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  1977.      */
  1978.     protected function getResolveControllerNameSubscriberService()
  1979.     {
  1980.         return $this->privates['resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))));
  1981.     }
  1982.     /**
  1983.      * Gets the private 'router.request_context' shared service.
  1984.      *
  1985.      * @return \Symfony\Component\Routing\RequestContext
  1986.      */
  1987.     protected function getRouter_RequestContextService()
  1988.     {
  1989.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  1990.     }
  1991.     /**
  1992.      * Gets the private 'router_listener' shared service.
  1993.      *
  1994.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1995.      */
  1996.     protected function getRouterListenerService()
  1997.     {
  1998.         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()), $this->targetDirs[3], true);
  1999.     }
  2000.     /**
  2001.      * Gets the private 'security.authentication.manager' shared service.
  2002.      *
  2003.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  2004.      */
  2005.     protected function getSecurity_Authentication_ManagerService()
  2006.     {
  2007.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  2008.             yield => ($this->privates['security.authentication.provider.dao.secured_area'] ?? $this->load('getSecurity_Authentication_Provider_Dao_SecuredAreaService.php'));
  2009.             yield => ($this->privates['hwi_oauth.authentication.provider.oauth.secured_area'] ?? $this->load('getHwiOauth_Authentication_Provider_Oauth_SecuredAreaService.php'));
  2010.             yield => ($this->privates['security.authentication.provider.anonymous.secured_area'] ?? ($this->privates['security.authentication.provider.anonymous.secured_area'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  2011.         }, 3), true);
  2012.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2013.         return $instance;
  2014.     }
  2015.     /**
  2016.      * Gets the private 'security.encoder_factory.generic' shared service.
  2017.      *
  2018.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  2019.      */
  2020.     protected function getSecurity_EncoderFactory_GenericService()
  2021.     {
  2022.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\BCryptPasswordEncoder''arguments' => [=> 13]]]);
  2023.     }
  2024.     /**
  2025.      * Gets the private 'security.firewall.map' shared service.
  2026.      *
  2027.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2028.      */
  2029.     protected function getSecurity_Firewall_MapService()
  2030.     {
  2031.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2032.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService.php'true],
  2033.             'security.firewall.map.context.secured_area' => ['privates''security.firewall.map.context.secured_area''getSecurity_Firewall_Map_Context_SecuredAreaService.php'true],
  2034.         ], [
  2035.             'security.firewall.map.context.dev' => '?',
  2036.             'security.firewall.map.context.secured_area' => '?',
  2037.         ]), new RewindableGenerator(function () {
  2038.             yield 'security.firewall.map.context.secured_area' => NULL;
  2039.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  2040.         }, 2));
  2041.     }
  2042.     /**
  2043.      * Gets the private 'security.http_utils' shared service.
  2044.      *
  2045.      * @return \Symfony\Component\Security\Http\HttpUtils
  2046.      */
  2047.     protected function getSecurity_HttpUtilsService()
  2048.     {
  2049.         $a = ($this->services['router'] ?? $this->getRouterService());
  2050.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  2051.     }
  2052.     /**
  2053.      * Gets the private 'security.logout_url_generator' shared service.
  2054.      *
  2055.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2056.      */
  2057.     protected function getSecurity_LogoutUrlGeneratorService()
  2058.     {
  2059.         $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['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  2060.         $instance->registerListener('secured_area''fos_user_security_logout''logout''_csrf_token'NULLNULL);
  2061.         return $instance;
  2062.     }
  2063.     /**
  2064.      * Gets the private 'security.role_hierarchy' shared service.
  2065.      *
  2066.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2067.      */
  2068.     protected function getSecurity_RoleHierarchyService()
  2069.     {
  2070.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2071.     }
  2072.     /**
  2073.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2074.      *
  2075.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2076.      */
  2077.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2078.     {
  2079.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2080.     }
  2081.     /**
  2082.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2083.      *
  2084.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2085.      */
  2086.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2087.     {
  2088.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2089.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2090.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2091.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2092.     }
  2093.     /**
  2094.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2095.      *
  2096.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2097.      */
  2098.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2099.     {
  2100.         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()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2101.     }
  2102.     /**
  2103.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2104.      *
  2105.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2106.      */
  2107.     protected function getSensioFrameworkExtra_View_ListenerService()
  2108.     {
  2109.         return $this->privates['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))), ($this->services['twig'] ?? $this->getTwigService()));
  2110.     }
  2111.     /**
  2112.      * Gets the private 'session.storage.native' shared service.
  2113.      *
  2114.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  2115.      */
  2116.     protected function getSession_Storage_NativeService()
  2117.     {
  2118.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  2119.     }
  2120.     /**
  2121.      * Gets the private 'session_listener' shared service.
  2122.      *
  2123.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2124.      */
  2125.     protected function getSessionListenerService()
  2126.     {
  2127.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2128.             'initialized_session' => ['services''session'NULLfalse],
  2129.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2130.             'session' => ['services''session''getSessionService'false],
  2131.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  2132.         ], [
  2133.             'initialized_session' => '?',
  2134.             'request_stack' => '?',
  2135.             'session' => '?',
  2136.             'session_storage' => '?',
  2137.         ]));
  2138.     }
  2139.     /**
  2140.      * Gets the private 'translator.default' shared service.
  2141.      *
  2142.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2143.      */
  2144.     protected function getTranslator_DefaultService()
  2145.     {
  2146.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2147.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  2148.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  2149.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  2150.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  2151.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  2152.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  2153.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  2154.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  2155.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  2156.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  2157.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  2158.         ], [
  2159.             'translation.loader.csv' => '?',
  2160.             'translation.loader.dat' => '?',
  2161.             'translation.loader.ini' => '?',
  2162.             'translation.loader.json' => '?',
  2163.             'translation.loader.mo' => '?',
  2164.             'translation.loader.php' => '?',
  2165.             'translation.loader.po' => '?',
  2166.             'translation.loader.qt' => '?',
  2167.             'translation.loader.res' => '?',
  2168.             'translation.loader.xliff' => '?',
  2169.             'translation.loader.yml' => '?',
  2170.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'es', ['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->targetDirs[0].'/translations'), 'debug' => true'resource_files' => ['af' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ar.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.ar.yml')], 'az' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.bg.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.bg.yml')], 'ca' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ca.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.ca.yml')], 'cs' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.cs.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.cs.yml')], 'cy' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.da.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml')], 'de' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.de.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.de.yml'), => ($this->targetDirs[3].'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.de.yml')], 'el' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.el.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], 'en' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.en.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), => ($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.en.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.en.yml'), => ($this->targetDirs[3].'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.en.yml')], 'es' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.es.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), => ($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.es.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.es.yml'), => ($this->targetDirs[3].'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.es.yml')], 'et' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.eu.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml')], 'fa' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fa.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml'), => ($this->targetDirs[3].'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.fa.yml')], 'fi' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fi.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.fi.yml')], 'fr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fr.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), => ($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.fr.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.fr.yml'), => ($this->targetDirs[3].'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.fr.yml')], 'gl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.gl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml')], 'he' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], 'hr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hr.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml')], 'hu' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hu.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), => ($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.hu.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.hu.yml'), => ($this->targetDirs[3].'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.hu.yml')], 'hy' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml')], 'it' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.it.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), => ($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.it.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.it.yml'), => ($this->targetDirs[3].'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.it.yml')], 'ja' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml')], 'lb' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml')], 'lt' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.lt.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.lt.yml')], 'lv' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], 'mn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.mn.xlf')], 'nb' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], 'nl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.nl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.nl.yml'), => ($this->targetDirs[3].'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.nl.yml')], 'nn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.pl.yml'), => ($this->targetDirs[3].'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.pl.yml')], 'pt' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pt.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.pt.yml')], 'pt_BR' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml')], 'ro' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ro.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml')], 'ru' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ru.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), => ($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.ru.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.ru.yml'), => ($this->targetDirs[3].'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.ru.yml')], 'sk' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml')], 'sl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.sl.yml')], 'sq' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], 'sv' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sv.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml')], 'th' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml')], 'tl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.tr.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.tr.yml'), => ($this->targetDirs[3].'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.tr.yml')], 'uk' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.uk.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.uk.yml'), => ($this->targetDirs[3].'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.uk.yml')], 'vi' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml'), => ($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.xlf')], 'zh_TW' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => ($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.zh_TW.xlf')], 'pt_PT' => [=> ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')], 'sr_RS' => [=> ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sr_RS.xlf')], 'bn' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml')], 'vn' => [=> ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.vn.yml')], 'zh' => [=> ($this->targetDirs[3].'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.zh.yml')]], 'scanned_directories' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations'), => ($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations'), => ($this->targetDirs[3].'/vendor/hwi/oauth-bundle/Resources/translations'), => ($this->targetDirs[3].'/translations'), => ($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/translations'), 10 => ($this->targetDirs[3].'/src/Resources/FrameworkBundle/translations'), 11 => ($this->targetDirs[3].'/vendor/doctrine/doctrine-cache-bundle/Resources/translations'), 12 => ($this->targetDirs[3].'/src/Resources/DoctrineCacheBundle/translations'), 13 => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Resources/translations'), 14 => ($this->targetDirs[3].'/src/Resources/SensioFrameworkExtraBundle/translations'), 15 => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/translations'), 16 => ($this->targetDirs[3].'/src/Resources/DoctrineBundle/translations'), 17 => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle/Resources/translations'), 18 => ($this->targetDirs[3].'/src/Resources/DoctrineMigrationsBundle/translations'), 19 => ($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/translations'), 20 => ($this->targetDirs[3].'/src/Resources/SecurityBundle/translations'), 21 => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/translations'), 22 => ($this->targetDirs[3].'/src/Resources/SwiftmailerBundle/translations'), 23 => ($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/translations'), 24 => ($this->targetDirs[3].'/src/Resources/TwigBundle/translations'), 25 => ($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/translations'), 26 => ($this->targetDirs[3].'/src/Resources/WebProfilerBundle/translations'), 27 => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle/Resources/translations'), 28 => ($this->targetDirs[3].'/src/Resources/MonologBundle/translations'), 29 => ($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/translations'), 30 => ($this->targetDirs[3].'/src/Resources/DebugBundle/translations'), 31 => ($this->targetDirs[3].'/vendor/symfony/maker-bundle/src/Resources/translations'), 32 => ($this->targetDirs[3].'/src/Resources/MakerBundle/translations'), 33 => ($this->targetDirs[3].'/vendor/symfony/web-server-bundle/Resources/translations'), 34 => ($this->targetDirs[3].'/src/Resources/WebServerBundle/translations'), 35 => ($this->targetDirs[3].'/src/Resources/EasyAdminBundle/translations'), 36 => ($this->targetDirs[3].'/src/Resources/FOSUserBundle/translations'), 37 => ($this->targetDirs[3].'/src/Resources/EasyAdminExtensionBundle/translations'), 38 => ($this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/translations'), 39 => ($this->targetDirs[3].'/src/Resources/FOSCKEditorBundle/translations'), 40 => ($this->targetDirs[3].'/src/Resources/VichUploaderBundle/translations'), 41 => ($this->targetDirs[3].'/vendor/symfony/webpack-encore-bundle/src/Resources/translations'), 42 => ($this->targetDirs[3].'/src/Resources/WebpackEncoreBundle/translations'), 43 => ($this->targetDirs[3].'/src/Resources/HWIOAuthBundle/translations'), 44 => ($this->targetDirs[3].'/vendor/php-http/httplug-bundle/src/Resources/translations'), 45 => ($this->targetDirs[3].'/src/Resources/HttplugBundle/translations'), 46 => ($this->targetDirs[3].'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/easycorp/easyadmin-bundle/src/Resources/translations'=> 'vendor/friendsofsymfony/user-bundle/Resources/translations'=> 'vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations'=> 'vendor/vich/uploader-bundle/Resources/translations'=> 'vendor/hwi/oauth-bundle/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/Resources/translations'10 => 'src/Resources/FrameworkBundle/translations'11 => 'vendor/doctrine/doctrine-cache-bundle/Resources/translations'12 => 'src/Resources/DoctrineCacheBundle/translations'13 => 'vendor/sensio/framework-extra-bundle/src/Resources/translations'14 => 'src/Resources/SensioFrameworkExtraBundle/translations'15 => 'vendor/doctrine/doctrine-bundle/Resources/translations'16 => 'src/Resources/DoctrineBundle/translations'17 => 'vendor/doctrine/doctrine-migrations-bundle/Resources/translations'18 => 'src/Resources/DoctrineMigrationsBundle/translations'19 => 'vendor/symfony/security-bundle/Resources/translations'20 => 'src/Resources/SecurityBundle/translations'21 => 'vendor/symfony/swiftmailer-bundle/Resources/translations'22 => 'src/Resources/SwiftmailerBundle/translations'23 => 'vendor/symfony/twig-bundle/Resources/translations'24 => 'src/Resources/TwigBundle/translations'25 => 'vendor/symfony/web-profiler-bundle/Resources/translations'26 => 'src/Resources/WebProfilerBundle/translations'27 => 'vendor/symfony/monolog-bundle/Resources/translations'28 => 'src/Resources/MonologBundle/translations'29 => 'vendor/symfony/debug-bundle/Resources/translations'30 => 'src/Resources/DebugBundle/translations'31 => 'vendor/symfony/maker-bundle/src/Resources/translations'32 => 'src/Resources/MakerBundle/translations'33 => 'vendor/symfony/web-server-bundle/Resources/translations'34 => 'src/Resources/WebServerBundle/translations'35 => 'src/Resources/EasyAdminBundle/translations'36 => 'src/Resources/FOSUserBundle/translations'37 => 'src/Resources/EasyAdminExtensionBundle/translations'38 => 'vendor/friendsofsymfony/ckeditor-bundle/src/Resources/translations'39 => 'src/Resources/FOSCKEditorBundle/translations'40 => 'src/Resources/VichUploaderBundle/translations'41 => 'vendor/symfony/webpack-encore-bundle/src/Resources/translations'42 => 'src/Resources/WebpackEncoreBundle/translations'43 => 'src/Resources/HWIOAuthBundle/translations'44 => 'vendor/php-http/httplug-bundle/src/Resources/translations'45 => 'src/Resources/HttplugBundle/translations'46 => 'src/Resources/translations']]]);
  2171.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2172.         $instance->setFallbackLocales([=> 'es']);
  2173.         return $instance;
  2174.     }
  2175.     /**
  2176.      * Gets the private 'twig.loader.filesystem' shared service.
  2177.      *
  2178.      * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader
  2179.      */
  2180.     protected function getTwig_Loader_FilesystemService()
  2181.     {
  2182.         $this->privates['twig.loader.filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), $this->targetDirs[3]);
  2183.         $instance->addPath(($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views/'), 'EasyAdmin');
  2184.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  2185.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  2186.         $instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  2187.         $instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  2188.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  2189.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  2190.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  2191.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  2192.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  2193.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  2194.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  2195.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  2196.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  2197.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  2198.         $instance->addPath(($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  2199.         $instance->addPath(($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  2200.         $instance->addPath(($this->targetDirs[3].'/src/Resources/FOSUserBundle/views'), 'FOSUser');
  2201.         $instance->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  2202.         $instance->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  2203.         $instance->addPath(($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views'), 'EasyAdminExtension');
  2204.         $instance->addPath(($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views'), '!EasyAdminExtension');
  2205.         $instance->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  2206.         $instance->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  2207.         $instance->addPath(($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/views'), 'VichUploader');
  2208.         $instance->addPath(($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/views'), '!VichUploader');
  2209.         $instance->addPath(($this->targetDirs[3].'/vendor/hwi/oauth-bundle/Resources/views'), 'HWIOAuth');
  2210.         $instance->addPath(($this->targetDirs[3].'/vendor/hwi/oauth-bundle/Resources/views'), '!HWIOAuth');
  2211.         $instance->addPath(($this->targetDirs[3].'/vendor/php-http/httplug-bundle/src/Resources/views'), 'Httplug');
  2212.         $instance->addPath(($this->targetDirs[3].'/vendor/php-http/httplug-bundle/src/Resources/views'), '!Httplug');
  2213.         $instance->addPath(($this->targetDirs[3].'/templates'));
  2214.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bridge/Resources/views/Form'));
  2215.         return $instance;
  2216.     }
  2217.     /**
  2218.      * Gets the private 'validator.builder' shared service.
  2219.      *
  2220.      * @return \Symfony\Component\Validator\ValidatorBuilderInterface
  2221.      */
  2222.     protected function getValidator_BuilderService()
  2223.     {
  2224.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2225.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2226.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  2227.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  2228.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  2229.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  2230.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService.php'true],
  2231.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  2232.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  2233.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  2234.         ], [
  2235.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2236.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2237.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2238.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2239.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2240.             'doctrine.orm.validator.unique' => '?',
  2241.             'security.validator.user_password' => '?',
  2242.             'validator.expression' => '?',
  2243.         ])));
  2244.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  2245.         $instance->setTranslationDomain('validators');
  2246.         $instance->addXmlMappings([=> ($this->targetDirs[3].'/vendor/symfony/form/Resources/config/validation.xml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  2247.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2248.         $instance->addMethodMapping('loadValidatorMetadata');
  2249.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  2250.         $instance->addXmlMapping(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  2251.         return $instance;
  2252.     }
  2253.     /**
  2254.      * Gets the private 'var_dumper.html_dumper' shared service.
  2255.      *
  2256.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2257.      */
  2258.     protected function getVarDumper_HtmlDumperService()
  2259.     {
  2260.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2261.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2262.         return $instance;
  2263.     }
  2264.     /**
  2265.      * Gets the private 'var_dumper.server_connection' shared service.
  2266.      *
  2267.      * @return \Symfony\Component\VarDumper\Server\Connection
  2268.      */
  2269.     protected function getVarDumper_ServerConnectionService()
  2270.     {
  2271.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'$this->targetDirs[3], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  2272.     }
  2273.     /**
  2274.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  2275.      *
  2276.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  2277.      */
  2278.     protected function getVichUploader_MetadataReaderService()
  2279.     {
  2280.         $a = new \Metadata\Driver\FileLocator([]);
  2281.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  2282.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDirs[0].'/vich_uploader')));
  2283.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  2284.     }
  2285.     /**
  2286.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  2287.      *
  2288.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  2289.      */
  2290.     protected function getVichUploader_PropertyMappingFactoryService()
  2291.     {
  2292.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->getParameter('vich_uploader.mappings'), '_name');
  2293.     }
  2294.     /**
  2295.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  2296.      *
  2297.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  2298.      */
  2299.     protected function getVichUploader_Storage_FileSystemService()
  2300.     {
  2301.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  2302.     }
  2303.     /**
  2304.      * Gets the private 'web_profiler.csp.handler' shared service.
  2305.      *
  2306.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2307.      */
  2308.     protected function getWebProfiler_Csp_HandlerService()
  2309.     {
  2310.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2311.     }
  2312.     /**
  2313.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2314.      *
  2315.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2316.      */
  2317.     protected function getWebProfiler_DebugToolbarService()
  2318.     {
  2319.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  2320.     }
  2321.     public function getParameter($name)
  2322.     {
  2323.         $name = (string) $name;
  2324.         if (isset($this->buildParameters[$name])) {
  2325.             return $this->buildParameters[$name];
  2326.         }
  2327.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2328.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2329.         }
  2330.         if (isset($this->loadedDynamicParameters[$name])) {
  2331.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2332.         }
  2333.         return $this->parameters[$name];
  2334.     }
  2335.     public function hasParameter($name)
  2336.     {
  2337.         $name = (string) $name;
  2338.         if (isset($this->buildParameters[$name])) {
  2339.             return true;
  2340.         }
  2341.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  2342.     }
  2343.     public function setParameter($name$value)
  2344.     {
  2345.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2346.     }
  2347.     public function getParameterBag()
  2348.     {
  2349.         if (null === $this->parameterBag) {
  2350.             $parameters $this->parameters;
  2351.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2352.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2353.             }
  2354.             foreach ($this->buildParameters as $name => $value) {
  2355.                 $parameters[$name] = $value;
  2356.             }
  2357.             $this->parameterBag = new FrozenParameterBag($parameters);
  2358.         }
  2359.         return $this->parameterBag;
  2360.     }
  2361.     private $loadedDynamicParameters = [
  2362.         'kernel.root_dir' => false,
  2363.         'kernel.project_dir' => false,
  2364.         'kernel.cache_dir' => false,
  2365.         'kernel.logs_dir' => false,
  2366.         'kernel.bundles_metadata' => false,
  2367.         'kernel.secret' => false,
  2368.         'session.save_path' => false,
  2369.         'validator.mapping.cache.file' => false,
  2370.         'translator.default_path' => false,
  2371.         'profiler.storage.dsn' => false,
  2372.         'debug.container.dump' => false,
  2373.         'serializer.mapping.cache.file' => false,
  2374.         'doctrine.orm.proxy_dir' => false,
  2375.         'swiftmailer.spool.default.memory.path' => false,
  2376.         'twig.default_path' => false,
  2377.         'vich_uploader.mappings' => false,
  2378.     ];
  2379.     private $dynamicParameters = [];
  2380.     /**
  2381.      * Computes a dynamic parameter.
  2382.      *
  2383.      * @param string $name The name of the dynamic parameter to load
  2384.      *
  2385.      * @return mixed The value of the dynamic parameter
  2386.      *
  2387.      * @throws InvalidArgumentException When the dynamic parameter does not exist
  2388.      */
  2389.     private function getDynamicParameter($name)
  2390.     {
  2391.         switch ($name) {
  2392.             case 'kernel.root_dir'$value = ($this->targetDirs[3].'/src'); break;
  2393.             case 'kernel.project_dir'$value $this->targetDirs[3]; break;
  2394.             case 'kernel.cache_dir'$value $this->targetDirs[0]; break;
  2395.             case 'kernel.logs_dir'$value = ($this->targetDirs[2].'/log'); break;
  2396.             case 'kernel.bundles_metadata'$value = [
  2397.                 'FrameworkBundle' => [
  2398.                     'path' => ($this->targetDirs[3].'/vendor/symfony/framework-bundle'),
  2399.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2400.                 ],
  2401.                 'DoctrineCacheBundle' => [
  2402.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-cache-bundle'),
  2403.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  2404.                 ],
  2405.                 'SensioFrameworkExtraBundle' => [
  2406.                     'path' => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src'),
  2407.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2408.                 ],
  2409.                 'DoctrineBundle' => [
  2410.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle'),
  2411.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2412.                 ],
  2413.                 'DoctrineMigrationsBundle' => [
  2414.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle'),
  2415.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2416.                 ],
  2417.                 'SecurityBundle' => [
  2418.                     'path' => ($this->targetDirs[3].'/vendor/symfony/security-bundle'),
  2419.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2420.                 ],
  2421.                 'SwiftmailerBundle' => [
  2422.                     'path' => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle'),
  2423.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2424.                 ],
  2425.                 'TwigBundle' => [
  2426.                     'path' => ($this->targetDirs[3].'/vendor/symfony/twig-bundle'),
  2427.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2428.                 ],
  2429.                 'WebProfilerBundle' => [
  2430.                     'path' => ($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle'),
  2431.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2432.                 ],
  2433.                 'MonologBundle' => [
  2434.                     'path' => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle'),
  2435.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2436.                 ],
  2437.                 'DebugBundle' => [
  2438.                     'path' => ($this->targetDirs[3].'/vendor/symfony/debug-bundle'),
  2439.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2440.                 ],
  2441.                 'MakerBundle' => [
  2442.                     'path' => ($this->targetDirs[3].'/vendor/symfony/maker-bundle/src'),
  2443.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2444.                 ],
  2445.                 'WebServerBundle' => [
  2446.                     'path' => ($this->targetDirs[3].'/vendor/symfony/web-server-bundle'),
  2447.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  2448.                 ],
  2449.                 'EasyAdminBundle' => [
  2450.                     'path' => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src'),
  2451.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  2452.                 ],
  2453.                 'FOSUserBundle' => [
  2454.                     'path' => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle'),
  2455.                     'namespace' => 'FOS\\UserBundle',
  2456.                 ],
  2457.                 'EasyAdminExtensionBundle' => [
  2458.                     'path' => ($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src'),
  2459.                     'namespace' => 'AlterPHP\\EasyAdminExtensionBundle',
  2460.                 ],
  2461.                 'FOSCKEditorBundle' => [
  2462.                     'path' => ($this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  2463.                     'namespace' => 'FOS\\CKEditorBundle',
  2464.                 ],
  2465.                 'VichUploaderBundle' => [
  2466.                     'path' => ($this->targetDirs[3].'/vendor/vich/uploader-bundle'),
  2467.                     'namespace' => 'Vich\\UploaderBundle',
  2468.                 ],
  2469.                 'WebpackEncoreBundle' => [
  2470.                     'path' => ($this->targetDirs[3].'/vendor/symfony/webpack-encore-bundle/src'),
  2471.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  2472.                 ],
  2473.                 'HWIOAuthBundle' => [
  2474.                     'path' => ($this->targetDirs[3].'/vendor/hwi/oauth-bundle'),
  2475.                     'namespace' => 'HWI\\Bundle\\OAuthBundle',
  2476.                 ],
  2477.                 'HttplugBundle' => [
  2478.                     'path' => ($this->targetDirs[3].'/vendor/php-http/httplug-bundle/src'),
  2479.                     'namespace' => 'Http\\HttplugBundle',
  2480.                 ],
  2481.             ]; break;
  2482.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2483.             case 'session.save_path'$value = ($this->targetDirs[0].'/sessions'); break;
  2484.             case 'validator.mapping.cache.file'$value = ($this->targetDirs[0].'/validation.php'); break;
  2485.             case 'translator.default_path'$value = ($this->targetDirs[3].'/translations'); break;
  2486.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDirs[0].'/profiler'); break;
  2487.             case 'debug.container.dump'$value = ($this->targetDirs[0].'/srcApp_KernelDevDebugContainer.xml'); break;
  2488.             case 'serializer.mapping.cache.file'$value = ($this->targetDirs[0].'/serialization.php'); break;
  2489.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDirs[0].'/doctrine/orm/Proxies'); break;
  2490.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDirs[0].'/swiftmailer/spool/default'); break;
  2491.             case 'twig.default_path'$value = ($this->targetDirs[3].'/templates'); break;
  2492.             case 'vich_uploader.mappings'$value = [
  2493.                 'product_images' => [
  2494.                     'uri_prefix' => '/uploads/images/products',
  2495.                     'upload_destination' => ($this->targetDirs[3].'/public/uploads/images/products'),
  2496.                     'namer' => [
  2497.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.product_images',
  2498.                         'options' => [
  2499.                         ],
  2500.                     ],
  2501.                     'directory_namer' => [
  2502.                         'service' => NULL,
  2503.                         'options' => NULL,
  2504.                     ],
  2505.                     'delete_on_remove' => true,
  2506.                     'delete_on_update' => true,
  2507.                     'inject_on_load' => false,
  2508.                     'db_driver' => 'orm',
  2509.                 ],
  2510.             ]; break;
  2511.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2512.         }
  2513.         $this->loadedDynamicParameters[$name] = true;
  2514.         return $this->dynamicParameters[$name] = $value;
  2515.     }
  2516.     /**
  2517.      * Gets the default parameters.
  2518.      *
  2519.      * @return array An array of the default parameters
  2520.      */
  2521.     protected function getDefaultParameters()
  2522.     {
  2523.         return [
  2524.             'kernel.environment' => 'dev',
  2525.             'kernel.debug' => true,
  2526.             'kernel.name' => 'src',
  2527.             'kernel.bundles' => [
  2528.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2529.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  2530.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2531.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2532.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2533.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2534.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2535.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2536.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2537.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2538.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2539.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2540.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  2541.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  2542.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  2543.                 'EasyAdminExtensionBundle' => 'AlterPHP\\EasyAdminExtensionBundle\\EasyAdminExtensionBundle',
  2544.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  2545.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  2546.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  2547.                 'HWIOAuthBundle' => 'HWI\\Bundle\\OAuthBundle\\HWIOAuthBundle',
  2548.                 'HttplugBundle' => 'Http\\HttplugBundle\\HttplugBundle',
  2549.             ],
  2550.             'kernel.charset' => 'UTF-8',
  2551.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  2552.             'container.dumper.inline_class_loader' => true,
  2553.             'env(DATABASE_URL)' => '',
  2554.             'locale' => 'es',
  2555.             'app_locales' => 'en|fr|es',
  2556.             'env(DB_HOST)' => '',
  2557.             'env(DB_PORT)' => 3306,
  2558.             'env(DB_SOCKET)' => '',
  2559.             'app.path.product_images' => '/uploads/images/products',
  2560.             'fragment.renderer.hinclude.global_template' => NULL,
  2561.             'fragment.path' => '/_fragment',
  2562.             'kernel.http_method_override' => true,
  2563.             'kernel.trusted_hosts' => [
  2564.             ],
  2565.             'kernel.default_locale' => 'es',
  2566.             'templating.helper.code.file_link_format' => NULL,
  2567.             'debug.file_link_format' => NULL,
  2568.             'session.metadata.storage_key' => '_sf2_meta',
  2569.             'session.storage.options' => [
  2570.                 'cache_limiter' => '0',
  2571.                 'cookie_secure' => 'auto',
  2572.                 'cookie_httponly' => true,
  2573.                 'cookie_samesite' => 'lax',
  2574.                 'gc_probability' => 1,
  2575.             ],
  2576.             'session.metadata.update_threshold' => 0,
  2577.             'form.type_extension.csrf.enabled' => true,
  2578.             'form.type_extension.csrf.field_name' => '_token',
  2579.             'asset.request_context.base_path' => '',
  2580.             'asset.request_context.secure' => false,
  2581.             'templating.loader.cache.path' => NULL,
  2582.             'templating.engines' => [
  2583.                 => 'twig',
  2584.                 => 'php',
  2585.             ],
  2586.             'templating.helper.form.resources' => [
  2587.                 => 'FrameworkBundle:Form',
  2588.             ],
  2589.             'validator.mapping.cache.prefix' => '',
  2590.             'validator.translation_domain' => 'validators',
  2591.             'translator.logging' => false,
  2592.             'profiler_listener.only_exceptions' => false,
  2593.             'profiler_listener.only_master_requests' => false,
  2594.             'debug.error_handler.throw_at' => -1,
  2595.             'router.request_context.host' => 'localhost',
  2596.             'router.request_context.scheme' => 'http',
  2597.             'router.request_context.base_url' => '',
  2598.             'router.resource' => 'kernel::loadRoutes',
  2599.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  2600.             'request_listener.http_port' => 80,
  2601.             'request_listener.https_port' => 443,
  2602.             'serializer.mapping.cache.prefix' => '',
  2603.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2604.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  2605.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2606.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  2607.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  2608.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  2609.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  2610.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  2611.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  2612.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2613.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  2614.             'doctrine_cache.memcache.host' => 'localhost',
  2615.             'doctrine_cache.memcache.port' => 11211,
  2616.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2617.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  2618.             'doctrine_cache.memcached.host' => 'localhost',
  2619.             'doctrine_cache.memcached.port' => 11211,
  2620.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  2621.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  2622.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  2623.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  2624.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  2625.             'doctrine_cache.predis.scheme' => 'tcp',
  2626.             'doctrine_cache.predis.host' => 'localhost',
  2627.             'doctrine_cache.predis.port' => 6379,
  2628.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2629.             'doctrine_cache.redis.connection.class' => 'Redis',
  2630.             'doctrine_cache.redis.host' => 'localhost',
  2631.             'doctrine_cache.redis.port' => 6379,
  2632.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  2633.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  2634.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  2635.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  2636.             'doctrine_cache.riak.host' => 'localhost',
  2637.             'doctrine_cache.riak.port' => 8087,
  2638.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  2639.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  2640.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  2641.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2642.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2643.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2644.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  2645.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  2646.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  2647.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  2648.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2649.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2650.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2651.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2652.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2653.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2654.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2655.             'doctrine.entity_managers' => [
  2656.                 'default' => 'doctrine.orm.default_entity_manager',
  2657.             ],
  2658.             'doctrine.default_entity_manager' => 'default',
  2659.             'doctrine.dbal.connection_factory.types' => [
  2660.             ],
  2661.             'doctrine.connections' => [
  2662.                 'default' => 'doctrine.dbal.default_connection',
  2663.             ],
  2664.             'doctrine.default_connection' => 'default',
  2665.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2666.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2667.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2668.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2669.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2670.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2671.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2672.             'doctrine.orm.cache.memcache_port' => 11211,
  2673.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2674.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2675.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2676.             'doctrine.orm.cache.memcached_port' => 11211,
  2677.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2678.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2679.             'doctrine.orm.cache.redis_host' => 'localhost',
  2680.             'doctrine.orm.cache.redis_port' => 6379,
  2681.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2682.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2683.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2684.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2685.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2686.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2687.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2688.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2689.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2690.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2691.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2692.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2693.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2694.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2695.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2696.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2697.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2698.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2699.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2700.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2701.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2702.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2703.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2704.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2705.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2706.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2707.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2708.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2709.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2710.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2711.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2712.             'doctrine.migrations.preferred_em' => NULL,
  2713.             'doctrine.migrations.preferred_connection' => NULL,
  2714.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  2715.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  2716.             'security.role_hierarchy.roles' => [
  2717.                 'ROLE_ADMIN' => [
  2718.                     => 'ROLE_USER',
  2719.                 ],
  2720.                 'ROLE_SUPER_ADMIN' => [
  2721.                     => 'ROLE_ADMIN',
  2722.                 ],
  2723.             ],
  2724.             'security.access.denied_url' => NULL,
  2725.             'security.authentication.manager.erase_credentials' => true,
  2726.             'security.authentication.session_strategy.strategy' => 'migrate',
  2727.             'security.access.always_authenticate_before_granting' => false,
  2728.             'security.authentication.hide_user_not_found' => true,
  2729.             'hwi_oauth.resource_ownermap.configured.secured_area' => [
  2730.                 'facebook' => '/login/check-facebook',
  2731.                 'google' => '/login/check-google',
  2732.             ],
  2733.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  2734.             'swiftmailer.mailer.default.spool.enabled' => true,
  2735.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  2736.             'swiftmailer.mailer.default.single_address' => NULL,
  2737.             'swiftmailer.mailer.default.delivery.enabled' => true,
  2738.             'swiftmailer.spool.enabled' => true,
  2739.             'swiftmailer.delivery.enabled' => true,
  2740.             'swiftmailer.single_address' => NULL,
  2741.             'swiftmailer.mailers' => [
  2742.                 'default' => 'swiftmailer.mailer.default',
  2743.             ],
  2744.             'swiftmailer.default_mailer' => 'default',
  2745.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  2746.             'twig.form.resources' => [
  2747.                 => '@VichUploader/Form/fields.html.twig',
  2748.                 => 'form_div_layout.html.twig',
  2749.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  2750.                 => 'bootstrap_4_layout.html.twig',
  2751.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  2752.             ],
  2753.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2754.             'web_profiler.debug_toolbar.mode' => 2,
  2755.             'monolog.use_microseconds' => true,
  2756.             'monolog.swift_mailer.handlers' => [
  2757.             ],
  2758.             'monolog.handlers_to_channels' => [
  2759.                 'monolog.handler.console' => [
  2760.                     'type' => 'exclusive',
  2761.                     'elements' => [
  2762.                         => 'event',
  2763.                         => 'doctrine',
  2764.                         => 'console',
  2765.                     ],
  2766.                 ],
  2767.                 'monolog.handler.main' => [
  2768.                     'type' => 'exclusive',
  2769.                     'elements' => [
  2770.                         => 'event',
  2771.                     ],
  2772.                 ],
  2773.             ],
  2774.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2775.             'easyadmin.config' => [
  2776.                 'site_name' => '<img src="/images/logo.svg" style="width:120px;"/>',
  2777.                 'formats' => [
  2778.                     'date' => 'd/m/Y',
  2779.                     'time' => 'H:i',
  2780.                     'datetime' => 'd/m/Y H:i:s',
  2781.                     'dateinterval' => '%y Year(s) %m Month(s) %d Day(s)',
  2782.                 ],
  2783.                 'design' => [
  2784.                     'form_theme' => [
  2785.                         => '@EasyAdmin/form/bootstrap_4.html.twig',
  2786.                     ],
  2787.                     'assets' => [
  2788.                         'css' => [
  2789.                             => 'bundles/easyadmin/bootstrap-all.css',
  2790.                             => 'build/admin.css',
  2791.                         ],
  2792.                         'js' => [
  2793.                             => 'build/ckeditor/ckeditor.js',
  2794.                             => 'build/ckeditor/config.js',
  2795.                             => 'bundles/easyadmin/bootstrap-all.js',
  2796.                             => 'https://www.gstatic.com/firebasejs/5.8.4/firebase-app.js',
  2797.                             => 'https://www.gstatic.com/firebasejs/5.8.4/firebase-database.js',
  2798.                             => 'https://www.gstatic.com/firebasejs/5.8.4/firebase-storage.js',
  2799.                             => 'firebase/config.js',
  2800.                             => 'firebase/firebase_utils.js',
  2801.                         ],
  2802.                         'favicon' => [
  2803.                             'path' => 'favicon.ico',
  2804.                             'mime_type' => 'image/x-icon',
  2805.                         ],
  2806.                     ],
  2807.                     'menu' => [
  2808.                         => [
  2809.                             'label' => 'Administradores',
  2810.                             'icon' => 'lock',
  2811.                             'children' => [
  2812.                                 => [
  2813.                                     'entity' => 'Administrator',
  2814.                                     'label' => 'Administratores',
  2815.                                     'icon' => 'user',
  2816.                                 ],
  2817.                             ],
  2818.                         ],
  2819.                         => [
  2820.                             'label' => 'Usuarios',
  2821.                             'icon' => 'user',
  2822.                             'children' => [
  2823.                                 => [
  2824.                                     'entity' => 'Usuario',
  2825.                                     'label' => 'Usuarios',
  2826.                                     'icon' => 'user',
  2827.                                 ],
  2828.                                 => [
  2829.                                     'entity' => 'Direccion',
  2830.                                     'label' => 'Direcciones',
  2831.                                     'icon' => 'map-pin',
  2832.                                 ],
  2833.                                 => [
  2834.                                     'entity' => 'Pais',
  2835.                                     'label' => 'Paises',
  2836.                                     'icon' => 'globe',
  2837.                                 ],
  2838.                             ],
  2839.                         ],
  2840.                         => [
  2841.                             'label' => 'Productos',
  2842.                             'children' => [
  2843.                                 => [
  2844.                                     'entity' => 'Subcategoria',
  2845.                                     'label' => 'Colecciones',
  2846.                                     'icon' => 'coffee',
  2847.                                 ],
  2848.                                 => [
  2849.                                     'entity' => 'Tipoproducto',
  2850.                                     'label' => 'Tipo de Productos',
  2851.                                     'icon' => 'coffee',
  2852.                                 ],
  2853.                                 => [
  2854.                                     'entity' => 'Producto',
  2855.                                     'label' => 'Productos',
  2856.                                     'icon' => 'coffee',
  2857.                                 ],
  2858.                                 => [
  2859.                                     'entity' => 'TipoVariante',
  2860.                                     'label' => 'Tipo de variante',
  2861.                                     'icon' => 'coffee',
  2862.                                 ],
  2863.                                 => [
  2864.                                     'entity' => 'Variante',
  2865.                                     'label' => 'Variante',
  2866.                                     'icon' => 'coffee',
  2867.                                 ],
  2868.                             ],
  2869.                         ],
  2870.                         => [
  2871.                             'entity' => 'Codigo',
  2872.                             'label' => 'Descuentos',
  2873.                             'icon' => 'cog',
  2874.                         ],
  2875.                         => [
  2876.                             'entity' => 'TipoEnvio',
  2877.                             'label' => 'Tipos de Envio',
  2878.                             'icon' => 'cog',
  2879.                         ],
  2880.                         => [
  2881.                             'entity' => 'Galeria',
  2882.                             'label' => 'Galerías',
  2883.                             'icon' => 'cog',
  2884.                         ],
  2885.                         => [
  2886.                             'entity' => 'Setting',
  2887.                             'label' => 'Configuraciones',
  2888.                             'icon' => 'cog',
  2889.                         ],
  2890.                         => [
  2891.                             'entity' => 'TextoBig',
  2892.                             'label' => 'Textos Grandes',
  2893.                             'icon' => 'file-text',
  2894.                         ],
  2895.                         => [
  2896.                             'entity' => 'Texto',
  2897.                             'label' => 'Textos',
  2898.                             'icon' => 'file-text',
  2899.                         ],
  2900.                         => [
  2901.                             'entity' => 'Compra',
  2902.                             'label' => 'Compras',
  2903.                             'icon' => 'coffee',
  2904.                         ],
  2905.                     ],
  2906.                     'brand_color' => 'hsl(230, 55%, 60%)',
  2907.                 ],
  2908.                 'entities' => [
  2909.                     'Usuario' => [
  2910.                         'class' => 'App\\Entity\\Usuario',
  2911.                         'list' => [
  2912.                             'dql_filter' => 'entity.roles NOT LIKE \'%ADMIN%\'',
  2913.                             'fields' => [
  2914.                                 => 'id',
  2915.                                 => 'nombre',
  2916.                                 => 'apellido',
  2917.                                 => 'email',
  2918.                                 => 'enabled',
  2919.                                 => 'lastLogin',
  2920.                             ],
  2921.                         ],
  2922.                         'form' => [
  2923.                             'fields' => [
  2924.                                 => 'nombre',
  2925.                                 => 'apellido',
  2926.                                 => 'username',
  2927.                                 => 'email',
  2928.                                 => [
  2929.                                     'property' => 'plainPassword',
  2930.                                     'label' => 'Contraseña',
  2931.                                     'type' => 'text',
  2932.                                 ],
  2933.                                 => [
  2934.                                     'property' => 'enabled',
  2935.                                     'label' => 'Habilitado',
  2936.                                 ],
  2937.                             ],
  2938.                         ],
  2939.                         'name' => 'Usuario',
  2940.                     ],
  2941.                     'Direccion' => [
  2942.                         'class' => 'App\\Entity\\Direccion',
  2943.                         'name' => 'Direccion',
  2944.                     ],
  2945.                     'Contacto' => [
  2946.                         'disabled_actions' => [
  2947.                             => 'delete',
  2948.                         ],
  2949.                         'class' => 'App\\Entity\\Contacto',
  2950.                         'edit' => [
  2951.                             'actions' => [
  2952.                                 => 'list',
  2953.                                 => '-delete',
  2954.                             ],
  2955.                         ],
  2956.                         'name' => 'Contacto',
  2957.                     ],
  2958.                     'Ciudad' => [
  2959.                         'class' => 'App\\Entity\\Ciudad',
  2960.                         'name' => 'Ciudad',
  2961.                     ],
  2962.                     'Tipoproducto' => [
  2963.                         'class' => 'App\\Entity\\Tipoproducto',
  2964.                         'list' => [
  2965.                             'fields' => [
  2966.                                 => 'id',
  2967.                                 => [
  2968.                                     'property' => 'nombre_es',
  2969.                                     'label' => 'Nombre en español',
  2970.                                 ],
  2971.                                 => [
  2972.                                     'property' => 'nombre_en',
  2973.                                     'label' => 'Nombre en inglés',
  2974.                                 ],
  2975.                                 => 'productos',
  2976.                                 => 'orden',
  2977.                                 => 'visible',
  2978.                             ],
  2979.                         ],
  2980.                         'form' => [
  2981.                             'fields' => [
  2982.                                 => [
  2983.                                     'property' => 'nombre_es',
  2984.                                     'label' => 'Nombre en español',
  2985.                                 ],
  2986.                                 => [
  2987.                                     'property' => 'nombre_en',
  2988.                                     'label' => 'Nombre en inglés',
  2989.                                 ],
  2990.                                 => 'productos',
  2991.                                 => 'orden',
  2992.                                 => 'visible',
  2993.                             ],
  2994.                         ],
  2995.                         'name' => 'Tipoproducto',
  2996.                     ],
  2997.                     'Producto' => [
  2998.                         'class' => 'App\\Entity\\Producto',
  2999.                         'list' => [
  3000.                             'dql_filter' => 'entity.padre IS null',
  3001.                             'fields' => [
  3002.                                 => 'id',
  3003.                                 => [
  3004.                                     'property' => 'image',
  3005.                                     'label' => 'Imagen',
  3006.                                     'type' => 'image',
  3007.                                     'base_path' => '/uploads/images/products',
  3008.                                 ],
  3009.                                 => [
  3010.                                     'property' => 'subcategoria',
  3011.                                     'label' => 'Colecciones',
  3012.                                 ],
  3013.                                 => [
  3014.                                     'property' => 'tipoproducto',
  3015.                                     'label' => 'Tipo de producto',
  3016.                                 ],
  3017.                                 => 'nombre',
  3018.                                 => 'precio',
  3019.                                 => 'iva',
  3020.                                 => [
  3021.                                     'label' => 'Variantes',
  3022.                                     'property' => 'variaciones',
  3023.                                     'type' => 'raw',
  3024.                                 ],
  3025.                                 => 'orden',
  3026.                                 => 'destacado',
  3027.                                 10 => 'visible',
  3028.                             ],
  3029.                         ],
  3030.                         'form' => [
  3031.                             'fields' => [
  3032.                                 => [
  3033.                                     'type' => 'tab',
  3034.                                     'label' => 'Información Básica',
  3035.                                 ],
  3036.                                 => [
  3037.                                     'type' => 'section',
  3038.                                     'label' => 'Básica',
  3039.                                 ],
  3040.                                 => 'id',
  3041.                                 => 'nombre',
  3042.                                 => [
  3043.                                     'property' => 'subcategoria',
  3044.                                     'required' => true,
  3045.                                 ],
  3046.                                 => [
  3047.                                     'property' => 'tipoproducto',
  3048.                                     'required' => true,
  3049.                                 ],
  3050.                                 => [
  3051.                                     'property' => 'image',
  3052.                                     'type' => 'App\\Form\\ImageType',
  3053.                                     'type_options' => [
  3054.                                         'by_reference' => false,
  3055.                                         'required' => false,
  3056.                                     ],
  3057.                                 ],
  3058.                                 => [
  3059.                                     'type' => 'section',
  3060.                                     'label' => 'Precio',
  3061.                                 ],
  3062.                                 => 'precio',
  3063.                                 => 'descuento',
  3064.                                 10 => 'iva',
  3065.                                 11 => [
  3066.                                     'type' => 'section',
  3067.                                     'label' => 'Visualización',
  3068.                                 ],
  3069.                                 12 => 'destacado',
  3070.                                 13 => 'visible',
  3071.                                 14 => 'orden',
  3072.                                 15 => [
  3073.                                     'type' => 'section',
  3074.                                     'label' => 'Descripciones',
  3075.                                 ],
  3076.                                 16 => [
  3077.                                     'property' => 'descripcion_es',
  3078.                                     'label' => 'Descripción en español',
  3079.                                     'type' => 'fos_ckeditor',
  3080.                                 ],
  3081.                                 17 => [
  3082.                                     'property' => 'descripcion_en',
  3083.                                     'label' => 'Descripción en inglés',
  3084.                                     'type' => 'fos_ckeditor',
  3085.                                 ],
  3086.                                 18 => [
  3087.                                     'type' => 'tab',
  3088.                                     'label' => 'Galeria',
  3089.                                 ],
  3090.                                 19 => [
  3091.                                     'property' => 'imagenes',
  3092.                                     'type' => 'collection',
  3093.                                     'type_options' => [
  3094.                                         'entry_type' => 'App\\Form\\ImageFullType',
  3095.                                         'by_reference' => false,
  3096.                                     ],
  3097.                                 ],
  3098.                                 20 => [
  3099.                                     'type' => 'tab',
  3100.                                     'label' => 'Variantes',
  3101.                                 ],
  3102.                                 21 => [
  3103.                                     'property' => 'productos',
  3104.                                     'label' => ' ',
  3105.                                     'type' => 'collection',
  3106.                                     'type_options' => [
  3107.                                         'entry_type' => 'App\\Form\\ProductoVarianteType',
  3108.                                         'by_reference' => false,
  3109.                                     ],
  3110.                                 ],
  3111.                             ],
  3112.                         ],
  3113.                         'name' => 'Producto',
  3114.                     ],
  3115.                     'ProductoVariante' => [
  3116.                         'class' => 'App\\Entity\\Producto',
  3117.                         'list' => [
  3118.                             'dql_filter' => 'entity.padre IS not null',
  3119.                             'fields' => [
  3120.                                 => 'id',
  3121.                                 => 'padre',
  3122.                             ],
  3123.                         ],
  3124.                         'form' => [
  3125.                             'fields' => [
  3126.                                 => 'id',
  3127.                                 => 'padre',
  3128.                                 => [
  3129.                                     'property' => 'nombre',
  3130.                                     'help' => 'Solo si cambia',
  3131.                                 ],
  3132.                                 => 'variantes',
  3133.                                 => 'orden',
  3134.                                 => 'visible',
  3135.                             ],
  3136.                         ],
  3137.                         'name' => 'ProductoVariante',
  3138.                     ],
  3139.                     'Categoria' => [
  3140.                         'class' => 'App\\Entity\\Categoria',
  3141.                         'list' => [
  3142.                             'fields' => [
  3143.                                 => 'ID',
  3144.                                 => [
  3145.                                     'property' => 'nombre_es',
  3146.                                     'label' => 'Nombre en español',
  3147.                                 ],
  3148.                                 => [
  3149.                                     'property' => 'nombre_en',
  3150.                                     'label' => 'Nombre en inglés',
  3151.                                 ],
  3152.                                 => [
  3153.                                     'property' => 'resumen_es',
  3154.                                     'label' => 'Resumen en español',
  3155.                                 ],
  3156.                                 => [
  3157.                                     'property' => 'resumen_en',
  3158.                                     'label' => 'Resumen en inglés',
  3159.                                 ],
  3160.                                 => 'subcategorias',
  3161.                                 => 'orden',
  3162.                                 => 'visible',
  3163.                             ],
  3164.                         ],
  3165.                         'form' => [
  3166.                             'fields' => [
  3167.                                 => [
  3168.                                     'property' => 'nombre_es',
  3169.                                     'label' => 'Nombre en español',
  3170.                                 ],
  3171.                                 => [
  3172.                                     'property' => 'nombre_en',
  3173.                                     'label' => 'Nombre en inglés',
  3174.                                 ],
  3175.                                 => [
  3176.                                     'property' => 'resumen_es',
  3177.                                     'label' => 'Resumen en español',
  3178.                                 ],
  3179.                                 => [
  3180.                                     'property' => 'resumen_en',
  3181.                                     'label' => 'Resumen en inglés',
  3182.                                 ],
  3183.                                 => [
  3184.                                     'property' => 'imagen',
  3185.                                     'type' => 'App\\Form\\ImageType',
  3186.                                     'type_options' => [
  3187.                                         'by_reference' => false,
  3188.                                         'required' => false,
  3189.                                     ],
  3190.                                 ],
  3191.                                 => 'orden',
  3192.                                 => 'visible',
  3193.                             ],
  3194.                         ],
  3195.                         'name' => 'Categoria',
  3196.                     ],
  3197.                     'Promocion' => [
  3198.                         'class' => 'App\\Entity\\Promocion',
  3199.                         'form' => [
  3200.                             'fields' => [
  3201.                                 => 'nombre',
  3202.                                 => 'resumen',
  3203.                                 => 'precio',
  3204.                                 => 'ahorro',
  3205.                                 => 'imagen',
  3206.                                 => 'imagenvertical',
  3207.                                 => 'inicio',
  3208.                                 => 'fin',
  3209.                                 => 'orden',
  3210.                                 => [
  3211.                                     'property' => 'items',
  3212.                                     'type' => 'collection',
  3213.                                     'type_options' => [
  3214.                                         'entry_type' => 'App\\Form\\ItemPromocionType',
  3215.                                         'by_reference' => false,
  3216.                                     ],
  3217.                                 ],
  3218.                             ],
  3219.                         ],
  3220.                         'name' => 'Promocion',
  3221.                     ],
  3222.                     'Compra' => [
  3223.                         'class' => 'App\\Entity\\Compra',
  3224.                         'list' => [
  3225.                             'fields' => [
  3226.                                 => 'id',
  3227.                                 => [
  3228.                                     'property' => 'Datoscomprador',
  3229.                                     'type' => 'raw',
  3230.                                     'label' => 'Datos del comprador',
  3231.                                 ],
  3232.                                 => 'TipoDeEnvio',
  3233.                                 => 'costoDomicilio',
  3234.                                 => 'total',
  3235.                                 => 'estado',
  3236.                                 => [
  3237.                                     'property' => 'Productoscomprados',
  3238.                                     'type' => 'raw',
  3239.                                     'label' => 'Productos',
  3240.                                 ],
  3241.                             ],
  3242.                         ],
  3243.                         'name' => 'Compra',
  3244.                     ],
  3245.                     'EstadoPedido' => [
  3246.                         'class' => 'App\\Entity\\EstadoPedido',
  3247.                         'name' => 'EstadoPedido',
  3248.                     ],
  3249.                     'MetodoPago' => [
  3250.                         'class' => 'App\\Entity\\MetodoPago',
  3251.                         'name' => 'MetodoPago',
  3252.                     ],
  3253.                     'Faq' => [
  3254.                         'class' => 'App\\Entity\\Faq',
  3255.                         'form' => [
  3256.                             'fields' => [
  3257.                                 => 'pregunta',
  3258.                                 => 'respuesta',
  3259.                                 => 'imagen',
  3260.                                 => 'orden',
  3261.                                 => 'visible',
  3262.                                 => 'categoria',
  3263.                                 => [
  3264.                                     'property' => 'tags',
  3265.                                     'type_options' => [
  3266.                                         'by_reference' => false,
  3267.                                     ],
  3268.                                 ],
  3269.                             ],
  3270.                         ],
  3271.                         'name' => 'Faq',
  3272.                     ],
  3273.                     'CategoriaFaq' => [
  3274.                         'class' => 'App\\Entity\\CategoriaFaq',
  3275.                         'name' => 'CategoriaFaq',
  3276.                     ],
  3277.                     'TagFaq' => [
  3278.                         'class' => 'App\\Entity\\Tagfaq',
  3279.                         'name' => 'TagFaq',
  3280.                     ],
  3281.                     'Setting' => [
  3282.                         'class' => 'App\\Entity\\Setting',
  3283.                         'list' => [
  3284.                             'fields' => [
  3285.                                 => 'id',
  3286.                                 => 'llave',
  3287.                                 => 'valor_es',
  3288.                                 => 'valor_en',
  3289.                                 => 'updatedAt',
  3290.                             ],
  3291.                         ],
  3292.                         'form' => [
  3293.                             'fields' => [
  3294.                                 => 'llave',
  3295.                                 => 'valor_es',
  3296.                                 => 'valor_en',
  3297.                                 => 'updatedAt',
  3298.                             ],
  3299.                         ],
  3300.                         'name' => 'Setting',
  3301.                     ],
  3302.                     'Administrator' => [
  3303.                         'class' => 'App\\Entity\\Usuario',
  3304.                         'list' => [
  3305.                             'dql_filter' => 'entity.roles LIKE \'%ADMIN%\'',
  3306.                             'fields' => [
  3307.                                 => 'id',
  3308.                                 => 'nombre',
  3309.                                 => 'apellido',
  3310.                                 => 'username',
  3311.                                 => 'lastLogin',
  3312.                             ],
  3313.                         ],
  3314.                         'form' => [
  3315.                             'fields' => [
  3316.                                 => 'nombre',
  3317.                                 => 'apellido',
  3318.                                 => 'username',
  3319.                                 => 'email',
  3320.                                 => 'enabled',
  3321.                                 => 'lastLogin',
  3322.                                 => 'roles',
  3323.                                 => [
  3324.                                     'property' => 'plainPassword',
  3325.                                     'type' => 'text',
  3326.                                     'type_options' => [
  3327.                                         'required' => false,
  3328.                                     ],
  3329.                                 ],
  3330.                             ],
  3331.                         ],
  3332.                         'name' => 'Administrator',
  3333.                     ],
  3334.                     'Codigo' => [
  3335.                         'class' => 'App\\Entity\\Codigo',
  3336.                         'form' => [
  3337.                             'fields' => [
  3338.                                 => 'id',
  3339.                                 => 'valor',
  3340.                                 => 'porcentaje',
  3341.                                 => 'activo',
  3342.                             ],
  3343.                         ],
  3344.                         'name' => 'Codigo',
  3345.                     ],
  3346.                     'Texto' => [
  3347.                         'class' => 'App\\Entity\\Texto',
  3348.                         'list' => [
  3349.                             'fields' => [
  3350.                                 => 'ID',
  3351.                                 => [
  3352.                                     'property' => 'llave',
  3353.                                     'label' => 'Llave',
  3354.                                 ],
  3355.                                 => [
  3356.                                     'property' => 'valor_es',
  3357.                                     'label' => 'Valor en español',
  3358.                                 ],
  3359.                                 => [
  3360.                                     'property' => 'valor_en',
  3361.                                     'label' => 'Valor en ingles',
  3362.                                 ],
  3363.                             ],
  3364.                         ],
  3365.                         'form' => [
  3366.                             'fields' => [
  3367.                                 => [
  3368.                                     'property' => 'llave',
  3369.                                     'label' => 'Llave',
  3370.                                 ],
  3371.                                 => [
  3372.                                     'property' => 'valor_es',
  3373.                                 ],
  3374.                                 => [
  3375.                                     'property' => 'valor_en',
  3376.                                 ],
  3377.                             ],
  3378.                         ],
  3379.                         'name' => 'Texto',
  3380.                     ],
  3381.                     'TextoBig' => [
  3382.                         'class' => 'App\\Entity\\TextoBig',
  3383.                         'list' => [
  3384.                             'fields' => [
  3385.                                 => 'ID',
  3386.                                 => [
  3387.                                     'property' => 'llave',
  3388.                                     'label' => 'Llave',
  3389.                                 ],
  3390.                                 => [
  3391.                                     'property' => 'valor_es',
  3392.                                     'label' => 'Valor en español',
  3393.                                 ],
  3394.                                 => [
  3395.                                     'property' => 'valor_en',
  3396.                                     'label' => 'Valor en ingles',
  3397.                                 ],
  3398.                             ],
  3399.                         ],
  3400.                         'form' => [
  3401.                             'fields' => [
  3402.                                 => [
  3403.                                     'property' => 'llave',
  3404.                                     'label' => 'Llave',
  3405.                                 ],
  3406.                                 => [
  3407.                                     'property' => 'valor_es',
  3408.                                     'type' => 'fos_ckeditor',
  3409.                                 ],
  3410.                                 => [
  3411.                                     'property' => 'valor_en',
  3412.                                     'type' => 'fos_ckeditor',
  3413.                                 ],
  3414.                             ],
  3415.                         ],
  3416.                         'name' => 'TextoBig',
  3417.                     ],
  3418.                     'Image' => [
  3419.                         'label' => 'Imágenes',
  3420.                         'class' => 'App\\Entity\\Image',
  3421.                         'list' => [
  3422.                             'fields' => [
  3423.                                 => [
  3424.                                     'property' => 'image',
  3425.                                     'type' => 'image',
  3426.                                     'base_path' => '/uploads/images/products',
  3427.                                 ],
  3428.                                 => 'orden',
  3429.                                 => 'visible',
  3430.                             ],
  3431.                         ],
  3432.                         'form' => [
  3433.                             'fields' => [
  3434.                                 => [
  3435.                                     'property' => 'imageFile',
  3436.                                     'type' => 'vich_image',
  3437.                                 ],
  3438.                                 => 'titulo',
  3439.                                 => 'descripcion',
  3440.                                 => 'orden',
  3441.                                 => 'visible',
  3442.                             ],
  3443.                         ],
  3444.                         'name' => 'Image',
  3445.                     ],
  3446.                     'Galeria' => [
  3447.                         'label' => 'Galerías',
  3448.                         'class' => 'App\\Entity\\Galeria',
  3449.                         'form' => [
  3450.                             'fields' => [
  3451.                                 => 'llave',
  3452.                                 => [
  3453.                                     'property' => 'images',
  3454.                                     'type' => 'collection',
  3455.                                     'type_options' => [
  3456.                                         'entry_type' => 'App\\Form\\ImageFullType',
  3457.                                         'by_reference' => false,
  3458.                                     ],
  3459.                                 ],
  3460.                             ],
  3461.                         ],
  3462.                         'name' => 'Galeria',
  3463.                     ],
  3464.                     'Servicio' => [
  3465.                         'class' => 'App\\Entity\\Servicio',
  3466.                         'form' => [
  3467.                             'fields' => [
  3468.                                 => 'nombre',
  3469.                                 => 'resumen',
  3470.                                 => [
  3471.                                     'property' => 'imagen',
  3472.                                     'type' => 'App\\Form\\ImageType',
  3473.                                     'type_options' => [
  3474.                                         'by_reference' => false,
  3475.                                         'required' => false,
  3476.                                     ],
  3477.                                 ],
  3478.                                 => [
  3479.                                     'property' => 'galeria',
  3480.                                     'type' => 'collection',
  3481.                                     'type_options' => [
  3482.                                         'entry_type' => 'App\\Form\\ImageFullType',
  3483.                                         'by_reference' => false,
  3484.                                     ],
  3485.                                 ],
  3486.                             ],
  3487.                         ],
  3488.                         'name' => 'Servicio',
  3489.                     ],
  3490.                     'Pais' => [
  3491.                         'class' => 'App\\Entity\\Pais',
  3492.                         'list' => [
  3493.                             'fields' => [
  3494.                                 => 'id',
  3495.                                 => 'nombre',
  3496.                             ],
  3497.                         ],
  3498.                         'form' => [
  3499.                             'fields' => [
  3500.                                 => 'nombre',
  3501.                             ],
  3502.                         ],
  3503.                         'name' => 'Pais',
  3504.                     ],
  3505.                     'Masivo' => [
  3506.                         'class' => 'App\\Entity\\Masivo',
  3507.                         'list' => [
  3508.                             'actions' => [
  3509.                                 => 'procesar',
  3510.                             ],
  3511.                             'fields' => [
  3512.                                 => 'id',
  3513.                                 => [
  3514.                                     'property' => 'procesado',
  3515.                                     'type' => 'boolean',
  3516.                                     'permission' => [
  3517.                                         => 'ROLE_ADMIN',
  3518.                                     ],
  3519.                                 ],
  3520.                                 => [
  3521.                                     'property' => 'createdAt',
  3522.                                     'format' => 'Y-m-d h:i a',
  3523.                                     'type' => 'datetime',
  3524.                                     'label' => 'Fecha de creación',
  3525.                                 ],
  3526.                                 => 'usuario',
  3527.                             ],
  3528.                         ],
  3529.                         'form' => [
  3530.                             'fields' => [
  3531.                                 => 'usuario',
  3532.                                 => 'contenido',
  3533.                             ],
  3534.                         ],
  3535.                         'name' => 'Masivo',
  3536.                     ],
  3537.                     'Subcategoria' => [
  3538.                         'class' => 'App\\Entity\\Subcategoria',
  3539.                         'list' => [
  3540.                             'fields' => [
  3541.                                 => 'categoria',
  3542.                                 => [
  3543.                                     'property' => 'nombre_es',
  3544.                                     'label' => 'Nombre en español',
  3545.                                 ],
  3546.                                 => [
  3547.                                     'property' => 'nombre_en',
  3548.                                     'label' => 'Nombre en inglés',
  3549.                                 ],
  3550.                                 => [
  3551.                                     'property' => 'descripcion_es',
  3552.                                     'label' => 'Descripción en español',
  3553.                                 ],
  3554.                                 => [
  3555.                                     'property' => 'descripcion_en',
  3556.                                     'label' => 'Descripción en inglés',
  3557.                                 ],
  3558.                                 => 'productos',
  3559.                                 => 'orden',
  3560.                                 => 'visible',
  3561.                             ],
  3562.                         ],
  3563.                         'form' => [
  3564.                             'fields' => [
  3565.                                 => [
  3566.                                     'type' => 'tab',
  3567.                                     'label' => 'Información Básica',
  3568.                                 ],
  3569.                                 => 'categoria',
  3570.                                 => [
  3571.                                     'property' => 'nombre_es',
  3572.                                     'label' => 'Nombre en español',
  3573.                                 ],
  3574.                                 => [
  3575.                                     'property' => 'nombre_en',
  3576.                                     'label' => 'Nombre en inglés',
  3577.                                 ],
  3578.                                 => [
  3579.                                     'property' => 'imagen',
  3580.                                     'type' => 'App\\Form\\ImageType',
  3581.                                     'type_options' => [
  3582.                                         'by_reference' => false,
  3583.                                         'required' => false,
  3584.                                     ],
  3585.                                 ],
  3586.                                 => 'productos',
  3587.                                 => [
  3588.                                     'property' => 'descripcion_es',
  3589.                                     'label' => 'Descripción en español',
  3590.                                 ],
  3591.                                 => [
  3592.                                     'property' => 'descripcion_en',
  3593.                                     'label' => 'Descripción en inglés',
  3594.                                 ],
  3595.                                 => 'orden',
  3596.                                 => 'visible',
  3597.                                 10 => [
  3598.                                     'type' => 'tab',
  3599.                                     'label' => 'Galeria',
  3600.                                 ],
  3601.                                 11 => [
  3602.                                     'property' => 'imagenes',
  3603.                                     'type' => 'collection',
  3604.                                     'type_options' => [
  3605.                                         'entry_type' => 'App\\Form\\ImageFullType',
  3606.                                         'by_reference' => false,
  3607.                                     ],
  3608.                                 ],
  3609.                             ],
  3610.                         ],
  3611.                         'name' => 'Subcategoria',
  3612.                     ],
  3613.                     'TipoEnvio' => [
  3614.                         'class' => 'App\\Entity\\TipoEnvio',
  3615.                         'list' => [
  3616.                             'fields' => [
  3617.                                 => 'ID',
  3618.                                 => [
  3619.                                     'property' => 'nombre_es',
  3620.                                     'label' => 'Nombre en español',
  3621.                                 ],
  3622.                                 => [
  3623.                                     'property' => 'nombre_en',
  3624.                                     'label' => 'Nombre en inglés',
  3625.                                 ],
  3626.                                 => [
  3627.                                     'property' => 'descripcion_es',
  3628.                                     'label' => 'Descripción en español',
  3629.                                 ],
  3630.                                 => [
  3631.                                     'property' => 'descripcion_en',
  3632.                                     'label' => 'Descripción en inglés',
  3633.                                 ],
  3634.                                 => 'dias',
  3635.                                 => 'precio',
  3636.                                 => 'orden',
  3637.                                 => 'visible',
  3638.                             ],
  3639.                         ],
  3640.                         'form' => [
  3641.                             'fields' => [
  3642.                                 => [
  3643.                                     'property' => 'nombre_es',
  3644.                                     'label' => 'Nombre en español',
  3645.                                 ],
  3646.                                 => [
  3647.                                     'property' => 'nombre_en',
  3648.                                     'label' => 'Nombre en inglés',
  3649.                                 ],
  3650.                                 => [
  3651.                                     'property' => 'descripcion_es',
  3652.                                     'label' => 'Descripción en español',
  3653.                                 ],
  3654.                                 => [
  3655.                                     'property' => 'descripcion_en',
  3656.                                     'label' => 'Descripción en inglés',
  3657.                                 ],
  3658.                                 => 'precio',
  3659.                                 => 'orden',
  3660.                                 => 'visible',
  3661.                             ],
  3662.                         ],
  3663.                         'name' => 'TipoEnvio',
  3664.                     ],
  3665.                     'Distribuidor' => [
  3666.                         'class' => 'App\\Entity\\Distribuidor',
  3667.                         'name' => 'Distribuidor',
  3668.                     ],
  3669.                     'Instalador' => [
  3670.                         'class' => 'App\\Entity\\Instalador',
  3671.                         'name' => 'Instalador',
  3672.                     ],
  3673.                     'Variante' => [
  3674.                         'class' => 'App\\Entity\\Variante',
  3675.                         'list' => [
  3676.                             'fields' => [
  3677.                                 => 'ID',
  3678.                                 => 'tipo',
  3679.                                 => [
  3680.                                     'property' => 'imagen',
  3681.                                     'type' => 'image',
  3682.                                     'base_path' => '/uploads/images/products',
  3683.                                 ],
  3684.                                 => [
  3685.                                     'property' => 'valor_es',
  3686.                                     'label' => 'Valor en español',
  3687.                                 ],
  3688.                                 => [
  3689.                                     'property' => 'valor_en',
  3690.                                     'label' => 'Valor en ingles',
  3691.                                 ],
  3692.                                 => 'productos',
  3693.                             ],
  3694.                         ],
  3695.                         'form' => [
  3696.                             'fields' => [
  3697.                                 => 'tipo',
  3698.                                 => 'valor_es',
  3699.                                 => 'valor_en',
  3700.                                 => [
  3701.                                     'property' => 'imagen',
  3702.                                     'type' => 'App\\Form\\ImageType',
  3703.                                     'type_options' => [
  3704.                                         'by_reference' => false,
  3705.                                         'required' => false,
  3706.                                     ],
  3707.                                 ],
  3708.                             ],
  3709.                         ],
  3710.                         'name' => 'Variante',
  3711.                     ],
  3712.                     'TipoVariante' => [
  3713.                         'class' => 'App\\Entity\\TipoVariante',
  3714.                         'list' => [
  3715.                             'fields' => [
  3716.                                 => 'ID',
  3717.                                 => [
  3718.                                     'property' => 'nombre_es',
  3719.                                     'label' => 'Nombre en español',
  3720.                                 ],
  3721.                                 => [
  3722.                                     'property' => 'nombre_en',
  3723.                                     'label' => 'Nombre en inglés',
  3724.                                 ],
  3725.                             ],
  3726.                         ],
  3727.                         'form' => [
  3728.                             'fields' => [
  3729.                                 => [
  3730.                                     'property' => 'nombre_es',
  3731.                                     'label' => 'Nombre en español',
  3732.                                 ],
  3733.                                 => [
  3734.                                     'property' => 'nombre_en',
  3735.                                     'label' => 'Nombre en inglés',
  3736.                                 ],
  3737.                             ],
  3738.                         ],
  3739.                         'name' => 'TipoVariante',
  3740.                     ],
  3741.                     'Post' => [
  3742.                         'class' => 'App\\Entity\\Post',
  3743.                         'form' => [
  3744.                             'fields' => [
  3745.                                 => 'categoria',
  3746.                                 => 'subcategoria',
  3747.                                 => 'titulo',
  3748.                                 => 'fecha',
  3749.                                 => 'resumen',
  3750.                                 => 'visible',
  3751.                                 => [
  3752.                                     'property' => 'imagen',
  3753.                                     'type' => 'App\\Form\\ImageType',
  3754.                                     'type_options' => [
  3755.                                         'by_reference' => false,
  3756.                                         'required' => false,
  3757.                                     ],
  3758.                                 ],
  3759.                                 => [
  3760.                                     'property' => 'imagenGrande',
  3761.                                     'type' => 'App\\Form\\ImageType',
  3762.                                     'type_options' => [
  3763.                                         'by_reference' => false,
  3764.                                         'required' => false,
  3765.                                     ],
  3766.                                 ],
  3767.                                 => [
  3768.                                     'property' => 'contenido',
  3769.                                     'type' => 'fos_ckeditor',
  3770.                                 ],
  3771.                             ],
  3772.                         ],
  3773.                         'name' => 'Post',
  3774.                     ],
  3775.                     'CategoriaBlog' => [
  3776.                         'class' => 'App\\Entity\\CategoriaBlog',
  3777.                         'form' => [
  3778.                             'fields' => [
  3779.                                 => 'nombre',
  3780.                                 => [
  3781.                                     'property' => 'imagen',
  3782.                                     'type' => 'App\\Form\\ImageType',
  3783.                                     'type_options' => [
  3784.                                         'by_reference' => false,
  3785.                                         'required' => false,
  3786.                                     ],
  3787.                                 ],
  3788.                                 => 'orden',
  3789.                                 => 'visible',
  3790.                             ],
  3791.                         ],
  3792.                         'name' => 'CategoriaBlog',
  3793.                     ],
  3794.                     'SubcategoriaBlog' => [
  3795.                         'class' => 'App\\Entity\\SubCategoriaBlog',
  3796.                         'list' => [
  3797.                             'fields' => [
  3798.                                 => 'id',
  3799.                                 => 'nombre',
  3800.                                 => 'orden',
  3801.                                 => 'visible',
  3802.                                 => 'categoriaBlog',
  3803.                             ],
  3804.                         ],
  3805.                         'form' => [
  3806.                             'fields' => [
  3807.                                 => 'categoriaBlog',
  3808.                                 => 'nombre',
  3809.                                 => [
  3810.                                     'property' => 'imagen',
  3811.                                     'type' => 'App\\Form\\ImageType',
  3812.                                     'type_options' => [
  3813.                                         'by_reference' => false,
  3814.                                         'required' => false,
  3815.                                     ],
  3816.                                 ],
  3817.                                 => 'orden',
  3818.                                 => 'visible',
  3819.                             ],
  3820.                         ],
  3821.                         'name' => 'SubcategoriaBlog',
  3822.                     ],
  3823.                 ],
  3824.                 'disabled_actions' => [
  3825.                 ],
  3826.                 'translation_domain' => 'messages',
  3827.                 'user' => [
  3828.                     'display_name' => true,
  3829.                     'display_avatar' => true,
  3830.                     'name_property_path' => '__toString',
  3831.                     'avatar_property_path' => NULL,
  3832.                 ],
  3833.                 'list' => [
  3834.                     'actions' => [
  3835.                     ],
  3836.                     'collapse_actions' => false,
  3837.                     'batch_actions' => [
  3838.                     ],
  3839.                     'max_results' => 15,
  3840.                 ],
  3841.                 'search' => [
  3842.                 ],
  3843.                 'edit' => [
  3844.                     'actions' => [
  3845.                     ],
  3846.                 ],
  3847.                 'new' => [
  3848.                     'actions' => [
  3849.                     ],
  3850.                 ],
  3851.                 'show' => [
  3852.                     'actions' => [
  3853.                     ],
  3854.                     'max_results' => 10,
  3855.                 ],
  3856.             ],
  3857.             'fos_user.backend_type_orm' => true,
  3858.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  3859.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  3860.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  3861.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  3862.             'fos_user.storage' => 'orm',
  3863.             'fos_user.firewall_name' => 'main',
  3864.             'fos_user.model_manager_name' => NULL,
  3865.             'fos_user.model.user.class' => 'App\\Entity\\Usuario',
  3866.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  3867.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  3868.             'fos_user.profile.form.validation_groups' => [
  3869.                 => 'Profile',
  3870.                 => 'Default',
  3871.             ],
  3872.             'fos_user.registration.confirmation.from_email' => [
  3873.                 'test@domain.com' => 'test@domain.com',
  3874.             ],
  3875.             'fos_user.registration.confirmation.enabled' => false,
  3876.             'fos_user.registration.form.type' => 'App\\Form\\RegistrationType',
  3877.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  3878.             'fos_user.registration.form.validation_groups' => [
  3879.                 => 'Registration',
  3880.                 => 'Default',
  3881.             ],
  3882.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  3883.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  3884.             'fos_user.change_password.form.validation_groups' => [
  3885.                 => 'ChangePassword',
  3886.                 => 'Default',
  3887.             ],
  3888.             'fos_user.resetting.email.from_email' => [
  3889.                 'test@domain.com' => 'test@domain.com',
  3890.             ],
  3891.             'fos_user.resetting.retry_ttl' => 7200,
  3892.             'fos_user.resetting.token_ttl' => 86400,
  3893.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  3894.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  3895.             'fos_user.resetting.form.validation_groups' => [
  3896.                 => 'ResetPassword',
  3897.                 => 'Default',
  3898.             ],
  3899.             'easy_admin_extension.custom_form_types' => [
  3900.             ],
  3901.             'easy_admin_extension.minimum_role' => NULL,
  3902.             'easy_admin_extension.embedded_list.open_new_tab' => true,
  3903.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  3904.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  3905.             'hwi_oauth.resource_owner.oauth1.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GenericOAuth1ResourceOwner',
  3906.             'hwi_oauth.resource_owner.oauth2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GenericOAuth2ResourceOwner',
  3907.             'hwi_oauth.resource_owner.amazon.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AmazonResourceOwner',
  3908.             'hwi_oauth.resource_owner.asana.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AsanaResourceOwner',
  3909.             'hwi_oauth.resource_owner.auth0.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Auth0ResourceOwner',
  3910.             'hwi_oauth.resource_owner.azure.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AzureResourceOwner',
  3911.             'hwi_oauth.resource_owner.bitbucket.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitbucketResourceOwner',
  3912.             'hwi_oauth.resource_owner.bitbucket2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Bitbucket2ResourceOwner',
  3913.             'hwi_oauth.resource_owner.bitly.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitlyResourceOwner',
  3914.             'hwi_oauth.resource_owner.box.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BoxResourceOwner',
  3915.             'hwi_oauth.resource_owner.bufferapp.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BufferAppResourceOwner',
  3916.             'hwi_oauth.resource_owner.clever.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\CleverResourceOwner',
  3917.             'hwi_oauth.resource_owner.dailymotion.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DailymotionResourceOwner',
  3918.             'hwi_oauth.resource_owner.deviantart.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeviantartResourceOwner',
  3919.             'hwi_oauth.resource_owner.deezer.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeezerResourceOwner',
  3920.             'hwi_oauth.resource_owner.discogs.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DiscogsResourceOwner',
  3921.             'hwi_oauth.resource_owner.disqus.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DisqusResourceOwner',
  3922.             'hwi_oauth.resource_owner.dropbox.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DropboxResourceOwner',
  3923.             'hwi_oauth.resource_owner.eve_online.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EveOnlineResourceOwner',
  3924.             'hwi_oauth.resource_owner.eventbrite.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EventbriteResourceOwner',
  3925.             'hwi_oauth.resource_owner.facebook.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FacebookResourceOwner',
  3926.             'hwi_oauth.resource_owner.fiware.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FiwareResourceOwner',
  3927.             'hwi_oauth.resource_owner.flickr.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FlickrResourceOwner',
  3928.             'hwi_oauth.resource_owner.foursquare.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FoursquareResourceOwner',
  3929.             'hwi_oauth.resource_owner.genius.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GeniusResourceOwner',
  3930.             'hwi_oauth.resource_owner.github.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner',
  3931.             'hwi_oauth.resource_owner.gitlab.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitLabResourceOwner',
  3932.             'hwi_oauth.resource_owner.google.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GoogleResourceOwner',
  3933.             'hwi_oauth.resource_owner.youtube.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YoutubeResourceOwner',
  3934.             'hwi_oauth.resource_owner.hubic.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\HubicResourceOwner',
  3935.             'hwi_oauth.resource_owner.instagram.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\InstagramResourceOwner',
  3936.             'hwi_oauth.resource_owner.jawbone.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JawboneResourceOwner',
  3937.             'hwi_oauth.resource_owner.jira.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JiraResourceOwner',
  3938.             'hwi_oauth.resource_owner.linkedin.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\LinkedinResourceOwner',
  3939.             'hwi_oauth.resource_owner.mailru.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\MailRuResourceOwner',
  3940.             'hwi_oauth.resource_owner.office365.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Office365ResourceOwner',
  3941.             'hwi_oauth.resource_owner.paypal.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PaypalResourceOwner',
  3942.             'hwi_oauth.resource_owner.qq.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\QQResourceOwner',
  3943.             'hwi_oauth.resource_owner.reddit.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RedditResourceOwner',
  3944.             'hwi_oauth.resource_owner.runkeeper.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RunKeeperResourceOwner',
  3945.             'hwi_oauth.resource_owner.salesforce.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SalesforceResourceOwner',
  3946.             'hwi_oauth.resource_owner.sensio_connect.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SensioConnectResourceOwner',
  3947.             'hwi_oauth.resource_owner.sina_weibo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SinaWeiboResourceOwner',
  3948.             'hwi_oauth.resource_owner.slack.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SlackResourceOwner',
  3949.             'hwi_oauth.resource_owner.spotify.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SpotifyResourceOwner',
  3950.             'hwi_oauth.resource_owner.soundcloud.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SoundcloudResourceOwner',
  3951.             'hwi_oauth.resource_owner.stack_exchange.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StackExchangeResourceOwner',
  3952.             'hwi_oauth.resource_owner.stereomood.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StereomoodResourceOwner',
  3953.             'hwi_oauth.resource_owner.strava.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StravaResourceOwner',
  3954.             'hwi_oauth.resource_owner.toshl.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ToshlResourceOwner',
  3955.             'hwi_oauth.resource_owner.trakt.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TraktResourceOwner',
  3956.             'hwi_oauth.resource_owner.trello.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TrelloResourceOwner',
  3957.             'hwi_oauth.resource_owner.twitch.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitchResourceOwner',
  3958.             'hwi_oauth.resource_owner.twitter.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitterResourceOwner',
  3959.             'hwi_oauth.resource_owner.vkontakte.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\VkontakteResourceOwner',
  3960.             'hwi_oauth.resource_owner.windows_live.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WindowsLiveResourceOwner',
  3961.             'hwi_oauth.resource_owner.wordpress.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WordpressResourceOwner',
  3962.             'hwi_oauth.resource_owner.wunderlist.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WunderlistResourceOwner',
  3963.             'hwi_oauth.resource_owner.xing.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\XingResourceOwner',
  3964.             'hwi_oauth.resource_owner.yahoo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YahooResourceOwner',
  3965.             'hwi_oauth.resource_owner.yandex.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YandexResourceOwner',
  3966.             'hwi_oauth.resource_owner.odnoklassniki.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OdnoklassnikiResourceOwner',
  3967.             'hwi_oauth.resource_owner.37signals.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ThirtySevenSignalsResourceOwner',
  3968.             'hwi_oauth.resource_owner.itembase.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ItembaseResourceOwner',
  3969.             'hwi_oauth.firewall_names' => [
  3970.                 => 'secured_area',
  3971.             ],
  3972.             'hwi_oauth.target_path_parameter' => NULL,
  3973.             'hwi_oauth.target_path_domains_whitelist' => [
  3974.             ],
  3975.             'hwi_oauth.use_referer' => false,
  3976.             'hwi_oauth.failed_use_referer' => false,
  3977.             'hwi_oauth.failed_auth_path' => 'hwi_oauth_connect',
  3978.             'hwi_oauth.grant_rule' => 'IS_AUTHENTICATED_REMEMBERED',
  3979.             'hwi_oauth.resource_owners' => [
  3980.                 'facebook' => 'facebook',
  3981.                 'google' => 'google',
  3982.             ],
  3983.             'hwi_oauth.fosub_enabled' => false,
  3984.             'hwi_oauth.connect' => false,
  3985.             'maker.compatible_check.doctrine.supports_attributes' => false,
  3986.             'data_collector.templates' => [
  3987.                 'data_collector.request' => [
  3988.                     => 'request',
  3989.                     => '@WebProfiler/Collector/request.html.twig',
  3990.                 ],
  3991.                 'data_collector.time' => [
  3992.                     => 'time',
  3993.                     => '@WebProfiler/Collector/time.html.twig',
  3994.                 ],
  3995.                 'data_collector.memory' => [
  3996.                     => 'memory',
  3997.                     => '@WebProfiler/Collector/memory.html.twig',
  3998.                 ],
  3999.                 'data_collector.validator' => [
  4000.                     => 'validator',
  4001.                     => '@WebProfiler/Collector/validator.html.twig',
  4002.                 ],
  4003.                 'data_collector.ajax' => [
  4004.                     => 'ajax',
  4005.                     => '@WebProfiler/Collector/ajax.html.twig',
  4006.                 ],
  4007.                 'data_collector.form' => [
  4008.                     => 'form',
  4009.                     => '@WebProfiler/Collector/form.html.twig',
  4010.                 ],
  4011.                 'data_collector.exception' => [
  4012.                     => 'exception',
  4013.                     => '@WebProfiler/Collector/exception.html.twig',
  4014.                 ],
  4015.                 'data_collector.logger' => [
  4016.                     => 'logger',
  4017.                     => '@WebProfiler/Collector/logger.html.twig',
  4018.                 ],
  4019.                 'data_collector.events' => [
  4020.                     => 'events',
  4021.                     => '@WebProfiler/Collector/events.html.twig',
  4022.                 ],
  4023.                 'data_collector.router' => [
  4024.                     => 'router',
  4025.                     => '@WebProfiler/Collector/router.html.twig',
  4026.                 ],
  4027.                 'data_collector.cache' => [
  4028.                     => 'cache',
  4029.                     => '@WebProfiler/Collector/cache.html.twig',
  4030.                 ],
  4031.                 'data_collector.translation' => [
  4032.                     => 'translation',
  4033.                     => '@WebProfiler/Collector/translation.html.twig',
  4034.                 ],
  4035.                 'data_collector.security' => [
  4036.                     => 'security',
  4037.                     => '@Security/Collector/security.html.twig',
  4038.                 ],
  4039.                 'data_collector.twig' => [
  4040.                     => 'twig',
  4041.                     => '@WebProfiler/Collector/twig.html.twig',
  4042.                 ],
  4043.                 'data_collector.doctrine' => [
  4044.                     => 'db',
  4045.                     => '@Doctrine/Collector/db.html.twig',
  4046.                 ],
  4047.                 'swiftmailer.data_collector' => [
  4048.                     => 'swiftmailer',
  4049.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  4050.                 ],
  4051.                 'data_collector.dump' => [
  4052.                     => 'dump',
  4053.                     => '@Debug/Profiler/dump.html.twig',
  4054.                 ],
  4055.                 'httplug.collector.collector' => [
  4056.                     => 'httplug',
  4057.                     => '@Httplug/webprofiler.html.twig',
  4058.                 ],
  4059.                 'easyadmin.data_collector' => [
  4060.                     => 'easyadmin',
  4061.                     => '@EasyAdmin/data_collector/easyadmin.html.twig',
  4062.                 ],
  4063.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  4064.                     => 'vich_uploader.mapping_collector',
  4065.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  4066.                 ],
  4067.                 'data_collector.config' => [
  4068.                     => 'config',
  4069.                     => '@WebProfiler/Collector/config.html.twig',
  4070.                 ],
  4071.             ],
  4072.             'console.command.ids' => [
  4073.                 => 'console.command.public_alias.doctrine_cache.contains_command',
  4074.                 => 'console.command.public_alias.doctrine_cache.delete_command',
  4075.                 => 'console.command.public_alias.doctrine_cache.flush_command',
  4076.                 => 'console.command.public_alias.doctrine_cache.stats_command',
  4077.             ],
  4078.         ];
  4079.     }
  4080. }