<?php
namespace ContainerPx9QkJZ;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Container;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
use Symfony\Component\DependencyInjection\Exception\LogicException;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class App_KernelDevDebugContainer extends Container
{
protected $containerDir;
protected $targetDir;
protected $parameters = [];
private $buildParameters;
protected $getService;
public function __construct(array $buildParameters = [], $containerDir = __DIR__)
{
$this->getService = \Closure::fromCallable([$this, 'getService']);
$this->buildParameters = $buildParameters;
$this->containerDir = $containerDir;
$this->targetDir = \dirname($containerDir);
$this->parameters = $this->getDefaultParameters();
$this->services = $this->privates = [];
$this->syntheticIds = [
'kernel' => true,
];
$this->methodMap = [
'.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
'.container.private.filesystem' => 'get_Container_Private_FilesystemService',
'.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
'.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
'.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
'.container.private.serializer' => 'get_Container_Private_SerializerService',
'.container.private.twig' => 'get_Container_Private_TwigService',
'.container.private.validator' => 'get_Container_Private_ValidatorService',
'App\\Controller\\ArticleCategoriesController' => 'getArticleCategoriesControllerService',
'App\\Controller\\ArticlesController' => 'getArticlesControllerService',
'App\\Controller\\CalendarController' => 'getCalendarControllerService',
'App\\Controller\\ContactController' => 'getContactControllerService',
'App\\Controller\\CountriesController' => 'getCountriesControllerService',
'App\\Controller\\DonationsController' => 'getDonationsControllerService',
'App\\Controller\\FileUploadController' => 'getFileUploadControllerService',
'App\\Controller\\FossildbController' => 'getFossildbControllerService',
'App\\Controller\\FrontpageController' => 'getFrontpageControllerService',
'App\\Controller\\GeologicInfoController' => 'getGeologicInfoControllerService',
'App\\Controller\\GlossaryController' => 'getGlossaryControllerService',
'App\\Controller\\LanguageSwitcherController' => 'getLanguageSwitcherControllerService',
'App\\Controller\\LinkCategoriesController' => 'getLinkCategoriesControllerService',
'App\\Controller\\LinksController' => 'getLinksControllerService',
'App\\Controller\\LiteratureController' => 'getLiteratureControllerService',
'App\\Controller\\LocationsController' => 'getLocationsControllerService',
'App\\Controller\\LocationsFossilController' => 'getLocationsFossilControllerService',
'App\\Controller\\LocationsGeologyController' => 'getLocationsGeologyControllerService',
'App\\Controller\\LocationsMuseumController' => 'getLocationsMuseumControllerService',
'App\\Controller\\LocationsSocietyController' => 'getLocationsSocietyControllerService',
'App\\Controller\\MediaController' => 'getMediaControllerService',
'App\\Controller\\ModerationController' => 'getModerationControllerService',
'App\\Controller\\NavigationController' => 'getNavigationControllerService',
'App\\Controller\\NewsletterController' => 'getNewsletterControllerService',
'App\\Controller\\SearchController' => 'getSearchControllerService',
'App\\Controller\\SecurityController' => 'getSecurityControllerService',
'App\\Controller\\SitemapController' => 'getSitemapControllerService',
'App\\Controller\\SiteupdateController' => 'getSiteupdateControllerService',
'App\\Controller\\SpecieslistController' => 'getSpecieslistControllerService',
'App\\Controller\\SpoolController' => 'getSpoolControllerService',
'App\\Controller\\StratigraphyColumController' => 'getStratigraphyColumControllerService',
'App\\Controller\\StratigraphyUnitsController' => 'getStratigraphyUnitsControllerService',
'App\\Controller\\TaxanomyController' => 'getTaxanomyControllerService',
'App\\Controller\\TaxanomyRanksController' => 'getTaxanomyRanksControllerService',
'App\\Controller\\URLRedirectorController' => 'getURLRedirectorControllerService',
'App\\Controller\\UserController' => 'getUserControllerService',
'CalendarBundle\\Controller\\CalendarController' => 'getCalendarController2Service',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
'FM\\ElfinderBundle\\Controller\\ElFinderController' => 'getElFinderControllerService',
'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
'Scheb\\TwoFactorBundle\\Model\\PersisterInterface' => 'getPersisterInterfaceService',
'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorFormRendererInterface' => 'getTwoFactorFormRendererInterfaceService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
'cache.app' => 'getCache_AppService',
'cache.app_clearer' => 'getCache_AppClearerService',
'cache.global_clearer' => 'getCache_GlobalClearerService',
'cache.system' => 'getCache_SystemService',
'cache.system_clearer' => 'getCache_SystemClearerService',
'cache_warmer' => 'getCacheWarmerService',
'console.command_loader' => 'getConsole_CommandLoaderService',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.dbal.forumdb_connection' => 'getDoctrine_Dbal_ForumdbConnectionService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'doctrine.orm.forumdb_entity_manager' => 'getDoctrine_Orm_ForumdbEntityManagerService',
'error_controller' => 'getErrorControllerService',
'event_dispatcher' => 'getEventDispatcherService',
'fm_elfinder.loader' => 'getFmElfinder_LoaderService',
'http_kernel' => 'getHttpKernelService',
'knp_paginator' => 'getKnpPaginatorService',
'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
'profiler' => 'getProfilerService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'routing.loader' => 'getRouting_LoaderService',
'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService',
'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService',
'scheb_two_factor.qr_code_generator' => 'getSchebTwoFactor_QrCodeGeneratorService',
'scheb_two_factor.security.google_authenticator' => 'getSchebTwoFactor_Security_GoogleAuthenticatorService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.password_encoder' => 'getSecurity_PasswordEncoderService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'services_resetter' => 'getServicesResetterService',
'session' => 'getSessionService',
'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
'swiftmailer.transport' => 'getSwiftmailer_TransportService',
'translator' => 'getTranslatorService',
'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
'cache_clearer' => 'getCacheClearerService',
'filesystem' => 'getFilesystemService',
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
'form.factory' => 'getForm_FactoryService',
'form.type.file' => 'getForm_Type_FileService',
'serializer' => 'getSerializerService',
'twig' => 'getTwigService',
'validator' => 'getValidatorService',
];
$this->aliases = [
'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Google\\GoogleAuthenticator' => 'scheb_two_factor.security.google_authenticator',
'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Google\\GoogleAuthenticatorInterface' => 'scheb_two_factor.security.google_authenticator',
'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\QrCode\\QrCodeGenerator' => 'scheb_two_factor.qr_code_generator',
'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\TwoFactorFirewallContext' => 'scheb_two_factor.firewall_context',
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
'mailer' => 'swiftmailer.mailer.default',
];
$this->privates['service_container'] = function () {
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
include_once \dirname(__DIR__, 4).'/src/Kernel.php';
include_once \dirname(__DIR__, 4).'/src/EventListener/MaintenanceListener.php';
include_once \dirname(__DIR__, 4).'/src/EventListener/UserUpdateLastLoginListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/LocaleSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/HttpUtils.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallConfig.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Utils/RequestDataReader.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Event/TwoFactorFormListener.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/AuthenticationTrustResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/PreparationRecorderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TokenPreparationRecorder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/src/Twig/BBCode.php';
include_once \dirname(__DIR__, 4).'/src/Twig/FlagMaster.php';
include_once \dirname(__DIR__, 4).'/src/Twig/GetEnv.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Unserialize.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/intl-extra/IntlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src/Twig/Extension/FMElfinderExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
};
}
public function compile(): void
{
throw new LogicException('You cannot compile a dumped container that was already compiled.');
}
public function isCompiled(): bool
{
return true;
}
public function getRemovedIds(): array
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
}
/**
* Gets the public '.container.private.cache_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
*/
protected function get_Container_Private_CacheClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
yield 0 => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
}, 1));
}
/**
* Gets the public '.container.private.filesystem' shared service.
*
* @return \Symfony\Component\Filesystem\Filesystem
*/
protected function get_Container_Private_FilesystemService()
{
return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
}
/**
* Gets the public '.container.private.form.factory' shared service.
*
* @return \Symfony\Component\Form\FormFactory
*/
protected function get_Container_Private_Form_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactory.php';
return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
}
/**
* Gets the public '.container.private.form.type.file' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\FileType
*/
protected function get_Container_Private_Form_Type_FileService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the public '.container.private.security.csrf.token_manager' shared service.
*
* @return \Symfony\Component\Security\Csrf\CsrfTokenManager
*/
protected function get_Container_Private_Security_Csrf_TokenManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public '.container.private.serializer' shared service.
*
* @return \Symfony\Component\Serializer\Serializer
*/
protected function get_Container_Private_SerializerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
$a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
$b = ($this->privates['serializer.mapping.cache_class_metadata_factory'] ?? $this->getSerializer_Mapping_CacheClassMetadataFactoryService());
$c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
$d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
$e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), 1 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 2 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 3 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), 4 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 5 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), 6 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($b, $c, $d, $e, NULL, [])), 7 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 8 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 9 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 11 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b, $c, $a, $d, $e, NULL, [])], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 1 => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
}
/**
* Gets the public '.container.private.twig' shared service.
*
* @return \Twig\Environment
*/
protected function get_Container_Private_TwigService()
{
$a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), '!Twig');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
$a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
$a->addPath((\dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src/Resources/views'), 'FMElfinder');
$a->addPath((\dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src/Resources/views'), '!FMElfinder');
$a->addPath((\dirname(__DIR__, 4).'/vendor/tattali/calendar-bundle/src/Resources/views'), 'Calendar');
$a->addPath((\dirname(__DIR__, 4).'/vendor/tattali/calendar-bundle/src/Resources/views'), '!Calendar');
$a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
$a->addPath((\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/views'), 'SchebTwoFactor');
$a->addPath((\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/views'), '!SchebTwoFactor');
$a->addPath((\dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-bundle/Resources/views'), 'KarserRecaptcha3');
$a->addPath((\dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-bundle/Resources/views'), '!KarserRecaptcha3');
$a->addPath((\dirname(__DIR__, 4).'/templates'));
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
$this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]);
$b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$c = ($this->services['translator'] ?? $this->getTranslatorService());
$d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
$f = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d, $e->getBaseUrl(), $e->isSecure())), []);
$g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$h = ($this->services['router'] ?? $this->getRouterService());
$i = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
$j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$j->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $g]);
$k = new \Symfony\Bridge\Twig\AppVariable();
$k->setEnvironment('dev');
$k->setDebug(true);
if ($this->has('security.token_storage')) {
$k->setTokenStorage($i);
}
if ($this->has('request_stack')) {
$k->setRequestStack($d);
}
$l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($f));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g, \dirname(__DIR__, 4), 'UTF-8'));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, $e)));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $i)));
$instance->addExtension(new \App\Twig\BBCode());
$instance->addExtension(new \App\Twig\FlagMaster());
$instance->addExtension(new \App\Twig\GetEnv());
$instance->addExtension(new \App\Twig\Unserialize());
$instance->addExtension(new \Twig\Extension\DebugExtension());
$instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $h, $f, $d, $instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
$instance->addExtension(new \FM\ElfinderBundle\Twig\Extension\FMElfinderExtension($instance));
$instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
$instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($h, $c)));
$instance->addGlobal('app', $k);
$instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', false],
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', false],
'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', false],
], [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
])));
$instance->addGlobal('forum_uri', $this->getEnv('FORUM_URI'));
$instance->addGlobal('site_type', $this->getEnv('SITE_TYPE'));
$instance->registerUndefinedFilterCallback([0 => $l, 1 => 'suggestFilter']);
$instance->registerUndefinedFunctionCallback([0 => $l, 1 => 'suggestFunction']);
$instance->registerUndefinedTokenParserCallback([0 => $l, 1 => 'suggestTag']);
(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
return $instance;
}
/**
* Gets the public '.container.private.validator' shared service.
*
* @return \Symfony\Component\Validator\Validator\TraceableValidator
*/
protected function get_Container_Private_ValidatorService()
{
return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
}
/**
* Gets the public 'App\Controller\ArticleCategoriesController' shared autowired service.
*
* @return \App\Controller\ArticleCategoriesController
*/
protected function getArticleCategoriesControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ArticleCategoriesController.php';
$this->services['App\\Controller\\ArticleCategoriesController'] = $instance = new \App\Controller\ArticleCategoriesController(($this->services['session'] ?? $this->getSessionService()));
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\ArticleCategoriesController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ArticlesController' shared autowired service.
*
* @return \App\Controller\ArticlesController
*/
protected function getArticlesControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ArticlesController.php';
$this->services['App\\Controller\\ArticlesController'] = $instance = new \App\Controller\ArticlesController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['router'] ?? $this->getRouterService()));
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\ArticlesController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CalendarController' shared autowired service.
*
* @return \App\Controller\CalendarController
*/
protected function getCalendarControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CalendarController.php';
$this->services['App\\Controller\\CalendarController'] = $instance = new \App\Controller\CalendarController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['router'] ?? $this->getRouterService()));
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\CalendarController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ContactController' shared autowired service.
*
* @return \App\Controller\ContactController
*/
protected function getContactControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ContactController.php';
$this->services['App\\Controller\\ContactController'] = $instance = new \App\Controller\ContactController();
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\ContactController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CountriesController' shared autowired service.
*
* @return \App\Controller\CountriesController
*/
protected function getCountriesControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CountriesController.php';
$this->services['App\\Controller\\CountriesController'] = $instance = new \App\Controller\CountriesController();
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\CountriesController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\DonationsController' shared autowired service.
*
* @return \App\Controller\DonationsController
*/
protected function getDonationsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/DonationsController.php';
$this->services['App\\Controller\\DonationsController'] = $instance = new \App\Controller\DonationsController();
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\DonationsController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\FileUploadController' shared autowired service.
*
* @return \App\Controller\FileUploadController
*/
protected function getFileUploadControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/FileUploadController.php';
$this->services['App\\Controller\\FileUploadController'] = $instance = new \App\Controller\FileUploadController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\FileUploadController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\FossildbController' shared autowired service.
*
* @return \App\Controller\FossildbController
*/
protected function getFossildbControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/FossildbController.php';
$this->services['App\\Controller\\FossildbController'] = $instance = new \App\Controller\FossildbController(($this->services['session'] ?? $this->getSessionService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()));
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\FossildbController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\FrontpageController' shared autowired service.
*
* @return \App\Controller\FrontpageController
*/
protected function getFrontpageControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/FrontpageController.php';
$this->services['App\\Controller\\FrontpageController'] = $instance = new \App\Controller\FrontpageController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\FrontpageController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\GeologicInfoController' shared autowired service.
*
* @return \App\Controller\GeologicInfoController
*/
protected function getGeologicInfoControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/GeologicInfoController.php';
$this->services['App\\Controller\\GeologicInfoController'] = $instance = new \App\Controller\GeologicInfoController();
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\GeologicInfoController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\GlossaryController' shared autowired service.
*
* @return \App\Controller\GlossaryController
*/
protected function getGlossaryControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/GlossaryController.php';
$this->services['App\\Controller\\GlossaryController'] = $instance = new \App\Controller\GlossaryController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['router'] ?? $this->getRouterService()));
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\GlossaryController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\LanguageSwitcherController' shared autowired service.
*
* @return \App\Controller\LanguageSwitcherController
*/
protected function getLanguageSwitcherControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/LanguageSwitcherController.php';
$this->services['App\\Controller\\LanguageSwitcherController'] = $instance = new \App\Controller\LanguageSwitcherController(($this->services['session'] ?? $this->getSessionService()));
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\LanguageSwitcherController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\LinkCategoriesController' shared autowired service.
*
* @return \App\Controller\LinkCategoriesController
*/
protected function getLinkCategoriesControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/LinkCategoriesController.php';
$this->services['App\\Controller\\LinkCategoriesController'] = $instance = new \App\Controller\LinkCategoriesController(($this->services['session'] ?? $this->getSessionService()));
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\LinkCategoriesController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\LinksController' shared autowired service.
*
* @return \App\Controller\LinksController
*/
protected function getLinksControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/LinksController.php';
$this->services['App\\Controller\\LinksController'] = $instance = new \App\Controller\LinksController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['session'] ?? $this->getSessionService()));
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\LinksController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\LiteratureController' shared autowired service.
*
* @return \App\Controller\LiteratureController
*/
protected function getLiteratureControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/LiteratureController.php';
$this->services['App\\Controller\\LiteratureController'] = $instance = new \App\Controller\LiteratureController();
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\LiteratureController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\LocationsController' shared autowired service.
*
* @return \App\Controller\LocationsController
*/
protected function getLocationsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/LocationsController.php';
$this->services['App\\Controller\\LocationsController'] = $instance = new \App\Controller\LocationsController();
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\LocationsController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\LocationsFossilController' shared autowired service.
*
* @return \App\Controller\LocationsFossilController
*/
protected function getLocationsFossilControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/LocationsFossilController.php';
$this->services['App\\Controller\\LocationsFossilController'] = $instance = new \App\Controller\LocationsFossilController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['session'] ?? $this->getSessionService()));
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\LocationsFossilController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\LocationsGeologyController' shared autowired service.
*
* @return \App\Controller\LocationsGeologyController
*/
protected function getLocationsGeologyControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/LocationsGeologyController.php';
$this->services['App\\Controller\\LocationsGeologyController'] = $instance = new \App\Controller\LocationsGeologyController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['session'] ?? $this->getSessionService()));
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\LocationsGeologyController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\LocationsMuseumController' shared autowired service.
*
* @return \App\Controller\LocationsMuseumController
*/
protected function getLocationsMuseumControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/LocationsMuseumController.php';
$this->services['App\\Controller\\LocationsMuseumController'] = $instance = new \App\Controller\LocationsMuseumController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['session'] ?? $this->getSessionService()));
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\LocationsMuseumController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\LocationsSocietyController' shared autowired service.
*
* @return \App\Controller\LocationsSocietyController
*/
protected function getLocationsSocietyControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/LocationsSocietyController.php';
$this->services['App\\Controller\\LocationsSocietyController'] = $instance = new \App\Controller\LocationsSocietyController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['session'] ?? $this->getSessionService()));
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\LocationsSocietyController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\MediaController' shared autowired service.
*
* @return \App\Controller\MediaController
*/
protected function getMediaControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/MediaController.php';
$this->services['App\\Controller\\MediaController'] = $instance = new \App\Controller\MediaController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['session'] ?? $this->getSessionService()));
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\MediaController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ModerationController' shared autowired service.
*
* @return \App\Controller\ModerationController
*/
protected function getModerationControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ModerationController.php';
$this->services['App\\Controller\\ModerationController'] = $instance = new \App\Controller\ModerationController(($this->services['translator'] ?? $this->getTranslatorService()));
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\ModerationController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\NavigationController' shared autowired service.
*
* @return \App\Controller\NavigationController
*/
protected function getNavigationControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/NavigationController.php';
$this->services['App\\Controller\\NavigationController'] = $instance = new \App\Controller\NavigationController(($this->services['session'] ?? $this->getSessionService()));
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\NavigationController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\NewsletterController' shared autowired service.
*
* @return \App\Controller\NewsletterController
*/
protected function getNewsletterControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/NewsletterController.php';
$this->services['App\\Controller\\NewsletterController'] = $instance = new \App\Controller\NewsletterController();
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\NewsletterController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\SearchController' shared autowired service.
*
* @return \App\Controller\SearchController
*/
protected function getSearchControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/SearchController.php';
$this->services['App\\Controller\\SearchController'] = $instance = new \App\Controller\SearchController(($this->services['translator'] ?? $this->getTranslatorService()));
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\SearchController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\SecurityController' shared autowired service.
*
* @return \App\Controller\SecurityController
*/
protected function getSecurityControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/SecurityController.php';
$this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\SecurityController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\SitemapController' shared autowired service.
*
* @return \App\Controller\SitemapController
*/
protected function getSitemapControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/SitemapController.php';
$this->services['App\\Controller\\SitemapController'] = $instance = new \App\Controller\SitemapController();
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\SitemapController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\SiteupdateController' shared autowired service.
*
* @return \App\Controller\SiteupdateController
*/
protected function getSiteupdateControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/SiteupdateController.php';
$this->services['App\\Controller\\SiteupdateController'] = $instance = new \App\Controller\SiteupdateController(($this->services['session'] ?? $this->getSessionService()));
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\SiteupdateController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\SpecieslistController' shared autowired service.
*
* @return \App\Controller\SpecieslistController
*/
protected function getSpecieslistControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/SpecieslistController.php';
$this->services['App\\Controller\\SpecieslistController'] = $instance = new \App\Controller\SpecieslistController();
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\SpecieslistController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\SpoolController' shared autowired service.
*
* @return \App\Controller\SpoolController
*/
protected function getSpoolControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/SpoolController.php';
$this->services['App\\Controller\\SpoolController'] = $instance = new \App\Controller\SpoolController(($this->services['session'] ?? $this->getSessionService()));
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\SpoolController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\StratigraphyColumController' shared autowired service.
*
* @return \App\Controller\StratigraphyColumController
*/
protected function getStratigraphyColumControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/StratigraphyColumController.php';
$this->services['App\\Controller\\StratigraphyColumController'] = $instance = new \App\Controller\StratigraphyColumController();
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\StratigraphyColumController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\StratigraphyUnitsController' shared autowired service.
*
* @return \App\Controller\StratigraphyUnitsController
*/
protected function getStratigraphyUnitsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/StratigraphyUnitsController.php';
$this->services['App\\Controller\\StratigraphyUnitsController'] = $instance = new \App\Controller\StratigraphyUnitsController();
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\StratigraphyUnitsController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\TaxanomyController' shared autowired service.
*
* @return \App\Controller\TaxanomyController
*/
protected function getTaxanomyControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/TaxanomyController.php';
$this->services['App\\Controller\\TaxanomyController'] = $instance = new \App\Controller\TaxanomyController(($this->privates['App\\Repository\\TaxanomyRepository'] ?? $this->getTaxanomyRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\TaxanomyController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\TaxanomyRanksController' shared autowired service.
*
* @return \App\Controller\TaxanomyRanksController
*/
protected function getTaxanomyRanksControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/TaxanomyRanksController.php';
$this->services['App\\Controller\\TaxanomyRanksController'] = $instance = new \App\Controller\TaxanomyRanksController();
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\TaxanomyRanksController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\URLRedirectorController' shared autowired service.
*
* @return \App\Controller\URLRedirectorController
*/
protected function getURLRedirectorControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/URLRedirectorController.php';
$this->services['App\\Controller\\URLRedirectorController'] = $instance = new \App\Controller\URLRedirectorController(($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\Repository\\ArticlesRepository'] ?? $this->getArticlesRepositoryService()), ($this->privates['App\\Repository\\GlossariesRepository'] ?? $this->getGlossariesRepositoryService()), ($this->privates['App\\Repository\\TaxanomyRepository'] ?? $this->getTaxanomyRepositoryService()), ($this->privates['App\\Repository\\LocationsFossilRepository'] ?? $this->getLocationsFossilRepositoryService()), ($this->privates['App\\Repository\\StratigraphyUnitsRepository'] ?? $this->getStratigraphyUnitsRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\URLRedirectorController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\UserController' shared autowired service.
*
* @return \App\Controller\UserController
*/
protected function getUserControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/UserController.php';
$this->services['App\\Controller\\UserController'] = $instance = new \App\Controller\UserController(($this->services['translator'] ?? $this->getTranslatorService()));
$instance->setContainer(($this->privates['.service_locator.5nX7ca3'] ?? $this->get_ServiceLocator_5nX7ca3Service())->withContext('App\\Controller\\UserController', $this));
return $instance;
}
/**
* Gets the public 'CalendarBundle\Controller\CalendarController' shared autowired service.
*
* @return \CalendarBundle\Controller\CalendarController
*/
protected function getCalendarController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/tattali/calendar-bundle/src/Controller/CalendarController.php';
include_once \dirname(__DIR__, 4).'/vendor/tattali/calendar-bundle/src/Serializer/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/tattali/calendar-bundle/src/Serializer/Serializer.php';
return $this->services['CalendarBundle\\Controller\\CalendarController'] = new \CalendarBundle\Controller\CalendarController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \CalendarBundle\Serializer\Serializer());
}
/**
* Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
*/
protected function getProfilerControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['profiler'] ?? $this->getProfilerService()));
}
/**
* Gets the public 'FM\ElfinderBundle\Controller\ElFinderController' shared service.
*
* @return \FM\ElfinderBundle\Controller\ElFinderController
*/
protected function getElFinderControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src/Controller/ElFinderController.php';
return $this->services['FM\\ElfinderBundle\\Controller\\ElFinderController'] = new \FM\ElfinderBundle\Controller\ElFinderController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['fm_elfinder'], ($this->services['fm_elfinder.loader'] ?? $this->getFmElfinder_LoaderService()));
}
/**
* Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
*
* @return \Liip\ImagineBundle\Controller\ImagineController
*/
protected function getImagineControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
return $this->services['Liip\\ImagineBundle\\Controller\\ImagineController'] = new \Liip\ImagineBundle\Controller\ImagineController(($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()), ($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), new \Liip\ImagineBundle\Config\Controller\ControllerConfig(302));
}
/**
* Gets the public 'Scheb\TwoFactorBundle\Model\PersisterInterface' shared service.
*
* @return \Scheb\TwoFactorBundle\Model\Persister\DoctrinePersister
*/
protected function getPersisterInterfaceService($lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Model/PersisterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Model/Persister/DoctrinePersister.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Model/Persister/DoctrinePersisterFactory.php';
return $this->services['Scheb\\TwoFactorBundle\\Model\\PersisterInterface'] = (new \Scheb\TwoFactorBundle\Model\Persister\DoctrinePersisterFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL))->getPersister();
}
/**
* Gets the public 'Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorFormRendererInterface' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer
*/
protected function getTwoFactorFormRendererInterfaceService($lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorFormRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/DefaultTwoFactorFormRenderer.php';
return $this->services['Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorFormRendererInterface'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), '@SchebTwoFactor/Authentication/form.html.twig');
}
/**
* Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
*/
protected function getRedirectControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
}
/**
* Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
*/
protected function getTemplateControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('0Notfj3gvS', 0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* Gets the public 'cache.app_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_AppClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
}
/**
* Gets the public 'cache.global_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_GlobalClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.doctrine.orm.forumdb.result' => ($this->privates['cache.doctrine.orm.forumdb.result'] ?? $this->getCache_Doctrine_Orm_Forumdb_ResultService()), 'cache.doctrine.orm.forumdb.query' => ($this->privates['cache.doctrine.orm.forumdb.query'] ?? $this->getCache_Doctrine_Orm_Forumdb_QueryService())]);
}
/**
* Gets the public 'cache.system' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SystemService()
{
return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('F+eyKHkG2Q', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'cache.system_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_SystemClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
}
/**
* Gets the public 'cache_warmer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
*/
protected function getCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
yield 0 => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
yield 1 => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
yield 2 => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
yield 3 => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
yield 4 => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
yield 5 => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
yield 6 => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
yield 7 => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
}, 8), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
}
/**
* Gets the public 'console.command_loader' shared service.
*
* @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
*/
protected function getConsole_CommandLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Command\\CountryGeojsonCommand' => ['privates', 'App\\Command\\CountryGeojsonCommand', 'getCountryGeojsonCommandService', false],
'App\\Command\\LocationsGeojsonCommand' => ['privates', 'App\\Command\\LocationsGeojsonCommand', 'getLocationsGeojsonCommandService', false],
'App\\Command\\NewsletterQueCommand' => ['privates', 'App\\Command\\NewsletterQueCommand', 'getNewsletterQueCommandService', false],
'App\\Command\\NewsletterSendCommand' => ['privates', 'App\\Command\\NewsletterSendCommand', 'getNewsletterSendCommandService', false],
'App\\Command\\SearchRecreacteDBCommand' => ['privates', 'App\\Command\\SearchRecreacteDBCommand', 'getSearchRecreacteDBCommandService', false],
'App\\Command\\SpoolCommand' => ['privates', 'App\\Command\\SpoolCommand', 'getSpoolCommandService', false],
'App\\Command\\UploadQueueCommand' => ['privates', 'App\\Command\\UploadQueueCommand', 'getUploadQueueCommandService', false],
'App\\Command\\UserProfileRecreateDBCommand' => ['privates', 'App\\Command\\UserProfileRecreateDBCommand', 'getUserProfileRecreateDBCommandService', false],
'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates', 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'getRunSqlCommandService', false],
'console.command.about' => ['privates', 'console.command.about', 'getConsole_Command_AboutService', false],
'console.command.assets_install' => ['privates', 'console.command.assets_install', 'getConsole_Command_AssetsInstallService', false],
'console.command.cache_clear' => ['privates', 'console.command.cache_clear', 'getConsole_Command_CacheClearService', false],
'console.command.cache_pool_clear' => ['privates', 'console.command.cache_pool_clear', 'getConsole_Command_CachePoolClearService', false],
'console.command.cache_pool_delete' => ['privates', 'console.command.cache_pool_delete', 'getConsole_Command_CachePoolDeleteService', false],
'console.command.cache_pool_list' => ['privates', 'console.command.cache_pool_list', 'getConsole_Command_CachePoolListService', false],
'console.command.cache_pool_prune' => ['privates', 'console.command.cache_pool_prune', 'getConsole_Command_CachePoolPruneService', false],
'console.command.cache_warmup' => ['privates', 'console.command.cache_warmup', 'getConsole_Command_CacheWarmupService', false],
'console.command.config_debug' => ['privates', 'console.command.config_debug', 'getConsole_Command_ConfigDebugService', false],
'console.command.config_dump_reference' => ['privates', 'console.command.config_dump_reference', 'getConsole_Command_ConfigDumpReferenceService', false],
'console.command.container_debug' => ['privates', 'console.command.container_debug', 'getConsole_Command_ContainerDebugService', false],
'console.command.container_lint' => ['privates', 'console.command.container_lint', 'getConsole_Command_ContainerLintService', false],
'console.command.debug_autowiring' => ['privates', 'console.command.debug_autowiring', 'getConsole_Command_DebugAutowiringService', false],
'console.command.event_dispatcher_debug' => ['privates', 'console.command.event_dispatcher_debug', 'getConsole_Command_EventDispatcherDebugService', false],
'console.command.form_debug' => ['privates', 'console.command.form_debug', 'getConsole_Command_FormDebugService', false],
'console.command.router_debug' => ['privates', 'console.command.router_debug', 'getConsole_Command_RouterDebugService', false],
'console.command.router_match' => ['privates', 'console.command.router_match', 'getConsole_Command_RouterMatchService', false],
'console.command.secrets_decrypt_to_local' => ['privates', 'console.command.secrets_decrypt_to_local', 'getConsole_Command_SecretsDecryptToLocalService', false],
'console.command.secrets_encrypt_from_local' => ['privates', 'console.command.secrets_encrypt_from_local', 'getConsole_Command_SecretsEncryptFromLocalService', false],
'console.command.secrets_generate_key' => ['privates', 'console.command.secrets_generate_key', 'getConsole_Command_SecretsGenerateKeyService', false],
'console.command.secrets_list' => ['privates', 'console.command.secrets_list', 'getConsole_Command_SecretsListService', false],
'console.command.secrets_remove' => ['privates', 'console.command.secrets_remove', 'getConsole_Command_SecretsRemoveService', false],
'console.command.secrets_set' => ['privates', 'console.command.secrets_set', 'getConsole_Command_SecretsSetService', false],
'console.command.translation_debug' => ['privates', 'console.command.translation_debug', 'getConsole_Command_TranslationDebugService', false],
'console.command.translation_update' => ['privates', 'console.command.translation_update', 'getConsole_Command_TranslationUpdateService', false],
'console.command.validator_debug' => ['privates', 'console.command.validator_debug', 'getConsole_Command_ValidatorDebugService', false],
'console.command.xliff_lint' => ['privates', 'console.command.xliff_lint', 'getConsole_Command_XliffLintService', false],
'console.command.yaml_lint' => ['privates', 'console.command.yaml_lint', 'getConsole_Command_YamlLintService', false],
'doctrine.cache_clear_metadata_command' => ['privates', 'doctrine.cache_clear_metadata_command', 'getDoctrine_CacheClearMetadataCommandService', false],
'doctrine.cache_clear_query_cache_command' => ['privates', 'doctrine.cache_clear_query_cache_command', 'getDoctrine_CacheClearQueryCacheCommandService', false],
'doctrine.cache_clear_result_command' => ['privates', 'doctrine.cache_clear_result_command', 'getDoctrine_CacheClearResultCommandService', false],
'doctrine.cache_collection_region_command' => ['privates', 'doctrine.cache_collection_region_command', 'getDoctrine_CacheCollectionRegionCommandService', false],
'doctrine.clear_entity_region_command' => ['privates', 'doctrine.clear_entity_region_command', 'getDoctrine_ClearEntityRegionCommandService', false],
'doctrine.clear_query_region_command' => ['privates', 'doctrine.clear_query_region_command', 'getDoctrine_ClearQueryRegionCommandService', false],
'doctrine.database_create_command' => ['privates', 'doctrine.database_create_command', 'getDoctrine_DatabaseCreateCommandService', false],
'doctrine.database_drop_command' => ['privates', 'doctrine.database_drop_command', 'getDoctrine_DatabaseDropCommandService', false],
'doctrine.database_import_command' => ['privates', 'doctrine.database_import_command', 'getDoctrine_DatabaseImportCommandService', false],
'doctrine.ensure_production_settings_command' => ['privates', 'doctrine.ensure_production_settings_command', 'getDoctrine_EnsureProductionSettingsCommandService', false],
'doctrine.fixtures_load_command' => ['privates', 'doctrine.fixtures_load_command', 'getDoctrine_FixturesLoadCommandService', false],
'doctrine.mapping_convert_command' => ['privates', 'doctrine.mapping_convert_command', 'getDoctrine_MappingConvertCommandService', false],
'doctrine.mapping_import_command' => ['privates', 'doctrine.mapping_import_command', 'getDoctrine_MappingImportCommandService', false],
'doctrine.mapping_info_command' => ['privates', 'doctrine.mapping_info_command', 'getDoctrine_MappingInfoCommandService', false],
'doctrine.query_dql_command' => ['privates', 'doctrine.query_dql_command', 'getDoctrine_QueryDqlCommandService', false],
'doctrine.query_sql_command' => ['privates', 'doctrine.query_sql_command', 'getDoctrine_QuerySqlCommandService', false],
'doctrine.schema_create_command' => ['privates', 'doctrine.schema_create_command', 'getDoctrine_SchemaCreateCommandService', false],
'doctrine.schema_drop_command' => ['privates', 'doctrine.schema_drop_command', 'getDoctrine_SchemaDropCommandService', false],
'doctrine.schema_update_command' => ['privates', 'doctrine.schema_update_command', 'getDoctrine_SchemaUpdateCommandService', false],
'doctrine.schema_validate_command' => ['privates', 'doctrine.schema_validate_command', 'getDoctrine_SchemaValidateCommandService', false],
'doctrine_migrations.diff_command' => ['privates', 'doctrine_migrations.diff_command', 'getDoctrineMigrations_DiffCommandService', false],
'doctrine_migrations.dump_schema_command' => ['privates', 'doctrine_migrations.dump_schema_command', 'getDoctrineMigrations_DumpSchemaCommandService', false],
'doctrine_migrations.execute_command' => ['privates', 'doctrine_migrations.execute_command', 'getDoctrineMigrations_ExecuteCommandService', false],
'doctrine_migrations.generate_command' => ['privates', 'doctrine_migrations.generate_command', 'getDoctrineMigrations_GenerateCommandService', false],
'doctrine_migrations.latest_command' => ['privates', 'doctrine_migrations.latest_command', 'getDoctrineMigrations_LatestCommandService', false],
'doctrine_migrations.migrate_command' => ['privates', 'doctrine_migrations.migrate_command', 'getDoctrineMigrations_MigrateCommandService', false],
'doctrine_migrations.rollup_command' => ['privates', 'doctrine_migrations.rollup_command', 'getDoctrineMigrations_RollupCommandService', false],
'doctrine_migrations.status_command' => ['privates', 'doctrine_migrations.status_command', 'getDoctrineMigrations_StatusCommandService', false],
'doctrine_migrations.up_to_date_command' => ['privates', 'doctrine_migrations.up_to_date_command', 'getDoctrineMigrations_UpToDateCommandService', false],
'doctrine_migrations.version_command' => ['privates', 'doctrine_migrations.version_command', 'getDoctrineMigrations_VersionCommandService', false],
'fm_elfinder.command.installer' => ['privates', 'fm_elfinder.command.installer', 'getFmElfinder_Command_InstallerService', false],
'fos_ck_editor.command.installer' => ['privates', 'fos_ck_editor.command.installer', 'getFosCkEditor_Command_InstallerService', false],
'liip_imagine.command.cache_remove' => ['privates', 'liip_imagine.command.cache_remove', 'getLiipImagine_Command_CacheRemoveService', false],
'liip_imagine.command.cache_resolve' => ['privates', 'liip_imagine.command.cache_resolve', 'getLiipImagine_Command_CacheResolveService', false],
'maker.auto_command.make_auth' => ['privates', 'maker.auto_command.make_auth', 'getMaker_AutoCommand_MakeAuthService', false],
'maker.auto_command.make_command' => ['privates', 'maker.auto_command.make_command', 'getMaker_AutoCommand_MakeCommandService', false],
'maker.auto_command.make_controller' => ['privates', 'maker.auto_command.make_controller', 'getMaker_AutoCommand_MakeControllerService', false],
'maker.auto_command.make_crud' => ['privates', 'maker.auto_command.make_crud', 'getMaker_AutoCommand_MakeCrudService', false],
'maker.auto_command.make_docker_database' => ['privates', 'maker.auto_command.make_docker_database', 'getMaker_AutoCommand_MakeDockerDatabaseService', false],
'maker.auto_command.make_entity' => ['privates', 'maker.auto_command.make_entity', 'getMaker_AutoCommand_MakeEntityService', false],
'maker.auto_command.make_fixtures' => ['privates', 'maker.auto_command.make_fixtures', 'getMaker_AutoCommand_MakeFixturesService', false],
'maker.auto_command.make_form' => ['privates', 'maker.auto_command.make_form', 'getMaker_AutoCommand_MakeFormService', false],
'maker.auto_command.make_message' => ['privates', 'maker.auto_command.make_message', 'getMaker_AutoCommand_MakeMessageService', false],
'maker.auto_command.make_messenger_middleware' => ['privates', 'maker.auto_command.make_messenger_middleware', 'getMaker_AutoCommand_MakeMessengerMiddlewareService', false],
'maker.auto_command.make_migration' => ['privates', 'maker.auto_command.make_migration', 'getMaker_AutoCommand_MakeMigrationService', false],
'maker.auto_command.make_registration_form' => ['privates', 'maker.auto_command.make_registration_form', 'getMaker_AutoCommand_MakeRegistrationFormService', false],
'maker.auto_command.make_reset_password' => ['privates', 'maker.auto_command.make_reset_password', 'getMaker_AutoCommand_MakeResetPasswordService', false],
'maker.auto_command.make_serializer_encoder' => ['privates', 'maker.auto_command.make_serializer_encoder', 'getMaker_AutoCommand_MakeSerializerEncoderService', false],
'maker.auto_command.make_serializer_normalizer' => ['privates', 'maker.auto_command.make_serializer_normalizer', 'getMaker_AutoCommand_MakeSerializerNormalizerService', false],
'maker.auto_command.make_subscriber' => ['privates', 'maker.auto_command.make_subscriber', 'getMaker_AutoCommand_MakeSubscriberService', false],
'maker.auto_command.make_test' => ['privates', 'maker.auto_command.make_test', 'getMaker_AutoCommand_MakeTestService', false],
'maker.auto_command.make_twig_extension' => ['privates', 'maker.auto_command.make_twig_extension', 'getMaker_AutoCommand_MakeTwigExtensionService', false],
'maker.auto_command.make_user' => ['privates', 'maker.auto_command.make_user', 'getMaker_AutoCommand_MakeUserService', false],
'maker.auto_command.make_validator' => ['privates', 'maker.auto_command.make_validator', 'getMaker_AutoCommand_MakeValidatorService', false],
'maker.auto_command.make_voter' => ['privates', 'maker.auto_command.make_voter', 'getMaker_AutoCommand_MakeVoterService', false],
'security.command.user_password_encoder' => ['privates', 'security.command.user_password_encoder', 'getSecurity_Command_UserPasswordEncoderService', false],
'swiftmailer.command.debug' => ['privates', 'swiftmailer.command.debug', 'getSwiftmailer_Command_DebugService', false],
'swiftmailer.command.new_email' => ['privates', 'swiftmailer.command.new_email', 'getSwiftmailer_Command_NewEmailService', false],
'swiftmailer.command.send_email' => ['privates', 'swiftmailer.command.send_email', 'getSwiftmailer_Command_SendEmailService', false],
'twig.command.debug' => ['privates', 'twig.command.debug', 'getTwig_Command_DebugService', false],
'twig.command.lint' => ['privates', 'twig.command.lint', 'getTwig_Command_LintService', false],
], [
'App\\Command\\CountryGeojsonCommand' => 'App\\Command\\CountryGeojsonCommand',
'App\\Command\\LocationsGeojsonCommand' => 'App\\Command\\LocationsGeojsonCommand',
'App\\Command\\NewsletterQueCommand' => 'App\\Command\\NewsletterQueCommand',
'App\\Command\\NewsletterSendCommand' => 'App\\Command\\NewsletterSendCommand',
'App\\Command\\SearchRecreacteDBCommand' => 'App\\Command\\SearchRecreacteDBCommand',
'App\\Command\\SpoolCommand' => 'App\\Command\\SpoolCommand',
'App\\Command\\UploadQueueCommand' => 'App\\Command\\UploadQueueCommand',
'App\\Command\\UserProfileRecreateDBCommand' => 'App\\Command\\UserProfileRecreateDBCommand',
'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
'console.command.validator_debug' => 'Symfony\\Component\\Validator\\Command\\DebugCommand',
'console.command.xliff_lint' => 'Symfony\\Component\\Translation\\Command\\XliffLintCommand',
'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
'fm_elfinder.command.installer' => 'FM\\ElfinderBundle\\Command\\ElFinderInstallerCommand',
'fos_ck_editor.command.installer' => 'FOS\\CKEditorBundle\\Command\\CKEditorInstallerCommand',
'liip_imagine.command.cache_remove' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
'liip_imagine.command.cache_resolve' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
]), ['paleontica:geojson:country' => 'App\\Command\\CountryGeojsonCommand', 'paleontica:geojson:locations' => 'App\\Command\\LocationsGeojsonCommand', 'paleontica:newsletter:que' => 'App\\Command\\NewsletterQueCommand', 'paleontica:newsletter:send' => 'App\\Command\\NewsletterSendCommand', 'paleontica:search:recreatedb' => 'App\\Command\\SearchRecreacteDBCommand', 'paleontica:spool:run' => 'App\\Command\\SpoolCommand', 'paleontica:uploadqueue:cleanup' => 'App\\Command\\UploadQueueCommand', 'paleontica:userprofile:recreatedb' => 'App\\Command\\UserProfileRecreateDBCommand', 'about' => 'console.command.about', 'assets:install' => 'console.command.assets_install', 'cache:clear' => 'console.command.cache_clear', 'cache:pool:clear' => 'console.command.cache_pool_clear', 'cache:pool:prune' => 'console.command.cache_pool_prune', 'cache:pool:delete' => 'console.command.cache_pool_delete', 'cache:pool:list' => 'console.command.cache_pool_list', 'cache:warmup' => 'console.command.cache_warmup', 'debug:config' => 'console.command.config_debug', 'config:dump-reference' => 'console.command.config_dump_reference', 'debug:container' => 'console.command.container_debug', 'lint:container' => 'console.command.container_lint', 'debug:autowiring' => 'console.command.debug_autowiring', 'debug:event-dispatcher' => 'console.command.event_dispatcher_debug', 'debug:router' => 'console.command.router_debug', 'router:match' => 'console.command.router_match', 'debug:translation' => 'console.command.translation_debug', 'translation:update' => 'console.command.translation_update', 'debug:validator' => 'console.command.validator_debug', 'lint:xliff' => 'console.command.xliff_lint', 'lint:yaml' => 'console.command.yaml_lint', 'debug:form' => 'console.command.form_debug', 'secrets:set' => 'console.command.secrets_set', 'secrets:remove' => 'console.command.secrets_remove', 'secrets:generate-keys' => 'console.command.secrets_generate_key', 'secrets:list' => 'console.command.secrets_list', 'secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local', 'secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local', 'debug:twig' => 'twig.command.debug', 'lint:twig' => 'twig.command.lint', 'security:encode-password' => 'security.command.user_password_encoder', 'doctrine:database:create' => 'doctrine.database_create_command', 'doctrine:database:drop' => 'doctrine.database_drop_command', 'doctrine:query:sql' => 'doctrine.query_sql_command', 'dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'doctrine:database:import' => 'doctrine.database_import_command', 'doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command', 'doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command', 'doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command', 'doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command', 'doctrine:mapping:convert' => 'doctrine.mapping_convert_command', 'doctrine:schema:create' => 'doctrine.schema_create_command', 'doctrine:schema:drop' => 'doctrine.schema_drop_command', 'doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command', 'doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command', 'doctrine:mapping:info' => 'doctrine.mapping_info_command', 'doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command', 'doctrine:query:dql' => 'doctrine.query_dql_command', 'doctrine:schema:update' => 'doctrine.schema_update_command', 'doctrine:schema:validate' => 'doctrine.schema_validate_command', 'doctrine:mapping:import' => 'doctrine.mapping_import_command', 'doctrine:migrations:diff' => 'doctrine_migrations.diff_command', 'doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command', 'doctrine:migrations:execute' => 'doctrine_migrations.execute_command', 'doctrine:migrations:generate' => 'doctrine_migrations.generate_command', 'doctrine:migrations:latest' => 'doctrine_migrations.latest_command', 'doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command', 'doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command', 'doctrine:migrations:status' => 'doctrine_migrations.status_command', 'doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command', 'doctrine:migrations:version' => 'doctrine_migrations.version_command', 'doctrine:fixtures:load' => 'doctrine.fixtures_load_command', 'ckeditor:install' => 'fos_ck_editor.command.installer', 'elfinder:install' => 'fm_elfinder.command.installer', 'liip:imagine:cache:remove' => 'liip_imagine.command.cache_remove', 'liip:imagine:cache:resolve' => 'liip_imagine.command.cache_resolve', 'debug:swiftmailer' => 'swiftmailer.command.debug', 'swiftmailer:email:send' => 'swiftmailer.command.new_email', 'swiftmailer:spool:send' => 'swiftmailer.command.send_email', 'make:auth' => 'maker.auto_command.make_auth', 'make:command' => 'maker.auto_command.make_command', 'make:controller' => 'maker.auto_command.make_controller', 'make:crud' => 'maker.auto_command.make_crud', 'make:docker:database' => 'maker.auto_command.make_docker_database', 'make:entity' => 'maker.auto_command.make_entity', 'make:fixtures' => 'maker.auto_command.make_fixtures', 'make:form' => 'maker.auto_command.make_form', 'make:message' => 'maker.auto_command.make_message', 'make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware', 'make:registration-form' => 'maker.auto_command.make_registration_form', 'make:reset-password' => 'maker.auto_command.make_reset_password', 'make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder', 'make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer', 'make:subscriber' => 'maker.auto_command.make_subscriber', 'make:twig-extension' => 'maker.auto_command.make_twig_extension', 'make:test' => 'maker.auto_command.make_test', 'make:unit-test' => 'maker.auto_command.make_test', 'make:functional-test' => 'maker.auto_command.make_test', 'make:validator' => 'maker.auto_command.make_validator', 'make:voter' => 'maker.auto_command.make_voter', 'make:user' => 'maker.auto_command.make_user', 'make:migration' => 'maker.auto_command.make_migration']);
}
/**
* Gets the public 'container.env_var_processors_locator' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getContainer_EnvVarProcessorsLocatorService()
{
return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'base64' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'bool' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'const' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'csv' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'default' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'file' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'float' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'int' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'json' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'key' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'query_string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'require' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'resolve' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'trim' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'url' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
], [
'base64' => '?',
'bool' => '?',
'const' => '?',
'csv' => '?',
'default' => '?',
'file' => '?',
'float' => '?',
'int' => '?',
'json' => '?',
'key' => '?',
'query_string' => '?',
'require' => '?',
'resolve' => '?',
'string' => '?',
'trim' => '?',
'url' => '?',
]);
}
/**
* Gets the public 'doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Registry
*/
protected function getDoctrineService()
{
return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
}
/**
* Gets the public 'doctrine.dbal.default_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_DefaultConnectionService()
{
$a = new \Doctrine\DBAL\Configuration();
$a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([0 => ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), 1 => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
$b = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', false],
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', false],
], [
'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
]), [0 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber']);
$b->addEventListener([0 => 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['driver' => 'pdo_mysql', 'charset' => 'UTF8', 'url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $a, $b, []);
}
/**
* Gets the public 'doctrine.dbal.forumdb_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_ForumdbConnectionService()
{
$a = new \Doctrine\DBAL\Configuration();
$a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([0 => ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), 1 => ($this->privates['doctrine.dbal.logger.profiling.forumdb'] ?? ($this->privates['doctrine.dbal.logger.profiling.forumdb'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
$b = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine.orm.forumdb_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.forumdb_listeners.attach_entity_listeners', 'getDoctrine_Orm_ForumdbListeners_AttachEntityListenersService', false],
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', false],
], [
'doctrine.orm.forumdb_listeners.attach_entity_listeners' => '?',
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
]), [0 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber']);
$b->addEventListener([0 => 'loadClassMetadata'], 'doctrine.orm.forumdb_listeners.attach_entity_listeners');
return $this->services['doctrine.dbal.forumdb_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['url' => $this->getEnv('resolve:FORUM_DATABASE_URL'), 'driver' => 'pdo_mysql', 'charset' => 'UTF8', 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $a, $b, []);
}
/**
* Gets the public 'doctrine.orm.default_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
{
$a = new \Doctrine\ORM\Configuration();
$b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
$b->addDriver($c, 'App\\Entity');
$b->addDriver($c, 'CalendarBundle\\Entity');
$a->setEntityNamespaces(['App' => 'App\\Entity', 'CalendarBundle' => 'CalendarBundle\\Entity']);
$a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, ($this->privates['.service_locator.Hllcktv'] ?? $this->get_ServiceLocator_HllcktvService())));
$a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$a->setProxyNamespace('Proxies');
$a->setAutoGenerateProxyClasses(false);
$a->setSchemaIgnoreClasses([]);
$a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
$a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
$a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
$this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'doctrine.orm.forumdb_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_ForumdbEntityManagerService($lazyLoad = true)
{
$a = new \Doctrine\ORM\Configuration();
$a->setEntityNamespaces([]);
$a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$a->setQueryCache(($this->privates['cache.doctrine.orm.forumdb.query'] ?? $this->getCache_Doctrine_Orm_Forumdb_QueryService()));
$a->setResultCache(($this->privates['cache.doctrine.orm.forumdb.result'] ?? $this->getCache_Doctrine_Orm_Forumdb_ResultService()));
$a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver(new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain(), ($this->privates['.service_locator.Hllcktv'] ?? $this->get_ServiceLocator_HllcktvService())));
$a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$a->setProxyNamespace('Proxies');
$a->setAutoGenerateProxyClasses(false);
$a->setSchemaIgnoreClasses([]);
$a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$a->setNamingStrategy(new \Doctrine\ORM\Mapping\DefaultNamingStrategy());
$a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
$a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
$this->services['doctrine.orm.forumdb_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.forumdb_connection'] ?? $this->getDoctrine_Dbal_ForumdbConnectionService()), $a);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'error_controller' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ErrorController
*/
protected function getErrorControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($a, true)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true)));
}
/**
* Gets the public 'event_dispatcher' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
*/
protected function getEventDispatcherService()
{
$a = new \Symfony\Bridge\Monolog\Logger('event');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(new \Monolog\Handler\NullHandler());
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$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())));
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventListener\\UserUpdateLastLoginListener'] ?? $this->getUserUpdateLastLoginListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('calendar.set_data', [0 => function () {
return ($this->privates['App\\EventSubscriber\\CalendarSubscriber'] ?? $this->getCalendarSubscriberService());
}, 1 => 'onCalendarSetData'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] = new \App\EventSubscriber\LocaleSubscriber()));
}, 1 => 'onKernelRequest'], 20);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] ?? $this->getUserLocaleSubscriberService());
}, 1 => 'onInteractiveLogin'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
}, 1 => 'onKernelResponse'], -1024);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'setDefaultLocale'], 100);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelRequest'], 16);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
}, 1 => 'onKernelRequest'], 256);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
}, 1 => 'onResponse'], -255);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onControllerArguments'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onKernelException'], -128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'removeCspHeader'], -128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelRequest'], 15);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelFinishRequest'], -15);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
}, 1 => 'onConsoleTerminate'], -128);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelRequest'], 128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onFinishRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelTerminate'], -1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelRequest'], 32);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelController'], -128);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelView'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -128);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onCommand'], 255);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onTerminate'], -255);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('debug.security.authorization.vote', [0 => function () {
return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
}, 1 => 'onVoterVote'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'configureLogoutUrlGenerator'], 8);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelRequest'], 8);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['security.authentication.kernel_exception_listener.two_factor.main'] ?? $this->getSecurity_Authentication_KernelExceptionListener_TwoFactor_MainService());
}, 1 => 'onKernelException'], 2);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['security.authentication.form_listener.two_factor.main'] ?? $this->getSecurity_Authentication_FormListener_TwoFactor_MainService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
}, 1 => 'onLogin'], 9223372036854775807);
$instance->addListener('scheb_two_factor.authentication.require', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
}, 1 => 'onAccessDenied'], 0);
$instance->addListener('scheb_two_factor.authentication.form', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
}, 1 => 'onTwoFactorForm'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
}, 1 => 'onKernelResponse'], 1);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleTerminate'], 0);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
}, 1 => 'before'], 0);
$instance->addListener('knp_pager.pagination', [0 => function () {
return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
}, 1 => 'pagination'], 0);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
}, 1 => 'before'], 1);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
}, 1 => 'before'], 1);
$instance->addListener('knp_pager.pagination', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
}, 1 => 'pagination'], 1);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
}, 1 => 'onException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
}, 1 => 'onTerminate'], 0);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
}, 1 => 'onException'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
}, 1 => 'onTerminate'], 0);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
}, 1 => 'onLogin'], 9223372036854775806);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
}, 1 => 'onSuccessfulLogin'], -63);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the public 'fm_elfinder.loader' shared autowired service.
*
* @return \FM\ElfinderBundle\Loader\ElFinderLoader
*/
protected function getFmElfinder_LoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src/Loader/ElFinderLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src/Configuration/ElFinderConfigurationProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src/Configuration/ElFinderConfigurationReader.php';
return $this->services['fm_elfinder.loader'] = new \FM\ElfinderBundle\Loader\ElFinderLoader(new \FM\ElfinderBundle\Configuration\ElFinderConfigurationReader($this->parameters['fm_elfinder'], ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this));
}
/**
* Gets the public 'http_kernel' shared service.
*
* @return \Symfony\Component\HttpKernel\HttpKernel
*/
protected function getHttpKernelService()
{
$a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($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 () {
yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
}, 8)), $a));
}
/**
* Gets the public 'knp_paginator' shared service.
*
* @return \Knp\Component\Pager\Paginator
*/
protected function getKnpPaginatorService($lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
$this->services['knp_paginator'] = $instance = new \Knp\Component\Pager\Paginator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$instance->setDefaultPaginatorOptions(['pageParameterName' => 'page', 'sortFieldParameterName' => 'sort', 'sortDirectionParameterName' => 'direction', 'filterFieldParameterName' => 'filterField', 'filterValueParameterName' => 'filterValue', 'distinct' => true, 'pageOutOfRange' => 'ignore', 'defaultLimit' => 10]);
return $instance;
}
/**
* Gets the public 'liip_imagine.binary.loader.default' shared service.
*
* @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
*/
protected function getLiipImagine_Binary_Loader_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
$a = \Symfony\Component\Mime\MimeTypes::getDefault();
return $this->services['liip_imagine.binary.loader.default'] = new \Liip\ImagineBundle\Binary\Loader\FileSystemLoader($a, $a, new \Liip\ImagineBundle\Binary\Locator\FileSystemLocator([0 => (\dirname(__DIR__, 4).'/public')], false));
}
/**
* Gets the public 'liip_imagine.cache.manager' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
*/
protected function getLiipImagine_Cache_ManagerService()
{
$this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'default', false);
$instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
$instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
return $instance;
}
/**
* Gets the public 'liip_imagine.cache.resolver.default' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
*/
protected function getLiipImagine_Cache_Resolver_DefaultService()
{
return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__, 4).'/public'), 'media/cache');
}
/**
* Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
*/
protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
{
return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
}
/**
* Gets the public 'liip_imagine.cache.signer' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Signer
*/
protected function getLiipImagine_Cache_SignerService()
{
return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
}
/**
* Gets the public 'liip_imagine.config.stack_collection' shared service.
*
* @return \Liip\ImagineBundle\Config\StackCollection
*/
protected function getLiipImagine_Config_StackCollectionService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
$a = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
$b = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
return $this->services['liip_imagine.config.stack_collection'] = new \Liip\ImagineBundle\Config\StackCollection(new \Liip\ImagineBundle\Config\StackBuilder(new \Liip\ImagineBundle\Factory\Config\StackFactory(), new \Liip\ImagineBundle\Config\FilterFactoryCollection(new \Liip\ImagineBundle\Factory\Config\Filter\AutoRotateFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\BackgroundFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\CropFactory($a, $b), new \Liip\ImagineBundle\Factory\Config\Filter\DownscaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\FlipFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\GrayscaleFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\InterlaceFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\PasteFactory($b), new \Liip\ImagineBundle\Factory\Config\Filter\RelativeResizeFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ResizeFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\RotateFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ScaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\StripFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ThumbnailFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\UpscaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\WatermarkFactory())), $this->parameters['liip_imagine.filter_sets']);
}
/**
* Gets the public 'liip_imagine.data.manager' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Data\DataManager
*/
protected function getLiipImagine_Data_ManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
$this->services['liip_imagine.data.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Data\DataManager(($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()), \Symfony\Component\Mime\MimeTypes::getDefault(), ($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), 'default', NULL);
$instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
return $instance;
}
/**
* Gets the public 'liip_imagine.filter.loader.downscale' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
*/
protected function getLiipImagine_Filter_Loader_DownscaleService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
}
/**
* Gets the public 'liip_imagine.filter.loader.fixed' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
*/
protected function getLiipImagine_Filter_Loader_FixedService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
}
/**
* Gets the public 'liip_imagine.filter.loader.flip' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
*/
protected function getLiipImagine_Filter_Loader_FlipService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
}
/**
* Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
*/
protected function getLiipImagine_Filter_Loader_GrayscaleService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
}
/**
* Gets the public 'liip_imagine.filter.loader.interlace' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
*/
protected function getLiipImagine_Filter_Loader_InterlaceService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
}
/**
* Gets the public 'liip_imagine.filter.loader.resample' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
*/
protected function getLiipImagine_Filter_Loader_ResampleService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResampleFilterLoader.php';
return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
}
/**
* Gets the public 'liip_imagine.filter.loader.rotate' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
*/
protected function getLiipImagine_Filter_Loader_RotateService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
}
/**
* Gets the public 'liip_imagine.filter.manager' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
*/
protected function getLiipImagine_Filter_ManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
$a = ($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService());
$this->services['liip_imagine.filter.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Filter\FilterManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), $a, ($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()));
$instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
$instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
$instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
$instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
$instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
$instance->addLoader('paste_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a, \dirname(__DIR__, 4)));
$instance->addLoader('watermark_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a, \dirname(__DIR__, 4)));
$instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
$instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
$instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
$instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
$instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
$instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
$instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
$instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
$instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
$instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
$instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
$instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim', true, NULL, true, NULL));
$instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng', 7, true, NULL));
$instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
$instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
return $instance;
}
/**
* Gets the public 'profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function getProfilerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('profiler');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
$b = ($this->services['kernel'] ?? $this->get('kernel'));
$c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
$d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
$d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
$d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
$d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
$d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
$d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
$d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
$d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$d->addInstance('cache.doctrine.orm.forumdb.result', ($this->privates['cache.doctrine.orm.forumdb.result'] ?? $this->getCache_Doctrine_Orm_Forumdb_ResultService()));
$d->addInstance('cache.doctrine.orm.forumdb.query', ($this->privates['cache.doctrine.orm.forumdb.query'] ?? $this->getCache_Doctrine_Orm_Forumdb_QueryService()));
$e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, NULL);
$e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
$e->addLogger('forumdb', ($this->privates['doctrine.dbal.logger.profiling.forumdb'] ?? ($this->privates['doctrine.dbal.logger.profiling.forumdb'] = new \Doctrine\DBAL\Logging\DebugStack())));
$f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$f->setKernel($b);
}
$instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
$instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
$instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
$instance->add($d);
$instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
$instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->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()), false));
$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
$instance->add($e);
$instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
$instance->add($f);
return $instance;
}
/**
* Gets the public 'request_stack' shared service.
*
* @return \Symfony\Component\HttpFoundation\RequestStack
*/
protected function getRequestStackService()
{
return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
}
/**
* Gets the public 'router' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\Router
*/
protected function getRouterService()
{
$a = new \Symfony\Bridge\Monolog\Logger('router');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', false],
], [
'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]))->withContext('router.default', $this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, 'nl');
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the public 'routing.loader' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
*/
protected function getRouting_LoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
$a = new \Symfony\Component\Config\Loader\LoaderResolver();
$b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)));
$c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
$a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
$a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
$a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
$a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
$a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'kernel' => ['services', 'kernel', 'getKernelService', false],
], [
'kernel' => 'App\\Kernel',
])));
$a->addLoader($c);
$a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b, $c));
$a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b, $c));
return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
}
/**
* Gets the public 'scheb_two_factor.firewall_context' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext
*/
protected function getSchebTwoFactor_FirewallContextService()
{
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallContext.php';
return $this->services['scheb_two_factor.firewall_context'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext(['main' => ($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService())]);
}
/**
* Gets the public 'scheb_two_factor.form_controller' shared service.
*
* @return \Scheb\TwoFactorBundle\Controller\FormController
*/
protected function getSchebTwoFactor_FormControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Controller/FormController.php';
return $this->services['scheb_two_factor.form_controller'] = new \Scheb\TwoFactorBundle\Controller\FormController(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService()), ($this->services['scheb_two_factor.firewall_context'] ?? $this->getSchebTwoFactor_FirewallContextService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), NULL, false);
}
/**
* Gets the public 'scheb_two_factor.qr_code_generator' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\QrCode\QrCodeGenerator
*/
protected function getSchebTwoFactor_QrCodeGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-qr-code/Security/TwoFactor/QrCode/QrCodeGenerator.php';
return $this->services['scheb_two_factor.qr_code_generator'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\QrCode\QrCodeGenerator(($this->services['scheb_two_factor.security.google_authenticator'] ?? $this->getSchebTwoFactor_Security_GoogleAuthenticatorService()), NULL);
}
/**
* Gets the public 'scheb_two_factor.security.google_authenticator' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Google\GoogleAuthenticator
*/
protected function getSchebTwoFactor_Security_GoogleAuthenticatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-google-authenticator/Security/TwoFactor/Provider/Google/GoogleAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-google-authenticator/Security/TwoFactor/Provider/Google/GoogleAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-google-authenticator/Security/TwoFactor/Provider/Google/GoogleTotpFactory.php';
return $this->services['scheb_two_factor.security.google_authenticator'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Google\GoogleAuthenticator(new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Google\GoogleTotpFactory(NULL, 'Paleontica', 6), 1);
}
/**
* Gets the public 'security.authorization_checker' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
*/
protected function getSecurity_AuthorizationCheckerService()
{
return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
}
/**
* Gets the public 'security.password_encoder' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
*/
protected function getSecurity_PasswordEncoderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
}
/**
* Gets the public 'security.token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
*/
protected function getSecurity_TokenStorageService()
{
return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'session' => ['services', 'session', 'getSessionService', false],
], [
'session' => '?',
]));
}
/**
* Gets the public 'services_resetter' shared service.
*
* @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
*/
protected function getServicesResetterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
if (isset($this->services['cache.app'])) {
yield 'cache.app' => ($this->services['cache.app'] ?? null);
}
if (isset($this->services['cache.system'])) {
yield 'cache.system' => ($this->services['cache.system'] ?? null);
}
if (isset($this->privates['cache.validator'])) {
yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
}
if (isset($this->privates['cache.serializer'])) {
yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
}
if (isset($this->privates['cache.annotations'])) {
yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
}
if (isset($this->privates['cache.property_info'])) {
yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
}
if (isset($this->privates['form.choice_list_factory.cached'])) {
yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
}
if (isset($this->services['profiler'])) {
yield 'profiler' => ($this->services['profiler'] ?? null);
}
if (isset($this->services['.container.private.validator'])) {
yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
}
if (isset($this->privates['debug.stopwatch'])) {
yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
}
if (isset($this->services['event_dispatcher'])) {
yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
}
if (isset($this->privates['monolog.handler.main'])) {
yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
}
if (isset($this->privates['monolog.handler.console'])) {
yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
}
if (isset($this->services['security.token_storage'])) {
yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
}
if (isset($this->privates['cache.security_expression_language'])) {
yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
}
if (isset($this->services['doctrine'])) {
yield 'doctrine' => ($this->services['doctrine'] ?? null);
}
if (isset($this->privates['form.type.entity'])) {
yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
}
if (isset($this->privates['swiftmailer.email_sender.listener'])) {
yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
}
}, function () {
return 0 + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener']));
}), ['cache.app' => [0 => 'reset'], 'cache.system' => [0 => 'reset'], 'cache.validator' => [0 => 'reset'], 'cache.serializer' => [0 => 'reset'], 'cache.annotations' => [0 => 'reset'], 'cache.property_info' => [0 => 'reset'], 'form.choice_list_factory.cached' => [0 => 'reset'], 'profiler' => [0 => 'reset'], 'debug.validator' => [0 => 'reset'], 'debug.stopwatch' => [0 => 'reset'], 'debug.event_dispatcher' => [0 => 'reset'], 'monolog.handler.main' => [0 => 'reset'], 'monolog.handler.console' => [0 => 'reset'], 'security.token_storage' => [0 => 'disableUsageTracking', 1 => 'setToken'], 'cache.security_expression_language' => [0 => 'reset'], 'doctrine' => [0 => 'reset'], 'form.type.entity' => [0 => 'reset'], 'swiftmailer.email_sender.listener' => [0 => 'reset']]);
}
/**
* Gets the public 'session' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Session
*/
protected function getSessionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()), NULL, NULL, [0 => ($this->privates['session_listener'] ?? $this->getSessionListenerService()), 1 => 'onSessionUsage']);
}
/**
* Gets the public 'swiftmailer.mailer.default' shared service.
*
* @return \Swift_Mailer
*/
protected function getSwiftmailer_Mailer_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
}
/**
* Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
*
* @return \Swift_Plugins_MessageLogger
*/
protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
{
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
}
/**
* Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
*
* @return \Swift_Transport
*/
protected function getSwiftmailer_Mailer_Default_Transport_RealService()
{
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
return $this->services['swiftmailer.mailer.default.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp', 'url' => $this->getEnv('MAILER_URL'), 'username' => NULL, 'password' => NULL, 'host' => 'localhost', 'port' => NULL, 'timeout' => 30, 'source_ip' => NULL, 'local_domain' => NULL, 'encryption' => NULL, 'auth_mode' => NULL, 'command' => '/usr/sbin/sendmail -t -i', 'stream_options' => []], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));
}
/**
* Gets the public 'swiftmailer.transport' shared service.
*
* @return \Swift_Transport_SpoolTransport
*/
protected function getSwiftmailer_TransportService()
{
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
$this->services['swiftmailer.transport'] = $instance = new \Swift_Transport_SpoolTransport(($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())), new \Swift_MemorySpool());
$instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
return $instance;
}
/**
* Gets the public 'translator' shared service.
*
* @return \Symfony\Component\Translation\DataCollectorTranslator
*/
protected function getTranslatorService()
{
return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
}
/**
* Gets the public 'web_profiler.controller.exception_panel' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
*/
protected function getWebProfiler_Controller_ExceptionPanelService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['profiler'] ?? $this->getProfilerService()));
}
/**
* Gets the public 'web_profiler.controller.profiler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
*/
protected function getWebProfiler_Controller_ProfilerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__, 4));
}
/**
* Gets the public 'web_profiler.controller.router' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
*/
protected function getWebProfiler_Controller_RouterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
}, 1));
}
/**
* Gets the private '.errored..service_locator..Z8a.Jp.App\Entity\FossildbFossil' shared service.
*
* @return \App\Entity\FossildbFossil
*/
protected function getFossildbFossilService()
{
$this->throw('Cannot autowire service ".service_locator..Z8a.Jp": it references class "App\\Entity\\FossildbFossil" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator..Z8a.Jp.App\Entity\FossildbPhotos' shared service.
*
* @return \App\Entity\FossildbPhotos
*/
protected function getFossildbPhotosService()
{
$this->throw('Cannot autowire service ".service_locator..Z8a.Jp": it references class "App\\Entity\\FossildbPhotos" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.0N5X.9x.App\Entity\User' shared service.
*
* @return \App\Entity\User
*/
protected function getUserService()
{
$this->throw('Cannot autowire service ".service_locator.0N5X.9x": it references class "App\\Entity\\User" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.1J4tbBA.App\Entity\Links' shared service.
*
* @return \App\Entity\Links
*/
protected function getLinksService()
{
$this->throw('Cannot autowire service ".service_locator.1J4tbBA": it references class "App\\Entity\\Links" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.4MT0aKb.App\Entity\Glossaries' shared service.
*
* @return \App\Entity\Glossaries
*/
protected function getGlossariesService()
{
$this->throw('Cannot autowire service ".service_locator.4MT0aKb": it references class "App\\Entity\\Glossaries" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.4lSWUPZ.App\Entity\Calendar' shared service.
*
* @return \App\Entity\Calendar
*/
protected function getCalendarService()
{
$this->throw('Cannot autowire service ".service_locator.4lSWUPZ": it references class "App\\Entity\\Calendar" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.5FGnd1N.App\Entity\ArticleReviews' shared service.
*
* @return \App\Entity\ArticleReviews
*/
protected function getArticleReviewsService()
{
$this->throw('Cannot autowire service ".service_locator.5FGnd1N": it references class "App\\Entity\\ArticleReviews" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.6LAxBMM.App\Entity\StratigraphyUnits' shared service.
*
* @return \App\Entity\StratigraphyUnits
*/
protected function getStratigraphyUnitsService()
{
$this->throw('Cannot autowire service ".service_locator.6LAxBMM": it references class "App\\Entity\\StratigraphyUnits" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.7BxcU9h.App\Entity\FossildbFossil' shared service.
*
* @return \App\Entity\FossildbFossil
*/
protected function getFossildbFossil2Service()
{
$this->throw('Cannot autowire service ".service_locator.7BxcU9h": it references class "App\\Entity\\FossildbFossil" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.7MRGUIC.App\Entity\LocationsMuseum' shared service.
*
* @return \App\Entity\LocationsMuseum
*/
protected function getLocationsMuseumService()
{
$this->throw('Cannot autowire service ".service_locator.7MRGUIC": it references class "App\\Entity\\LocationsMuseum" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.7pLLxBj.App\Entity\User' shared service.
*
* @return \App\Entity\User
*/
protected function getUser2Service()
{
$this->throw('Cannot autowire service ".service_locator.7pLLxBj": it references class "App\\Entity\\User" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.8r5LfU6.App\Entity\GlossaryReviews' shared service.
*
* @return \App\Entity\GlossaryReviews
*/
protected function getGlossaryReviewsService()
{
$this->throw('Cannot autowire service ".service_locator.8r5LfU6": it references class "App\\Entity\\GlossaryReviews" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.9LGQRxr.App\Entity\ArticleReviews' shared service.
*
* @return \App\Entity\ArticleReviews
*/
protected function getArticleReviews2Service()
{
$this->throw('Cannot autowire service ".service_locator.9LGQRxr": it references class "App\\Entity\\ArticleReviews" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.GFCYEcP.App\Entity\Glossaries' shared service.
*
* @return \App\Entity\Glossaries
*/
protected function getGlossaries2Service()
{
$this->throw('Cannot autowire service ".service_locator.GFCYEcP": it references class "App\\Entity\\Glossaries" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.GHH4V61.App\Entity\Countries' shared service.
*
* @return \App\Entity\Countries
*/
protected function getCountriesService()
{
$this->throw('Cannot autowire service ".service_locator.GHH4V61": it references class "App\\Entity\\Countries" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.GQv6U_x.App\Entity\LocationsGeology' shared service.
*
* @return \App\Entity\LocationsGeology
*/
protected function getLocationsGeologyService()
{
$this->throw('Cannot autowire service ".service_locator.GQv6U_x": it references class "App\\Entity\\LocationsGeology" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.I4frlgP.App\Entity\FossildbFossil' shared service.
*
* @return \App\Entity\FossildbFossil
*/
protected function getFossildbFossil3Service()
{
$this->throw('Cannot autowire service ".service_locator.I4frlgP": it references class "App\\Entity\\FossildbFossil" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.KRz6eFL.App\Entity\Glossaries' shared service.
*
* @return \App\Entity\Glossaries
*/
protected function getGlossaries3Service()
{
$this->throw('Cannot autowire service ".service_locator.KRz6eFL": it references class "App\\Entity\\Glossaries" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Kaa7.P6.App\Entity\FossildbFossil' shared service.
*
* @return \App\Entity\FossildbFossil
*/
protected function getFossildbFossil4Service()
{
$this->throw('Cannot autowire service ".service_locator.Kaa7.P6": it references class "App\\Entity\\FossildbFossil" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
*
* @return \Symfony\Component\Config\Loader\LoaderInterface
*/
protected function getLoaderInterfaceService()
{
$this->throw('Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
}
/**
* Gets the private '.errored..service_locator.KfwZsne.Symfony\Component\HttpFoundation\Response' shared service.
*
* @return \Symfony\Component\HttpFoundation\Response
*/
protected function getResponseService()
{
$this->throw('Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.KivA5aK.App\Entity\Articles' shared service.
*
* @return \App\Entity\Articles
*/
protected function getArticlesService()
{
$this->throw('Cannot autowire service ".service_locator.KivA5aK": it references class "App\\Entity\\Articles" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.LTsU_Ph.App\Entity\User' shared service.
*
* @return \App\Entity\User
*/
protected function getUser3Service()
{
$this->throw('Cannot autowire service ".service_locator.LTsU_Ph": it references class "App\\Entity\\User" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.MprqISY.App\Entity\ArticleCategories' shared service.
*
* @return \App\Entity\ArticleCategories
*/
protected function getArticleCategoriesService()
{
$this->throw('Cannot autowire service ".service_locator.MprqISY": it references class "App\\Entity\\ArticleCategories" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.MwBBdb5.App\Entity\Articles' shared service.
*
* @return \App\Entity\Articles
*/
protected function getArticles2Service()
{
$this->throw('Cannot autowire service ".service_locator.MwBBdb5": it references class "App\\Entity\\Articles" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.NU6nSjO.App\Entity\LocationReviews' shared service.
*
* @return \App\Entity\LocationReviews
*/
protected function getLocationReviewsService()
{
$this->throw('Cannot autowire service ".service_locator.NU6nSjO": it references class "App\\Entity\\LocationReviews" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.N_et8pZ.App\Entity\LocationsGIS' shared service.
*
* @return \App\Entity\LocationsGIS
*/
protected function getLocationsGISService()
{
$this->throw('Cannot autowire service ".service_locator.N_et8pZ": it references class "App\\Entity\\LocationsGIS" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Nizpiuo.App\Entity\FossildbFossil' shared service.
*
* @return \App\Entity\FossildbFossil
*/
protected function getFossildbFossil5Service()
{
$this->throw('Cannot autowire service ".service_locator.Nizpiuo": it references class "App\\Entity\\FossildbFossil" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Nizpiuo.App\Entity\FossildbReviews' shared service.
*
* @return \App\Entity\FossildbReviews
*/
protected function getFossildbReviewsService()
{
$this->throw('Cannot autowire service ".service_locator.Nizpiuo": it references class "App\\Entity\\FossildbReviews" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.S3sceDx.App\Entity\Articles' shared service.
*
* @return \App\Entity\Articles
*/
protected function getArticles3Service()
{
$this->throw('Cannot autowire service ".service_locator.S3sceDx": it references class "App\\Entity\\Articles" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.U.evlOd.App\Entity\Literature' shared service.
*
* @return \App\Entity\Literature
*/
protected function getLiteratureService()
{
$this->throw('Cannot autowire service ".service_locator.U.evlOd": it references class "App\\Entity\\Literature" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.UaeJ5Px.App\Entity\Media' shared service.
*
* @return \App\Entity\Media
*/
protected function getMediaService()
{
$this->throw('Cannot autowire service ".service_locator.UaeJ5Px": it references class "App\\Entity\\Media" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.bFQkOxA.App\Entity\Spool' shared service.
*
* @return \App\Entity\Spool
*/
protected function getSpoolService()
{
$this->throw('Cannot autowire service ".service_locator.bFQkOxA": it references class "App\\Entity\\Spool" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.bODmCi4.App\Entity\Taxanomy' shared service.
*
* @return \App\Entity\Taxanomy
*/
protected function getTaxanomyService()
{
$this->throw('Cannot autowire service ".service_locator.bODmCi4": it references class "App\\Entity\\Taxanomy" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.cbIE4.p.App\Entity\LocationsFossil' shared service.
*
* @return \App\Entity\LocationsFossil
*/
protected function getLocationsFossilService()
{
$this->throw('Cannot autowire service ".service_locator.cbIE4.p": it references class "App\\Entity\\LocationsFossil" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.eorp48t.App\Entity\Media' shared service.
*
* @return \App\Entity\Media
*/
protected function getMedia2Service()
{
$this->throw('Cannot autowire service ".service_locator.eorp48t": it references class "App\\Entity\\Media" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.gjoA.67.App\Entity\Newsletter' shared service.
*
* @return \App\Entity\Newsletter
*/
protected function getNewsletterService()
{
$this->throw('Cannot autowire service ".service_locator.gjoA.67": it references class "App\\Entity\\Newsletter" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.gtgR5ZA.App\Entity\LocationPhotos' shared service.
*
* @return \App\Entity\LocationPhotos
*/
protected function getLocationPhotosService()
{
$this->throw('Cannot autowire service ".service_locator.gtgR5ZA": it references class "App\\Entity\\LocationPhotos" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.jO2WgUg.App\Entity\LinkCategories' shared service.
*
* @return \App\Entity\LinkCategories
*/
protected function getLinkCategoriesService()
{
$this->throw('Cannot autowire service ".service_locator.jO2WgUg": it references class "App\\Entity\\LinkCategories" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.jsYhzDB.App\Entity\FossildbFossil' shared service.
*
* @return \App\Entity\FossildbFossil
*/
protected function getFossildbFossil6Service()
{
$this->throw('Cannot autowire service ".service_locator.jsYhzDB": it references class "App\\Entity\\FossildbFossil" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.kkJtsD5.App\Entity\TaxanomyRanks' shared service.
*
* @return \App\Entity\TaxanomyRanks
*/
protected function getTaxanomyRanksService()
{
$this->throw('Cannot autowire service ".service_locator.kkJtsD5": it references class "App\\Entity\\TaxanomyRanks" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.mAY0uma.App\Entity\LocationsGIS' shared service.
*
* @return \App\Entity\LocationsGIS
*/
protected function getLocationsGIS2Service()
{
$this->throw('Cannot autowire service ".service_locator.mAY0uma": it references class "App\\Entity\\LocationsGIS" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.mP7UcDe.Symfony\Component\Security\Core\User\UserInterface' shared service.
*
* @return \Symfony\Component\Security\Core\User\UserInterface
*/
protected function getUserInterfaceService()
{
$this->throw('Cannot autowire service ".service_locator.mP7UcDe": it references interface "Symfony\\Component\\Security\\Core\\User\\UserInterface" but no such service exists. Did you create a class that implements this interface?');
}
/**
* Gets the private '.errored..service_locator.nGSrTAn.App\Entity\LocationsSociety' shared service.
*
* @return \App\Entity\LocationsSociety
*/
protected function getLocationsSocietyService()
{
$this->throw('Cannot autowire service ".service_locator.nGSrTAn": it references class "App\\Entity\\LocationsSociety" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.qv_a02e.App\Entity\Links' shared service.
*
* @return \App\Entity\Links
*/
protected function getLinks2Service()
{
$this->throw('Cannot autowire service ".service_locator.qv_a02e": it references class "App\\Entity\\Links" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.tDXXK6t.App\Entity\Siteupdate' shared service.
*
* @return \App\Entity\Siteupdate
*/
protected function getSiteupdateService()
{
$this->throw('Cannot autowire service ".service_locator.tDXXK6t": it references class "App\\Entity\\Siteupdate" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.ugkVFUK.App\Entity\Literature' shared service.
*
* @return \App\Entity\Literature
*/
protected function getLiterature2Service()
{
$this->throw('Cannot autowire service ".service_locator.ugkVFUK": it references class "App\\Entity\\Literature" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.xde45RV.App\Entity\ArticleCategories' shared service.
*
* @return \App\Entity\ArticleCategories
*/
protected function getArticleCategories2Service()
{
$this->throw('Cannot autowire service ".service_locator.xde45RV": it references class "App\\Entity\\ArticleCategories" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.zPpncMK.App\Entity\GlossaryReviews' shared service.
*
* @return \App\Entity\GlossaryReviews
*/
protected function getGlossaryReviews2Service()
{
$this->throw('Cannot autowire service ".service_locator.zPpncMK": it references class "App\\Entity\\GlossaryReviews" but no such service exists.');
}
/**
* Gets the private '.service_locator..Ae5NXw' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator__Ae5NXwService()
{
return $this->privates['.service_locator..Ae5NXw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator..Z8a.Jp' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator__Z8a_JpService()
{
return $this->privates['.service_locator..Z8a.Jp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'item' => ['privates', '.errored..service_locator..Z8a.Jp.App\\Entity\\FossildbFossil', NULL, 'Cannot autowire service ".service_locator..Z8a.Jp": it references class "App\\Entity\\FossildbFossil" but no such service exists.'],
'photo' => ['privates', '.errored..service_locator..Z8a.Jp.App\\Entity\\FossildbPhotos', NULL, 'Cannot autowire service ".service_locator..Z8a.Jp": it references class "App\\Entity\\FossildbPhotos" but no such service exists.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'em' => '?',
'item' => 'App\\Entity\\FossildbFossil',
'photo' => 'App\\Entity\\FossildbPhotos',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.0N5X.9x' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_0N5X_9xService()
{
return $this->privates['.service_locator.0N5X.9x'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
'user' => ['privates', '.errored..service_locator.0N5X.9x.App\\Entity\\User', NULL, 'Cannot autowire service ".service_locator.0N5X.9x": it references class "App\\Entity\\User" but no such service exists.'],
], [
'em' => '?',
'translator' => '?',
'user' => 'App\\Entity\\User',
]);
}
/**
* Gets the private '.service_locator.1J4tbBA' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_1J4tbBAService()
{
return $this->privates['.service_locator.1J4tbBA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'item' => ['privates', '.errored..service_locator.1J4tbBA.App\\Entity\\Links', NULL, 'Cannot autowire service ".service_locator.1J4tbBA": it references class "App\\Entity\\Links" but no such service exists.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'em' => '?',
'item' => 'App\\Entity\\Links',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.4MT0aKb' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_4MT0aKbService()
{
return $this->privates['.service_locator.4MT0aKb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'id' => ['privates', '.errored..service_locator.4MT0aKb.App\\Entity\\Glossaries', NULL, 'Cannot autowire service ".service_locator.4MT0aKb": it references class "App\\Entity\\Glossaries" but no such service exists.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'em' => '?',
'id' => 'App\\Entity\\Glossaries',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.4lSWUPZ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_4lSWUPZService()
{
return $this->privates['.service_locator.4lSWUPZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'calendar' => ['privates', '.errored..service_locator.4lSWUPZ.App\\Entity\\Calendar', NULL, 'Cannot autowire service ".service_locator.4lSWUPZ": it references class "App\\Entity\\Calendar" but no such service exists.'],
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'calendar' => 'App\\Entity\\Calendar',
'em' => '?',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.5FGnd1N' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_5FGnd1NService()
{
return $this->privates['.service_locator.5FGnd1N'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'articlereview' => ['privates', '.errored..service_locator.5FGnd1N.App\\Entity\\ArticleReviews', NULL, 'Cannot autowire service ".service_locator.5FGnd1N": it references class "App\\Entity\\ArticleReviews" but no such service exists.'],
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'articlereview' => 'App\\Entity\\ArticleReviews',
'em' => '?',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.5miB8_X' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_5miB8XService()
{
return $this->privates['.service_locator.5miB8_X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'em' => '?',
]);
}
/**
* Gets the private '.service_locator.5nX7ca3' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_5nX7ca3Service()
{
return $this->privates['.service_locator.5nX7ca3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'router' => ['services', 'router', 'getRouterService', false],
'security.authorization_checker' => ['services', 'security.authorization_checker', 'getSecurity_AuthorizationCheckerService', false],
'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
'security.token_storage' => ['services', 'security.token_storage', 'getSecurity_TokenStorageService', false],
'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'session' => ['services', 'session', 'getSessionService', false],
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'doctrine' => '?',
'form.factory' => '?',
'http_kernel' => '?',
'parameter_bag' => '?',
'request_stack' => '?',
'router' => '?',
'security.authorization_checker' => '?',
'security.csrf.token_manager' => '?',
'security.token_storage' => '?',
'serializer' => '?',
'session' => '?',
'twig' => '?',
]);
}
/**
* Gets the private '.service_locator.5t2Ewnb' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_5t2EwnbService()
{
return $this->privates['.service_locator.5t2Ewnb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
], [
'em' => '?',
'paginator' => '?',
]);
}
/**
* Gets the private '.service_locator.6LAxBMM' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_6LAxBMMService()
{
return $this->privates['.service_locator.6LAxBMM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'item' => ['privates', '.errored..service_locator.6LAxBMM.App\\Entity\\StratigraphyUnits', NULL, 'Cannot autowire service ".service_locator.6LAxBMM": it references class "App\\Entity\\StratigraphyUnits" but no such service exists.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'em' => '?',
'item' => 'App\\Entity\\StratigraphyUnits',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.6NumgfP' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_6NumgfPService()
{
return $this->privates['.service_locator.6NumgfP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'fossildbFossilRepository' => ['privates', 'App\\Repository\\FossildbFossilRepository', 'getFossildbFossilRepositoryService', false],
], [
'fossildbFossilRepository' => 'App\\Repository\\FossildbFossilRepository',
]);
}
/**
* Gets the private '.service_locator.6Qpnff7' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_6Qpnff7Service()
{
return $this->privates['.service_locator.6Qpnff7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Controller\\ArticleCategoriesController::add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\ArticleCategoriesController::edit' => ['privates', '.service_locator.MprqISY', 'get_ServiceLocator_MprqISYService', false],
'App\\Controller\\ArticleCategoriesController::moderate_aricle' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\ArticleCategoriesController::moderate_delete' => ['privates', '.service_locator.MprqISY', 'get_ServiceLocator_MprqISYService', false],
'App\\Controller\\ArticlesController::add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\ArticlesController::add_user' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\ArticlesController::api_articles' => ['privates', '.service_locator.AvI8Wsr', 'get_ServiceLocator_AvI8WsrService', false],
'App\\Controller\\ArticlesController::article' => ['privates', '.service_locator.S3sceDx', 'get_ServiceLocator_S3sceDxService', false],
'App\\Controller\\ArticlesController::article_by_title' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\ArticlesController::article_review_add' => ['privates', '.service_locator.MwBBdb5', 'get_ServiceLocator_MwBBdb5Service', false],
'App\\Controller\\ArticlesController::catagory_article' => ['privates', '.service_locator.xde45RV', 'get_ServiceLocator_Xde45RVService', false],
'App\\Controller\\ArticlesController::edit' => ['privates', '.service_locator.MwBBdb5', 'get_ServiceLocator_MwBBdb5Service', false],
'App\\Controller\\ArticlesController::index_articles' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\ArticlesController::moderate_approve' => ['privates', '.service_locator.KivA5aK', 'get_ServiceLocator_KivA5aKService', false],
'App\\Controller\\ArticlesController::moderate_article' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\ArticlesController::moderate_delete' => ['privates', '.service_locator.MwBBdb5', 'get_ServiceLocator_MwBBdb5Service', false],
'App\\Controller\\ArticlesController::moderate_review' => ['privates', '.service_locator.MwBBdb5', 'get_ServiceLocator_MwBBdb5Service', false],
'App\\Controller\\ArticlesController::moderate_revoke' => ['privates', '.service_locator.KivA5aK', 'get_ServiceLocator_KivA5aKService', false],
'App\\Controller\\ArticlesController::review_delete' => ['privates', '.service_locator.5FGnd1N', 'get_ServiceLocator_5FGnd1NService', false],
'App\\Controller\\ArticlesController::review_read' => ['privates', '.service_locator.9LGQRxr', 'get_ServiceLocator_9LGQRxrService', false],
'App\\Controller\\CalendarController::add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\CalendarController::edit' => ['privates', '.service_locator.4lSWUPZ', 'get_ServiceLocator_4lSWUPZService', false],
'App\\Controller\\CalendarController::index' => ['privates', '.service_locator.jPdW3fN', 'get_ServiceLocator_JPdW3fNService', false],
'App\\Controller\\CalendarController::moderate' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\CalendarController::moderate_approve' => ['privates', '.service_locator.4lSWUPZ', 'get_ServiceLocator_4lSWUPZService', false],
'App\\Controller\\CalendarController::moderate_delete' => ['privates', '.service_locator.4lSWUPZ', 'get_ServiceLocator_4lSWUPZService', false],
'App\\Controller\\ContactController::contact' => ['privates', '.service_locator.u1MEAdD', 'get_ServiceLocator_U1MEAdDService', false],
'App\\Controller\\CountriesController::add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\CountriesController::edit' => ['privates', '.service_locator.GHH4V61', 'get_ServiceLocator_GHH4V61Service', false],
'App\\Controller\\CountriesController::moderate_country' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\CountriesController::moderate_delete' => ['privates', '.service_locator.GHH4V61', 'get_ServiceLocator_GHH4V61Service', false],
'App\\Controller\\DonationsController::make' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\DonationsController::webhook' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\FossildbController::api_fossildb_add' => ['privates', '.service_locator.I4EuqD5', 'get_ServiceLocator_I4EuqD5Service', false],
'App\\Controller\\FossildbController::fossildb_add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\FossildbController::fossildb_edit' => ['privates', '.service_locator.Kaa7.P6', 'get_ServiceLocator_Kaa7_P6Service', false],
'App\\Controller\\FossildbController::fossildb_item' => ['privates', '.service_locator.I4frlgP', 'get_ServiceLocator_I4frlgPService', false],
'App\\Controller\\FossildbController::fossildb_moderate' => ['privates', '.service_locator.5t2Ewnb', 'get_ServiceLocator_5t2EwnbService', false],
'App\\Controller\\FossildbController::fossildb_moderate_approve' => ['privates', '.service_locator.Kaa7.P6', 'get_ServiceLocator_Kaa7_P6Service', false],
'App\\Controller\\FossildbController::fossildb_moderate_approve_edits' => ['privates', '.service_locator.Kaa7.P6', 'get_ServiceLocator_Kaa7_P6Service', false],
'App\\Controller\\FossildbController::fossildb_moderate_deny_edits' => ['privates', '.service_locator.jsYhzDB', 'get_ServiceLocator_JsYhzDBService', false],
'App\\Controller\\FossildbController::fossildb_moderate_edit' => ['privates', '.service_locator.Kaa7.P6', 'get_ServiceLocator_Kaa7_P6Service', false],
'App\\Controller\\FossildbController::fossildb_photo_add' => ['privates', '.service_locator.7BxcU9h', 'get_ServiceLocator_7BxcU9hService', false],
'App\\Controller\\FossildbController::fossildb_review_add' => ['privates', '.service_locator.7BxcU9h', 'get_ServiceLocator_7BxcU9hService', false],
'App\\Controller\\FossildbController::getGenusApi' => ['privates', '.service_locator.6NumgfP', 'get_ServiceLocator_6NumgfPService', false],
'App\\Controller\\FossildbController::getLocation' => ['privates', '.service_locator.AYqhVVt', 'get_ServiceLocator_AYqhVVtService', false],
'App\\Controller\\FossildbController::getPublicationApi' => ['privates', '.service_locator.6NumgfP', 'get_ServiceLocator_6NumgfPService', false],
'App\\Controller\\FossildbController::getSpeciesApi' => ['privates', '.service_locator.6NumgfP', 'get_ServiceLocator_6NumgfPService', false],
'App\\Controller\\FossildbController::getStratigraphyUnitsApi' => ['privates', '.service_locator.IuwCZn.', 'get_ServiceLocator_IuwCZn_Service', false],
'App\\Controller\\FossildbController::getTaxanomyApi' => ['privates', '.service_locator.sZWyhnh', 'get_ServiceLocator_SZWyhnhService', false],
'App\\Controller\\FossildbController::index' => ['privates', '.service_locator.5t2Ewnb', 'get_ServiceLocator_5t2EwnbService', false],
'App\\Controller\\FossildbController::moderate_delete' => ['privates', '.service_locator.Kaa7.P6', 'get_ServiceLocator_Kaa7_P6Service', false],
'App\\Controller\\FossildbController::moderate_photo_delete' => ['privates', '.service_locator..Z8a.Jp', 'get_ServiceLocator__Z8a_JpService', false],
'App\\Controller\\FossildbController::moderate_photos' => ['privates', '.service_locator.Kaa7.P6', 'get_ServiceLocator_Kaa7_P6Service', false],
'App\\Controller\\FossildbController::moderate_photos_approve' => ['privates', '.service_locator..Z8a.Jp', 'get_ServiceLocator__Z8a_JpService', false],
'App\\Controller\\FossildbController::moderate_review' => ['privates', '.service_locator.7BxcU9h', 'get_ServiceLocator_7BxcU9hService', false],
'App\\Controller\\FossildbController::review_delete' => ['privates', '.service_locator.Nizpiuo', 'get_ServiceLocator_NizpiuoService', false],
'App\\Controller\\FossildbController::review_read' => ['privates', '.service_locator.Nizpiuo', 'get_ServiceLocator_NizpiuoService', false],
'App\\Controller\\FrontpageController::frontpage' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\FrontpageController::index' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\GeologicInfoController::maps' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\GeologicInfoController::timescale' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\GlossaryController::add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\GlossaryController::add_user' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\GlossaryController::api_glossary' => ['privates', '.service_locator.LB7Jrn.', 'get_ServiceLocator_LB7Jrn_Service', false],
'App\\Controller\\GlossaryController::edit' => ['privates', '.service_locator.4MT0aKb', 'get_ServiceLocator_4MT0aKbService', false],
'App\\Controller\\GlossaryController::glossary' => ['privates', '.service_locator.GFCYEcP', 'get_ServiceLocator_GFCYEcPService', false],
'App\\Controller\\GlossaryController::glossary_by_title' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\GlossaryController::glossary_index' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\GlossaryController::glossary_review_add' => ['privates', '.service_locator.4MT0aKb', 'get_ServiceLocator_4MT0aKbService', false],
'App\\Controller\\GlossaryController::moderate_approve' => ['privates', '.service_locator.KRz6eFL', 'get_ServiceLocator_KRz6eFLService', false],
'App\\Controller\\GlossaryController::moderate_delete' => ['privates', '.service_locator.4MT0aKb', 'get_ServiceLocator_4MT0aKbService', false],
'App\\Controller\\GlossaryController::moderate_glossary' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\GlossaryController::moderate_review' => ['privates', '.service_locator.4MT0aKb', 'get_ServiceLocator_4MT0aKbService', false],
'App\\Controller\\GlossaryController::moderate_revoke' => ['privates', '.service_locator.KRz6eFL', 'get_ServiceLocator_KRz6eFLService', false],
'App\\Controller\\GlossaryController::review_delete' => ['privates', '.service_locator.8r5LfU6', 'get_ServiceLocator_8r5LfU6Service', false],
'App\\Controller\\GlossaryController::review_read' => ['privates', '.service_locator.zPpncMK', 'get_ServiceLocator_ZPpncMKService', false],
'App\\Controller\\LanguageSwitcherController::setlanguage' => ['privates', '.service_locator.h9bDyFt', 'get_ServiceLocator_H9bDyFtService', false],
'App\\Controller\\LinkCategoriesController::add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LinkCategoriesController::edit' => ['privates', '.service_locator.jO2WgUg', 'get_ServiceLocator_JO2WgUgService', false],
'App\\Controller\\LinkCategoriesController::moderate' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\LinkCategoriesController::moderate_delete' => ['privates', '.service_locator.jO2WgUg', 'get_ServiceLocator_JO2WgUgService', false],
'App\\Controller\\LinksController::add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LinksController::api_category' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\LinksController::api_index' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\LinksController::category' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\LinksController::edit' => ['privates', '.service_locator.1J4tbBA', 'get_ServiceLocator_1J4tbBAService', false],
'App\\Controller\\LinksController::index' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\LinksController::links_by_user' => ['privates', '.service_locator.LTsU_Ph', 'get_ServiceLocator_LTsUPhService', false],
'App\\Controller\\LinksController::links_item' => ['privates', '.service_locator.qv_a02e', 'get_ServiceLocator_QvA02eService', false],
'App\\Controller\\LinksController::moderate' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\LinksController::moderate_approve' => ['privates', '.service_locator.1J4tbBA', 'get_ServiceLocator_1J4tbBAService', false],
'App\\Controller\\LinksController::moderate_delete' => ['privates', '.service_locator.1J4tbBA', 'get_ServiceLocator_1J4tbBAService', false],
'App\\Controller\\LiteratureController::add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LiteratureController::edit' => ['privates', '.service_locator.U.evlOd', 'get_ServiceLocator_U_EvlOdService', false],
'App\\Controller\\LiteratureController::getLiteratureApi' => ['privates', '.service_locator.hsgZ4dm', 'get_ServiceLocator_HsgZ4dmService', false],
'App\\Controller\\LiteratureController::literature_by_id' => ['privates', '.service_locator.ugkVFUK', 'get_ServiceLocator_UgkVFUKService', false],
'App\\Controller\\LiteratureController::literature_by_user' => ['privates', '.service_locator.LTsU_Ph', 'get_ServiceLocator_LTsUPhService', false],
'App\\Controller\\LiteratureController::moderate' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\LiteratureController::moderate_approve' => ['privates', '.service_locator.U.evlOd', 'get_ServiceLocator_U_EvlOdService', false],
'App\\Controller\\LiteratureController::moderate_delete' => ['privates', '.service_locator.U.evlOd', 'get_ServiceLocator_U_EvlOdService', false],
'App\\Controller\\LiteratureController::moderate_revoke' => ['privates', '.service_locator.U.evlOd', 'get_ServiceLocator_U_EvlOdService', false],
'App\\Controller\\LocationsController::add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LocationsController::edit' => ['privates', '.service_locator.mAY0uma', 'get_ServiceLocator_MAY0umaService', false],
'App\\Controller\\LocationsController::find_nearby' => ['privates', '.service_locator.N_et8pZ', 'get_ServiceLocator_NEt8pZService', false],
'App\\Controller\\LocationsController::find_new_nearby' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LocationsController::index' => ['privates', '.service_locator.nhY4DYB', 'get_ServiceLocator_NhY4DYBService', false],
'App\\Controller\\LocationsController::locations_gis_geojson_locations' => ['privates', '.service_locator.bkagryz', 'get_ServiceLocator_BkagryzService', false],
'App\\Controller\\LocationsController::locations_gis_protected_geojson' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\LocationsController::locations_gis_user_geojson' => ['privates', '.service_locator.7pLLxBj', 'get_ServiceLocator_7pLLxBjService', false],
'App\\Controller\\LocationsController::locations_photo_add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LocationsController::moderate_approve' => ['privates', '.service_locator.mAY0uma', 'get_ServiceLocator_MAY0umaService', false],
'App\\Controller\\LocationsController::moderate_delete' => ['privates', '.service_locator.mAY0uma', 'get_ServiceLocator_MAY0umaService', false],
'App\\Controller\\LocationsController::moderate_photo_delete' => ['privates', '.service_locator.gtgR5ZA', 'get_ServiceLocator_GtgR5ZAService', false],
'App\\Controller\\LocationsController::moderate_photos' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LocationsController::moderate_photos_approve' => ['privates', '.service_locator.gtgR5ZA', 'get_ServiceLocator_GtgR5ZAService', false],
'App\\Controller\\LocationsController::moderate_review' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LocationsController::moderate_revoke' => ['privates', '.service_locator.mAY0uma', 'get_ServiceLocator_MAY0umaService', false],
'App\\Controller\\LocationsController::remove_nearby' => ['privates', '.service_locator.N_et8pZ', 'get_ServiceLocator_NEt8pZService', false],
'App\\Controller\\LocationsController::review_add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LocationsController::review_delete' => ['privates', '.service_locator.NU6nSjO', 'get_ServiceLocator_NU6nSjOService', false],
'App\\Controller\\LocationsController::review_read' => ['privates', '.service_locator.NU6nSjO', 'get_ServiceLocator_NU6nSjOService', false],
'App\\Controller\\LocationsFossilController::add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LocationsFossilController::api_locations_fossil' => ['privates', '.service_locator.M3m._6v', 'get_ServiceLocator_M3m_6vService', false],
'App\\Controller\\LocationsFossilController::edit' => ['privates', '.service_locator.cbIE4.p', 'get_ServiceLocator_CbIE4_PService', false],
'App\\Controller\\LocationsFossilController::index' => ['privates', '.service_locator.cbIE4.p', 'get_ServiceLocator_CbIE4_PService', false],
'App\\Controller\\LocationsFossilController::moderate' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\LocationsFossilController::moderate_approve' => ['privates', '.service_locator.cbIE4.p', 'get_ServiceLocator_CbIE4_PService', false],
'App\\Controller\\LocationsFossilController::moderate_delete' => ['privates', '.service_locator.cbIE4.p', 'get_ServiceLocator_CbIE4_PService', false],
'App\\Controller\\LocationsFossilController::moderate_revoke' => ['privates', '.service_locator.cbIE4.p', 'get_ServiceLocator_CbIE4_PService', false],
'App\\Controller\\LocationsFossilController::user_add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LocationsGeologyController::add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LocationsGeologyController::api_locations_geology' => ['privates', '.service_locator.hKh2b6H', 'get_ServiceLocator_HKh2b6HService', false],
'App\\Controller\\LocationsGeologyController::edit' => ['privates', '.service_locator.GQv6U_x', 'get_ServiceLocator_GQv6UXService', false],
'App\\Controller\\LocationsGeologyController::index' => ['privates', '.service_locator.GQv6U_x', 'get_ServiceLocator_GQv6UXService', false],
'App\\Controller\\LocationsGeologyController::moderate' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\LocationsGeologyController::moderate_approve' => ['privates', '.service_locator.GQv6U_x', 'get_ServiceLocator_GQv6UXService', false],
'App\\Controller\\LocationsGeologyController::moderate_delete' => ['privates', '.service_locator.GQv6U_x', 'get_ServiceLocator_GQv6UXService', false],
'App\\Controller\\LocationsGeologyController::moderate_revoke' => ['privates', '.service_locator.GQv6U_x', 'get_ServiceLocator_GQv6UXService', false],
'App\\Controller\\LocationsGeologyController::user_add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LocationsMuseumController::add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LocationsMuseumController::api_locations_museum' => ['privates', '.service_locator.piscFJq', 'get_ServiceLocator_PiscFJqService', false],
'App\\Controller\\LocationsMuseumController::edit' => ['privates', '.service_locator.7MRGUIC', 'get_ServiceLocator_7MRGUICService', false],
'App\\Controller\\LocationsMuseumController::index' => ['privates', '.service_locator.7MRGUIC', 'get_ServiceLocator_7MRGUICService', false],
'App\\Controller\\LocationsMuseumController::moderate' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\LocationsMuseumController::moderate_approve' => ['privates', '.service_locator.7MRGUIC', 'get_ServiceLocator_7MRGUICService', false],
'App\\Controller\\LocationsMuseumController::moderate_delete' => ['privates', '.service_locator.7MRGUIC', 'get_ServiceLocator_7MRGUICService', false],
'App\\Controller\\LocationsMuseumController::moderate_revoke' => ['privates', '.service_locator.7MRGUIC', 'get_ServiceLocator_7MRGUICService', false],
'App\\Controller\\LocationsMuseumController::user_add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LocationsSocietyController::add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LocationsSocietyController::api_locations_society' => ['privates', '.service_locator.mng2jii', 'get_ServiceLocator_Mng2jiiService', false],
'App\\Controller\\LocationsSocietyController::edit' => ['privates', '.service_locator.nGSrTAn', 'get_ServiceLocator_NGSrTAnService', false],
'App\\Controller\\LocationsSocietyController::index' => ['privates', '.service_locator.nGSrTAn', 'get_ServiceLocator_NGSrTAnService', false],
'App\\Controller\\LocationsSocietyController::moderate' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\LocationsSocietyController::moderate_approve' => ['privates', '.service_locator.nGSrTAn', 'get_ServiceLocator_NGSrTAnService', false],
'App\\Controller\\LocationsSocietyController::moderate_delete' => ['privates', '.service_locator.nGSrTAn', 'get_ServiceLocator_NGSrTAnService', false],
'App\\Controller\\LocationsSocietyController::moderate_revoke' => ['privates', '.service_locator.nGSrTAn', 'get_ServiceLocator_NGSrTAnService', false],
'App\\Controller\\LocationsSocietyController::user_add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\MediaController::add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\MediaController::edit' => ['privates', '.service_locator.eorp48t', 'get_ServiceLocator_Eorp48tService', false],
'App\\Controller\\MediaController::index' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\MediaController::item' => ['privates', '.service_locator.UaeJ5Px', 'get_ServiceLocator_UaeJ5PxService', false],
'App\\Controller\\MediaController::moderate' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\MediaController::moderate_approve' => ['privates', '.service_locator.eorp48t', 'get_ServiceLocator_Eorp48tService', false],
'App\\Controller\\MediaController::moderate_delete' => ['privates', '.service_locator.eorp48t', 'get_ServiceLocator_Eorp48tService', false],
'App\\Controller\\ModerationController::index' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\NewsletterController::moderate_newsletter_show' => ['privates', '.service_locator.gjoA.67', 'get_ServiceLocator_GjoA_67Service', false],
'App\\Controller\\NewsletterController::newsletter_moderate_add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\NewsletterController::newsletter_unsubscribe_confirm' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\SearchController::index' => ['privates', '.service_locator.5t2Ewnb', 'get_ServiceLocator_5t2EwnbService', false],
'App\\Controller\\SecurityController::login' => ['privates', '.service_locator.UDgw6Ol', 'get_ServiceLocator_UDgw6OlService', false],
'App\\Controller\\SiteupdateController::add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\SiteupdateController::edit' => ['privates', '.service_locator.tDXXK6t', 'get_ServiceLocator_TDXXK6tService', false],
'App\\Controller\\SiteupdateController::moderate' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\SiteupdateController::moderate_delete' => ['privates', '.service_locator.tDXXK6t', 'get_ServiceLocator_TDXXK6tService', false],
'App\\Controller\\SpecieslistController::specieslist' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\SpecieslistController::specieslist_item' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\SpecieslistController::specieslist_species' => ['privates', '.service_locator.5t2Ewnb', 'get_ServiceLocator_5t2EwnbService', false],
'App\\Controller\\SpoolController::moderate' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\SpoolController::moderate_delete' => ['privates', '.service_locator.bFQkOxA', 'get_ServiceLocator_BFQkOxAService', false],
'App\\Controller\\StratigraphyColumController::stratigaphy_locations' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\StratigraphyColumController::stratigraphic_column' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\StratigraphyUnitsController::api_stratigaphy_units_getfossils' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\StratigraphyUnitsController::api_stratigaphy_units_getperiod' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\StratigraphyUnitsController::stratigaphy_units_moderate' => ['privates', '.service_locator.5t2Ewnb', 'get_ServiceLocator_5t2EwnbService', false],
'App\\Controller\\StratigraphyUnitsController::stratigaphy_units_moderate_delete' => ['privates', '.service_locator.6LAxBMM', 'get_ServiceLocator_6LAxBMMService', false],
'App\\Controller\\StratigraphyUnitsController::stratigaphy_units_moderate_edit' => ['privates', '.service_locator.6LAxBMM', 'get_ServiceLocator_6LAxBMMService', false],
'App\\Controller\\TaxanomyController::api_taxanomy_getchildren' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\TaxanomyController::api_taxanomy_getfossils' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\TaxanomyController::findChildren' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\TaxanomyController::getGenusApi' => ['privates', '.service_locator.pYC7axu', 'get_ServiceLocator_PYC7axuService', false],
'App\\Controller\\TaxanomyController::taxanomy_moderate' => ['privates', '.service_locator.5t2Ewnb', 'get_ServiceLocator_5t2EwnbService', false],
'App\\Controller\\TaxanomyController::taxanomy_moderate_add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\TaxanomyController::taxanomy_moderate_delete' => ['privates', '.service_locator.bODmCi4', 'get_ServiceLocator_BODmCi4Service', false],
'App\\Controller\\TaxanomyController::taxanomy_moderate_edit' => ['privates', '.service_locator.bODmCi4', 'get_ServiceLocator_BODmCi4Service', false],
'App\\Controller\\TaxanomyController::taxanomy_moderate_treeview' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\TaxanomyRanksController::api_taxanomy_gettaxanomy' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\TaxanomyRanksController::taxanomyranks_moderate' => ['privates', '.service_locator.5t2Ewnb', 'get_ServiceLocator_5t2EwnbService', false],
'App\\Controller\\TaxanomyRanksController::taxanomyranks_moderate_add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\TaxanomyRanksController::taxanomyranks_moderate_delete' => ['privates', '.service_locator.kkJtsD5', 'get_ServiceLocator_KkJtsD5Service', false],
'App\\Controller\\TaxanomyRanksController::taxanomyranks_moderate_edit' => ['privates', '.service_locator.kkJtsD5', 'get_ServiceLocator_KkJtsD5Service', false],
'App\\Controller\\URLRedirectorController::id_system' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\UserController::api_getuser' => ['privates', '.service_locator..Ae5NXw', 'get_ServiceLocator__Ae5NXwService', false],
'App\\Controller\\UserController::profile' => ['privates', '.service_locator.mP7UcDe', 'get_ServiceLocator_MP7UcDeService', false],
'App\\Controller\\UserController::user_profile_public' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\UserController::users_moderate' => ['privates', '.service_locator.pKL4deq', 'get_ServiceLocator_PKL4deqService', false],
'App\\Controller\\UserController::users_moderate_editrights' => ['privates', '.service_locator.0N5X.9x', 'get_ServiceLocator_0N5X_9xService', false],
'FM\\ElfinderBundle\\Controller\\ElFinderController::load' => ['privates', '.service_locator.KnVgnEB', 'get_ServiceLocator_KnVgnEBService', false],
'kernel::loadRoutes' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
'kernel::registerContainerConfiguration' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
'kernel::terminate' => ['privates', '.service_locator.KfwZsne', 'get_ServiceLocator_KfwZsneService', false],
'App\\Controller\\ArticleCategoriesController:add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\ArticleCategoriesController:edit' => ['privates', '.service_locator.MprqISY', 'get_ServiceLocator_MprqISYService', false],
'App\\Controller\\ArticleCategoriesController:moderate_aricle' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\ArticleCategoriesController:moderate_delete' => ['privates', '.service_locator.MprqISY', 'get_ServiceLocator_MprqISYService', false],
'App\\Controller\\ArticlesController:add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\ArticlesController:add_user' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\ArticlesController:api_articles' => ['privates', '.service_locator.AvI8Wsr', 'get_ServiceLocator_AvI8WsrService', false],
'App\\Controller\\ArticlesController:article' => ['privates', '.service_locator.S3sceDx', 'get_ServiceLocator_S3sceDxService', false],
'App\\Controller\\ArticlesController:article_by_title' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\ArticlesController:article_review_add' => ['privates', '.service_locator.MwBBdb5', 'get_ServiceLocator_MwBBdb5Service', false],
'App\\Controller\\ArticlesController:catagory_article' => ['privates', '.service_locator.xde45RV', 'get_ServiceLocator_Xde45RVService', false],
'App\\Controller\\ArticlesController:edit' => ['privates', '.service_locator.MwBBdb5', 'get_ServiceLocator_MwBBdb5Service', false],
'App\\Controller\\ArticlesController:index_articles' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\ArticlesController:moderate_approve' => ['privates', '.service_locator.KivA5aK', 'get_ServiceLocator_KivA5aKService', false],
'App\\Controller\\ArticlesController:moderate_article' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\ArticlesController:moderate_delete' => ['privates', '.service_locator.MwBBdb5', 'get_ServiceLocator_MwBBdb5Service', false],
'App\\Controller\\ArticlesController:moderate_review' => ['privates', '.service_locator.MwBBdb5', 'get_ServiceLocator_MwBBdb5Service', false],
'App\\Controller\\ArticlesController:moderate_revoke' => ['privates', '.service_locator.KivA5aK', 'get_ServiceLocator_KivA5aKService', false],
'App\\Controller\\ArticlesController:review_delete' => ['privates', '.service_locator.5FGnd1N', 'get_ServiceLocator_5FGnd1NService', false],
'App\\Controller\\ArticlesController:review_read' => ['privates', '.service_locator.9LGQRxr', 'get_ServiceLocator_9LGQRxrService', false],
'App\\Controller\\CalendarController:add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\CalendarController:edit' => ['privates', '.service_locator.4lSWUPZ', 'get_ServiceLocator_4lSWUPZService', false],
'App\\Controller\\CalendarController:index' => ['privates', '.service_locator.jPdW3fN', 'get_ServiceLocator_JPdW3fNService', false],
'App\\Controller\\CalendarController:moderate' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\CalendarController:moderate_approve' => ['privates', '.service_locator.4lSWUPZ', 'get_ServiceLocator_4lSWUPZService', false],
'App\\Controller\\CalendarController:moderate_delete' => ['privates', '.service_locator.4lSWUPZ', 'get_ServiceLocator_4lSWUPZService', false],
'App\\Controller\\ContactController:contact' => ['privates', '.service_locator.u1MEAdD', 'get_ServiceLocator_U1MEAdDService', false],
'App\\Controller\\CountriesController:add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\CountriesController:edit' => ['privates', '.service_locator.GHH4V61', 'get_ServiceLocator_GHH4V61Service', false],
'App\\Controller\\CountriesController:moderate_country' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\CountriesController:moderate_delete' => ['privates', '.service_locator.GHH4V61', 'get_ServiceLocator_GHH4V61Service', false],
'App\\Controller\\DonationsController:make' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\DonationsController:webhook' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\FossildbController:api_fossildb_add' => ['privates', '.service_locator.I4EuqD5', 'get_ServiceLocator_I4EuqD5Service', false],
'App\\Controller\\FossildbController:fossildb_add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\FossildbController:fossildb_edit' => ['privates', '.service_locator.Kaa7.P6', 'get_ServiceLocator_Kaa7_P6Service', false],
'App\\Controller\\FossildbController:fossildb_item' => ['privates', '.service_locator.I4frlgP', 'get_ServiceLocator_I4frlgPService', false],
'App\\Controller\\FossildbController:fossildb_moderate' => ['privates', '.service_locator.5t2Ewnb', 'get_ServiceLocator_5t2EwnbService', false],
'App\\Controller\\FossildbController:fossildb_moderate_approve' => ['privates', '.service_locator.Kaa7.P6', 'get_ServiceLocator_Kaa7_P6Service', false],
'App\\Controller\\FossildbController:fossildb_moderate_approve_edits' => ['privates', '.service_locator.Kaa7.P6', 'get_ServiceLocator_Kaa7_P6Service', false],
'App\\Controller\\FossildbController:fossildb_moderate_deny_edits' => ['privates', '.service_locator.jsYhzDB', 'get_ServiceLocator_JsYhzDBService', false],
'App\\Controller\\FossildbController:fossildb_moderate_edit' => ['privates', '.service_locator.Kaa7.P6', 'get_ServiceLocator_Kaa7_P6Service', false],
'App\\Controller\\FossildbController:fossildb_photo_add' => ['privates', '.service_locator.7BxcU9h', 'get_ServiceLocator_7BxcU9hService', false],
'App\\Controller\\FossildbController:fossildb_review_add' => ['privates', '.service_locator.7BxcU9h', 'get_ServiceLocator_7BxcU9hService', false],
'App\\Controller\\FossildbController:getGenusApi' => ['privates', '.service_locator.6NumgfP', 'get_ServiceLocator_6NumgfPService', false],
'App\\Controller\\FossildbController:getLocation' => ['privates', '.service_locator.AYqhVVt', 'get_ServiceLocator_AYqhVVtService', false],
'App\\Controller\\FossildbController:getPublicationApi' => ['privates', '.service_locator.6NumgfP', 'get_ServiceLocator_6NumgfPService', false],
'App\\Controller\\FossildbController:getSpeciesApi' => ['privates', '.service_locator.6NumgfP', 'get_ServiceLocator_6NumgfPService', false],
'App\\Controller\\FossildbController:getStratigraphyUnitsApi' => ['privates', '.service_locator.IuwCZn.', 'get_ServiceLocator_IuwCZn_Service', false],
'App\\Controller\\FossildbController:getTaxanomyApi' => ['privates', '.service_locator.sZWyhnh', 'get_ServiceLocator_SZWyhnhService', false],
'App\\Controller\\FossildbController:index' => ['privates', '.service_locator.5t2Ewnb', 'get_ServiceLocator_5t2EwnbService', false],
'App\\Controller\\FossildbController:moderate_delete' => ['privates', '.service_locator.Kaa7.P6', 'get_ServiceLocator_Kaa7_P6Service', false],
'App\\Controller\\FossildbController:moderate_photo_delete' => ['privates', '.service_locator..Z8a.Jp', 'get_ServiceLocator__Z8a_JpService', false],
'App\\Controller\\FossildbController:moderate_photos' => ['privates', '.service_locator.Kaa7.P6', 'get_ServiceLocator_Kaa7_P6Service', false],
'App\\Controller\\FossildbController:moderate_photos_approve' => ['privates', '.service_locator..Z8a.Jp', 'get_ServiceLocator__Z8a_JpService', false],
'App\\Controller\\FossildbController:moderate_review' => ['privates', '.service_locator.7BxcU9h', 'get_ServiceLocator_7BxcU9hService', false],
'App\\Controller\\FossildbController:review_delete' => ['privates', '.service_locator.Nizpiuo', 'get_ServiceLocator_NizpiuoService', false],
'App\\Controller\\FossildbController:review_read' => ['privates', '.service_locator.Nizpiuo', 'get_ServiceLocator_NizpiuoService', false],
'App\\Controller\\FrontpageController:frontpage' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\FrontpageController:index' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\GeologicInfoController:maps' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\GeologicInfoController:timescale' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\GlossaryController:add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\GlossaryController:add_user' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\GlossaryController:api_glossary' => ['privates', '.service_locator.LB7Jrn.', 'get_ServiceLocator_LB7Jrn_Service', false],
'App\\Controller\\GlossaryController:edit' => ['privates', '.service_locator.4MT0aKb', 'get_ServiceLocator_4MT0aKbService', false],
'App\\Controller\\GlossaryController:glossary' => ['privates', '.service_locator.GFCYEcP', 'get_ServiceLocator_GFCYEcPService', false],
'App\\Controller\\GlossaryController:glossary_by_title' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\GlossaryController:glossary_index' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\GlossaryController:glossary_review_add' => ['privates', '.service_locator.4MT0aKb', 'get_ServiceLocator_4MT0aKbService', false],
'App\\Controller\\GlossaryController:moderate_approve' => ['privates', '.service_locator.KRz6eFL', 'get_ServiceLocator_KRz6eFLService', false],
'App\\Controller\\GlossaryController:moderate_delete' => ['privates', '.service_locator.4MT0aKb', 'get_ServiceLocator_4MT0aKbService', false],
'App\\Controller\\GlossaryController:moderate_glossary' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\GlossaryController:moderate_review' => ['privates', '.service_locator.4MT0aKb', 'get_ServiceLocator_4MT0aKbService', false],
'App\\Controller\\GlossaryController:moderate_revoke' => ['privates', '.service_locator.KRz6eFL', 'get_ServiceLocator_KRz6eFLService', false],
'App\\Controller\\GlossaryController:review_delete' => ['privates', '.service_locator.8r5LfU6', 'get_ServiceLocator_8r5LfU6Service', false],
'App\\Controller\\GlossaryController:review_read' => ['privates', '.service_locator.zPpncMK', 'get_ServiceLocator_ZPpncMKService', false],
'App\\Controller\\LanguageSwitcherController:setlanguage' => ['privates', '.service_locator.h9bDyFt', 'get_ServiceLocator_H9bDyFtService', false],
'App\\Controller\\LinkCategoriesController:add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LinkCategoriesController:edit' => ['privates', '.service_locator.jO2WgUg', 'get_ServiceLocator_JO2WgUgService', false],
'App\\Controller\\LinkCategoriesController:moderate' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\LinkCategoriesController:moderate_delete' => ['privates', '.service_locator.jO2WgUg', 'get_ServiceLocator_JO2WgUgService', false],
'App\\Controller\\LinksController:add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LinksController:api_category' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\LinksController:api_index' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\LinksController:category' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\LinksController:edit' => ['privates', '.service_locator.1J4tbBA', 'get_ServiceLocator_1J4tbBAService', false],
'App\\Controller\\LinksController:index' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\LinksController:links_by_user' => ['privates', '.service_locator.LTsU_Ph', 'get_ServiceLocator_LTsUPhService', false],
'App\\Controller\\LinksController:links_item' => ['privates', '.service_locator.qv_a02e', 'get_ServiceLocator_QvA02eService', false],
'App\\Controller\\LinksController:moderate' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\LinksController:moderate_approve' => ['privates', '.service_locator.1J4tbBA', 'get_ServiceLocator_1J4tbBAService', false],
'App\\Controller\\LinksController:moderate_delete' => ['privates', '.service_locator.1J4tbBA', 'get_ServiceLocator_1J4tbBAService', false],
'App\\Controller\\LiteratureController:add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LiteratureController:edit' => ['privates', '.service_locator.U.evlOd', 'get_ServiceLocator_U_EvlOdService', false],
'App\\Controller\\LiteratureController:getLiteratureApi' => ['privates', '.service_locator.hsgZ4dm', 'get_ServiceLocator_HsgZ4dmService', false],
'App\\Controller\\LiteratureController:literature_by_id' => ['privates', '.service_locator.ugkVFUK', 'get_ServiceLocator_UgkVFUKService', false],
'App\\Controller\\LiteratureController:literature_by_user' => ['privates', '.service_locator.LTsU_Ph', 'get_ServiceLocator_LTsUPhService', false],
'App\\Controller\\LiteratureController:moderate' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\LiteratureController:moderate_approve' => ['privates', '.service_locator.U.evlOd', 'get_ServiceLocator_U_EvlOdService', false],
'App\\Controller\\LiteratureController:moderate_delete' => ['privates', '.service_locator.U.evlOd', 'get_ServiceLocator_U_EvlOdService', false],
'App\\Controller\\LiteratureController:moderate_revoke' => ['privates', '.service_locator.U.evlOd', 'get_ServiceLocator_U_EvlOdService', false],
'App\\Controller\\LocationsController:add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LocationsController:edit' => ['privates', '.service_locator.mAY0uma', 'get_ServiceLocator_MAY0umaService', false],
'App\\Controller\\LocationsController:find_nearby' => ['privates', '.service_locator.N_et8pZ', 'get_ServiceLocator_NEt8pZService', false],
'App\\Controller\\LocationsController:find_new_nearby' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LocationsController:index' => ['privates', '.service_locator.nhY4DYB', 'get_ServiceLocator_NhY4DYBService', false],
'App\\Controller\\LocationsController:locations_gis_geojson_locations' => ['privates', '.service_locator.bkagryz', 'get_ServiceLocator_BkagryzService', false],
'App\\Controller\\LocationsController:locations_gis_protected_geojson' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\LocationsController:locations_gis_user_geojson' => ['privates', '.service_locator.7pLLxBj', 'get_ServiceLocator_7pLLxBjService', false],
'App\\Controller\\LocationsController:locations_photo_add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LocationsController:moderate_approve' => ['privates', '.service_locator.mAY0uma', 'get_ServiceLocator_MAY0umaService', false],
'App\\Controller\\LocationsController:moderate_delete' => ['privates', '.service_locator.mAY0uma', 'get_ServiceLocator_MAY0umaService', false],
'App\\Controller\\LocationsController:moderate_photo_delete' => ['privates', '.service_locator.gtgR5ZA', 'get_ServiceLocator_GtgR5ZAService', false],
'App\\Controller\\LocationsController:moderate_photos' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LocationsController:moderate_photos_approve' => ['privates', '.service_locator.gtgR5ZA', 'get_ServiceLocator_GtgR5ZAService', false],
'App\\Controller\\LocationsController:moderate_review' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LocationsController:moderate_revoke' => ['privates', '.service_locator.mAY0uma', 'get_ServiceLocator_MAY0umaService', false],
'App\\Controller\\LocationsController:remove_nearby' => ['privates', '.service_locator.N_et8pZ', 'get_ServiceLocator_NEt8pZService', false],
'App\\Controller\\LocationsController:review_add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LocationsController:review_delete' => ['privates', '.service_locator.NU6nSjO', 'get_ServiceLocator_NU6nSjOService', false],
'App\\Controller\\LocationsController:review_read' => ['privates', '.service_locator.NU6nSjO', 'get_ServiceLocator_NU6nSjOService', false],
'App\\Controller\\LocationsFossilController:add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LocationsFossilController:api_locations_fossil' => ['privates', '.service_locator.M3m._6v', 'get_ServiceLocator_M3m_6vService', false],
'App\\Controller\\LocationsFossilController:edit' => ['privates', '.service_locator.cbIE4.p', 'get_ServiceLocator_CbIE4_PService', false],
'App\\Controller\\LocationsFossilController:index' => ['privates', '.service_locator.cbIE4.p', 'get_ServiceLocator_CbIE4_PService', false],
'App\\Controller\\LocationsFossilController:moderate' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\LocationsFossilController:moderate_approve' => ['privates', '.service_locator.cbIE4.p', 'get_ServiceLocator_CbIE4_PService', false],
'App\\Controller\\LocationsFossilController:moderate_delete' => ['privates', '.service_locator.cbIE4.p', 'get_ServiceLocator_CbIE4_PService', false],
'App\\Controller\\LocationsFossilController:moderate_revoke' => ['privates', '.service_locator.cbIE4.p', 'get_ServiceLocator_CbIE4_PService', false],
'App\\Controller\\LocationsFossilController:user_add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LocationsGeologyController:add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LocationsGeologyController:api_locations_geology' => ['privates', '.service_locator.hKh2b6H', 'get_ServiceLocator_HKh2b6HService', false],
'App\\Controller\\LocationsGeologyController:edit' => ['privates', '.service_locator.GQv6U_x', 'get_ServiceLocator_GQv6UXService', false],
'App\\Controller\\LocationsGeologyController:index' => ['privates', '.service_locator.GQv6U_x', 'get_ServiceLocator_GQv6UXService', false],
'App\\Controller\\LocationsGeologyController:moderate' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\LocationsGeologyController:moderate_approve' => ['privates', '.service_locator.GQv6U_x', 'get_ServiceLocator_GQv6UXService', false],
'App\\Controller\\LocationsGeologyController:moderate_delete' => ['privates', '.service_locator.GQv6U_x', 'get_ServiceLocator_GQv6UXService', false],
'App\\Controller\\LocationsGeologyController:moderate_revoke' => ['privates', '.service_locator.GQv6U_x', 'get_ServiceLocator_GQv6UXService', false],
'App\\Controller\\LocationsGeologyController:user_add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LocationsMuseumController:add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LocationsMuseumController:api_locations_museum' => ['privates', '.service_locator.piscFJq', 'get_ServiceLocator_PiscFJqService', false],
'App\\Controller\\LocationsMuseumController:edit' => ['privates', '.service_locator.7MRGUIC', 'get_ServiceLocator_7MRGUICService', false],
'App\\Controller\\LocationsMuseumController:index' => ['privates', '.service_locator.7MRGUIC', 'get_ServiceLocator_7MRGUICService', false],
'App\\Controller\\LocationsMuseumController:moderate' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\LocationsMuseumController:moderate_approve' => ['privates', '.service_locator.7MRGUIC', 'get_ServiceLocator_7MRGUICService', false],
'App\\Controller\\LocationsMuseumController:moderate_delete' => ['privates', '.service_locator.7MRGUIC', 'get_ServiceLocator_7MRGUICService', false],
'App\\Controller\\LocationsMuseumController:moderate_revoke' => ['privates', '.service_locator.7MRGUIC', 'get_ServiceLocator_7MRGUICService', false],
'App\\Controller\\LocationsMuseumController:user_add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LocationsSocietyController:add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\LocationsSocietyController:api_locations_society' => ['privates', '.service_locator.mng2jii', 'get_ServiceLocator_Mng2jiiService', false],
'App\\Controller\\LocationsSocietyController:edit' => ['privates', '.service_locator.nGSrTAn', 'get_ServiceLocator_NGSrTAnService', false],
'App\\Controller\\LocationsSocietyController:index' => ['privates', '.service_locator.nGSrTAn', 'get_ServiceLocator_NGSrTAnService', false],
'App\\Controller\\LocationsSocietyController:moderate' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\LocationsSocietyController:moderate_approve' => ['privates', '.service_locator.nGSrTAn', 'get_ServiceLocator_NGSrTAnService', false],
'App\\Controller\\LocationsSocietyController:moderate_delete' => ['privates', '.service_locator.nGSrTAn', 'get_ServiceLocator_NGSrTAnService', false],
'App\\Controller\\LocationsSocietyController:moderate_revoke' => ['privates', '.service_locator.nGSrTAn', 'get_ServiceLocator_NGSrTAnService', false],
'App\\Controller\\LocationsSocietyController:user_add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\MediaController:add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\MediaController:edit' => ['privates', '.service_locator.eorp48t', 'get_ServiceLocator_Eorp48tService', false],
'App\\Controller\\MediaController:index' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\MediaController:item' => ['privates', '.service_locator.UaeJ5Px', 'get_ServiceLocator_UaeJ5PxService', false],
'App\\Controller\\MediaController:moderate' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\MediaController:moderate_approve' => ['privates', '.service_locator.eorp48t', 'get_ServiceLocator_Eorp48tService', false],
'App\\Controller\\MediaController:moderate_delete' => ['privates', '.service_locator.eorp48t', 'get_ServiceLocator_Eorp48tService', false],
'App\\Controller\\ModerationController:index' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\NewsletterController:moderate_newsletter_show' => ['privates', '.service_locator.gjoA.67', 'get_ServiceLocator_GjoA_67Service', false],
'App\\Controller\\NewsletterController:newsletter_moderate_add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\NewsletterController:newsletter_unsubscribe_confirm' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\SearchController:index' => ['privates', '.service_locator.5t2Ewnb', 'get_ServiceLocator_5t2EwnbService', false],
'App\\Controller\\SecurityController:login' => ['privates', '.service_locator.UDgw6Ol', 'get_ServiceLocator_UDgw6OlService', false],
'App\\Controller\\SiteupdateController:add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\SiteupdateController:edit' => ['privates', '.service_locator.tDXXK6t', 'get_ServiceLocator_TDXXK6tService', false],
'App\\Controller\\SiteupdateController:moderate' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\SiteupdateController:moderate_delete' => ['privates', '.service_locator.tDXXK6t', 'get_ServiceLocator_TDXXK6tService', false],
'App\\Controller\\SpecieslistController:specieslist' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\SpecieslistController:specieslist_item' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\SpecieslistController:specieslist_species' => ['privates', '.service_locator.5t2Ewnb', 'get_ServiceLocator_5t2EwnbService', false],
'App\\Controller\\SpoolController:moderate' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\SpoolController:moderate_delete' => ['privates', '.service_locator.bFQkOxA', 'get_ServiceLocator_BFQkOxAService', false],
'App\\Controller\\StratigraphyColumController:stratigaphy_locations' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\StratigraphyColumController:stratigraphic_column' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\StratigraphyUnitsController:api_stratigaphy_units_getfossils' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\StratigraphyUnitsController:api_stratigaphy_units_getperiod' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\StratigraphyUnitsController:stratigaphy_units_moderate' => ['privates', '.service_locator.5t2Ewnb', 'get_ServiceLocator_5t2EwnbService', false],
'App\\Controller\\StratigraphyUnitsController:stratigaphy_units_moderate_delete' => ['privates', '.service_locator.6LAxBMM', 'get_ServiceLocator_6LAxBMMService', false],
'App\\Controller\\StratigraphyUnitsController:stratigaphy_units_moderate_edit' => ['privates', '.service_locator.6LAxBMM', 'get_ServiceLocator_6LAxBMMService', false],
'App\\Controller\\TaxanomyController:api_taxanomy_getchildren' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\TaxanomyController:api_taxanomy_getfossils' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\TaxanomyController:findChildren' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\TaxanomyController:getGenusApi' => ['privates', '.service_locator.pYC7axu', 'get_ServiceLocator_PYC7axuService', false],
'App\\Controller\\TaxanomyController:taxanomy_moderate' => ['privates', '.service_locator.5t2Ewnb', 'get_ServiceLocator_5t2EwnbService', false],
'App\\Controller\\TaxanomyController:taxanomy_moderate_add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\TaxanomyController:taxanomy_moderate_delete' => ['privates', '.service_locator.bODmCi4', 'get_ServiceLocator_BODmCi4Service', false],
'App\\Controller\\TaxanomyController:taxanomy_moderate_edit' => ['privates', '.service_locator.bODmCi4', 'get_ServiceLocator_BODmCi4Service', false],
'App\\Controller\\TaxanomyController:taxanomy_moderate_treeview' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\TaxanomyRanksController:api_taxanomy_gettaxanomy' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\TaxanomyRanksController:taxanomyranks_moderate' => ['privates', '.service_locator.5t2Ewnb', 'get_ServiceLocator_5t2EwnbService', false],
'App\\Controller\\TaxanomyRanksController:taxanomyranks_moderate_add' => ['privates', '.service_locator.Wfc7pe4', 'get_ServiceLocator_Wfc7pe4Service', false],
'App\\Controller\\TaxanomyRanksController:taxanomyranks_moderate_delete' => ['privates', '.service_locator.kkJtsD5', 'get_ServiceLocator_KkJtsD5Service', false],
'App\\Controller\\TaxanomyRanksController:taxanomyranks_moderate_edit' => ['privates', '.service_locator.kkJtsD5', 'get_ServiceLocator_KkJtsD5Service', false],
'App\\Controller\\URLRedirectorController:id_system' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\UserController:api_getuser' => ['privates', '.service_locator..Ae5NXw', 'get_ServiceLocator__Ae5NXwService', false],
'App\\Controller\\UserController:profile' => ['privates', '.service_locator.mP7UcDe', 'get_ServiceLocator_MP7UcDeService', false],
'App\\Controller\\UserController:user_profile_public' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\UserController:users_moderate' => ['privates', '.service_locator.pKL4deq', 'get_ServiceLocator_PKL4deqService', false],
'App\\Controller\\UserController:users_moderate_editrights' => ['privates', '.service_locator.0N5X.9x', 'get_ServiceLocator_0N5X_9xService', false],
'FM\\ElfinderBundle\\Controller\\ElFinderController:load' => ['privates', '.service_locator.KnVgnEB', 'get_ServiceLocator_KnVgnEBService', false],
'kernel:loadRoutes' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
'kernel:registerContainerConfiguration' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
'kernel:terminate' => ['privates', '.service_locator.KfwZsne', 'get_ServiceLocator_KfwZsneService', false],
], [
'App\\Controller\\ArticleCategoriesController::add' => '?',
'App\\Controller\\ArticleCategoriesController::edit' => '?',
'App\\Controller\\ArticleCategoriesController::moderate_aricle' => '?',
'App\\Controller\\ArticleCategoriesController::moderate_delete' => '?',
'App\\Controller\\ArticlesController::add' => '?',
'App\\Controller\\ArticlesController::add_user' => '?',
'App\\Controller\\ArticlesController::api_articles' => '?',
'App\\Controller\\ArticlesController::article' => '?',
'App\\Controller\\ArticlesController::article_by_title' => '?',
'App\\Controller\\ArticlesController::article_review_add' => '?',
'App\\Controller\\ArticlesController::catagory_article' => '?',
'App\\Controller\\ArticlesController::edit' => '?',
'App\\Controller\\ArticlesController::index_articles' => '?',
'App\\Controller\\ArticlesController::moderate_approve' => '?',
'App\\Controller\\ArticlesController::moderate_article' => '?',
'App\\Controller\\ArticlesController::moderate_delete' => '?',
'App\\Controller\\ArticlesController::moderate_review' => '?',
'App\\Controller\\ArticlesController::moderate_revoke' => '?',
'App\\Controller\\ArticlesController::review_delete' => '?',
'App\\Controller\\ArticlesController::review_read' => '?',
'App\\Controller\\CalendarController::add' => '?',
'App\\Controller\\CalendarController::edit' => '?',
'App\\Controller\\CalendarController::index' => '?',
'App\\Controller\\CalendarController::moderate' => '?',
'App\\Controller\\CalendarController::moderate_approve' => '?',
'App\\Controller\\CalendarController::moderate_delete' => '?',
'App\\Controller\\ContactController::contact' => '?',
'App\\Controller\\CountriesController::add' => '?',
'App\\Controller\\CountriesController::edit' => '?',
'App\\Controller\\CountriesController::moderate_country' => '?',
'App\\Controller\\CountriesController::moderate_delete' => '?',
'App\\Controller\\DonationsController::make' => '?',
'App\\Controller\\DonationsController::webhook' => '?',
'App\\Controller\\FossildbController::api_fossildb_add' => '?',
'App\\Controller\\FossildbController::fossildb_add' => '?',
'App\\Controller\\FossildbController::fossildb_edit' => '?',
'App\\Controller\\FossildbController::fossildb_item' => '?',
'App\\Controller\\FossildbController::fossildb_moderate' => '?',
'App\\Controller\\FossildbController::fossildb_moderate_approve' => '?',
'App\\Controller\\FossildbController::fossildb_moderate_approve_edits' => '?',
'App\\Controller\\FossildbController::fossildb_moderate_deny_edits' => '?',
'App\\Controller\\FossildbController::fossildb_moderate_edit' => '?',
'App\\Controller\\FossildbController::fossildb_photo_add' => '?',
'App\\Controller\\FossildbController::fossildb_review_add' => '?',
'App\\Controller\\FossildbController::getGenusApi' => '?',
'App\\Controller\\FossildbController::getLocation' => '?',
'App\\Controller\\FossildbController::getPublicationApi' => '?',
'App\\Controller\\FossildbController::getSpeciesApi' => '?',
'App\\Controller\\FossildbController::getStratigraphyUnitsApi' => '?',
'App\\Controller\\FossildbController::getTaxanomyApi' => '?',
'App\\Controller\\FossildbController::index' => '?',
'App\\Controller\\FossildbController::moderate_delete' => '?',
'App\\Controller\\FossildbController::moderate_photo_delete' => '?',
'App\\Controller\\FossildbController::moderate_photos' => '?',
'App\\Controller\\FossildbController::moderate_photos_approve' => '?',
'App\\Controller\\FossildbController::moderate_review' => '?',
'App\\Controller\\FossildbController::review_delete' => '?',
'App\\Controller\\FossildbController::review_read' => '?',
'App\\Controller\\FrontpageController::frontpage' => '?',
'App\\Controller\\FrontpageController::index' => '?',
'App\\Controller\\GeologicInfoController::maps' => '?',
'App\\Controller\\GeologicInfoController::timescale' => '?',
'App\\Controller\\GlossaryController::add' => '?',
'App\\Controller\\GlossaryController::add_user' => '?',
'App\\Controller\\GlossaryController::api_glossary' => '?',
'App\\Controller\\GlossaryController::edit' => '?',
'App\\Controller\\GlossaryController::glossary' => '?',
'App\\Controller\\GlossaryController::glossary_by_title' => '?',
'App\\Controller\\GlossaryController::glossary_index' => '?',
'App\\Controller\\GlossaryController::glossary_review_add' => '?',
'App\\Controller\\GlossaryController::moderate_approve' => '?',
'App\\Controller\\GlossaryController::moderate_delete' => '?',
'App\\Controller\\GlossaryController::moderate_glossary' => '?',
'App\\Controller\\GlossaryController::moderate_review' => '?',
'App\\Controller\\GlossaryController::moderate_revoke' => '?',
'App\\Controller\\GlossaryController::review_delete' => '?',
'App\\Controller\\GlossaryController::review_read' => '?',
'App\\Controller\\LanguageSwitcherController::setlanguage' => '?',
'App\\Controller\\LinkCategoriesController::add' => '?',
'App\\Controller\\LinkCategoriesController::edit' => '?',
'App\\Controller\\LinkCategoriesController::moderate' => '?',
'App\\Controller\\LinkCategoriesController::moderate_delete' => '?',
'App\\Controller\\LinksController::add' => '?',
'App\\Controller\\LinksController::api_category' => '?',
'App\\Controller\\LinksController::api_index' => '?',
'App\\Controller\\LinksController::category' => '?',
'App\\Controller\\LinksController::edit' => '?',
'App\\Controller\\LinksController::index' => '?',
'App\\Controller\\LinksController::links_by_user' => '?',
'App\\Controller\\LinksController::links_item' => '?',
'App\\Controller\\LinksController::moderate' => '?',
'App\\Controller\\LinksController::moderate_approve' => '?',
'App\\Controller\\LinksController::moderate_delete' => '?',
'App\\Controller\\LiteratureController::add' => '?',
'App\\Controller\\LiteratureController::edit' => '?',
'App\\Controller\\LiteratureController::getLiteratureApi' => '?',
'App\\Controller\\LiteratureController::literature_by_id' => '?',
'App\\Controller\\LiteratureController::literature_by_user' => '?',
'App\\Controller\\LiteratureController::moderate' => '?',
'App\\Controller\\LiteratureController::moderate_approve' => '?',
'App\\Controller\\LiteratureController::moderate_delete' => '?',
'App\\Controller\\LiteratureController::moderate_revoke' => '?',
'App\\Controller\\LocationsController::add' => '?',
'App\\Controller\\LocationsController::edit' => '?',
'App\\Controller\\LocationsController::find_nearby' => '?',
'App\\Controller\\LocationsController::find_new_nearby' => '?',
'App\\Controller\\LocationsController::index' => '?',
'App\\Controller\\LocationsController::locations_gis_geojson_locations' => '?',
'App\\Controller\\LocationsController::locations_gis_protected_geojson' => '?',
'App\\Controller\\LocationsController::locations_gis_user_geojson' => '?',
'App\\Controller\\LocationsController::locations_photo_add' => '?',
'App\\Controller\\LocationsController::moderate_approve' => '?',
'App\\Controller\\LocationsController::moderate_delete' => '?',
'App\\Controller\\LocationsController::moderate_photo_delete' => '?',
'App\\Controller\\LocationsController::moderate_photos' => '?',
'App\\Controller\\LocationsController::moderate_photos_approve' => '?',
'App\\Controller\\LocationsController::moderate_review' => '?',
'App\\Controller\\LocationsController::moderate_revoke' => '?',
'App\\Controller\\LocationsController::remove_nearby' => '?',
'App\\Controller\\LocationsController::review_add' => '?',
'App\\Controller\\LocationsController::review_delete' => '?',
'App\\Controller\\LocationsController::review_read' => '?',
'App\\Controller\\LocationsFossilController::add' => '?',
'App\\Controller\\LocationsFossilController::api_locations_fossil' => '?',
'App\\Controller\\LocationsFossilController::edit' => '?',
'App\\Controller\\LocationsFossilController::index' => '?',
'App\\Controller\\LocationsFossilController::moderate' => '?',
'App\\Controller\\LocationsFossilController::moderate_approve' => '?',
'App\\Controller\\LocationsFossilController::moderate_delete' => '?',
'App\\Controller\\LocationsFossilController::moderate_revoke' => '?',
'App\\Controller\\LocationsFossilController::user_add' => '?',
'App\\Controller\\LocationsGeologyController::add' => '?',
'App\\Controller\\LocationsGeologyController::api_locations_geology' => '?',
'App\\Controller\\LocationsGeologyController::edit' => '?',
'App\\Controller\\LocationsGeologyController::index' => '?',
'App\\Controller\\LocationsGeologyController::moderate' => '?',
'App\\Controller\\LocationsGeologyController::moderate_approve' => '?',
'App\\Controller\\LocationsGeologyController::moderate_delete' => '?',
'App\\Controller\\LocationsGeologyController::moderate_revoke' => '?',
'App\\Controller\\LocationsGeologyController::user_add' => '?',
'App\\Controller\\LocationsMuseumController::add' => '?',
'App\\Controller\\LocationsMuseumController::api_locations_museum' => '?',
'App\\Controller\\LocationsMuseumController::edit' => '?',
'App\\Controller\\LocationsMuseumController::index' => '?',
'App\\Controller\\LocationsMuseumController::moderate' => '?',
'App\\Controller\\LocationsMuseumController::moderate_approve' => '?',
'App\\Controller\\LocationsMuseumController::moderate_delete' => '?',
'App\\Controller\\LocationsMuseumController::moderate_revoke' => '?',
'App\\Controller\\LocationsMuseumController::user_add' => '?',
'App\\Controller\\LocationsSocietyController::add' => '?',
'App\\Controller\\LocationsSocietyController::api_locations_society' => '?',
'App\\Controller\\LocationsSocietyController::edit' => '?',
'App\\Controller\\LocationsSocietyController::index' => '?',
'App\\Controller\\LocationsSocietyController::moderate' => '?',
'App\\Controller\\LocationsSocietyController::moderate_approve' => '?',
'App\\Controller\\LocationsSocietyController::moderate_delete' => '?',
'App\\Controller\\LocationsSocietyController::moderate_revoke' => '?',
'App\\Controller\\LocationsSocietyController::user_add' => '?',
'App\\Controller\\MediaController::add' => '?',
'App\\Controller\\MediaController::edit' => '?',
'App\\Controller\\MediaController::index' => '?',
'App\\Controller\\MediaController::item' => '?',
'App\\Controller\\MediaController::moderate' => '?',
'App\\Controller\\MediaController::moderate_approve' => '?',
'App\\Controller\\MediaController::moderate_delete' => '?',
'App\\Controller\\ModerationController::index' => '?',
'App\\Controller\\NewsletterController::moderate_newsletter_show' => '?',
'App\\Controller\\NewsletterController::newsletter_moderate_add' => '?',
'App\\Controller\\NewsletterController::newsletter_unsubscribe_confirm' => '?',
'App\\Controller\\SearchController::index' => '?',
'App\\Controller\\SecurityController::login' => '?',
'App\\Controller\\SiteupdateController::add' => '?',
'App\\Controller\\SiteupdateController::edit' => '?',
'App\\Controller\\SiteupdateController::moderate' => '?',
'App\\Controller\\SiteupdateController::moderate_delete' => '?',
'App\\Controller\\SpecieslistController::specieslist' => '?',
'App\\Controller\\SpecieslistController::specieslist_item' => '?',
'App\\Controller\\SpecieslistController::specieslist_species' => '?',
'App\\Controller\\SpoolController::moderate' => '?',
'App\\Controller\\SpoolController::moderate_delete' => '?',
'App\\Controller\\StratigraphyColumController::stratigaphy_locations' => '?',
'App\\Controller\\StratigraphyColumController::stratigraphic_column' => '?',
'App\\Controller\\StratigraphyUnitsController::api_stratigaphy_units_getfossils' => '?',
'App\\Controller\\StratigraphyUnitsController::api_stratigaphy_units_getperiod' => '?',
'App\\Controller\\StratigraphyUnitsController::stratigaphy_units_moderate' => '?',
'App\\Controller\\StratigraphyUnitsController::stratigaphy_units_moderate_delete' => '?',
'App\\Controller\\StratigraphyUnitsController::stratigaphy_units_moderate_edit' => '?',
'App\\Controller\\TaxanomyController::api_taxanomy_getchildren' => '?',
'App\\Controller\\TaxanomyController::api_taxanomy_getfossils' => '?',
'App\\Controller\\TaxanomyController::findChildren' => '?',
'App\\Controller\\TaxanomyController::getGenusApi' => '?',
'App\\Controller\\TaxanomyController::taxanomy_moderate' => '?',
'App\\Controller\\TaxanomyController::taxanomy_moderate_add' => '?',
'App\\Controller\\TaxanomyController::taxanomy_moderate_delete' => '?',
'App\\Controller\\TaxanomyController::taxanomy_moderate_edit' => '?',
'App\\Controller\\TaxanomyController::taxanomy_moderate_treeview' => '?',
'App\\Controller\\TaxanomyRanksController::api_taxanomy_gettaxanomy' => '?',
'App\\Controller\\TaxanomyRanksController::taxanomyranks_moderate' => '?',
'App\\Controller\\TaxanomyRanksController::taxanomyranks_moderate_add' => '?',
'App\\Controller\\TaxanomyRanksController::taxanomyranks_moderate_delete' => '?',
'App\\Controller\\TaxanomyRanksController::taxanomyranks_moderate_edit' => '?',
'App\\Controller\\URLRedirectorController::id_system' => '?',
'App\\Controller\\UserController::api_getuser' => '?',
'App\\Controller\\UserController::profile' => '?',
'App\\Controller\\UserController::user_profile_public' => '?',
'App\\Controller\\UserController::users_moderate' => '?',
'App\\Controller\\UserController::users_moderate_editrights' => '?',
'FM\\ElfinderBundle\\Controller\\ElFinderController::load' => '?',
'kernel::loadRoutes' => '?',
'kernel::registerContainerConfiguration' => '?',
'kernel::terminate' => '?',
'App\\Controller\\ArticleCategoriesController:add' => '?',
'App\\Controller\\ArticleCategoriesController:edit' => '?',
'App\\Controller\\ArticleCategoriesController:moderate_aricle' => '?',
'App\\Controller\\ArticleCategoriesController:moderate_delete' => '?',
'App\\Controller\\ArticlesController:add' => '?',
'App\\Controller\\ArticlesController:add_user' => '?',
'App\\Controller\\ArticlesController:api_articles' => '?',
'App\\Controller\\ArticlesController:article' => '?',
'App\\Controller\\ArticlesController:article_by_title' => '?',
'App\\Controller\\ArticlesController:article_review_add' => '?',
'App\\Controller\\ArticlesController:catagory_article' => '?',
'App\\Controller\\ArticlesController:edit' => '?',
'App\\Controller\\ArticlesController:index_articles' => '?',
'App\\Controller\\ArticlesController:moderate_approve' => '?',
'App\\Controller\\ArticlesController:moderate_article' => '?',
'App\\Controller\\ArticlesController:moderate_delete' => '?',
'App\\Controller\\ArticlesController:moderate_review' => '?',
'App\\Controller\\ArticlesController:moderate_revoke' => '?',
'App\\Controller\\ArticlesController:review_delete' => '?',
'App\\Controller\\ArticlesController:review_read' => '?',
'App\\Controller\\CalendarController:add' => '?',
'App\\Controller\\CalendarController:edit' => '?',
'App\\Controller\\CalendarController:index' => '?',
'App\\Controller\\CalendarController:moderate' => '?',
'App\\Controller\\CalendarController:moderate_approve' => '?',
'App\\Controller\\CalendarController:moderate_delete' => '?',
'App\\Controller\\ContactController:contact' => '?',
'App\\Controller\\CountriesController:add' => '?',
'App\\Controller\\CountriesController:edit' => '?',
'App\\Controller\\CountriesController:moderate_country' => '?',
'App\\Controller\\CountriesController:moderate_delete' => '?',
'App\\Controller\\DonationsController:make' => '?',
'App\\Controller\\DonationsController:webhook' => '?',
'App\\Controller\\FossildbController:api_fossildb_add' => '?',
'App\\Controller\\FossildbController:fossildb_add' => '?',
'App\\Controller\\FossildbController:fossildb_edit' => '?',
'App\\Controller\\FossildbController:fossildb_item' => '?',
'App\\Controller\\FossildbController:fossildb_moderate' => '?',
'App\\Controller\\FossildbController:fossildb_moderate_approve' => '?',
'App\\Controller\\FossildbController:fossildb_moderate_approve_edits' => '?',
'App\\Controller\\FossildbController:fossildb_moderate_deny_edits' => '?',
'App\\Controller\\FossildbController:fossildb_moderate_edit' => '?',
'App\\Controller\\FossildbController:fossildb_photo_add' => '?',
'App\\Controller\\FossildbController:fossildb_review_add' => '?',
'App\\Controller\\FossildbController:getGenusApi' => '?',
'App\\Controller\\FossildbController:getLocation' => '?',
'App\\Controller\\FossildbController:getPublicationApi' => '?',
'App\\Controller\\FossildbController:getSpeciesApi' => '?',
'App\\Controller\\FossildbController:getStratigraphyUnitsApi' => '?',
'App\\Controller\\FossildbController:getTaxanomyApi' => '?',
'App\\Controller\\FossildbController:index' => '?',
'App\\Controller\\FossildbController:moderate_delete' => '?',
'App\\Controller\\FossildbController:moderate_photo_delete' => '?',
'App\\Controller\\FossildbController:moderate_photos' => '?',
'App\\Controller\\FossildbController:moderate_photos_approve' => '?',
'App\\Controller\\FossildbController:moderate_review' => '?',
'App\\Controller\\FossildbController:review_delete' => '?',
'App\\Controller\\FossildbController:review_read' => '?',
'App\\Controller\\FrontpageController:frontpage' => '?',
'App\\Controller\\FrontpageController:index' => '?',
'App\\Controller\\GeologicInfoController:maps' => '?',
'App\\Controller\\GeologicInfoController:timescale' => '?',
'App\\Controller\\GlossaryController:add' => '?',
'App\\Controller\\GlossaryController:add_user' => '?',
'App\\Controller\\GlossaryController:api_glossary' => '?',
'App\\Controller\\GlossaryController:edit' => '?',
'App\\Controller\\GlossaryController:glossary' => '?',
'App\\Controller\\GlossaryController:glossary_by_title' => '?',
'App\\Controller\\GlossaryController:glossary_index' => '?',
'App\\Controller\\GlossaryController:glossary_review_add' => '?',
'App\\Controller\\GlossaryController:moderate_approve' => '?',
'App\\Controller\\GlossaryController:moderate_delete' => '?',
'App\\Controller\\GlossaryController:moderate_glossary' => '?',
'App\\Controller\\GlossaryController:moderate_review' => '?',
'App\\Controller\\GlossaryController:moderate_revoke' => '?',
'App\\Controller\\GlossaryController:review_delete' => '?',
'App\\Controller\\GlossaryController:review_read' => '?',
'App\\Controller\\LanguageSwitcherController:setlanguage' => '?',
'App\\Controller\\LinkCategoriesController:add' => '?',
'App\\Controller\\LinkCategoriesController:edit' => '?',
'App\\Controller\\LinkCategoriesController:moderate' => '?',
'App\\Controller\\LinkCategoriesController:moderate_delete' => '?',
'App\\Controller\\LinksController:add' => '?',
'App\\Controller\\LinksController:api_category' => '?',
'App\\Controller\\LinksController:api_index' => '?',
'App\\Controller\\LinksController:category' => '?',
'App\\Controller\\LinksController:edit' => '?',
'App\\Controller\\LinksController:index' => '?',
'App\\Controller\\LinksController:links_by_user' => '?',
'App\\Controller\\LinksController:links_item' => '?',
'App\\Controller\\LinksController:moderate' => '?',
'App\\Controller\\LinksController:moderate_approve' => '?',
'App\\Controller\\LinksController:moderate_delete' => '?',
'App\\Controller\\LiteratureController:add' => '?',
'App\\Controller\\LiteratureController:edit' => '?',
'App\\Controller\\LiteratureController:getLiteratureApi' => '?',
'App\\Controller\\LiteratureController:literature_by_id' => '?',
'App\\Controller\\LiteratureController:literature_by_user' => '?',
'App\\Controller\\LiteratureController:moderate' => '?',
'App\\Controller\\LiteratureController:moderate_approve' => '?',
'App\\Controller\\LiteratureController:moderate_delete' => '?',
'App\\Controller\\LiteratureController:moderate_revoke' => '?',
'App\\Controller\\LocationsController:add' => '?',
'App\\Controller\\LocationsController:edit' => '?',
'App\\Controller\\LocationsController:find_nearby' => '?',
'App\\Controller\\LocationsController:find_new_nearby' => '?',
'App\\Controller\\LocationsController:index' => '?',
'App\\Controller\\LocationsController:locations_gis_geojson_locations' => '?',
'App\\Controller\\LocationsController:locations_gis_protected_geojson' => '?',
'App\\Controller\\LocationsController:locations_gis_user_geojson' => '?',
'App\\Controller\\LocationsController:locations_photo_add' => '?',
'App\\Controller\\LocationsController:moderate_approve' => '?',
'App\\Controller\\LocationsController:moderate_delete' => '?',
'App\\Controller\\LocationsController:moderate_photo_delete' => '?',
'App\\Controller\\LocationsController:moderate_photos' => '?',
'App\\Controller\\LocationsController:moderate_photos_approve' => '?',
'App\\Controller\\LocationsController:moderate_review' => '?',
'App\\Controller\\LocationsController:moderate_revoke' => '?',
'App\\Controller\\LocationsController:remove_nearby' => '?',
'App\\Controller\\LocationsController:review_add' => '?',
'App\\Controller\\LocationsController:review_delete' => '?',
'App\\Controller\\LocationsController:review_read' => '?',
'App\\Controller\\LocationsFossilController:add' => '?',
'App\\Controller\\LocationsFossilController:api_locations_fossil' => '?',
'App\\Controller\\LocationsFossilController:edit' => '?',
'App\\Controller\\LocationsFossilController:index' => '?',
'App\\Controller\\LocationsFossilController:moderate' => '?',
'App\\Controller\\LocationsFossilController:moderate_approve' => '?',
'App\\Controller\\LocationsFossilController:moderate_delete' => '?',
'App\\Controller\\LocationsFossilController:moderate_revoke' => '?',
'App\\Controller\\LocationsFossilController:user_add' => '?',
'App\\Controller\\LocationsGeologyController:add' => '?',
'App\\Controller\\LocationsGeologyController:api_locations_geology' => '?',
'App\\Controller\\LocationsGeologyController:edit' => '?',
'App\\Controller\\LocationsGeologyController:index' => '?',
'App\\Controller\\LocationsGeologyController:moderate' => '?',
'App\\Controller\\LocationsGeologyController:moderate_approve' => '?',
'App\\Controller\\LocationsGeologyController:moderate_delete' => '?',
'App\\Controller\\LocationsGeologyController:moderate_revoke' => '?',
'App\\Controller\\LocationsGeologyController:user_add' => '?',
'App\\Controller\\LocationsMuseumController:add' => '?',
'App\\Controller\\LocationsMuseumController:api_locations_museum' => '?',
'App\\Controller\\LocationsMuseumController:edit' => '?',
'App\\Controller\\LocationsMuseumController:index' => '?',
'App\\Controller\\LocationsMuseumController:moderate' => '?',
'App\\Controller\\LocationsMuseumController:moderate_approve' => '?',
'App\\Controller\\LocationsMuseumController:moderate_delete' => '?',
'App\\Controller\\LocationsMuseumController:moderate_revoke' => '?',
'App\\Controller\\LocationsMuseumController:user_add' => '?',
'App\\Controller\\LocationsSocietyController:add' => '?',
'App\\Controller\\LocationsSocietyController:api_locations_society' => '?',
'App\\Controller\\LocationsSocietyController:edit' => '?',
'App\\Controller\\LocationsSocietyController:index' => '?',
'App\\Controller\\LocationsSocietyController:moderate' => '?',
'App\\Controller\\LocationsSocietyController:moderate_approve' => '?',
'App\\Controller\\LocationsSocietyController:moderate_delete' => '?',
'App\\Controller\\LocationsSocietyController:moderate_revoke' => '?',
'App\\Controller\\LocationsSocietyController:user_add' => '?',
'App\\Controller\\MediaController:add' => '?',
'App\\Controller\\MediaController:edit' => '?',
'App\\Controller\\MediaController:index' => '?',
'App\\Controller\\MediaController:item' => '?',
'App\\Controller\\MediaController:moderate' => '?',
'App\\Controller\\MediaController:moderate_approve' => '?',
'App\\Controller\\MediaController:moderate_delete' => '?',
'App\\Controller\\ModerationController:index' => '?',
'App\\Controller\\NewsletterController:moderate_newsletter_show' => '?',
'App\\Controller\\NewsletterController:newsletter_moderate_add' => '?',
'App\\Controller\\NewsletterController:newsletter_unsubscribe_confirm' => '?',
'App\\Controller\\SearchController:index' => '?',
'App\\Controller\\SecurityController:login' => '?',
'App\\Controller\\SiteupdateController:add' => '?',
'App\\Controller\\SiteupdateController:edit' => '?',
'App\\Controller\\SiteupdateController:moderate' => '?',
'App\\Controller\\SiteupdateController:moderate_delete' => '?',
'App\\Controller\\SpecieslistController:specieslist' => '?',
'App\\Controller\\SpecieslistController:specieslist_item' => '?',
'App\\Controller\\SpecieslistController:specieslist_species' => '?',
'App\\Controller\\SpoolController:moderate' => '?',
'App\\Controller\\SpoolController:moderate_delete' => '?',
'App\\Controller\\StratigraphyColumController:stratigaphy_locations' => '?',
'App\\Controller\\StratigraphyColumController:stratigraphic_column' => '?',
'App\\Controller\\StratigraphyUnitsController:api_stratigaphy_units_getfossils' => '?',
'App\\Controller\\StratigraphyUnitsController:api_stratigaphy_units_getperiod' => '?',
'App\\Controller\\StratigraphyUnitsController:stratigaphy_units_moderate' => '?',
'App\\Controller\\StratigraphyUnitsController:stratigaphy_units_moderate_delete' => '?',
'App\\Controller\\StratigraphyUnitsController:stratigaphy_units_moderate_edit' => '?',
'App\\Controller\\TaxanomyController:api_taxanomy_getchildren' => '?',
'App\\Controller\\TaxanomyController:api_taxanomy_getfossils' => '?',
'App\\Controller\\TaxanomyController:findChildren' => '?',
'App\\Controller\\TaxanomyController:getGenusApi' => '?',
'App\\Controller\\TaxanomyController:taxanomy_moderate' => '?',
'App\\Controller\\TaxanomyController:taxanomy_moderate_add' => '?',
'App\\Controller\\TaxanomyController:taxanomy_moderate_delete' => '?',
'App\\Controller\\TaxanomyController:taxanomy_moderate_edit' => '?',
'App\\Controller\\TaxanomyController:taxanomy_moderate_treeview' => '?',
'App\\Controller\\TaxanomyRanksController:api_taxanomy_gettaxanomy' => '?',
'App\\Controller\\TaxanomyRanksController:taxanomyranks_moderate' => '?',
'App\\Controller\\TaxanomyRanksController:taxanomyranks_moderate_add' => '?',
'App\\Controller\\TaxanomyRanksController:taxanomyranks_moderate_delete' => '?',
'App\\Controller\\TaxanomyRanksController:taxanomyranks_moderate_edit' => '?',
'App\\Controller\\URLRedirectorController:id_system' => '?',
'App\\Controller\\UserController:api_getuser' => '?',
'App\\Controller\\UserController:profile' => '?',
'App\\Controller\\UserController:user_profile_public' => '?',
'App\\Controller\\UserController:users_moderate' => '?',
'App\\Controller\\UserController:users_moderate_editrights' => '?',
'FM\\ElfinderBundle\\Controller\\ElFinderController:load' => '?',
'kernel:loadRoutes' => '?',
'kernel:registerContainerConfiguration' => '?',
'kernel:terminate' => '?',
]);
}
/**
* Gets the private '.service_locator.7BxcU9h' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_7BxcU9hService()
{
return $this->privates['.service_locator.7BxcU9h'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'id' => ['privates', '.errored..service_locator.7BxcU9h.App\\Entity\\FossildbFossil', NULL, 'Cannot autowire service ".service_locator.7BxcU9h": it references class "App\\Entity\\FossildbFossil" but no such service exists.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'em' => '?',
'id' => 'App\\Entity\\FossildbFossil',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.7MRGUIC' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_7MRGUICService()
{
return $this->privates['.service_locator.7MRGUIC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'museum' => ['privates', '.errored..service_locator.7MRGUIC.App\\Entity\\LocationsMuseum', NULL, 'Cannot autowire service ".service_locator.7MRGUIC": it references class "App\\Entity\\LocationsMuseum" but no such service exists.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'em' => '?',
'museum' => 'App\\Entity\\LocationsMuseum',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.7pLLxBj' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_7pLLxBjService()
{
return $this->privates['.service_locator.7pLLxBj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'router' => ['services', 'router', 'getRouterService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
'user' => ['privates', '.errored..service_locator.7pLLxBj.App\\Entity\\User', NULL, 'Cannot autowire service ".service_locator.7pLLxBj": it references class "App\\Entity\\User" but no such service exists.'],
], [
'router' => '?',
'translator' => '?',
'user' => 'App\\Entity\\User',
]);
}
/**
* Gets the private '.service_locator.8r5LfU6' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_8r5LfU6Service()
{
return $this->privates['.service_locator.8r5LfU6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'glossaryreview' => ['privates', '.errored..service_locator.8r5LfU6.App\\Entity\\GlossaryReviews', NULL, 'Cannot autowire service ".service_locator.8r5LfU6": it references class "App\\Entity\\GlossaryReviews" but no such service exists.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'em' => '?',
'glossaryreview' => 'App\\Entity\\GlossaryReviews',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.9LGQRxr' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_9LGQRxrService()
{
return $this->privates['.service_locator.9LGQRxr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'id' => ['privates', '.errored..service_locator.9LGQRxr.App\\Entity\\ArticleReviews', NULL, 'Cannot autowire service ".service_locator.9LGQRxr": it references class "App\\Entity\\ArticleReviews" but no such service exists.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'em' => '?',
'id' => 'App\\Entity\\ArticleReviews',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.AYqhVVt' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AYqhVVtService()
{
return $this->privates['.service_locator.AYqhVVt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'LocationsFossilRepository' => ['privates', 'App\\Repository\\LocationsFossilRepository', 'getLocationsFossilRepositoryService', false],
], [
'LocationsFossilRepository' => 'App\\Repository\\LocationsFossilRepository',
]);
}
/**
* Gets the private '.service_locator.AvI8Wsr' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AvI8WsrService()
{
return $this->privates['.service_locator.AvI8Wsr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ArticlesRepository' => ['privates', 'App\\Repository\\ArticlesRepository', 'getArticlesRepositoryService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'ArticlesRepository' => 'App\\Repository\\ArticlesRepository',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.GFCYEcP' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GFCYEcPService()
{
return $this->privates['.service_locator.GFCYEcP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'id' => ['privates', '.errored..service_locator.GFCYEcP.App\\Entity\\Glossaries', NULL, 'Cannot autowire service ".service_locator.GFCYEcP": it references class "App\\Entity\\Glossaries" but no such service exists.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'id' => 'App\\Entity\\Glossaries',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.GHH4V61' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GHH4V61Service()
{
return $this->privates['.service_locator.GHH4V61'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'country' => ['privates', '.errored..service_locator.GHH4V61.App\\Entity\\Countries', NULL, 'Cannot autowire service ".service_locator.GHH4V61": it references class "App\\Entity\\Countries" but no such service exists.'],
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'country' => 'App\\Entity\\Countries',
'em' => '?',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.GQv6U_x' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GQv6UXService()
{
return $this->privates['.service_locator.GQv6U_x'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'geology' => ['privates', '.errored..service_locator.GQv6U_x.App\\Entity\\LocationsGeology', NULL, 'Cannot autowire service ".service_locator.GQv6U_x": it references class "App\\Entity\\LocationsGeology" but no such service exists.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'em' => '?',
'geology' => 'App\\Entity\\LocationsGeology',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.Hllcktv' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HllcktvService()
{
return $this->privates['.service_locator.Hllcktv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', false],
], [
'doctrine.ulid_generator' => '?',
]);
}
/**
* Gets the private '.service_locator.I4EuqD5' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_I4EuqD5Service()
{
return $this->privates['.service_locator.I4EuqD5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'stratigraphyUnitsRepository' => ['privates', 'App\\Repository\\StratigraphyUnitsRepository', 'getStratigraphyUnitsRepositoryService', false],
], [
'em' => '?',
'stratigraphyUnitsRepository' => 'App\\Repository\\StratigraphyUnitsRepository',
]);
}
/**
* Gets the private '.service_locator.I4frlgP' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_I4frlgPService()
{
return $this->privates['.service_locator.I4frlgP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'id' => ['privates', '.errored..service_locator.I4frlgP.App\\Entity\\FossildbFossil', NULL, 'Cannot autowire service ".service_locator.I4frlgP": it references class "App\\Entity\\FossildbFossil" but no such service exists.'],
], [
'id' => 'App\\Entity\\FossildbFossil',
]);
}
/**
* Gets the private '.service_locator.IuwCZn.' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IuwCZn_Service()
{
return $this->privates['.service_locator.IuwCZn.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'stratigraphyUnitsRepository' => ['privates', 'App\\Repository\\StratigraphyUnitsRepository', 'getStratigraphyUnitsRepositoryService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'stratigraphyUnitsRepository' => 'App\\Repository\\StratigraphyUnitsRepository',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.KRz6eFL' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KRz6eFLService()
{
return $this->privates['.service_locator.KRz6eFL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'glossary' => ['privates', '.errored..service_locator.KRz6eFL.App\\Entity\\Glossaries', NULL, 'Cannot autowire service ".service_locator.KRz6eFL": it references class "App\\Entity\\Glossaries" but no such service exists.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'em' => '?',
'glossary' => 'App\\Entity\\Glossaries',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.Kaa7.P6' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Kaa7_P6Service()
{
return $this->privates['.service_locator.Kaa7.P6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'item' => ['privates', '.errored..service_locator.Kaa7.P6.App\\Entity\\FossildbFossil', NULL, 'Cannot autowire service ".service_locator.Kaa7.P6": it references class "App\\Entity\\FossildbFossil" but no such service exists.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'em' => '?',
'item' => 'App\\Entity\\FossildbFossil',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.KfbR3DY' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KfbR3DYService()
{
return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'loader' => ['privates', '.errored..service_locator.KfbR3DY.Symfony\\Component\\Config\\Loader\\LoaderInterface', NULL, 'Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
], [
'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]);
}
/**
* Gets the private '.service_locator.KfwZsne' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KfwZsneService()
{
return $this->privates['.service_locator.KfwZsne'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'response' => ['privates', '.errored..service_locator.KfwZsne.Symfony\\Component\\HttpFoundation\\Response', NULL, 'Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.'],
], [
'response' => 'Symfony\\Component\\HttpFoundation\\Response',
]);
}
/**
* Gets the private '.service_locator.KivA5aK' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KivA5aKService()
{
return $this->privates['.service_locator.KivA5aK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'article' => ['privates', '.errored..service_locator.KivA5aK.App\\Entity\\Articles', NULL, 'Cannot autowire service ".service_locator.KivA5aK": it references class "App\\Entity\\Articles" but no such service exists.'],
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'article' => 'App\\Entity\\Articles',
'em' => '?',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.KnVgnEB' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KnVgnEBService()
{
return $this->privates['.service_locator.KnVgnEB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'eventDispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
'httpKernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
'session' => ['services', 'session', 'getSessionService', false],
], [
'eventDispatcher' => '?',
'httpKernel' => '?',
'session' => '?',
]);
}
/**
* Gets the private '.service_locator.LB7Jrn.' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LB7Jrn_Service()
{
return $this->privates['.service_locator.LB7Jrn.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'GlossariesRepository' => ['privates', 'App\\Repository\\GlossariesRepository', 'getGlossariesRepositoryService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'GlossariesRepository' => 'App\\Repository\\GlossariesRepository',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.LTsU_Ph' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LTsUPhService()
{
return $this->privates['.service_locator.LTsU_Ph'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'id' => ['privates', '.errored..service_locator.LTsU_Ph.App\\Entity\\User', NULL, 'Cannot autowire service ".service_locator.LTsU_Ph": it references class "App\\Entity\\User" but no such service exists.'],
], [
'id' => 'App\\Entity\\User',
]);
}
/**
* Gets the private '.service_locator.M3m._6v' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_M3m_6vService()
{
return $this->privates['.service_locator.M3m._6v'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'LocationsFossilRepository' => ['privates', 'App\\Repository\\LocationsFossilRepository', 'getLocationsFossilRepositoryService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'LocationsFossilRepository' => 'App\\Repository\\LocationsFossilRepository',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.MprqISY' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MprqISYService()
{
return $this->privates['.service_locator.MprqISY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'articlecategory' => ['privates', '.errored..service_locator.MprqISY.App\\Entity\\ArticleCategories', NULL, 'Cannot autowire service ".service_locator.MprqISY": it references class "App\\Entity\\ArticleCategories" but no such service exists.'],
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'articlecategory' => 'App\\Entity\\ArticleCategories',
'em' => '?',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.MwBBdb5' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MwBBdb5Service()
{
return $this->privates['.service_locator.MwBBdb5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'id' => ['privates', '.errored..service_locator.MwBBdb5.App\\Entity\\Articles', NULL, 'Cannot autowire service ".service_locator.MwBBdb5": it references class "App\\Entity\\Articles" but no such service exists.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'em' => '?',
'id' => 'App\\Entity\\Articles',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.NU6nSjO' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NU6nSjOService()
{
return $this->privates['.service_locator.NU6nSjO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'locationreview' => ['privates', '.errored..service_locator.NU6nSjO.App\\Entity\\LocationReviews', NULL, 'Cannot autowire service ".service_locator.NU6nSjO": it references class "App\\Entity\\LocationReviews" but no such service exists.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'em' => '?',
'locationreview' => 'App\\Entity\\LocationReviews',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.N_et8pZ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NEt8pZService()
{
return $this->privates['.service_locator.N_et8pZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'item' => ['privates', '.errored..service_locator.N_et8pZ.App\\Entity\\LocationsGIS', NULL, 'Cannot autowire service ".service_locator.N_et8pZ": it references class "App\\Entity\\LocationsGIS" but no such service exists.'],
], [
'em' => '?',
'item' => 'App\\Entity\\LocationsGIS',
]);
}
/**
* Gets the private '.service_locator.Nizpiuo' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NizpiuoService()
{
return $this->privates['.service_locator.Nizpiuo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'fossildb' => ['privates', '.errored..service_locator.Nizpiuo.App\\Entity\\FossildbFossil', NULL, 'Cannot autowire service ".service_locator.Nizpiuo": it references class "App\\Entity\\FossildbFossil" but no such service exists.'],
'id' => ['privates', '.errored..service_locator.Nizpiuo.App\\Entity\\FossildbReviews', NULL, 'Cannot autowire service ".service_locator.Nizpiuo": it references class "App\\Entity\\FossildbReviews" but no such service exists.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'em' => '?',
'fossildb' => 'App\\Entity\\FossildbFossil',
'id' => 'App\\Entity\\FossildbReviews',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.S3sceDx' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_S3sceDxService()
{
return $this->privates['.service_locator.S3sceDx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'id' => ['privates', '.errored..service_locator.S3sceDx.App\\Entity\\Articles', NULL, 'Cannot autowire service ".service_locator.S3sceDx": it references class "App\\Entity\\Articles" but no such service exists.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'id' => 'App\\Entity\\Articles',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.U.evlOd' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_U_EvlOdService()
{
return $this->privates['.service_locator.U.evlOd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'item' => ['privates', '.errored..service_locator.U.evlOd.App\\Entity\\Literature', NULL, 'Cannot autowire service ".service_locator.U.evlOd": it references class "App\\Entity\\Literature" but no such service exists.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'em' => '?',
'item' => 'App\\Entity\\Literature',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.UDgw6Ol' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UDgw6OlService()
{
return $this->privates['.service_locator.UDgw6Ol'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationUtils' => ['privates', 'security.authentication_utils', 'getSecurity_AuthenticationUtilsService', false],
], [
'authenticationUtils' => '?',
]);
}
/**
* Gets the private '.service_locator.UaeJ5Px' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UaeJ5PxService()
{
return $this->privates['.service_locator.UaeJ5Px'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'media' => ['privates', '.errored..service_locator.UaeJ5Px.App\\Entity\\Media', NULL, 'Cannot autowire service ".service_locator.UaeJ5Px": it references class "App\\Entity\\Media" but no such service exists.'],
], [
'media' => 'App\\Entity\\Media',
]);
}
/**
* Gets the private '.service_locator.Wfc7pe4' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Wfc7pe4Service()
{
return $this->privates['.service_locator.Wfc7pe4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'em' => '?',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.bFQkOxA' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BFQkOxAService()
{
return $this->privates['.service_locator.bFQkOxA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'spool' => ['privates', '.errored..service_locator.bFQkOxA.App\\Entity\\Spool', NULL, 'Cannot autowire service ".service_locator.bFQkOxA": it references class "App\\Entity\\Spool" but no such service exists.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'em' => '?',
'spool' => 'App\\Entity\\Spool',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.bODmCi4' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BODmCi4Service()
{
return $this->privates['.service_locator.bODmCi4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'item' => ['privates', '.errored..service_locator.bODmCi4.App\\Entity\\Taxanomy', NULL, 'Cannot autowire service ".service_locator.bODmCi4": it references class "App\\Entity\\Taxanomy" but no such service exists.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'em' => '?',
'item' => 'App\\Entity\\Taxanomy',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.bkagryz' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BkagryzService()
{
return $this->privates['.service_locator.bkagryz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'router' => ['services', 'router', 'getRouterService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'router' => '?',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.cbIE4.p' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CbIE4_PService()
{
return $this->privates['.service_locator.cbIE4.p'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'fossil' => ['privates', '.errored..service_locator.cbIE4.p.App\\Entity\\LocationsFossil', NULL, 'Cannot autowire service ".service_locator.cbIE4.p": it references class "App\\Entity\\LocationsFossil" but no such service exists.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'em' => '?',
'fossil' => 'App\\Entity\\LocationsFossil',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.eorp48t' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Eorp48tService()
{
return $this->privates['.service_locator.eorp48t'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'media' => ['privates', '.errored..service_locator.eorp48t.App\\Entity\\Media', NULL, 'Cannot autowire service ".service_locator.eorp48t": it references class "App\\Entity\\Media" but no such service exists.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'em' => '?',
'media' => 'App\\Entity\\Media',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.gjoA.67' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GjoA_67Service()
{
return $this->privates['.service_locator.gjoA.67'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'id' => ['privates', '.errored..service_locator.gjoA.67.App\\Entity\\Newsletter', NULL, 'Cannot autowire service ".service_locator.gjoA.67": it references class "App\\Entity\\Newsletter" but no such service exists.'],
], [
'id' => 'App\\Entity\\Newsletter',
]);
}
/**
* Gets the private '.service_locator.gtgR5ZA' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GtgR5ZAService()
{
return $this->privates['.service_locator.gtgR5ZA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'locationphoto' => ['privates', '.errored..service_locator.gtgR5ZA.App\\Entity\\LocationPhotos', NULL, 'Cannot autowire service ".service_locator.gtgR5ZA": it references class "App\\Entity\\LocationPhotos" but no such service exists.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'em' => '?',
'locationphoto' => 'App\\Entity\\LocationPhotos',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.h9bDyFt' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_H9bDyFtService()
{
return $this->privates['.service_locator.h9bDyFt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'session' => ['services', 'session', 'getSessionService', false],
], [
'session' => '?',
]);
}
/**
* Gets the private '.service_locator.hKh2b6H' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HKh2b6HService()
{
return $this->privates['.service_locator.hKh2b6H'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'LocationsGeologyRepository' => ['privates', 'App\\Repository\\LocationsGeologyRepository', 'getLocationsGeologyRepositoryService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'LocationsGeologyRepository' => 'App\\Repository\\LocationsGeologyRepository',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.hsgZ4dm' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HsgZ4dmService()
{
return $this->privates['.service_locator.hsgZ4dm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'LiteratureRepository' => ['privates', 'App\\Repository\\LiteratureRepository', 'getLiteratureRepositoryService', false],
], [
'LiteratureRepository' => 'App\\Repository\\LiteratureRepository',
]);
}
/**
* Gets the private '.service_locator.jO2WgUg' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JO2WgUgService()
{
return $this->privates['.service_locator.jO2WgUg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'linkcategory' => ['privates', '.errored..service_locator.jO2WgUg.App\\Entity\\LinkCategories', NULL, 'Cannot autowire service ".service_locator.jO2WgUg": it references class "App\\Entity\\LinkCategories" but no such service exists.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'em' => '?',
'linkcategory' => 'App\\Entity\\LinkCategories',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.jPdW3fN' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JPdW3fNService()
{
return $this->privates['.service_locator.jPdW3fN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'calendarRepository' => ['privates', 'App\\Repository\\CalendarRepository', 'getCalendarRepositoryService', false],
], [
'calendarRepository' => 'App\\Repository\\CalendarRepository',
]);
}
/**
* Gets the private '.service_locator.jsYhzDB' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JsYhzDBService()
{
return $this->privates['.service_locator.jsYhzDB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'item' => ['privates', '.errored..service_locator.jsYhzDB.App\\Entity\\FossildbFossil', NULL, 'Cannot autowire service ".service_locator.jsYhzDB": it references class "App\\Entity\\FossildbFossil" but no such service exists.'],
], [
'em' => '?',
'item' => 'App\\Entity\\FossildbFossil',
]);
}
/**
* Gets the private '.service_locator.kkJtsD5' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KkJtsD5Service()
{
return $this->privates['.service_locator.kkJtsD5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'item' => ['privates', '.errored..service_locator.kkJtsD5.App\\Entity\\TaxanomyRanks', NULL, 'Cannot autowire service ".service_locator.kkJtsD5": it references class "App\\Entity\\TaxanomyRanks" but no such service exists.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'em' => '?',
'item' => 'App\\Entity\\TaxanomyRanks',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.mAY0uma' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MAY0umaService()
{
return $this->privates['.service_locator.mAY0uma'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'LocationsGIS' => ['privates', '.errored..service_locator.mAY0uma.App\\Entity\\LocationsGIS', NULL, 'Cannot autowire service ".service_locator.mAY0uma": it references class "App\\Entity\\LocationsGIS" but no such service exists.'],
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'LocationsGIS' => 'App\\Entity\\LocationsGIS',
'em' => '?',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.mP7UcDe' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MP7UcDeService()
{
return $this->privates['.service_locator.mP7UcDe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'googleAuthenticatorService' => ['services', 'scheb_two_factor.security.google_authenticator', 'getSchebTwoFactor_Security_GoogleAuthenticatorService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
'user' => ['privates', '.errored..service_locator.mP7UcDe.Symfony\\Component\\Security\\Core\\User\\UserInterface', NULL, 'Cannot autowire service ".service_locator.mP7UcDe": it references interface "Symfony\\Component\\Security\\Core\\User\\UserInterface" but no such service exists. Did you create a class that implements this interface?'],
], [
'em' => '?',
'googleAuthenticatorService' => '?',
'translator' => '?',
'user' => 'Symfony\\Component\\Security\\Core\\User\\UserInterface',
]);
}
/**
* Gets the private '.service_locator.mng2jii' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Mng2jiiService()
{
return $this->privates['.service_locator.mng2jii'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'LocationsSocietyRepository' => ['privates', 'App\\Repository\\LocationsSocietyRepository', 'getLocationsSocietyRepositoryService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'LocationsSocietyRepository' => 'App\\Repository\\LocationsSocietyRepository',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.mzjt3rI' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Mzjt3rIService()
{
return $this->privates['.service_locator.mzjt3rI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.nGSrTAn' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NGSrTAnService()
{
return $this->privates['.service_locator.nGSrTAn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'society' => ['privates', '.errored..service_locator.nGSrTAn.App\\Entity\\LocationsSociety', NULL, 'Cannot autowire service ".service_locator.nGSrTAn": it references class "App\\Entity\\LocationsSociety" but no such service exists.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'em' => '?',
'society' => 'App\\Entity\\LocationsSociety',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.nhY4DYB' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NhY4DYBService()
{
return $this->privates['.service_locator.nhY4DYB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.pKL4deq' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PKL4deqService()
{
return $this->privates['.service_locator.pKL4deq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'em' => '?',
'paginator' => '?',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.pYC7axu' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PYC7axuService()
{
return $this->privates['.service_locator.pYC7axu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'TaxanomyRepository' => ['privates', 'App\\Repository\\TaxanomyRepository', 'getTaxanomyRepositoryService', false],
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'TaxanomyRepository' => 'App\\Repository\\TaxanomyRepository',
'em' => '?',
]);
}
/**
* Gets the private '.service_locator.piscFJq' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PiscFJqService()
{
return $this->privates['.service_locator.piscFJq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'LocationsMuseumRepository' => ['privates', 'App\\Repository\\LocationsMuseumRepository', 'getLocationsMuseumRepositoryService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'LocationsMuseumRepository' => 'App\\Repository\\LocationsMuseumRepository',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.qv_a02e' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QvA02eService()
{
return $this->privates['.service_locator.qv_a02e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'id' => ['privates', '.errored..service_locator.qv_a02e.App\\Entity\\Links', NULL, 'Cannot autowire service ".service_locator.qv_a02e": it references class "App\\Entity\\Links" but no such service exists.'],
], [
'id' => 'App\\Entity\\Links',
]);
}
/**
* Gets the private '.service_locator.sZWyhnh' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_SZWyhnhService()
{
return $this->privates['.service_locator.sZWyhnh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'taxanomyRepository' => ['privates', 'App\\Repository\\TaxanomyRepository', 'getTaxanomyRepositoryService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'taxanomyRepository' => 'App\\Repository\\TaxanomyRepository',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.tDXXK6t' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_TDXXK6tService()
{
return $this->privates['.service_locator.tDXXK6t'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'siteupdate' => ['privates', '.errored..service_locator.tDXXK6t.App\\Entity\\Siteupdate', NULL, 'Cannot autowire service ".service_locator.tDXXK6t": it references class "App\\Entity\\Siteupdate" but no such service exists.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'em' => '?',
'siteupdate' => 'App\\Entity\\Siteupdate',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.u1MEAdD' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_U1MEAdDService()
{
return $this->privates['.service_locator.u1MEAdD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mailer' => ['services', 'swiftmailer.mailer.default', 'getSwiftmailer_Mailer_DefaultService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'mailer' => '?',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.ugkVFUK' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UgkVFUKService()
{
return $this->privates['.service_locator.ugkVFUK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'id' => ['privates', '.errored..service_locator.ugkVFUK.App\\Entity\\Literature', NULL, 'Cannot autowire service ".service_locator.ugkVFUK": it references class "App\\Entity\\Literature" but no such service exists.'],
], [
'id' => 'App\\Entity\\Literature',
]);
}
/**
* Gets the private '.service_locator.xde45RV' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Xde45RVService()
{
return $this->privates['.service_locator.xde45RV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'catid' => ['privates', '.errored..service_locator.xde45RV.App\\Entity\\ArticleCategories', NULL, 'Cannot autowire service ".service_locator.xde45RV": it references class "App\\Entity\\ArticleCategories" but no such service exists.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'catid' => 'App\\Entity\\ArticleCategories',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.zPpncMK' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZPpncMKService()
{
return $this->privates['.service_locator.zPpncMK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'id' => ['privates', '.errored..service_locator.zPpncMK.App\\Entity\\GlossaryReviews', NULL, 'Cannot autowire service ".service_locator.zPpncMK": it references class "App\\Entity\\GlossaryReviews" but no such service exists.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'em' => '?',
'id' => 'App\\Entity\\GlossaryReviews',
'translator' => '?',
]);
}
/**
* Gets the private 'App\Command\CountryGeojsonCommand' shared autowired service.
*
* @return \App\Command\CountryGeojsonCommand
*/
protected function getCountryGeojsonCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/CountryGeojsonCommand.php';
$this->privates['App\\Command\\CountryGeojsonCommand'] = $instance = new \App\Command\CountryGeojsonCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setName('paleontica:geojson:country');
return $instance;
}
/**
* Gets the private 'App\Command\LocationsGeojsonCommand' shared autowired service.
*
* @return \App\Command\LocationsGeojsonCommand
*/
protected function getLocationsGeojsonCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/LocationsGeojsonCommand.php';
$this->privates['App\\Command\\LocationsGeojsonCommand'] = $instance = new \App\Command\LocationsGeojsonCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['router'] ?? $this->getRouterService()));
$instance->setName('paleontica:geojson:locations');
return $instance;
}
/**
* Gets the private 'App\Command\NewsletterQueCommand' shared autowired service.
*
* @return \App\Command\NewsletterQueCommand
*/
protected function getNewsletterQueCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/NewsletterQueCommand.php';
$this->privates['App\\Command\\NewsletterQueCommand'] = $instance = new \App\Command\NewsletterQueCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));
$instance->setName('paleontica:newsletter:que');
return $instance;
}
/**
* Gets the private 'App\Command\NewsletterSendCommand' shared autowired service.
*
* @return \App\Command\NewsletterSendCommand
*/
protected function getNewsletterSendCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/NewsletterSendCommand.php';
$this->privates['App\\Command\\NewsletterSendCommand'] = $instance = new \App\Command\NewsletterSendCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), $this);
$instance->setName('paleontica:newsletter:send');
return $instance;
}
/**
* Gets the private 'App\Command\SearchRecreacteDBCommand' shared autowired service.
*
* @return \App\Command\SearchRecreacteDBCommand
*/
protected function getSearchRecreacteDBCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/SearchRecreacteDBCommand.php';
$this->privates['App\\Command\\SearchRecreacteDBCommand'] = $instance = new \App\Command\SearchRecreacteDBCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->services['router'] ?? $this->getRouterService()));
$instance->setName('paleontica:search:recreatedb');
return $instance;
}
/**
* Gets the private 'App\Command\SpoolCommand' shared autowired service.
*
* @return \App\Command\SpoolCommand
*/
protected function getSpoolCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/SpoolCommand.php';
$this->privates['App\\Command\\SpoolCommand'] = $instance = new \App\Command\SpoolCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));
$instance->setName('paleontica:spool:run');
return $instance;
}
/**
* Gets the private 'App\Command\UploadQueueCommand' shared autowired service.
*
* @return \App\Command\UploadQueueCommand
*/
protected function getUploadQueueCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/UploadQueueCommand.php';
$this->privates['App\\Command\\UploadQueueCommand'] = $instance = new \App\Command\UploadQueueCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));
$instance->setName('paleontica:uploadqueue:cleanup');
return $instance;
}
/**
* Gets the private 'App\Command\UserProfileRecreateDBCommand' shared autowired service.
*
* @return \App\Command\UserProfileRecreateDBCommand
*/
protected function getUserProfileRecreateDBCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/UserProfileRecreateDBCommand.php';
$this->privates['App\\Command\\UserProfileRecreateDBCommand'] = $instance = new \App\Command\UserProfileRecreateDBCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->services['router'] ?? $this->getRouterService()));
$instance->setName('paleontica:userprofile:recreatedb');
return $instance;
}
/**
* Gets the private 'App\EventListener\MaintenanceListener' shared autowired service.
*
* @return \App\EventListener\MaintenanceListener
*/
protected function getMaintenanceListenerService()
{
return $this->privates['App\\EventListener\\MaintenanceListener'] = new \App\EventListener\MaintenanceListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
}
/**
* Gets the private 'App\EventListener\UserUpdateLastLoginListener' shared autowired service.
*
* @return \App\EventListener\UserUpdateLastLoginListener
*/
protected function getUserUpdateLastLoginListenerService()
{
return $this->privates['App\\EventListener\\UserUpdateLastLoginListener'] = new \App\EventListener\UserUpdateLastLoginListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'App\EventSubscriber\CalendarSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\CalendarSubscriber
*/
protected function getCalendarSubscriberService()
{
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/CalendarSubscriber.php';
return $this->privates['App\\EventSubscriber\\CalendarSubscriber'] = new \App\EventSubscriber\CalendarSubscriber(($this->privates['App\\Repository\\CalendarRepository'] ?? $this->getCalendarRepositoryService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\EventSubscriber\UserLocaleSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\UserLocaleSubscriber
*/
protected function getUserLocaleSubscriberService()
{
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/UserLocaleSubscriber.php';
return $this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] = new \App\EventSubscriber\UserLocaleSubscriber(($this->services['session'] ?? $this->getSessionService()));
}
/**
* Gets the private 'App\Form\ArticleCategoriesFormType' shared autowired service.
*
* @return \App\Form\ArticleCategoriesFormType
*/
protected function getArticleCategoriesFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ArticleCategoriesFormType.php';
return $this->privates['App\\Form\\ArticleCategoriesFormType'] = new \App\Form\ArticleCategoriesFormType();
}
/**
* Gets the private 'App\Form\ArticleReviewFormType' shared autowired service.
*
* @return \App\Form\ArticleReviewFormType
*/
protected function getArticleReviewFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ArticleReviewFormType.php';
return $this->privates['App\\Form\\ArticleReviewFormType'] = new \App\Form\ArticleReviewFormType();
}
/**
* Gets the private 'App\Form\ArticlesFormType' shared autowired service.
*
* @return \App\Form\ArticlesFormType
*/
protected function getArticlesFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ArticlesFormType.php';
return $this->privates['App\\Form\\ArticlesFormType'] = new \App\Form\ArticlesFormType(($this->privates['App\\Repository\\ArticleCategoriesRepository'] ?? $this->getArticleCategoriesRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\ArticlesUserFormType' shared autowired service.
*
* @return \App\Form\ArticlesUserFormType
*/
protected function getArticlesUserFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ArticlesUserFormType.php';
return $this->privates['App\\Form\\ArticlesUserFormType'] = new \App\Form\ArticlesUserFormType(($this->privates['App\\Repository\\ArticleCategoriesRepository'] ?? $this->getArticleCategoriesRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\CalendarFormType' shared autowired service.
*
* @return \App\Form\CalendarFormType
*/
protected function getCalendarFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CalendarFormType.php';
return $this->privates['App\\Form\\CalendarFormType'] = new \App\Form\CalendarFormType();
}
/**
* Gets the private 'App\Form\ContactFormType' shared autowired service.
*
* @return \App\Form\ContactFormType
*/
protected function getContactFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ContactFormType.php';
return $this->privates['App\\Form\\ContactFormType'] = new \App\Form\ContactFormType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\CountriesFormType' shared autowired service.
*
* @return \App\Form\CountriesFormType
*/
protected function getCountriesFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CountriesFormType.php';
return $this->privates['App\\Form\\CountriesFormType'] = new \App\Form\CountriesFormType(($this->privates['App\\Repository\\CountriesRepository'] ?? $this->getCountriesRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\DonationsFormType' shared autowired service.
*
* @return \App\Form\DonationsFormType
*/
protected function getDonationsFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/DonationsFormType.php';
return $this->privates['App\\Form\\DonationsFormType'] = new \App\Form\DonationsFormType();
}
/**
* Gets the private 'App\Form\FossildbFossilAddPhotoFormType' shared autowired service.
*
* @return \App\Form\FossildbFossilAddPhotoFormType
*/
protected function getFossildbFossilAddPhotoFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/FossildbFossilAddPhotoFormType.php';
return $this->privates['App\\Form\\FossildbFossilAddPhotoFormType'] = new \App\Form\FossildbFossilAddPhotoFormType(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'App\Form\FossildbFossilEditFormType' shared autowired service.
*
* @return \App\Form\FossildbFossilEditFormType
*/
protected function getFossildbFossilEditFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/FossildbFossilEditFormType.php';
return $this->privates['App\\Form\\FossildbFossilEditFormType'] = new \App\Form\FossildbFossilEditFormType(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'App\Form\FossildbFossilFormType' shared autowired service.
*
* @return \App\Form\FossildbFossilFormType
*/
protected function getFossildbFossilFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/FossildbFossilFormType.php';
return $this->privates['App\\Form\\FossildbFossilFormType'] = new \App\Form\FossildbFossilFormType(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'App\Form\FossildbFossilModeratorEditFormType' shared autowired service.
*
* @return \App\Form\FossildbFossilModeratorEditFormType
*/
protected function getFossildbFossilModeratorEditFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/FossildbFossilModeratorEditFormType.php';
return $this->privates['App\\Form\\FossildbFossilModeratorEditFormType'] = new \App\Form\FossildbFossilModeratorEditFormType(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'App\Form\FossildbModeratorSearchFormType' shared autowired service.
*
* @return \App\Form\FossildbModeratorSearchFormType
*/
protected function getFossildbModeratorSearchFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/FossildbModeratorSearchFormType.php';
return $this->privates['App\\Form\\FossildbModeratorSearchFormType'] = new \App\Form\FossildbModeratorSearchFormType(($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\FossildbReviewsFormType' shared autowired service.
*
* @return \App\Form\FossildbReviewsFormType
*/
protected function getFossildbReviewsFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/FossildbReviewsFormType.php';
return $this->privates['App\\Form\\FossildbReviewsFormType'] = new \App\Form\FossildbReviewsFormType();
}
/**
* Gets the private 'App\Form\FossildbSearchFormType' shared autowired service.
*
* @return \App\Form\FossildbSearchFormType
*/
protected function getFossildbSearchFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/FossildbSearchFormType.php';
return $this->privates['App\\Form\\FossildbSearchFormType'] = new \App\Form\FossildbSearchFormType(($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\FrontpageFormType' shared autowired service.
*
* @return \App\Form\FrontpageFormType
*/
protected function getFrontpageFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/FrontpageFormType.php';
return $this->privates['App\\Form\\FrontpageFormType'] = new \App\Form\FrontpageFormType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\GeologicMapsFilterFormType' shared autowired service.
*
* @return \App\Form\GeologicMapsFilterFormType
*/
protected function getGeologicMapsFilterFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/GeologicMapsFilterFormType.php';
return $this->privates['App\\Form\\GeologicMapsFilterFormType'] = new \App\Form\GeologicMapsFilterFormType(($this->privates['App\\Repository\\CountriesRepository'] ?? $this->getCountriesRepositoryService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\GlossaryFormType' shared autowired service.
*
* @return \App\Form\GlossaryFormType
*/
protected function getGlossaryFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/GlossaryFormType.php';
return $this->privates['App\\Form\\GlossaryFormType'] = new \App\Form\GlossaryFormType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\GlossaryReviewFormType' shared autowired service.
*
* @return \App\Form\GlossaryReviewFormType
*/
protected function getGlossaryReviewFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/GlossaryReviewFormType.php';
return $this->privates['App\\Form\\GlossaryReviewFormType'] = new \App\Form\GlossaryReviewFormType();
}
/**
* Gets the private 'App\Form\GlossaryUserFormType' shared autowired service.
*
* @return \App\Form\GlossaryUserFormType
*/
protected function getGlossaryUserFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/GlossaryUserFormType.php';
return $this->privates['App\\Form\\GlossaryUserFormType'] = new \App\Form\GlossaryUserFormType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\LinkCategoriesFormType' shared autowired service.
*
* @return \App\Form\LinkCategoriesFormType
*/
protected function getLinkCategoriesFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/LinkCategoriesFormType.php';
return $this->privates['App\\Form\\LinkCategoriesFormType'] = new \App\Form\LinkCategoriesFormType();
}
/**
* Gets the private 'App\Form\LinksFormType' shared autowired service.
*
* @return \App\Form\LinksFormType
*/
protected function getLinksFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/LinksFormType.php';
return $this->privates['App\\Form\\LinksFormType'] = new \App\Form\LinksFormType(($this->privates['App\\Repository\\LinkCategoriesRepository'] ?? $this->getLinkCategoriesRepositoryService()), ($this->privates['App\\Repository\\CountriesRepository'] ?? $this->getCountriesRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\LiteratureFormType' shared autowired service.
*
* @return \App\Form\LiteratureFormType
*/
protected function getLiteratureFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/LiteratureFormType.php';
return $this->privates['App\\Form\\LiteratureFormType'] = new \App\Form\LiteratureFormType(($this->privates['App\\Repository\\LocationsFossilRepository'] ?? $this->getLocationsFossilRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\LocationFilterSearchFormType' shared autowired service.
*
* @return \App\Form\LocationFilterSearchFormType
*/
protected function getLocationFilterSearchFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/LocationFilterSearchFormType.php';
return $this->privates['App\\Form\\LocationFilterSearchFormType'] = new \App\Form\LocationFilterSearchFormType(($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\LocationGISCoordinateFormType' shared autowired service.
*
* @return \App\Form\LocationGISCoordinateFormType
*/
protected function getLocationGISCoordinateFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/LocationGISCoordinateFormType.php';
return $this->privates['App\\Form\\LocationGISCoordinateFormType'] = new \App\Form\LocationGISCoordinateFormType(($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\LocationGISFilterFormType' shared autowired service.
*
* @return \App\Form\LocationGISFilterFormType
*/
protected function getLocationGISFilterFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/LocationGISFilterFormType.php';
return $this->privates['App\\Form\\LocationGISFilterFormType'] = new \App\Form\LocationGISFilterFormType(($this->privates['App\\Repository\\CountriesRepository'] ?? $this->getCountriesRepositoryService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\LocationPhotoAddFormType' shared autowired service.
*
* @return \App\Form\LocationPhotoAddFormType
*/
protected function getLocationPhotoAddFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/LocationPhotoAddFormType.php';
return $this->privates['App\\Form\\LocationPhotoAddFormType'] = new \App\Form\LocationPhotoAddFormType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\LocationReviewFormType' shared autowired service.
*
* @return \App\Form\LocationReviewFormType
*/
protected function getLocationReviewFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/LocationReviewFormType.php';
return $this->privates['App\\Form\\LocationReviewFormType'] = new \App\Form\LocationReviewFormType();
}
/**
* Gets the private 'App\Form\LocationsFossilFormType' shared autowired service.
*
* @return \App\Form\LocationsFossilFormType
*/
protected function getLocationsFossilFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/LocationsFossilFormType.php';
return $this->privates['App\\Form\\LocationsFossilFormType'] = new \App\Form\LocationsFossilFormType(($this->privates['App\\Repository\\CountriesRepository'] ?? $this->getCountriesRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\LocationsGeologyFormType' shared autowired service.
*
* @return \App\Form\LocationsGeologyFormType
*/
protected function getLocationsGeologyFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/LocationsGeologyFormType.php';
return $this->privates['App\\Form\\LocationsGeologyFormType'] = new \App\Form\LocationsGeologyFormType(($this->privates['App\\Repository\\CountriesRepository'] ?? $this->getCountriesRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\LocationsMuseumFormType' shared autowired service.
*
* @return \App\Form\LocationsMuseumFormType
*/
protected function getLocationsMuseumFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/LocationsMuseumFormType.php';
return $this->privates['App\\Form\\LocationsMuseumFormType'] = new \App\Form\LocationsMuseumFormType(($this->privates['App\\Repository\\CountriesRepository'] ?? $this->getCountriesRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\LocationsSocietyFormType' shared autowired service.
*
* @return \App\Form\LocationsSocietyFormType
*/
protected function getLocationsSocietyFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/LocationsSocietyFormType.php';
return $this->privates['App\\Form\\LocationsSocietyFormType'] = new \App\Form\LocationsSocietyFormType(($this->privates['App\\Repository\\CountriesRepository'] ?? $this->getCountriesRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\LocationsUserFossilFormType' shared autowired service.
*
* @return \App\Form\LocationsUserFossilFormType
*/
protected function getLocationsUserFossilFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/LocationsUserFossilFormType.php';
return $this->privates['App\\Form\\LocationsUserFossilFormType'] = new \App\Form\LocationsUserFossilFormType(($this->privates['App\\Repository\\CountriesRepository'] ?? $this->getCountriesRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\LocationsUserGeologyFormType' shared autowired service.
*
* @return \App\Form\LocationsUserGeologyFormType
*/
protected function getLocationsUserGeologyFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/LocationsUserGeologyFormType.php';
return $this->privates['App\\Form\\LocationsUserGeologyFormType'] = new \App\Form\LocationsUserGeologyFormType(($this->privates['App\\Repository\\CountriesRepository'] ?? $this->getCountriesRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\LocationsUserMuseumFormType' shared autowired service.
*
* @return \App\Form\LocationsUserMuseumFormType
*/
protected function getLocationsUserMuseumFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/LocationsUserMuseumFormType.php';
return $this->privates['App\\Form\\LocationsUserMuseumFormType'] = new \App\Form\LocationsUserMuseumFormType(($this->privates['App\\Repository\\CountriesRepository'] ?? $this->getCountriesRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\LocationsUserSocietyFormType' shared autowired service.
*
* @return \App\Form\LocationsUserSocietyFormType
*/
protected function getLocationsUserSocietyFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/LocationsUserSocietyFormType.php';
return $this->privates['App\\Form\\LocationsUserSocietyFormType'] = new \App\Form\LocationsUserSocietyFormType(($this->privates['App\\Repository\\CountriesRepository'] ?? $this->getCountriesRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\MediaFormType' shared autowired service.
*
* @return \App\Form\MediaFormType
*/
protected function getMediaFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/MediaFormType.php';
return $this->privates['App\\Form\\MediaFormType'] = new \App\Form\MediaFormType();
}
/**
* Gets the private 'App\Form\NewsletterFormType' shared autowired service.
*
* @return \App\Form\NewsletterFormType
*/
protected function getNewsletterFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/NewsletterFormType.php';
return $this->privates['App\\Form\\NewsletterFormType'] = new \App\Form\NewsletterFormType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\SearchFormType' shared autowired service.
*
* @return \App\Form\SearchFormType
*/
protected function getSearchFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/SearchFormType.php';
return $this->privates['App\\Form\\SearchFormType'] = new \App\Form\SearchFormType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\SiteupdateFormType' shared autowired service.
*
* @return \App\Form\SiteupdateFormType
*/
protected function getSiteupdateFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/SiteupdateFormType.php';
return $this->privates['App\\Form\\SiteupdateFormType'] = new \App\Form\SiteupdateFormType();
}
/**
* Gets the private 'App\Form\SpecieslistSearchFormType' shared autowired service.
*
* @return \App\Form\SpecieslistSearchFormType
*/
protected function getSpecieslistSearchFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/SpecieslistSearchFormType.php';
return $this->privates['App\\Form\\SpecieslistSearchFormType'] = new \App\Form\SpecieslistSearchFormType(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'App\Form\StratigraphyUnitsFormType' shared autowired service.
*
* @return \App\Form\StratigraphyUnitsFormType
*/
protected function getStratigraphyUnitsFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/StratigraphyUnitsFormType.php';
return $this->privates['App\\Form\\StratigraphyUnitsFormType'] = new \App\Form\StratigraphyUnitsFormType(($this->privates['App\\Repository\\GlossariesRepository'] ?? $this->getGlossariesRepositoryService()), ($this->privates['App\\Repository\\StratigraphyUnitsRepository'] ?? $this->getStratigraphyUnitsRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\StratigraphyUnitsSearchFormType' shared autowired service.
*
* @return \App\Form\StratigraphyUnitsSearchFormType
*/
protected function getStratigraphyUnitsSearchFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/StratigraphyUnitsSearchFormType.php';
return $this->privates['App\\Form\\StratigraphyUnitsSearchFormType'] = new \App\Form\StratigraphyUnitsSearchFormType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\TaxanomyFormType' shared autowired service.
*
* @return \App\Form\TaxanomyFormType
*/
protected function getTaxanomyFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/TaxanomyFormType.php';
return $this->privates['App\\Form\\TaxanomyFormType'] = new \App\Form\TaxanomyFormType(($this->privates['App\\Repository\\TaxanomyRepository'] ?? $this->getTaxanomyRepositoryService()), ($this->privates['App\\Repository\\TaxanomyRanksRepository'] ?? $this->getTaxanomyRanksRepositoryService()), ($this->privates['App\\Repository\\GlossariesRepository'] ?? $this->getGlossariesRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\TaxanomyRanksFormType' shared autowired service.
*
* @return \App\Form\TaxanomyRanksFormType
*/
protected function getTaxanomyRanksFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/TaxanomyRanksFormType.php';
return $this->privates['App\\Form\\TaxanomyRanksFormType'] = new \App\Form\TaxanomyRanksFormType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\TaxanomyRanksSearchFormType' shared autowired service.
*
* @return \App\Form\TaxanomyRanksSearchFormType
*/
protected function getTaxanomyRanksSearchFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/TaxanomyRanksSearchFormType.php';
return $this->privates['App\\Form\\TaxanomyRanksSearchFormType'] = new \App\Form\TaxanomyRanksSearchFormType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\TaxanomySearchFormType' shared autowired service.
*
* @return \App\Form\TaxanomySearchFormType
*/
protected function getTaxanomySearchFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/TaxanomySearchFormType.php';
return $this->privates['App\\Form\\TaxanomySearchFormType'] = new \App\Form\TaxanomySearchFormType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\TerminologyFormType' shared autowired service.
*
* @return \App\Form\TerminologyFormType
*/
protected function getTerminologyFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/TerminologyFormType.php';
return $this->privates['App\\Form\\TerminologyFormType'] = new \App\Form\TerminologyFormType();
}
/**
* Gets the private 'App\Form\User2FAFormType' shared autowired service.
*
* @return \App\Form\User2FAFormType
*/
protected function getUser2FAFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/User2FAFormType.php';
return $this->privates['App\\Form\\User2FAFormType'] = new \App\Form\User2FAFormType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\UserRolesFormType' shared autowired service.
*
* @return \App\Form\UserRolesFormType
*/
protected function getUserRolesFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/UserRolesFormType.php';
return $this->privates['App\\Form\\UserRolesFormType'] = new \App\Form\UserRolesFormType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\UserSearchFormType' shared autowired service.
*
* @return \App\Form\UserSearchFormType
*/
protected function getUserSearchFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/UserSearchFormType.php';
return $this->privates['App\\Form\\UserSearchFormType'] = new \App\Form\UserSearchFormType(($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\UserSettingsFormType' shared autowired service.
*
* @return \App\Form\UserSettingsFormType
*/
protected function getUserSettingsFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/UserSettingsFormType.php';
return $this->privates['App\\Form\\UserSettingsFormType'] = new \App\Form\UserSettingsFormType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Repository\ArticleCategoriesRepository' shared autowired service.
*
* @return \App\Repository\ArticleCategoriesRepository
*/
protected function getArticleCategoriesRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ArticleCategoriesRepository.php';
return $this->privates['App\\Repository\\ArticleCategoriesRepository'] = new \App\Repository\ArticleCategoriesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ArticleReviewsRepository' shared autowired service.
*
* @return \App\Repository\ArticleReviewsRepository
*/
protected function getArticleReviewsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ArticleReviewsRepository.php';
return $this->privates['App\\Repository\\ArticleReviewsRepository'] = new \App\Repository\ArticleReviewsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ArticlesRepository' shared autowired service.
*
* @return \App\Repository\ArticlesRepository
*/
protected function getArticlesRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ArticlesRepository.php';
return $this->privates['App\\Repository\\ArticlesRepository'] = new \App\Repository\ArticlesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CalendarRepository' shared autowired service.
*
* @return \App\Repository\CalendarRepository
*/
protected function getCalendarRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CalendarRepository.php';
return $this->privates['App\\Repository\\CalendarRepository'] = new \App\Repository\CalendarRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ConfigRepository' shared autowired service.
*
* @return \App\Repository\ConfigRepository
*/
protected function getConfigRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ConfigRepository.php';
return $this->privates['App\\Repository\\ConfigRepository'] = new \App\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CountriesRepository' shared autowired service.
*
* @return \App\Repository\CountriesRepository
*/
protected function getCountriesRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CountriesRepository.php';
return $this->privates['App\\Repository\\CountriesRepository'] = new \App\Repository\CountriesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\DonationsRepository' shared autowired service.
*
* @return \App\Repository\DonationsRepository
*/
protected function getDonationsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/DonationsRepository.php';
return $this->privates['App\\Repository\\DonationsRepository'] = new \App\Repository\DonationsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\FossildbFossilEditsRepository' shared autowired service.
*
* @return \App\Repository\FossildbFossilEditsRepository
*/
protected function getFossildbFossilEditsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/FossildbFossilEditsRepository.php';
return $this->privates['App\\Repository\\FossildbFossilEditsRepository'] = new \App\Repository\FossildbFossilEditsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\FossildbFossilRepository' shared autowired service.
*
* @return \App\Repository\FossildbFossilRepository
*/
protected function getFossildbFossilRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/FossildbFossilRepository.php';
return $this->privates['App\\Repository\\FossildbFossilRepository'] = new \App\Repository\FossildbFossilRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\FossildbPhotosRepository' shared autowired service.
*
* @return \App\Repository\FossildbPhotosRepository
*/
protected function getFossildbPhotosRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/FossildbPhotosRepository.php';
return $this->privates['App\\Repository\\FossildbPhotosRepository'] = new \App\Repository\FossildbPhotosRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\FossildbReviewsRepository' shared autowired service.
*
* @return \App\Repository\FossildbReviewsRepository
*/
protected function getFossildbReviewsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/FossildbReviewsRepository.php';
return $this->privates['App\\Repository\\FossildbReviewsRepository'] = new \App\Repository\FossildbReviewsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\FrontpageRepository' shared autowired service.
*
* @return \App\Repository\FrontpageRepository
*/
protected function getFrontpageRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/FrontpageRepository.php';
return $this->privates['App\\Repository\\FrontpageRepository'] = new \App\Repository\FrontpageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\GlossariesRepository' shared autowired service.
*
* @return \App\Repository\GlossariesRepository
*/
protected function getGlossariesRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/GlossariesRepository.php';
return $this->privates['App\\Repository\\GlossariesRepository'] = new \App\Repository\GlossariesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\GlossaryReviewsRepository' shared autowired service.
*
* @return \App\Repository\GlossaryReviewsRepository
*/
protected function getGlossaryReviewsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/GlossaryReviewsRepository.php';
return $this->privates['App\\Repository\\GlossaryReviewsRepository'] = new \App\Repository\GlossaryReviewsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\LinkCategoriesRepository' shared autowired service.
*
* @return \App\Repository\LinkCategoriesRepository
*/
protected function getLinkCategoriesRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/LinkCategoriesRepository.php';
return $this->privates['App\\Repository\\LinkCategoriesRepository'] = new \App\Repository\LinkCategoriesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\LinksRepository' shared autowired service.
*
* @return \App\Repository\LinksRepository
*/
protected function getLinksRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/LinksRepository.php';
return $this->privates['App\\Repository\\LinksRepository'] = new \App\Repository\LinksRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\LiteratureRepository' shared autowired service.
*
* @return \App\Repository\LiteratureRepository
*/
protected function getLiteratureRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/LiteratureRepository.php';
return $this->privates['App\\Repository\\LiteratureRepository'] = new \App\Repository\LiteratureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\LocationPhotosRepository' shared autowired service.
*
* @return \App\Repository\LocationPhotosRepository
*/
protected function getLocationPhotosRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/LocationPhotosRepository.php';
return $this->privates['App\\Repository\\LocationPhotosRepository'] = new \App\Repository\LocationPhotosRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\LocationReviewsRepository' shared autowired service.
*
* @return \App\Repository\LocationReviewsRepository
*/
protected function getLocationReviewsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/LocationReviewsRepository.php';
return $this->privates['App\\Repository\\LocationReviewsRepository'] = new \App\Repository\LocationReviewsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\LocationsFossilRepository' shared autowired service.
*
* @return \App\Repository\LocationsFossilRepository
*/
protected function getLocationsFossilRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/LocationsFossilRepository.php';
return $this->privates['App\\Repository\\LocationsFossilRepository'] = new \App\Repository\LocationsFossilRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\LocationsGISNearbyRepository' shared autowired service.
*
* @return \App\Repository\LocationsGISNearbyRepository
*/
protected function getLocationsGISNearbyRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/LocationsGISNearbyRepository.php';
return $this->privates['App\\Repository\\LocationsGISNearbyRepository'] = new \App\Repository\LocationsGISNearbyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\LocationsGISRepository' shared autowired service.
*
* @return \App\Repository\LocationsGISRepository
*/
protected function getLocationsGISRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/LocationsGISRepository.php';
return $this->privates['App\\Repository\\LocationsGISRepository'] = new \App\Repository\LocationsGISRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\LocationsGeologyRepository' shared autowired service.
*
* @return \App\Repository\LocationsGeologyRepository
*/
protected function getLocationsGeologyRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/LocationsGeologyRepository.php';
return $this->privates['App\\Repository\\LocationsGeologyRepository'] = new \App\Repository\LocationsGeologyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\LocationsMuseumRepository' shared autowired service.
*
* @return \App\Repository\LocationsMuseumRepository
*/
protected function getLocationsMuseumRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/LocationsMuseumRepository.php';
return $this->privates['App\\Repository\\LocationsMuseumRepository'] = new \App\Repository\LocationsMuseumRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\LocationsSocietyRepository' shared autowired service.
*
* @return \App\Repository\LocationsSocietyRepository
*/
protected function getLocationsSocietyRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/LocationsSocietyRepository.php';
return $this->privates['App\\Repository\\LocationsSocietyRepository'] = new \App\Repository\LocationsSocietyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaRepository' shared autowired service.
*
* @return \App\Repository\MediaRepository
*/
protected function getMediaRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/MediaRepository.php';
return $this->privates['App\\Repository\\MediaRepository'] = new \App\Repository\MediaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\NewsfeedRepository' shared autowired service.
*
* @return \App\Repository\NewsfeedRepository
*/
protected function getNewsfeedRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/NewsfeedRepository.php';
return $this->privates['App\\Repository\\NewsfeedRepository'] = new \App\Repository\NewsfeedRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\NewsletterRepository' shared autowired service.
*
* @return \App\Repository\NewsletterRepository
*/
protected function getNewsletterRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/NewsletterRepository.php';
return $this->privates['App\\Repository\\NewsletterRepository'] = new \App\Repository\NewsletterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\NewsletterSendQueRepository' shared autowired service.
*
* @return \App\Repository\NewsletterSendQueRepository
*/
protected function getNewsletterSendQueRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/NewsletterSendQueRepository.php';
return $this->privates['App\\Repository\\NewsletterSendQueRepository'] = new \App\Repository\NewsletterSendQueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\SearchItemsRepository' shared autowired service.
*
* @return \App\Repository\SearchItemsRepository
*/
protected function getSearchItemsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/SearchItemsRepository.php';
return $this->privates['App\\Repository\\SearchItemsRepository'] = new \App\Repository\SearchItemsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\SiteupdateRepository' shared autowired service.
*
* @return \App\Repository\SiteupdateRepository
*/
protected function getSiteupdateRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/SiteupdateRepository.php';
return $this->privates['App\\Repository\\SiteupdateRepository'] = new \App\Repository\SiteupdateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\SpoolLogRepository' shared autowired service.
*
* @return \App\Repository\SpoolLogRepository
*/
protected function getSpoolLogRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/SpoolLogRepository.php';
return $this->privates['App\\Repository\\SpoolLogRepository'] = new \App\Repository\SpoolLogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\SpoolRepository' shared autowired service.
*
* @return \App\Repository\SpoolRepository
*/
protected function getSpoolRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/SpoolRepository.php';
return $this->privates['App\\Repository\\SpoolRepository'] = new \App\Repository\SpoolRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\StratigraphyColumnRepository' shared autowired service.
*
* @return \App\Repository\StratigraphyColumnRepository
*/
protected function getStratigraphyColumnRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/StratigraphyColumnRepository.php';
return $this->privates['App\\Repository\\StratigraphyColumnRepository'] = new \App\Repository\StratigraphyColumnRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\StratigraphyCommentsRepository' shared autowired service.
*
* @return \App\Repository\StratigraphyCommentsRepository
*/
protected function getStratigraphyCommentsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/StratigraphyCommentsRepository.php';
return $this->privates['App\\Repository\\StratigraphyCommentsRepository'] = new \App\Repository\StratigraphyCommentsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\StratigraphyEpochRepository' shared autowired service.
*
* @return \App\Repository\StratigraphyEpochRepository
*/
protected function getStratigraphyEpochRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/StratigraphyEpochRepository.php';
return $this->privates['App\\Repository\\StratigraphyEpochRepository'] = new \App\Repository\StratigraphyEpochRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\StratigraphyEraRepository' shared autowired service.
*
* @return \App\Repository\StratigraphyEraRepository
*/
protected function getStratigraphyEraRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/StratigraphyEraRepository.php';
return $this->privates['App\\Repository\\StratigraphyEraRepository'] = new \App\Repository\StratigraphyEraRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\StratigraphyFormationRepository' shared autowired service.
*
* @return \App\Repository\StratigraphyFormationRepository
*/
protected function getStratigraphyFormationRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/StratigraphyFormationRepository.php';
return $this->privates['App\\Repository\\StratigraphyFormationRepository'] = new \App\Repository\StratigraphyFormationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\StratigraphyLevelsRepository' shared autowired service.
*
* @return \App\Repository\StratigraphyLevelsRepository
*/
protected function getStratigraphyLevelsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/StratigraphyLevelsRepository.php';
return $this->privates['App\\Repository\\StratigraphyLevelsRepository'] = new \App\Repository\StratigraphyLevelsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\StratigraphyLithologyRepository' shared autowired service.
*
* @return \App\Repository\StratigraphyLithologyRepository
*/
protected function getStratigraphyLithologyRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/StratigraphyLithologyRepository.php';
return $this->privates['App\\Repository\\StratigraphyLithologyRepository'] = new \App\Repository\StratigraphyLithologyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\StratigraphyMemberRepository' shared autowired service.
*
* @return \App\Repository\StratigraphyMemberRepository
*/
protected function getStratigraphyMemberRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/StratigraphyMemberRepository.php';
return $this->privates['App\\Repository\\StratigraphyMemberRepository'] = new \App\Repository\StratigraphyMemberRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\StratigraphyStageRepository' shared autowired service.
*
* @return \App\Repository\StratigraphyStageRepository
*/
protected function getStratigraphyStageRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/StratigraphyStageRepository.php';
return $this->privates['App\\Repository\\StratigraphyStageRepository'] = new \App\Repository\StratigraphyStageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\StratigraphyUnitsRepository' shared autowired service.
*
* @return \App\Repository\StratigraphyUnitsRepository
*/
protected function getStratigraphyUnitsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/StratigraphyUnitsRepository.php';
return $this->privates['App\\Repository\\StratigraphyUnitsRepository'] = new \App\Repository\StratigraphyUnitsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TaxanomyRanksRepository' shared autowired service.
*
* @return \App\Repository\TaxanomyRanksRepository
*/
protected function getTaxanomyRanksRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/TaxanomyRanksRepository.php';
return $this->privates['App\\Repository\\TaxanomyRanksRepository'] = new \App\Repository\TaxanomyRanksRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TaxanomyRepository' shared autowired service.
*
* @return \App\Repository\TaxanomyRepository
*/
protected function getTaxanomyRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/TaxanomyRepository.php';
return $this->privates['App\\Repository\\TaxanomyRepository'] = new \App\Repository\TaxanomyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TerminologyRepository' shared autowired service.
*
* @return \App\Repository\TerminologyRepository
*/
protected function getTerminologyRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/TerminologyRepository.php';
return $this->privates['App\\Repository\\TerminologyRepository'] = new \App\Repository\TerminologyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\UploadQueueRepository' shared autowired service.
*
* @return \App\Repository\UploadQueueRepository
*/
protected function getUploadQueueRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/UploadQueueRepository.php';
return $this->privates['App\\Repository\\UploadQueueRepository'] = new \App\Repository\UploadQueueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\UserProfileRepository' shared autowired service.
*
* @return \App\Repository\UserProfileRepository
*/
protected function getUserProfileRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/UserProfileRepository.php';
return $this->privates['App\\Repository\\UserProfileRepository'] = new \App\Repository\UserProfileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\UserRepository' shared autowired service.
*
* @return \App\Repository\UserRepository
*/
protected function getUserRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/UserRepository.php';
return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
*
* @return \App\Security\LoginFormAuthenticator
*/
protected function getLoginFormAuthenticatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/src/Security/LoginFormAuthenticator.php';
return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
}
/**
* Gets the private 'App\Validator\PageUriValidator' shared autowired service.
*
* @return \App\Validator\PageUriValidator
*/
protected function getPageUriValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/src/Validator/PageUriValidator.php';
return $this->privates['App\\Validator\\PageUriValidator'] = new \App\Validator\PageUriValidator();
}
/**
* Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
*/
protected function getManagerRegistryAwareConnectionProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default'));
}
/**
* Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
*
* @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
*/
protected function getRunSqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
$this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
$instance->setName('dbal:run-sql');
return $instance;
}
/**
* Gets the private 'annotations.cache_adapter' shared service.
*
* @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
*/
protected function getAnnotations_CacheAdapterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
}
/**
* Gets the private 'annotations.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
*/
protected function getAnnotations_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#', true);
}
/**
* Gets the private 'annotations.cached_reader' shared service.
*
* @return \Doctrine\Common\Annotations\PsrCachedReader
*/
protected function getAnnotations_CachedReaderService()
{
return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
}
/**
* Gets the private 'annotations.reader' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationReader
*/
protected function getAnnotations_ReaderService()
{
$this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
$a = new \Doctrine\Common\Annotations\AnnotationRegistry();
$a->registerUniqueLoader('class_exists');
$instance->addGlobalIgnoredName('required', $a);
return $instance;
}
/**
* Gets the private 'cache.annotations' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AnnotationsService()
{
return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('p+3J4+Jw5A', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.doctrine.orm.default.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_QueryService()
{
return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.default.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_ResultService()
{
return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.forumdb.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Forumdb_QueryService()
{
return $this->privates['cache.doctrine.orm.forumdb.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.forumdb.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Forumdb_ResultService()
{
return $this->privates['cache.doctrine.orm.forumdb.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.property_info' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_PropertyInfoService()
{
return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('h90uHmStA0', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.security_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityExpressionLanguageService()
{
return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('iNS28BJcAs', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.serializer' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SerializerService()
{
return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kh-oKds47E', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.validator' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorService()
{
return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mxD+OCpolL', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache_pool_clearer.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
*/
protected function getCachePoolClearer_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [0 => 'cache.validator', 1 => 'cache.serializer']);
}
/**
* Gets the private 'config_cache_factory' shared service.
*
* @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
*/
protected function getConfigCacheFactoryService()
{
return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
yield 0 => ($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)));
yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
}, 2));
}
/**
* Gets the private 'console.command.about' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
*/
protected function getConsole_Command_AboutService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
$this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
$instance->setName('about');
return $instance;
}
/**
* Gets the private 'console.command.assets_install' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
*/
protected function getConsole_Command_AssetsInstallService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
$this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__, 4));
$instance->setName('assets:install');
return $instance;
}
/**
* Gets the private 'console.command.cache_clear' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
*/
protected function getConsole_Command_CacheClearService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
$this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
$instance->setName('cache:clear');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_clear' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
*/
protected function getConsole_Command_CachePoolClearService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
$this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
$instance->setName('cache:pool:clear');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_delete' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
*/
protected function getConsole_Command_CachePoolDeleteService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
$this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
$instance->setName('cache:pool:delete');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_list' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
*/
protected function getConsole_Command_CachePoolListService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
$this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.security_expression_language', 7 => 'cache.doctrine.orm.default.result', 8 => 'cache.doctrine.orm.default.query', 9 => 'cache.doctrine.orm.forumdb.result', 10 => 'cache.doctrine.orm.forumdb.query']);
$instance->setName('cache:pool:list');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_prune' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
*/
protected function getConsole_Command_CachePoolPruneService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
$this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
yield 'cache.doctrine.orm.forumdb.result' => ($this->privates['cache.doctrine.orm.forumdb.result'] ?? $this->getCache_Doctrine_Orm_Forumdb_ResultService());
yield 'cache.doctrine.orm.forumdb.query' => ($this->privates['cache.doctrine.orm.forumdb.query'] ?? $this->getCache_Doctrine_Orm_Forumdb_QueryService());
}, 11));
$instance->setName('cache:pool:prune');
return $instance;
}
/**
* Gets the private 'console.command.cache_warmup' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
*/
protected function getConsole_Command_CacheWarmupService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
$this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
$instance->setName('cache:warmup');
return $instance;
}
/**
* Gets the private 'console.command.config_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
*/
protected function getConsole_Command_ConfigDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
$this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
$instance->setName('debug:config');
return $instance;
}
/**
* Gets the private 'console.command.config_dump_reference' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
*/
protected function getConsole_Command_ConfigDumpReferenceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
$this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
$instance->setName('config:dump-reference');
return $instance;
}
/**
* Gets the private 'console.command.container_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
*/
protected function getConsole_Command_ContainerDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
$this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
$instance->setName('debug:container');
return $instance;
}
/**
* Gets the private 'console.command.container_lint' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
*/
protected function getConsole_Command_ContainerLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
$this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
$instance->setName('lint:container');
return $instance;
}
/**
* Gets the private 'console.command.debug_autowiring' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
*/
protected function getConsole_Command_DebugAutowiringService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
$this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:autowiring');
return $instance;
}
/**
* Gets the private 'console.command.event_dispatcher_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
*/
protected function getConsole_Command_EventDispatcherDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
$this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
$instance->setName('debug:event-dispatcher');
return $instance;
}
/**
* Gets the private 'console.command.form_debug' shared service.
*
* @return \Symfony\Component\Form\Command\DebugCommand
*/
protected function getConsole_Command_FormDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Command/DebugCommand.php';
$this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type', 1 => 'App\\Form', 2 => 'Symfony\\Bridge\\Doctrine\\Form\\Type', 3 => 'FOS\\CKEditorBundle\\Form\\Type', 4 => '', 5 => 'Liip\\ImagineBundle\\Form\\Type', 6 => 'Karser\\Recaptcha3Bundle\\Form'], [0 => 'App\\Form\\ArticleCategoriesFormType', 1 => 'App\\Form\\ArticleReviewFormType', 2 => 'App\\Form\\ArticlesFormType', 3 => 'App\\Form\\ArticlesUserFormType', 4 => 'App\\Form\\CalendarFormType', 5 => 'App\\Form\\ContactFormType', 6 => 'App\\Form\\CountriesFormType', 7 => 'App\\Form\\DonationsFormType', 8 => 'App\\Form\\FossildbFossilAddPhotoFormType', 9 => 'App\\Form\\FossildbFossilEditFormType', 10 => 'App\\Form\\FossildbFossilFormType', 11 => 'App\\Form\\FossildbFossilModeratorEditFormType', 12 => 'App\\Form\\FossildbModeratorSearchFormType', 13 => 'App\\Form\\FossildbReviewsFormType', 14 => 'App\\Form\\FossildbSearchFormType', 15 => 'App\\Form\\FrontpageFormType', 16 => 'App\\Form\\GeologicMapsFilterFormType', 17 => 'App\\Form\\GlossaryFormType', 18 => 'App\\Form\\GlossaryReviewFormType', 19 => 'App\\Form\\GlossaryUserFormType', 20 => 'App\\Form\\LinkCategoriesFormType', 21 => 'App\\Form\\LinksFormType', 22 => 'App\\Form\\LiteratureFormType', 23 => 'App\\Form\\LocationFilterSearchFormType', 24 => 'App\\Form\\LocationGISCoordinateFormType', 25 => 'App\\Form\\LocationGISFilterFormType', 26 => 'App\\Form\\LocationPhotoAddFormType', 27 => 'App\\Form\\LocationReviewFormType', 28 => 'App\\Form\\LocationsFossilFormType', 29 => 'App\\Form\\LocationsGeologyFormType', 30 => 'App\\Form\\LocationsMuseumFormType', 31 => 'App\\Form\\LocationsSocietyFormType', 32 => 'App\\Form\\LocationsUserFossilFormType', 33 => 'App\\Form\\LocationsUserGeologyFormType', 34 => 'App\\Form\\LocationsUserMuseumFormType', 35 => 'App\\Form\\LocationsUserSocietyFormType', 36 => 'App\\Form\\MediaFormType', 37 => 'App\\Form\\NewsletterFormType', 38 => 'App\\Form\\SearchFormType', 39 => 'App\\Form\\SiteupdateFormType', 40 => 'App\\Form\\SpecieslistSearchFormType', 41 => 'App\\Form\\StratigraphyUnitsFormType', 42 => 'App\\Form\\StratigraphyUnitsSearchFormType', 43 => 'App\\Form\\TaxanomyFormType', 44 => 'App\\Form\\TaxanomyRanksFormType', 45 => 'App\\Form\\TaxanomyRanksSearchFormType', 46 => 'App\\Form\\TaxanomySearchFormType', 47 => 'App\\Form\\TerminologyFormType', 48 => 'App\\Form\\User2FAFormType', 49 => 'App\\Form\\UserRolesFormType', 50 => 'App\\Form\\UserSearchFormType', 51 => 'App\\Form\\UserSettingsFormType', 52 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType', 53 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType', 54 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType', 55 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType', 56 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType', 57 => 'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType', 58 => 'FM\\ElfinderBundle\\Form\\Type\\ElFinderType', 59 => 'Liip\\ImagineBundle\\Form\\Type\\ImageType', 60 => 'Karser\\Recaptcha3Bundle\\Form\\Recaptcha3Type'], [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension', 1 => 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension', 2 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension', 3 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension', 4 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension', 5 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension', 6 => 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension', 7 => 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [0 => 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser', 1 => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:form');
return $instance;
}
/**
* Gets the private 'console.command.router_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
*/
protected function getConsole_Command_RouterDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
$this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:router');
return $instance;
}
/**
* Gets the private 'console.command.router_match' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
*/
protected function getConsole_Command_RouterMatchService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
$this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
}, 1));
$instance->setName('router:match');
return $instance;
}
/**
* Gets the private 'console.command.secrets_decrypt_to_local' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
*/
protected function getConsole_Command_SecretsDecryptToLocalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:decrypt-to-local');
return $instance;
}
/**
* Gets the private 'console.command.secrets_encrypt_from_local' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
*/
protected function getConsole_Command_SecretsEncryptFromLocalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:encrypt-from-local');
return $instance;
}
/**
* Gets the private 'console.command.secrets_generate_key' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
*/
protected function getConsole_Command_SecretsGenerateKeyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:generate-keys');
return $instance;
}
/**
* Gets the private 'console.command.secrets_list' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
*/
protected function getConsole_Command_SecretsListService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:list');
return $instance;
}
/**
* Gets the private 'console.command.secrets_remove' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
*/
protected function getConsole_Command_SecretsRemoveService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:remove');
return $instance;
}
/**
* Gets the private 'console.command.secrets_set' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
*/
protected function getConsole_Command_SecretsSetService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:set');
return $instance;
}
/**
* Gets the private 'console.command.translation_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
*/
protected function getConsole_Command_TranslationDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
$this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__, 4).'/translations'), (\dirname(__DIR__, 4).'/templates'), [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations')], [0 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 2 => (\dirname(__DIR__, 4).'/src/Command/LocationsGeojsonCommand.php'), 3 => (\dirname(__DIR__, 4).'/src/Controller/ArticlesController.php'), 4 => (\dirname(__DIR__, 4).'/src/Controller/CalendarController.php'), 5 => (\dirname(__DIR__, 4).'/src/Controller/FossildbController.php'), 6 => (\dirname(__DIR__, 4).'/src/Controller/GlossaryController.php'), 7 => (\dirname(__DIR__, 4).'/src/Controller/LinksController.php'), 8 => (\dirname(__DIR__, 4).'/src/Controller/LocationsFossilController.php'), 9 => (\dirname(__DIR__, 4).'/src/Controller/LocationsGeologyController.php'), 10 => (\dirname(__DIR__, 4).'/src/Controller/LocationsMuseumController.php'), 11 => (\dirname(__DIR__, 4).'/src/Controller/LocationsSocietyController.php'), 12 => (\dirname(__DIR__, 4).'/src/Controller/MediaController.php'), 13 => (\dirname(__DIR__, 4).'/src/Controller/ModerationController.php'), 14 => (\dirname(__DIR__, 4).'/src/Controller/SearchController.php'), 15 => (\dirname(__DIR__, 4).'/src/Controller/URLRedirectorController.php'), 16 => (\dirname(__DIR__, 4).'/src/Controller/UserController.php'), 17 => (\dirname(__DIR__, 4).'/src/EventSubscriber/CalendarSubscriber.php'), 18 => (\dirname(__DIR__, 4).'/src/Form/ArticlesFormType.php'), 19 => (\dirname(__DIR__, 4).'/src/Form/ArticlesUserFormType.php'), 20 => (\dirname(__DIR__, 4).'/src/Form/ContactFormType.php'), 21 => (\dirname(__DIR__, 4).'/src/Form/CountriesFormType.php'), 22 => (\dirname(__DIR__, 4).'/src/Form/FossildbFossilAddPhotoFormType.php'), 23 => (\dirname(__DIR__, 4).'/src/Form/FossildbFossilEditFormType.php'), 24 => (\dirname(__DIR__, 4).'/src/Form/FossildbFossilFormType.php'), 25 => (\dirname(__DIR__, 4).'/src/Form/FossildbFossilModeratorEditFormType.php'), 26 => (\dirname(__DIR__, 4).'/src/Form/FossildbModeratorSearchFormType.php'), 27 => (\dirname(__DIR__, 4).'/src/Form/FossildbSearchFormType.php'), 28 => (\dirname(__DIR__, 4).'/src/Form/FrontpageFormType.php'), 29 => (\dirname(__DIR__, 4).'/src/Form/GeologicMapsFilterFormType.php'), 30 => (\dirname(__DIR__, 4).'/src/Form/GlossaryFormType.php'), 31 => (\dirname(__DIR__, 4).'/src/Form/GlossaryUserFormType.php'), 32 => (\dirname(__DIR__, 4).'/src/Form/LinksFormType.php'), 33 => (\dirname(__DIR__, 4).'/src/Form/LiteratureFormType.php'), 34 => (\dirname(__DIR__, 4).'/src/Form/LocationFilterSearchFormType.php'), 35 => (\dirname(__DIR__, 4).'/src/Form/LocationGISCoordinateFormType.php'), 36 => (\dirname(__DIR__, 4).'/src/Form/LocationGISFilterFormType.php'), 37 => (\dirname(__DIR__, 4).'/src/Form/LocationPhotoAddFormType.php'), 38 => (\dirname(__DIR__, 4).'/src/Form/LocationsFossilFormType.php'), 39 => (\dirname(__DIR__, 4).'/src/Form/LocationsGeologyFormType.php'), 40 => (\dirname(__DIR__, 4).'/src/Form/LocationsMuseumFormType.php'), 41 => (\dirname(__DIR__, 4).'/src/Form/LocationsSocietyFormType.php'), 42 => (\dirname(__DIR__, 4).'/src/Form/LocationsUserFossilFormType.php'), 43 => (\dirname(__DIR__, 4).'/src/Form/LocationsUserGeologyFormType.php'), 44 => (\dirname(__DIR__, 4).'/src/Form/LocationsUserMuseumFormType.php'), 45 => (\dirname(__DIR__, 4).'/src/Form/LocationsUserSocietyFormType.php'), 46 => (\dirname(__DIR__, 4).'/src/Form/NewsletterFormType.php'), 47 => (\dirname(__DIR__, 4).'/src/Form/SearchFormType.php'), 48 => (\dirname(__DIR__, 4).'/src/Form/SpecieslistSearchFormType.php'), 49 => (\dirname(__DIR__, 4).'/src/Form/StratigraphyUnitsFormType.php'), 50 => (\dirname(__DIR__, 4).'/src/Form/StratigraphyUnitsSearchFormType.php'), 51 => (\dirname(__DIR__, 4).'/src/Form/TaxanomyFormType.php'), 52 => (\dirname(__DIR__, 4).'/src/Form/TaxanomyRanksFormType.php'), 53 => (\dirname(__DIR__, 4).'/src/Form/TaxanomyRanksSearchFormType.php'), 54 => (\dirname(__DIR__, 4).'/src/Form/TaxanomySearchFormType.php'), 55 => (\dirname(__DIR__, 4).'/src/Form/User2FAFormType.php'), 56 => (\dirname(__DIR__, 4).'/src/Form/UserRolesFormType.php'), 57 => (\dirname(__DIR__, 4).'/src/Form/UserSearchFormType.php'), 58 => (\dirname(__DIR__, 4).'/src/Form/UserSettingsFormType.php'), 59 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 60 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 61 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 62 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 63 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 64 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 65 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 66 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 67 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 68 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 69 => (\dirname(__DIR__, 4).'/src/Controller/ArticleCategoriesController.php'), 70 => (\dirname(__DIR__, 4).'/src/Controller/CountriesController.php'), 71 => (\dirname(__DIR__, 4).'/src/Controller/LinkCategoriesController.php'), 72 => (\dirname(__DIR__, 4).'/src/Controller/LiteratureController.php'), 73 => (\dirname(__DIR__, 4).'/src/Controller/LocationsController.php'), 74 => (\dirname(__DIR__, 4).'/src/Controller/NewsletterController.php'), 75 => (\dirname(__DIR__, 4).'/src/Controller/SiteupdateController.php'), 76 => (\dirname(__DIR__, 4).'/src/Controller/SpecieslistController.php'), 77 => (\dirname(__DIR__, 4).'/src/Controller/TaxanomyController.php'), 78 => (\dirname(__DIR__, 4).'/src/Controller/TaxanomyRanksController.php'), 79 => (\dirname(__DIR__, 4).'/src/Controller/SpoolController.php'), 80 => (\dirname(__DIR__, 4).'/src/Controller/ContactController.php'), 81 => (\dirname(__DIR__, 4).'/src/Controller/StratigraphyUnitsController.php'), 82 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 83 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 84 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 85 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')]);
$instance->setName('debug:translation');
return $instance;
}
/**
* Gets the private 'console.command.translation_update' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
*/
protected function getConsole_Command_TranslationUpdateService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
$a = new \Symfony\Component\Translation\Writer\TranslationWriter();
$a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
$a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
$a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
$a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
$a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
$a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
$a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
$a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
$a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
$a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
$a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
$this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'nl', (\dirname(__DIR__, 4).'/translations'), (\dirname(__DIR__, 4).'/templates'), [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations')], [0 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 2 => (\dirname(__DIR__, 4).'/src/Command/LocationsGeojsonCommand.php'), 3 => (\dirname(__DIR__, 4).'/src/Controller/ArticlesController.php'), 4 => (\dirname(__DIR__, 4).'/src/Controller/CalendarController.php'), 5 => (\dirname(__DIR__, 4).'/src/Controller/FossildbController.php'), 6 => (\dirname(__DIR__, 4).'/src/Controller/GlossaryController.php'), 7 => (\dirname(__DIR__, 4).'/src/Controller/LinksController.php'), 8 => (\dirname(__DIR__, 4).'/src/Controller/LocationsFossilController.php'), 9 => (\dirname(__DIR__, 4).'/src/Controller/LocationsGeologyController.php'), 10 => (\dirname(__DIR__, 4).'/src/Controller/LocationsMuseumController.php'), 11 => (\dirname(__DIR__, 4).'/src/Controller/LocationsSocietyController.php'), 12 => (\dirname(__DIR__, 4).'/src/Controller/MediaController.php'), 13 => (\dirname(__DIR__, 4).'/src/Controller/ModerationController.php'), 14 => (\dirname(__DIR__, 4).'/src/Controller/SearchController.php'), 15 => (\dirname(__DIR__, 4).'/src/Controller/URLRedirectorController.php'), 16 => (\dirname(__DIR__, 4).'/src/Controller/UserController.php'), 17 => (\dirname(__DIR__, 4).'/src/EventSubscriber/CalendarSubscriber.php'), 18 => (\dirname(__DIR__, 4).'/src/Form/ArticlesFormType.php'), 19 => (\dirname(__DIR__, 4).'/src/Form/ArticlesUserFormType.php'), 20 => (\dirname(__DIR__, 4).'/src/Form/ContactFormType.php'), 21 => (\dirname(__DIR__, 4).'/src/Form/CountriesFormType.php'), 22 => (\dirname(__DIR__, 4).'/src/Form/FossildbFossilAddPhotoFormType.php'), 23 => (\dirname(__DIR__, 4).'/src/Form/FossildbFossilEditFormType.php'), 24 => (\dirname(__DIR__, 4).'/src/Form/FossildbFossilFormType.php'), 25 => (\dirname(__DIR__, 4).'/src/Form/FossildbFossilModeratorEditFormType.php'), 26 => (\dirname(__DIR__, 4).'/src/Form/FossildbModeratorSearchFormType.php'), 27 => (\dirname(__DIR__, 4).'/src/Form/FossildbSearchFormType.php'), 28 => (\dirname(__DIR__, 4).'/src/Form/FrontpageFormType.php'), 29 => (\dirname(__DIR__, 4).'/src/Form/GeologicMapsFilterFormType.php'), 30 => (\dirname(__DIR__, 4).'/src/Form/GlossaryFormType.php'), 31 => (\dirname(__DIR__, 4).'/src/Form/GlossaryUserFormType.php'), 32 => (\dirname(__DIR__, 4).'/src/Form/LinksFormType.php'), 33 => (\dirname(__DIR__, 4).'/src/Form/LiteratureFormType.php'), 34 => (\dirname(__DIR__, 4).'/src/Form/LocationFilterSearchFormType.php'), 35 => (\dirname(__DIR__, 4).'/src/Form/LocationGISCoordinateFormType.php'), 36 => (\dirname(__DIR__, 4).'/src/Form/LocationGISFilterFormType.php'), 37 => (\dirname(__DIR__, 4).'/src/Form/LocationPhotoAddFormType.php'), 38 => (\dirname(__DIR__, 4).'/src/Form/LocationsFossilFormType.php'), 39 => (\dirname(__DIR__, 4).'/src/Form/LocationsGeologyFormType.php'), 40 => (\dirname(__DIR__, 4).'/src/Form/LocationsMuseumFormType.php'), 41 => (\dirname(__DIR__, 4).'/src/Form/LocationsSocietyFormType.php'), 42 => (\dirname(__DIR__, 4).'/src/Form/LocationsUserFossilFormType.php'), 43 => (\dirname(__DIR__, 4).'/src/Form/LocationsUserGeologyFormType.php'), 44 => (\dirname(__DIR__, 4).'/src/Form/LocationsUserMuseumFormType.php'), 45 => (\dirname(__DIR__, 4).'/src/Form/LocationsUserSocietyFormType.php'), 46 => (\dirname(__DIR__, 4).'/src/Form/NewsletterFormType.php'), 47 => (\dirname(__DIR__, 4).'/src/Form/SearchFormType.php'), 48 => (\dirname(__DIR__, 4).'/src/Form/SpecieslistSearchFormType.php'), 49 => (\dirname(__DIR__, 4).'/src/Form/StratigraphyUnitsFormType.php'), 50 => (\dirname(__DIR__, 4).'/src/Form/StratigraphyUnitsSearchFormType.php'), 51 => (\dirname(__DIR__, 4).'/src/Form/TaxanomyFormType.php'), 52 => (\dirname(__DIR__, 4).'/src/Form/TaxanomyRanksFormType.php'), 53 => (\dirname(__DIR__, 4).'/src/Form/TaxanomyRanksSearchFormType.php'), 54 => (\dirname(__DIR__, 4).'/src/Form/TaxanomySearchFormType.php'), 55 => (\dirname(__DIR__, 4).'/src/Form/User2FAFormType.php'), 56 => (\dirname(__DIR__, 4).'/src/Form/UserRolesFormType.php'), 57 => (\dirname(__DIR__, 4).'/src/Form/UserSearchFormType.php'), 58 => (\dirname(__DIR__, 4).'/src/Form/UserSettingsFormType.php'), 59 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 60 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 61 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 62 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 63 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 64 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 65 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 66 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 67 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 68 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 69 => (\dirname(__DIR__, 4).'/src/Controller/ArticleCategoriesController.php'), 70 => (\dirname(__DIR__, 4).'/src/Controller/CountriesController.php'), 71 => (\dirname(__DIR__, 4).'/src/Controller/LinkCategoriesController.php'), 72 => (\dirname(__DIR__, 4).'/src/Controller/LiteratureController.php'), 73 => (\dirname(__DIR__, 4).'/src/Controller/LocationsController.php'), 74 => (\dirname(__DIR__, 4).'/src/Controller/NewsletterController.php'), 75 => (\dirname(__DIR__, 4).'/src/Controller/SiteupdateController.php'), 76 => (\dirname(__DIR__, 4).'/src/Controller/SpecieslistController.php'), 77 => (\dirname(__DIR__, 4).'/src/Controller/TaxanomyController.php'), 78 => (\dirname(__DIR__, 4).'/src/Controller/TaxanomyRanksController.php'), 79 => (\dirname(__DIR__, 4).'/src/Controller/SpoolController.php'), 80 => (\dirname(__DIR__, 4).'/src/Controller/ContactController.php'), 81 => (\dirname(__DIR__, 4).'/src/Controller/StratigraphyUnitsController.php'), 82 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 83 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 84 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 85 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')]);
$instance->setName('translation:update');
return $instance;
}
/**
* Gets the private 'console.command.validator_debug' shared service.
*
* @return \Symfony\Component\Validator\Command\DebugCommand
*/
protected function getConsole_Command_ValidatorDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Command/DebugCommand.php';
$this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
$instance->setName('debug:validator');
return $instance;
}
/**
* Gets the private 'console.command.xliff_lint' shared service.
*
* @return \Symfony\Component\Translation\Command\XliffLintCommand
*/
protected function getConsole_Command_XliffLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
$this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
$instance->setName('lint:xliff');
return $instance;
}
/**
* Gets the private 'console.command.yaml_lint' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
*/
protected function getConsole_Command_YamlLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/yaml/Command/LintCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
$this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
$instance->setName('lint:yaml');
return $instance;
}
/**
* Gets the private 'console.error_listener' shared service.
*
* @return \Symfony\Component\Console\EventListener\ErrorListener
*/
protected function getConsole_ErrorListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/EventListener/ErrorListener.php';
$a = new \Symfony\Bridge\Monolog\Logger('console');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
}
/**
* Gets the private 'container.env_var_processor' shared service.
*
* @return \Symfony\Component\DependencyInjection\EnvVarProcessor
*/
protected function getContainer_EnvVarProcessorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
yield 0 => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
}, 1));
}
/**
* Gets the private 'container.getenv' shared service.
*
* @return \Closure
*/
protected function getContainer_GetenvService()
{
return $this->privates['container.getenv'] = \Closure::fromCallable([0 => $this, 1 => 'getEnv']);
}
/**
* Gets the private 'data_collector.form' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
*/
protected function getDataCollector_FormService()
{
return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
}
/**
* Gets the private 'data_collector.request' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
*/
protected function getDataCollector_RequestService()
{
return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'data_collector.request.session_collector' shared service.
*
* @return \Closure
*/
protected function getDataCollector_Request_SessionCollectorService()
{
return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([0 => ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), 1 => 'collectSessionUsage']);
}
/**
* Gets the private 'debug.argument_resolver.default' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_NotTaggedControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.6Qpnff7'] ?? $this->get_ServiceLocator_6Qpnff7Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.request' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_RequestService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.request_attribute' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_RequestAttributeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.service' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_ServiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.6Qpnff7'] ?? $this->get_ServiceLocator_6Qpnff7Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.session' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_SessionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.variadic' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_VariadicService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.debug_handlers_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
*/
protected function getDebug_DebugHandlersListenerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('php');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true, NULL);
}
/**
* Gets the private 'debug.file_link_formatter' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
*/
protected function getDebug_FileLinkFormatterService()
{
return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__, 4), function () {
return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
});
}
/**
* Gets the private 'debug.file_link_formatter.url_format' shared service.
*
* @return \string
*/
protected function getDebug_FileLinkFormatter_UrlFormatService()
{
return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file', '?file=%f&line=%l#line%l');
}
/**
* Gets the private 'debug.log_processor' shared service.
*
* @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
*/
protected function getDebug_LogProcessorService()
{
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())));
}
/**
* Gets the private 'debug.security.access.decision_manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManagerService()
{
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 () {
yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
yield 1 => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService());
yield 2 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
yield 3 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
}, 4), 'affirmative', false, true));
}
/**
* Gets the private 'debug.security.firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
*/
protected function getDebug_Security_FirewallService()
{
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()));
}
/**
* Gets the private 'debug.security.user_value_resolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_Security_UserValueResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.security.voter.scheb_two_factor.security.access.authenticated_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authorization/Voter/TwoFactorInProgressVoter.php';
return $this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.vote_listener' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
*/
protected function getDebug_Security_Voter_VoteListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
}
/**
* Gets the private 'doctrine.cache_clear_metadata_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
*/
protected function getDoctrine_CacheClearMetadataCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
$this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-metadata');
return $instance;
}
/**
* Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
*/
protected function getDoctrine_CacheClearQueryCacheCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
$this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-query');
return $instance;
}
/**
* Gets the private 'doctrine.cache_clear_result_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
*/
protected function getDoctrine_CacheClearResultCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
$this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-result');
return $instance;
}
/**
* Gets the private 'doctrine.cache_collection_region_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
*/
protected function getDoctrine_CacheCollectionRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
$this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-collection-region');
return $instance;
}
/**
* Gets the private 'doctrine.clear_entity_region_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
*/
protected function getDoctrine_ClearEntityRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
$this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-entity-region');
return $instance;
}
/**
* Gets the private 'doctrine.clear_query_region_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
*/
protected function getDoctrine_ClearQueryRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
$this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-query-region');
return $instance;
}
/**
* Gets the private 'doctrine.database_create_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
*/
protected function getDoctrine_DatabaseCreateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
$this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setName('doctrine:database:create');
return $instance;
}
/**
* Gets the private 'doctrine.database_drop_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
*/
protected function getDoctrine_DatabaseDropCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
$this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setName('doctrine:database:drop');
return $instance;
}
/**
* Gets the private 'doctrine.database_import_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
*/
protected function getDoctrine_DatabaseImportCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
$this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
$instance->setName('doctrine:database:import');
return $instance;
}
/**
* Gets the private 'doctrine.dbal.logger' shared service.
*
* @return \Symfony\Bridge\Doctrine\Logger\DbalLogger
*/
protected function getDoctrine_Dbal_LoggerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('doctrine');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['doctrine.dbal.logger'] = new \Symfony\Bridge\Doctrine\Logger\DbalLogger($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'doctrine.ensure_production_settings_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
*/
protected function getDoctrine_EnsureProductionSettingsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
$this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:ensure-production-settings');
return $instance;
}
/**
* Gets the private 'doctrine.fixtures_load_command' shared service.
*
* @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
*/
protected function getDoctrine_FixturesLoadCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
$a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
$a->addFixtures([]);
$this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()]);
$instance->setName('doctrine:fixtures:load');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_convert_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
*/
protected function getDoctrine_MappingConvertCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
$this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:mapping:convert');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_import_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
*/
protected function getDoctrine_MappingImportCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
$this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
$instance->setName('doctrine:mapping:import');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_info_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
*/
protected function getDoctrine_MappingInfoCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
$this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:mapping:info');
return $instance;
}
/**
* Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
*/
protected function getDoctrine_Orm_Command_EntityManagerProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.orm.container_repository_factory' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
*/
protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
{
return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Repository\\ArticleCategoriesRepository' => ['privates', 'App\\Repository\\ArticleCategoriesRepository', 'getArticleCategoriesRepositoryService', false],
'App\\Repository\\ArticleReviewsRepository' => ['privates', 'App\\Repository\\ArticleReviewsRepository', 'getArticleReviewsRepositoryService', false],
'App\\Repository\\ArticlesRepository' => ['privates', 'App\\Repository\\ArticlesRepository', 'getArticlesRepositoryService', false],
'App\\Repository\\CalendarRepository' => ['privates', 'App\\Repository\\CalendarRepository', 'getCalendarRepositoryService', false],
'App\\Repository\\ConfigRepository' => ['privates', 'App\\Repository\\ConfigRepository', 'getConfigRepositoryService', false],
'App\\Repository\\CountriesRepository' => ['privates', 'App\\Repository\\CountriesRepository', 'getCountriesRepositoryService', false],
'App\\Repository\\DonationsRepository' => ['privates', 'App\\Repository\\DonationsRepository', 'getDonationsRepositoryService', false],
'App\\Repository\\FossildbFossilEditsRepository' => ['privates', 'App\\Repository\\FossildbFossilEditsRepository', 'getFossildbFossilEditsRepositoryService', false],
'App\\Repository\\FossildbFossilRepository' => ['privates', 'App\\Repository\\FossildbFossilRepository', 'getFossildbFossilRepositoryService', false],
'App\\Repository\\FossildbPhotosRepository' => ['privates', 'App\\Repository\\FossildbPhotosRepository', 'getFossildbPhotosRepositoryService', false],
'App\\Repository\\FossildbReviewsRepository' => ['privates', 'App\\Repository\\FossildbReviewsRepository', 'getFossildbReviewsRepositoryService', false],
'App\\Repository\\FrontpageRepository' => ['privates', 'App\\Repository\\FrontpageRepository', 'getFrontpageRepositoryService', false],
'App\\Repository\\GlossariesRepository' => ['privates', 'App\\Repository\\GlossariesRepository', 'getGlossariesRepositoryService', false],
'App\\Repository\\GlossaryReviewsRepository' => ['privates', 'App\\Repository\\GlossaryReviewsRepository', 'getGlossaryReviewsRepositoryService', false],
'App\\Repository\\LinkCategoriesRepository' => ['privates', 'App\\Repository\\LinkCategoriesRepository', 'getLinkCategoriesRepositoryService', false],
'App\\Repository\\LinksRepository' => ['privates', 'App\\Repository\\LinksRepository', 'getLinksRepositoryService', false],
'App\\Repository\\LiteratureRepository' => ['privates', 'App\\Repository\\LiteratureRepository', 'getLiteratureRepositoryService', false],
'App\\Repository\\LocationPhotosRepository' => ['privates', 'App\\Repository\\LocationPhotosRepository', 'getLocationPhotosRepositoryService', false],
'App\\Repository\\LocationReviewsRepository' => ['privates', 'App\\Repository\\LocationReviewsRepository', 'getLocationReviewsRepositoryService', false],
'App\\Repository\\LocationsFossilRepository' => ['privates', 'App\\Repository\\LocationsFossilRepository', 'getLocationsFossilRepositoryService', false],
'App\\Repository\\LocationsGISNearbyRepository' => ['privates', 'App\\Repository\\LocationsGISNearbyRepository', 'getLocationsGISNearbyRepositoryService', false],
'App\\Repository\\LocationsGISRepository' => ['privates', 'App\\Repository\\LocationsGISRepository', 'getLocationsGISRepositoryService', false],
'App\\Repository\\LocationsGeologyRepository' => ['privates', 'App\\Repository\\LocationsGeologyRepository', 'getLocationsGeologyRepositoryService', false],
'App\\Repository\\LocationsMuseumRepository' => ['privates', 'App\\Repository\\LocationsMuseumRepository', 'getLocationsMuseumRepositoryService', false],
'App\\Repository\\LocationsSocietyRepository' => ['privates', 'App\\Repository\\LocationsSocietyRepository', 'getLocationsSocietyRepositoryService', false],
'App\\Repository\\MediaRepository' => ['privates', 'App\\Repository\\MediaRepository', 'getMediaRepositoryService', false],
'App\\Repository\\NewsfeedRepository' => ['privates', 'App\\Repository\\NewsfeedRepository', 'getNewsfeedRepositoryService', false],
'App\\Repository\\NewsletterRepository' => ['privates', 'App\\Repository\\NewsletterRepository', 'getNewsletterRepositoryService', false],
'App\\Repository\\NewsletterSendQueRepository' => ['privates', 'App\\Repository\\NewsletterSendQueRepository', 'getNewsletterSendQueRepositoryService', false],
'App\\Repository\\SearchItemsRepository' => ['privates', 'App\\Repository\\SearchItemsRepository', 'getSearchItemsRepositoryService', false],
'App\\Repository\\SiteupdateRepository' => ['privates', 'App\\Repository\\SiteupdateRepository', 'getSiteupdateRepositoryService', false],
'App\\Repository\\SpoolLogRepository' => ['privates', 'App\\Repository\\SpoolLogRepository', 'getSpoolLogRepositoryService', false],
'App\\Repository\\SpoolRepository' => ['privates', 'App\\Repository\\SpoolRepository', 'getSpoolRepositoryService', false],
'App\\Repository\\StratigraphyColumnRepository' => ['privates', 'App\\Repository\\StratigraphyColumnRepository', 'getStratigraphyColumnRepositoryService', false],
'App\\Repository\\StratigraphyCommentsRepository' => ['privates', 'App\\Repository\\StratigraphyCommentsRepository', 'getStratigraphyCommentsRepositoryService', false],
'App\\Repository\\StratigraphyEpochRepository' => ['privates', 'App\\Repository\\StratigraphyEpochRepository', 'getStratigraphyEpochRepositoryService', false],
'App\\Repository\\StratigraphyEraRepository' => ['privates', 'App\\Repository\\StratigraphyEraRepository', 'getStratigraphyEraRepositoryService', false],
'App\\Repository\\StratigraphyFormationRepository' => ['privates', 'App\\Repository\\StratigraphyFormationRepository', 'getStratigraphyFormationRepositoryService', false],
'App\\Repository\\StratigraphyLevelsRepository' => ['privates', 'App\\Repository\\StratigraphyLevelsRepository', 'getStratigraphyLevelsRepositoryService', false],
'App\\Repository\\StratigraphyLithologyRepository' => ['privates', 'App\\Repository\\StratigraphyLithologyRepository', 'getStratigraphyLithologyRepositoryService', false],
'App\\Repository\\StratigraphyMemberRepository' => ['privates', 'App\\Repository\\StratigraphyMemberRepository', 'getStratigraphyMemberRepositoryService', false],
'App\\Repository\\StratigraphyStageRepository' => ['privates', 'App\\Repository\\StratigraphyStageRepository', 'getStratigraphyStageRepositoryService', false],
'App\\Repository\\StratigraphyUnitsRepository' => ['privates', 'App\\Repository\\StratigraphyUnitsRepository', 'getStratigraphyUnitsRepositoryService', false],
'App\\Repository\\TaxanomyRanksRepository' => ['privates', 'App\\Repository\\TaxanomyRanksRepository', 'getTaxanomyRanksRepositoryService', false],
'App\\Repository\\TaxanomyRepository' => ['privates', 'App\\Repository\\TaxanomyRepository', 'getTaxanomyRepositoryService', false],
'App\\Repository\\TerminologyRepository' => ['privates', 'App\\Repository\\TerminologyRepository', 'getTerminologyRepositoryService', false],
'App\\Repository\\UploadQueueRepository' => ['privates', 'App\\Repository\\UploadQueueRepository', 'getUploadQueueRepositoryService', false],
'App\\Repository\\UserProfileRepository' => ['privates', 'App\\Repository\\UserProfileRepository', 'getUserProfileRepositoryService', false],
'App\\Repository\\UserRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'App\\Repository\\ArticleCategoriesRepository' => '?',
'App\\Repository\\ArticleReviewsRepository' => '?',
'App\\Repository\\ArticlesRepository' => '?',
'App\\Repository\\CalendarRepository' => '?',
'App\\Repository\\ConfigRepository' => '?',
'App\\Repository\\CountriesRepository' => '?',
'App\\Repository\\DonationsRepository' => '?',
'App\\Repository\\FossildbFossilEditsRepository' => '?',
'App\\Repository\\FossildbFossilRepository' => '?',
'App\\Repository\\FossildbPhotosRepository' => '?',
'App\\Repository\\FossildbReviewsRepository' => '?',
'App\\Repository\\FrontpageRepository' => '?',
'App\\Repository\\GlossariesRepository' => '?',
'App\\Repository\\GlossaryReviewsRepository' => '?',
'App\\Repository\\LinkCategoriesRepository' => '?',
'App\\Repository\\LinksRepository' => '?',
'App\\Repository\\LiteratureRepository' => '?',
'App\\Repository\\LocationPhotosRepository' => '?',
'App\\Repository\\LocationReviewsRepository' => '?',
'App\\Repository\\LocationsFossilRepository' => '?',
'App\\Repository\\LocationsGISNearbyRepository' => '?',
'App\\Repository\\LocationsGISRepository' => '?',
'App\\Repository\\LocationsGeologyRepository' => '?',
'App\\Repository\\LocationsMuseumRepository' => '?',
'App\\Repository\\LocationsSocietyRepository' => '?',
'App\\Repository\\MediaRepository' => '?',
'App\\Repository\\NewsfeedRepository' => '?',
'App\\Repository\\NewsletterRepository' => '?',
'App\\Repository\\NewsletterSendQueRepository' => '?',
'App\\Repository\\SearchItemsRepository' => '?',
'App\\Repository\\SiteupdateRepository' => '?',
'App\\Repository\\SpoolLogRepository' => '?',
'App\\Repository\\SpoolRepository' => '?',
'App\\Repository\\StratigraphyColumnRepository' => '?',
'App\\Repository\\StratigraphyCommentsRepository' => '?',
'App\\Repository\\StratigraphyEpochRepository' => '?',
'App\\Repository\\StratigraphyEraRepository' => '?',
'App\\Repository\\StratigraphyFormationRepository' => '?',
'App\\Repository\\StratigraphyLevelsRepository' => '?',
'App\\Repository\\StratigraphyLithologyRepository' => '?',
'App\\Repository\\StratigraphyMemberRepository' => '?',
'App\\Repository\\StratigraphyStageRepository' => '?',
'App\\Repository\\StratigraphyUnitsRepository' => '?',
'App\\Repository\\TaxanomyRanksRepository' => '?',
'App\\Repository\\TaxanomyRepository' => '?',
'App\\Repository\\TerminologyRepository' => '?',
'App\\Repository\\UploadQueueRepository' => '?',
'App\\Repository\\UserProfileRepository' => '?',
'App\\Repository\\UserRepository' => '?',
]));
}
/**
* Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
*/
protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
{
return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Entity'), 1 => (\dirname(__DIR__, 4).'/vendor/tattali/calendar-bundle/src/Entity')]);
}
/**
* Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
*
* @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
*/
protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
*
* @return \Doctrine\ORM\Tools\AttachEntityListenersListener
*/
protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
}
/**
* Gets the private 'doctrine.orm.forumdb_entity_manager.property_info_extractor' shared service.
*
* @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
*/
protected function getDoctrine_Orm_ForumdbEntityManager_PropertyInfoExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
return $this->privates['doctrine.orm.forumdb_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.forumdb_entity_manager'] ?? $this->getDoctrine_Orm_ForumdbEntityManagerService()));
}
/**
* Gets the private 'doctrine.orm.forumdb_listeners.attach_entity_listeners' shared service.
*
* @return \Doctrine\ORM\Tools\AttachEntityListenersListener
*/
protected function getDoctrine_Orm_ForumdbListeners_AttachEntityListenersService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
return $this->privates['doctrine.orm.forumdb_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
}
/**
* Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
*/
protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
}
/**
* Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
*
* @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
*/
protected function getDoctrine_Orm_ProxyCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.orm.validator.unique' shared service.
*
* @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
*/
protected function getDoctrine_Orm_Validator_UniqueService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.query_dql_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
*/
protected function getDoctrine_QueryDqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
$this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:query:dql');
return $instance;
}
/**
* Gets the private 'doctrine.query_sql_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
*/
protected function getDoctrine_QuerySqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
$this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
$instance->setName('doctrine:query:sql');
return $instance;
}
/**
* Gets the private 'doctrine.schema_create_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
*/
protected function getDoctrine_SchemaCreateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
$this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:schema:create');
return $instance;
}
/**
* Gets the private 'doctrine.schema_drop_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
*/
protected function getDoctrine_SchemaDropCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
$this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:schema:drop');
return $instance;
}
/**
* Gets the private 'doctrine.schema_update_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
*/
protected function getDoctrine_SchemaUpdateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
$this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:schema:update');
return $instance;
}
/**
* Gets the private 'doctrine.schema_validate_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
*/
protected function getDoctrine_SchemaValidateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
$this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:schema:validate');
return $instance;
}
/**
* Gets the private 'doctrine.ulid_generator' shared service.
*
* @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
*/
protected function getDoctrine_UlidGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
}
/**
* Gets the private 'doctrine_migrations.diff_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
*/
protected function getDoctrineMigrations_DiffCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
$this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
$instance->setName('doctrine:migrations:diff');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.dump_schema_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
*/
protected function getDoctrineMigrations_DumpSchemaCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
$this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
$instance->setName('doctrine:migrations:dump-schema');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.execute_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
*/
protected function getDoctrineMigrations_ExecuteCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
$this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
$instance->setName('doctrine:migrations:execute');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.generate_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
*/
protected function getDoctrineMigrations_GenerateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
$this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
$instance->setName('doctrine:migrations:generate');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.latest_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
*/
protected function getDoctrineMigrations_LatestCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
$this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
$instance->setName('doctrine:migrations:latest');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.migrate_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
*/
protected function getDoctrineMigrations_MigrateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
$this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
$instance->setName('doctrine:migrations:migrate');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.rollup_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
*/
protected function getDoctrineMigrations_RollupCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
$this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
$instance->setName('doctrine:migrations:rollup');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.status_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
*/
protected function getDoctrineMigrations_StatusCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
$this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
$instance->setName('doctrine:migrations:status');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.up_to_date_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
*/
protected function getDoctrineMigrations_UpToDateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
$this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
$instance->setName('doctrine:migrations:up-to-date');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.version_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
*/
protected function getDoctrineMigrations_VersionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
$this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
$instance->setName('doctrine:migrations:version');
return $instance;
}
/**
* Gets the private 'error_handler.error_renderer.html' shared service.
*
* @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
*/
protected function getErrorHandler_ErrorRenderer_HtmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__, 4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'exception_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
*/
protected function getExceptionListenerService()
{
return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
}
/**
* Gets the private 'fm_elfinder.command.installer' shared service.
*
* @return \FM\ElfinderBundle\Command\ElFinderInstallerCommand
*/
protected function getFmElfinder_Command_InstallerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src/Command/ElFinderInstallerCommand.php';
$this->privates['fm_elfinder.command.installer'] = $instance = new \FM\ElfinderBundle\Command\ElFinderInstallerCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
$instance->setName('elfinder:install');
return $instance;
}
/**
* Gets the private 'fm_elfinder.form.type' shared service.
*
* @return \FM\ElfinderBundle\Form\Type\ElFinderType
*/
protected function getFmElfinder_Form_TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src/Form/Type/ElFinderType.php';
return $this->privates['fm_elfinder.form.type'] = new \FM\ElfinderBundle\Form\Type\ElFinderType();
}
/**
* Gets the private 'form.choice_list_factory.cached' shared service.
*
* @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
*/
protected function getForm_ChoiceListFactory_CachedService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
}
/**
* Gets the private 'form.registry' shared service.
*
* @return \Symfony\Component\Form\FormRegistry
*/
protected function getForm_RegistryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([0 => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Form\\ArticleCategoriesFormType' => ['privates', 'App\\Form\\ArticleCategoriesFormType', 'getArticleCategoriesFormTypeService', false],
'App\\Form\\ArticleReviewFormType' => ['privates', 'App\\Form\\ArticleReviewFormType', 'getArticleReviewFormTypeService', false],
'App\\Form\\ArticlesFormType' => ['privates', 'App\\Form\\ArticlesFormType', 'getArticlesFormTypeService', false],
'App\\Form\\ArticlesUserFormType' => ['privates', 'App\\Form\\ArticlesUserFormType', 'getArticlesUserFormTypeService', false],
'App\\Form\\CalendarFormType' => ['privates', 'App\\Form\\CalendarFormType', 'getCalendarFormTypeService', false],
'App\\Form\\ContactFormType' => ['privates', 'App\\Form\\ContactFormType', 'getContactFormTypeService', false],
'App\\Form\\CountriesFormType' => ['privates', 'App\\Form\\CountriesFormType', 'getCountriesFormTypeService', false],
'App\\Form\\DonationsFormType' => ['privates', 'App\\Form\\DonationsFormType', 'getDonationsFormTypeService', false],
'App\\Form\\FossildbFossilAddPhotoFormType' => ['privates', 'App\\Form\\FossildbFossilAddPhotoFormType', 'getFossildbFossilAddPhotoFormTypeService', false],
'App\\Form\\FossildbFossilEditFormType' => ['privates', 'App\\Form\\FossildbFossilEditFormType', 'getFossildbFossilEditFormTypeService', false],
'App\\Form\\FossildbFossilFormType' => ['privates', 'App\\Form\\FossildbFossilFormType', 'getFossildbFossilFormTypeService', false],
'App\\Form\\FossildbFossilModeratorEditFormType' => ['privates', 'App\\Form\\FossildbFossilModeratorEditFormType', 'getFossildbFossilModeratorEditFormTypeService', false],
'App\\Form\\FossildbModeratorSearchFormType' => ['privates', 'App\\Form\\FossildbModeratorSearchFormType', 'getFossildbModeratorSearchFormTypeService', false],
'App\\Form\\FossildbReviewsFormType' => ['privates', 'App\\Form\\FossildbReviewsFormType', 'getFossildbReviewsFormTypeService', false],
'App\\Form\\FossildbSearchFormType' => ['privates', 'App\\Form\\FossildbSearchFormType', 'getFossildbSearchFormTypeService', false],
'App\\Form\\FrontpageFormType' => ['privates', 'App\\Form\\FrontpageFormType', 'getFrontpageFormTypeService', false],
'App\\Form\\GeologicMapsFilterFormType' => ['privates', 'App\\Form\\GeologicMapsFilterFormType', 'getGeologicMapsFilterFormTypeService', false],
'App\\Form\\GlossaryFormType' => ['privates', 'App\\Form\\GlossaryFormType', 'getGlossaryFormTypeService', false],
'App\\Form\\GlossaryReviewFormType' => ['privates', 'App\\Form\\GlossaryReviewFormType', 'getGlossaryReviewFormTypeService', false],
'App\\Form\\GlossaryUserFormType' => ['privates', 'App\\Form\\GlossaryUserFormType', 'getGlossaryUserFormTypeService', false],
'App\\Form\\LinkCategoriesFormType' => ['privates', 'App\\Form\\LinkCategoriesFormType', 'getLinkCategoriesFormTypeService', false],
'App\\Form\\LinksFormType' => ['privates', 'App\\Form\\LinksFormType', 'getLinksFormTypeService', false],
'App\\Form\\LiteratureFormType' => ['privates', 'App\\Form\\LiteratureFormType', 'getLiteratureFormTypeService', false],
'App\\Form\\LocationFilterSearchFormType' => ['privates', 'App\\Form\\LocationFilterSearchFormType', 'getLocationFilterSearchFormTypeService', false],
'App\\Form\\LocationGISCoordinateFormType' => ['privates', 'App\\Form\\LocationGISCoordinateFormType', 'getLocationGISCoordinateFormTypeService', false],
'App\\Form\\LocationGISFilterFormType' => ['privates', 'App\\Form\\LocationGISFilterFormType', 'getLocationGISFilterFormTypeService', false],
'App\\Form\\LocationPhotoAddFormType' => ['privates', 'App\\Form\\LocationPhotoAddFormType', 'getLocationPhotoAddFormTypeService', false],
'App\\Form\\LocationReviewFormType' => ['privates', 'App\\Form\\LocationReviewFormType', 'getLocationReviewFormTypeService', false],
'App\\Form\\LocationsFossilFormType' => ['privates', 'App\\Form\\LocationsFossilFormType', 'getLocationsFossilFormTypeService', false],
'App\\Form\\LocationsGeologyFormType' => ['privates', 'App\\Form\\LocationsGeologyFormType', 'getLocationsGeologyFormTypeService', false],
'App\\Form\\LocationsMuseumFormType' => ['privates', 'App\\Form\\LocationsMuseumFormType', 'getLocationsMuseumFormTypeService', false],
'App\\Form\\LocationsSocietyFormType' => ['privates', 'App\\Form\\LocationsSocietyFormType', 'getLocationsSocietyFormTypeService', false],
'App\\Form\\LocationsUserFossilFormType' => ['privates', 'App\\Form\\LocationsUserFossilFormType', 'getLocationsUserFossilFormTypeService', false],
'App\\Form\\LocationsUserGeologyFormType' => ['privates', 'App\\Form\\LocationsUserGeologyFormType', 'getLocationsUserGeologyFormTypeService', false],
'App\\Form\\LocationsUserMuseumFormType' => ['privates', 'App\\Form\\LocationsUserMuseumFormType', 'getLocationsUserMuseumFormTypeService', false],
'App\\Form\\LocationsUserSocietyFormType' => ['privates', 'App\\Form\\LocationsUserSocietyFormType', 'getLocationsUserSocietyFormTypeService', false],
'App\\Form\\MediaFormType' => ['privates', 'App\\Form\\MediaFormType', 'getMediaFormTypeService', false],
'App\\Form\\NewsletterFormType' => ['privates', 'App\\Form\\NewsletterFormType', 'getNewsletterFormTypeService', false],
'App\\Form\\SearchFormType' => ['privates', 'App\\Form\\SearchFormType', 'getSearchFormTypeService', false],
'App\\Form\\SiteupdateFormType' => ['privates', 'App\\Form\\SiteupdateFormType', 'getSiteupdateFormTypeService', false],
'App\\Form\\SpecieslistSearchFormType' => ['privates', 'App\\Form\\SpecieslistSearchFormType', 'getSpecieslistSearchFormTypeService', false],
'App\\Form\\StratigraphyUnitsFormType' => ['privates', 'App\\Form\\StratigraphyUnitsFormType', 'getStratigraphyUnitsFormTypeService', false],
'App\\Form\\StratigraphyUnitsSearchFormType' => ['privates', 'App\\Form\\StratigraphyUnitsSearchFormType', 'getStratigraphyUnitsSearchFormTypeService', false],
'App\\Form\\TaxanomyFormType' => ['privates', 'App\\Form\\TaxanomyFormType', 'getTaxanomyFormTypeService', false],
'App\\Form\\TaxanomyRanksFormType' => ['privates', 'App\\Form\\TaxanomyRanksFormType', 'getTaxanomyRanksFormTypeService', false],
'App\\Form\\TaxanomyRanksSearchFormType' => ['privates', 'App\\Form\\TaxanomyRanksSearchFormType', 'getTaxanomyRanksSearchFormTypeService', false],
'App\\Form\\TaxanomySearchFormType' => ['privates', 'App\\Form\\TaxanomySearchFormType', 'getTaxanomySearchFormTypeService', false],
'App\\Form\\TerminologyFormType' => ['privates', 'App\\Form\\TerminologyFormType', 'getTerminologyFormTypeService', false],
'App\\Form\\User2FAFormType' => ['privates', 'App\\Form\\User2FAFormType', 'getUser2FAFormTypeService', false],
'App\\Form\\UserRolesFormType' => ['privates', 'App\\Form\\UserRolesFormType', 'getUserRolesFormTypeService', false],
'App\\Form\\UserSearchFormType' => ['privates', 'App\\Form\\UserSearchFormType', 'getUserSearchFormTypeService', false],
'App\\Form\\UserSettingsFormType' => ['privates', 'App\\Form\\UserSettingsFormType', 'getUserSettingsFormTypeService', false],
'FM\\ElfinderBundle\\Form\\Type\\ElFinderType' => ['privates', 'fm_elfinder.form.type', 'getFmElfinder_Form_TypeService', false],
'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates', 'fos_ck_editor.form.type', 'getFosCkEditor_Form_TypeService', false],
'Karser\\Recaptcha3Bundle\\Form\\Recaptcha3Type' => ['privates', 'karser_recaptcha3.form.type', 'getKarserRecaptcha3_Form_TypeService', false],
'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates', 'liip_imagine.form.type.image', 'getLiipImagine_Form_Type_ImageService', false],
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', false],
], [
'App\\Form\\ArticleCategoriesFormType' => '?',
'App\\Form\\ArticleReviewFormType' => '?',
'App\\Form\\ArticlesFormType' => '?',
'App\\Form\\ArticlesUserFormType' => '?',
'App\\Form\\CalendarFormType' => '?',
'App\\Form\\ContactFormType' => '?',
'App\\Form\\CountriesFormType' => '?',
'App\\Form\\DonationsFormType' => '?',
'App\\Form\\FossildbFossilAddPhotoFormType' => '?',
'App\\Form\\FossildbFossilEditFormType' => '?',
'App\\Form\\FossildbFossilFormType' => '?',
'App\\Form\\FossildbFossilModeratorEditFormType' => '?',
'App\\Form\\FossildbModeratorSearchFormType' => '?',
'App\\Form\\FossildbReviewsFormType' => '?',
'App\\Form\\FossildbSearchFormType' => '?',
'App\\Form\\FrontpageFormType' => '?',
'App\\Form\\GeologicMapsFilterFormType' => '?',
'App\\Form\\GlossaryFormType' => '?',
'App\\Form\\GlossaryReviewFormType' => '?',
'App\\Form\\GlossaryUserFormType' => '?',
'App\\Form\\LinkCategoriesFormType' => '?',
'App\\Form\\LinksFormType' => '?',
'App\\Form\\LiteratureFormType' => '?',
'App\\Form\\LocationFilterSearchFormType' => '?',
'App\\Form\\LocationGISCoordinateFormType' => '?',
'App\\Form\\LocationGISFilterFormType' => '?',
'App\\Form\\LocationPhotoAddFormType' => '?',
'App\\Form\\LocationReviewFormType' => '?',
'App\\Form\\LocationsFossilFormType' => '?',
'App\\Form\\LocationsGeologyFormType' => '?',
'App\\Form\\LocationsMuseumFormType' => '?',
'App\\Form\\LocationsSocietyFormType' => '?',
'App\\Form\\LocationsUserFossilFormType' => '?',
'App\\Form\\LocationsUserGeologyFormType' => '?',
'App\\Form\\LocationsUserMuseumFormType' => '?',
'App\\Form\\LocationsUserSocietyFormType' => '?',
'App\\Form\\MediaFormType' => '?',
'App\\Form\\NewsletterFormType' => '?',
'App\\Form\\SearchFormType' => '?',
'App\\Form\\SiteupdateFormType' => '?',
'App\\Form\\SpecieslistSearchFormType' => '?',
'App\\Form\\StratigraphyUnitsFormType' => '?',
'App\\Form\\StratigraphyUnitsSearchFormType' => '?',
'App\\Form\\TaxanomyFormType' => '?',
'App\\Form\\TaxanomyRanksFormType' => '?',
'App\\Form\\TaxanomyRanksSearchFormType' => '?',
'App\\Form\\TaxanomySearchFormType' => '?',
'App\\Form\\TerminologyFormType' => '?',
'App\\Form\\User2FAFormType' => '?',
'App\\Form\\UserRolesFormType' => '?',
'App\\Form\\UserSearchFormType' => '?',
'App\\Form\\UserSettingsFormType' => '?',
'FM\\ElfinderBundle\\Form\\Type\\ElFinderType' => '?',
'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => '?',
'Karser\\Recaptcha3Bundle\\Form\\Recaptcha3Type' => '?',
'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
yield 1 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
yield 2 => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
yield 3 => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
yield 4 => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
yield 5 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
}, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
}, 1)], new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
}, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
}
/**
* Gets the private 'form.server_params' shared service.
*
* @return \Symfony\Component\Form\Util\ServerParams
*/
protected function getForm_ServerParamsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Util/ServerParams.php';
return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'form.type.choice' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
*/
protected function getForm_Type_ChoiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type.color' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\ColorType
*/
protected function getForm_Type_ColorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type.entity' shared service.
*
* @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
*/
protected function getForm_Type_EntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'form.type.form' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\FormType
*/
protected function getForm_Type_FormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the private 'form.type_extension.csrf' shared service.
*
* @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
*/
protected function getForm_TypeExtension_CsrfService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true, '_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
}
/**
* Gets the private 'form.type_extension.form.data_collector' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
*/
protected function getForm_TypeExtension_Form_DataCollectorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
}
/**
* Gets the private 'form.type_extension.form.http_foundation' shared service.
*
* @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
*/
protected function getForm_TypeExtension_Form_HttpFoundationService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/RequestHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
}
/**
* Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
*/
protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type_extension.form.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
*/
protected function getForm_TypeExtension_Form_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), true, ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type_extension.upload.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
*/
protected function getForm_TypeExtension_Upload_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
}
/**
* Gets the private 'form.type_guesser.doctrine' shared service.
*
* @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
*/
protected function getForm_TypeGuesser_DoctrineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'form.type_guesser.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
*/
protected function getForm_TypeGuesser_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
}
/**
* Gets the private 'fos_ck_editor.command.installer' shared service.
*
* @return \FOS\CKEditorBundle\Command\CKEditorInstallerCommand
*/
protected function getFosCkEditor_Command_InstallerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Command/CKEditorInstallerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Installer/CKEditorInstaller.php';
$this->privates['fos_ck_editor.command.installer'] = $instance = new \FOS\CKEditorBundle\Command\CKEditorInstallerCommand(new \FOS\CKEditorBundle\Installer\CKEditorInstaller());
$instance->setName('ckeditor:install');
return $instance;
}
/**
* Gets the private 'fos_ck_editor.form.type' shared service.
*
* @return \FOS\CKEditorBundle\Form\Type\CKEditorType
*/
protected function getFosCkEditor_Form_TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Form/Type/CKEditorType.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfigurationInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfiguration.php';
return $this->privates['fos_ck_editor.form.type'] = new \FOS\CKEditorBundle\Form\Type\CKEditorType(new \FOS\CKEditorBundle\Config\CKEditorConfiguration(['input_sync' => true, 'default_config' => 'base_config', 'configs' => ['base_config' => ['toolbar' => [0 => ['name' => 'all', 'items' => [0 => 'Cut', 1 => 'Copy', 2 => 'Paste', 3 => '-', 4 => 'Undo', 5 => 'Redo', 6 => '-', 7 => 'Bold', 8 => 'Italic', 9 => 'Underline', 10 => 'Superscript', 11 => 'Subscript', 12 => 'Format', 13 => '-', 14 => 'BulletedList', 15 => 'NumberedList', 16 => 'Blockquote', 17 => '-', 18 => 'Link', 19 => 'Unlink', 20 => 'Anchor', 21 => '-', 22 => 'Image', 23 => 'Table', 24 => 'SpecialChar', 25 => '-', 26 => 'Source', 27 => 'Maximize']]], 'extraPlugins' => 'blockquote,uploadfile,uploadwidget,filebrowser', 'filebrowserBrowseUrl' => '/elfinder/', 'filebrowserImageBrowseUrl' => '/elfinder/', 'filebrowserUploadUrl' => '/fileupload/filebrowser', 'filebrowserImageUploadUrl' => '/fileupload/filebrowser', 'filebrowserUploadMethod' => 'form', 'uploadUrl' => '/fileupload/dragndrop', 'contentsCss' => '/css/paleontica.css', 'format_tags' => 'p;h3', 'versionCheck' => false], 'user_config' => ['toolbar' => [0 => ['name' => 'all', 'items' => [0 => 'Cut', 1 => 'Copy', 2 => 'Paste', 3 => '-', 4 => 'Undo', 5 => 'Redo', 6 => '-', 7 => 'Bold', 8 => 'Italic', 9 => 'Underline', 10 => 'Superscript', 11 => 'Subscript', 12 => 'Format', 13 => '-', 14 => 'BulletedList', 15 => 'NumberedList', 16 => 'Blockquote', 17 => '-', 18 => 'Link', 19 => 'Unlink', 20 => 'Anchor', 21 => '-', 22 => 'Image', 23 => 'Table', 24 => 'SpecialChar', 25 => '-', 26 => 'Maximize']]], 'extraPlugins' => 'blockquote,uploadfile,uploadwidget', 'filebrowserUploadUrl' => '/fileupload/filebrowser', 'filebrowserImageUploadUrl' => '/fileupload/filebrowser', 'filebrowserUploadMethod' => 'form', 'uploadUrl' => '/fileupload/dragndrop', 'contentsCss' => '/css/paleontica.css', 'format_tags' => 'p;h3', 'versionCheck' => false]], 'plugins' => ['blockquote' => ['path' => '/ckeditor-plugins/blockquote/', 'filename' => 'plugin.js'], 'uploadfile' => ['path' => '/ckeditor-plugins/uploadfile/', 'filename' => 'plugin.js'], 'uploadwidget' => ['path' => '/ckeditor-plugins/uploadwidget/', 'filename' => 'plugin.js'], 'filebrowser' => ['path' => '/ckeditor-plugins/filebrowser/', 'filename' => 'plugin.js']], 'enable' => true, 'async' => false, 'auto_inline' => true, 'inline' => false, 'autoload' => true, 'jquery' => false, 'require_js' => false, 'base_path' => 'bundles/fosckeditor/', 'js_path' => 'bundles/fosckeditor/ckeditor.js', 'jquery_path' => 'bundles/fosckeditor/adapters/jquery.js', 'styles' => [], 'templates' => [], 'filebrowsers' => [], 'toolbars' => ['configs' => [], 'items' => []]]));
}
/**
* Gets the private 'fragment.renderer.inline' shared service.
*
* @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
*/
protected function getFragment_Renderer_InlineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
$this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
$instance->setFragmentPath('/_fragment');
return $instance;
}
/**
* Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
*/
protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
{
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())));
}
/**
* Gets the private 'framework_extra_bundle.event.is_granted' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
*/
protected function getFrameworkExtraBundle_Event_IsGrantedService()
{
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()));
}
/**
* Gets the private 'karser_recaptcha3.form.type' shared service.
*
* @return \Karser\Recaptcha3Bundle\Form\Recaptcha3Type
*/
protected function getKarserRecaptcha3_Form_TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-bundle/Form/Recaptcha3Type.php';
return $this->privates['karser_recaptcha3.form.type'] = new \Karser\Recaptcha3Bundle\Form\Recaptcha3Type($this->getEnv('RECAPTCHA3_KEY'), 'www.google.com', true);
}
/**
* Gets the private 'karser_recaptcha3.validator' shared service.
*
* @return \Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3Validator
*/
protected function getKarserRecaptcha3_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-bundle/Validator/Constraints/Recaptcha3Validator.php';
include_once \dirname(__DIR__, 4).'/vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php';
include_once \dirname(__DIR__, 4).'/vendor/google/recaptcha/src/ReCaptcha/RequestMethod.php';
include_once \dirname(__DIR__, 4).'/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/CurlPost.php';
include_once \dirname(__DIR__, 4).'/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Curl.php';
include_once \dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-bundle/Services/IpResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-bundle/Services/IpResolver.php';
$a = new \ReCaptcha\ReCaptcha($this->getEnv('RECAPTCHA3_SECRET'), new \ReCaptcha\RequestMethod\CurlPost(new \ReCaptcha\RequestMethod\Curl(), (new \Karser\Recaptcha3Bundle\Services\HostProvider('www.google.com'))->getVerifyUrl()));
$a->setScoreThreshold(0.5);
return $this->privates['karser_recaptcha3.validator'] = new \Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3Validator($a, true, new \Karser\Recaptcha3Bundle\Services\IpResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))));
}
/**
* Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
*
* @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
*/
protected function getKnpPaginator_Subscriber_SlidingPaginationService()
{
return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/twitter_bootstrap_v4_pagination.html.twig', 'defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig', 'defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig', 'defaultPageRange' => 5, 'defaultPageLimit' => NULL]);
}
/**
* Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
*
* @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
*/
protected function getLiipImagine_Binary_MimeTypeGuesserService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
}
/**
* Gets the private 'liip_imagine.command.cache_remove' shared service.
*
* @return \Liip\ImagineBundle\Command\RemoveCacheCommand
*/
protected function getLiipImagine_Command_CacheRemoveService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
$this->privates['liip_imagine.command.cache_remove'] = $instance = new \Liip\ImagineBundle\Command\RemoveCacheCommand(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()));
$instance->setName('liip:imagine:cache:remove');
return $instance;
}
/**
* Gets the private 'liip_imagine.command.cache_resolve' shared service.
*
* @return \Liip\ImagineBundle\Command\ResolveCacheCommand
*/
protected function getLiipImagine_Command_CacheResolveService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
$this->privates['liip_imagine.command.cache_resolve'] = $instance = new \Liip\ImagineBundle\Command\ResolveCacheCommand(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()));
$instance->setName('liip:imagine:cache:resolve');
return $instance;
}
/**
* Gets the private 'liip_imagine.filter.configuration' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
*/
protected function getLiipImagine_Filter_ConfigurationService()
{
return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
}
/**
* Gets the private 'liip_imagine.form.type.image' shared service.
*
* @return \Liip\ImagineBundle\Form\Type\ImageType
*/
protected function getLiipImagine_Form_Type_ImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
}
/**
* Gets the private 'liip_imagine.gd' shared service.
*
* @return \Imagine\Gd\Imagine
*/
protected function getLiipImagine_GdService()
{
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/Metadata/ExifMetadataReader.php';
$this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
$instance->setMetadataReader(new \Imagine\Image\Metadata\ExifMetadataReader());
return $instance;
}
/**
* Gets the private 'liip_imagine.service.filter' shared service.
*
* @return \Liip\ImagineBundle\Service\FilterService
*/
protected function getLiipImagine_Service_FilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
return $this->privates['liip_imagine.service.filter'] = new \Liip\ImagineBundle\Service\FilterService(($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), false, $this->parameters['liip_imagine.webp.options'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'locale_aware_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
*/
protected function getLocaleAwareListenerService()
{
return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('nl')));
yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
}, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'locale_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
*/
protected function getLocaleListenerService()
{
return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'nl', ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'maker.auto_command.make_auth' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeAuthService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
$this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a, $b);
$instance->setDescription('Creates a Guard authenticator of different flavors');
$instance->setName('make:auth');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_command' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
$this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new console command class');
$instance->setName('make:command');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_controller' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new controller class');
$instance->setName('make:controller');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_crud' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeCrudService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
$this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates CRUD for Doctrine entity class');
$instance->setName('make:crud');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_docker_database' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeDockerDatabaseService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Adds a database container to your docker-compose.yaml file');
$instance->setName('make:docker:database');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_entity' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeEntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
$this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__, 4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, $b);
$instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
$instance->setName('make:entity');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_fixtures' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeFixturesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
$this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new class to load Doctrine fixtures');
$instance->setName('make:fixtures');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_form' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeFormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
$this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new form class');
$instance->setName('make:form');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_message' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMessageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new message and handler');
$instance->setName('make:message');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
$this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new messenger middleware');
$instance->setName('make:messenger-middleware');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_migration' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMigrationService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
$this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__, 4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new migration based on database changes');
$instance->setName('make:migration');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_registration_form' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeRegistrationFormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new registration form system');
$instance->setName('make:registration-form');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_reset_password' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeResetPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
$instance->setName('make:reset-password');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSerializerEncoderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
$this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new serializer encoder class');
$instance->setName('make:serializer:encoder');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
$this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new serializer normalizer class');
$instance->setName('make:serializer:normalizer');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_subscriber' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
$this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new event subscriber class');
$instance->setName('make:subscriber');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_test' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeTestService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
$this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new test class');
$instance->setName('make:test');
$instance->setAliases([0 => 'make:unit-test', 1 => 'make:functional-test']);
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_twig_extension' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeTwigExtensionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
$this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new Twig extension class');
$instance->setName('make:twig-extension');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_user' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeUserService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new security user class');
$instance->setName('make:user');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_validator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
$this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new validator and constraint class');
$instance->setName('make:validator');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_voter' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
$this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new security voter class');
$instance->setName('make:voter');
return $instance;
}
/**
* Gets the private 'maker.doctrine_helper' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
*/
protected function getMaker_DoctrineHelperService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
$a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [0 => [0 => 'App\\Entity', 1 => $a], 1 => [0 => 'CalendarBundle\\Entity', 1 => $a]]]);
}
/**
* Gets the private 'maker.entity_class_generator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
*/
protected function getMaker_EntityClassGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
$this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
$instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
return $instance;
}
/**
* Gets the private 'maker.file_manager' shared service.
*
* @return \Symfony\Bundle\MakerBundle\FileManager
*/
protected function getMaker_FileManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/FileManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__, 4), (\dirname(__DIR__, 4).'/templates'));
}
/**
* Gets the private 'maker.generator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Generator
*/
protected function getMaker_GeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Generator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
$a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App', $a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
}
/**
* Gets the private 'maker.php_compat_util' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
*/
protected function getMaker_PhpCompatUtilService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
}
/**
* Gets the private 'maker.renderer.form_type_renderer' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
*/
protected function getMaker_Renderer_FormTypeRendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
}
/**
* Gets the private 'mime_types' shared service.
*
* @return \Symfony\Component\Mime\MimeTypes
*/
protected function getMimeTypesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
$this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
$instance->setDefault($instance);
return $instance;
}
/**
* Gets the private 'monolog.handler.console' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
*/
protected function getMonolog_Handler_ConsoleService()
{
return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
}
/**
* Gets the private 'monolog.handler.main' shared service.
*
* @return \Monolog\Handler\StreamHandler
*/
protected function getMonolog_Handler_MainService()
{
$this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 100, true, NULL, false);
$instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
return $instance;
}
/**
* Gets the private 'monolog.logger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_LoggerService()
{
$this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->useMicrosecondTimestamps(true);
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.cache' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_CacheService()
{
$this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.request' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RequestService()
{
$this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.security' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_SecurityService()
{
$this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'parameter_bag' shared service.
*
* @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
*/
protected function getParameterBagService()
{
return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
}
/**
* Gets the private 'profiler_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
*/
protected function getProfilerListenerService()
{
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())), NULL, false, false);
}
/**
* Gets the private 'property_accessor' shared service.
*
* @return \Symfony\Component\PropertyAccess\PropertyAccessor
*/
protected function getPropertyAccessorService()
{
$a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, false, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), true, $a, $a);
}
/**
* Gets the private 'property_info' shared service.
*
* @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
*/
protected function getPropertyInfoService()
{
return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
yield 3 => ($this->privates['doctrine.orm.forumdb_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_ForumdbEntityManager_PropertyInfoExtractorService());
}, 4), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
yield 1 => ($this->privates['doctrine.orm.forumdb_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_ForumdbEntityManager_PropertyInfoExtractorService());
yield 2 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 3), new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
yield 1 => ($this->privates['doctrine.orm.forumdb_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_ForumdbEntityManager_PropertyInfoExtractorService());
yield 2 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 3), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 1));
}
/**
* Gets the private 'property_info.serializer_extractor' shared service.
*
* @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
*/
protected function getPropertyInfo_SerializerExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.cache_class_metadata_factory'] ?? $this->getSerializer_Mapping_CacheClassMetadataFactoryService()));
}
/**
* Gets the private 'router.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
*/
protected function getRouter_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'router' => ['services', 'router', 'getRouterService', false],
], [
'router' => '?',
]))->withContext('router.cache_warmer', $this));
}
/**
* Gets the private 'router.expression_language_provider' shared service.
*
* @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
*/
protected function getRouter_ExpressionLanguageProviderService()
{
return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', false],
], [
'env' => 'Closure',
]));
}
/**
* Gets the private 'router.request_context' shared service.
*
* @return \Symfony\Component\Routing\RequestContext
*/
protected function getRouter_RequestContextService()
{
$this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
$instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the private 'router_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\RouterListener
*/
protected function getRouterListenerService()
{
return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);
}
/**
* Gets the private 'scheb_two_factor.authenticated_token_handler' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\AuthenticatedTokenHandler
*/
protected function getSchebTwoFactor_AuthenticatedTokenHandlerService($lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Handler/AuthenticationHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Handler/AuthenticatedTokenHandler.php';
return new \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\AuthenticatedTokenHandler($this->getSchebTwoFactor_IpWhitelistHandlerService(), $this->parameters['scheb_two_factor.security_tokens']);
}
/**
* Gets the private 'scheb_two_factor.condition_handler' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\ConditionAuthenticationHandler
*/
protected function getSchebTwoFactor_ConditionHandlerService($lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Handler/AuthenticationHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Handler/ConditionAuthenticationHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/TwoFactorConditionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/DefaultTwoFactorCondition.php';
return $this->privates['scheb_two_factor.condition_handler'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\ConditionAuthenticationHandler($this->getSchebTwoFactor_AuthenticatedTokenHandlerService(), new \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\DefaultTwoFactorCondition());
}
/**
* Gets the private 'scheb_two_factor.ip_whitelist_handler' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\IpWhitelistHandler
*/
protected function getSchebTwoFactor_IpWhitelistHandlerService($lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Handler/AuthenticationHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Handler/IpWhitelistHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/IpWhitelist/IpWhitelistProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/IpWhitelist/DefaultIpWhitelistProvider.php';
return new \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\IpWhitelistHandler($this->getSchebTwoFactor_ProviderHandlerService(), new \Scheb\TwoFactorBundle\Security\TwoFactor\IpWhitelist\DefaultIpWhitelistProvider([]));
}
/**
* Gets the private 'scheb_two_factor.provider_handler' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\TwoFactorProviderHandler
*/
protected function getSchebTwoFactor_ProviderHandlerService($lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Handler/AuthenticationHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Handler/TwoFactorProviderHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/Token/TwoFactorTokenFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/Token/TwoFactorTokenFactory.php';
return new \Scheb\TwoFactorBundle\Security\TwoFactor\Handler\TwoFactorProviderHandler(($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService()), ($this->privates['scheb_two_factor.default_token_factory'] ?? ($this->privates['scheb_two_factor.default_token_factory'] = new \Scheb\TwoFactorBundle\Security\Authentication\Token\TwoFactorTokenFactory())));
}
/**
* Gets the private 'scheb_two_factor.provider_preparation_recorder' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder
*/
protected function getSchebTwoFactor_ProviderPreparationRecorderService()
{
return $this->privates['scheb_two_factor.provider_preparation_recorder'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
}
/**
* Gets the private 'scheb_two_factor.provider_registry' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
*/
protected function getSchebTwoFactor_ProviderRegistryService()
{
return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
yield 'google' => ($this->privates['scheb_two_factor.security.google.provider'] ?? $this->getSchebTwoFactor_Security_Google_ProviderService());
}, 1));
}
/**
* Gets the private 'scheb_two_factor.security.authentication.trust_resolver' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
*/
protected function getSchebTwoFactor_Security_Authentication_TrustResolverService()
{
return $this->privates['scheb_two_factor.security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver());
}
/**
* Gets the private 'scheb_two_factor.security.google.default_form_renderer' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer
*/
protected function getSchebTwoFactor_Security_Google_DefaultFormRendererService($lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorFormRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/DefaultTwoFactorFormRenderer.php';
return new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), 'login_2fa_form.html.twig');
}
/**
* Gets the private 'scheb_two_factor.security.google.provider' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Google\GoogleAuthenticatorTwoFactorProvider
*/
protected function getSchebTwoFactor_Security_Google_ProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-google-authenticator/Security/TwoFactor/Provider/Google/GoogleAuthenticatorTwoFactorProvider.php';
return $this->privates['scheb_two_factor.security.google.provider'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Google\GoogleAuthenticatorTwoFactorProvider(($this->services['scheb_two_factor.security.google_authenticator'] ?? $this->getSchebTwoFactor_Security_GoogleAuthenticatorService()), $this->getSchebTwoFactor_Security_Google_DefaultFormRendererService());
}
/**
* Gets the private 'scheb_two_factor.security.listener.check_two_factor_code' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\Http\EventListener\CheckTwoFactorCodeListener
*/
protected function getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService()
{
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/EventListener/AbstractCheckCodeListener.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/EventListener/CheckTwoFactorCodeListener.php';
return $this->privates['scheb_two_factor.security.listener.check_two_factor_code'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\CheckTwoFactorCodeListener(($this->privates['scheb_two_factor.provider_preparation_recorder'] ?? $this->getSchebTwoFactor_ProviderPreparationRecorderService()), ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService()));
}
/**
* Gets the private 'secrets.vault' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
*/
protected function getSecrets_VaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/LazyString.php';
return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__, 4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
}
/**
* Gets the private 'security.access_listener' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AccessListener
*/
protected function getSecurity_AccessListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
}
/**
* Gets the private 'security.access_map' shared service.
*
* @return \Symfony\Component\Security\Http\AccessMap
*/
protected function getSecurity_AccessMapService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';
$this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/logout'), [0 => 'IS_AUTHENTICATED'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/profile'), [0 => 'IS_AUTHENTICATED_FULLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/efconnect'), [0 => 'ROLE_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/elfinder'), [0 => 'ROLE_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/2fa'), [0 => 'IS_AUTHENTICATED_2FA_IN_PROGRESS'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/moderate'), [0 => 'ROLE_MOD'], NULL);
return $instance;
}
/**
* Gets the private 'security.authentication.access_listener.two_factor.main' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener
*/
protected function getSecurity_Authentication_AccessListener_TwoFactor_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Firewall/TwoFactorAccessListener.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authorization/TwoFactorAccessDecider.php';
return $this->privates['security.authentication.access_listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener(($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), new \Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
}
/**
* Gets the private 'security.authentication.authentication_required_handler.two_factor.main' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationRequiredHandler
*/
protected function getSecurity_Authentication_AuthenticationRequiredHandler_TwoFactor_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/AuthenticationRequiredHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/DefaultAuthenticationRequiredHandler.php';
return $this->privates['security.authentication.authentication_required_handler.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationRequiredHandler(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService()), []);
}
/**
* Gets the private 'security.authentication.form_listener.two_factor.main' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener
*/
protected function getSecurity_Authentication_FormListener_TwoFactor_MainService()
{
return $this->privates['security.authentication.form_listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener(($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'security.authentication.kernel_exception_listener.two_factor.main' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener
*/
protected function getSecurity_Authentication_KernelExceptionListener_TwoFactor_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Firewall/ExceptionListener.php';
return $this->privates['security.authentication.kernel_exception_listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener('main', ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.authentication_required_handler.two_factor.main'] ?? $this->getSecurity_Authentication_AuthenticationRequiredHandler_TwoFactor_MainService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'security.authentication.listener.anonymous.main' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
*/
protected function getSecurity_Authentication_Listener_Anonymous_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
}
/**
* Gets the private 'security.authentication.listener.guard.main' shared service.
*
* @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
*/
protected function getSecurity_Authentication_Listener_Guard_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/GuardAuthenticatorHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
$a = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
$a->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
$this->privates['security.authentication.listener.guard.main'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
}, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
$instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_Main_TwoFactorDecoratorService()));
return $instance;
}
/**
* Gets the private 'security.authentication.listener.rememberme.main' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
*/
protected function getSecurity_Authentication_Listener_Rememberme_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/RememberMeListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
return $this->privates['security.authentication.listener.rememberme.main'] = new \Symfony\Component\Security\Http\Firewall\RememberMeListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.rememberme.services.simplehash.main.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_Main_TwoFactorDecoratorService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), true, ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
}
/**
* Gets the private 'security.authentication.listener.two_factor.main' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorListener
*/
protected function getSecurity_Authentication_Listener_TwoFactor_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Firewall/TwoFactorListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Csrf/NullCsrfTokenManager.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/Token/TwoFactorTokenFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/Token/TwoFactorTokenFactory.php';
$a = ($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService());
$b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
return $this->privates['security.authentication.listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), $a, new \Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($b, $a, []), new \Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationFailureHandler($b, $a), ($this->privates['security.authentication.authentication_required_handler.two_factor.main'] ?? $this->getSecurity_Authentication_AuthenticationRequiredHandler_TwoFactor_MainService()), new \Scheb\TwoFactorBundle\Security\TwoFactor\Csrf\NullCsrfTokenManager(), NULL, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['scheb_two_factor.default_token_factory'] ?? ($this->privates['scheb_two_factor.default_token_factory'] = new \Scheb\TwoFactorBundle\Security\Authentication\Token\TwoFactorTokenFactory())), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
}
/**
* Gets the private 'security.authentication.manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
*/
protected function getSecurity_Authentication_ManagerService()
{
$this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.authentication.provider.guard.main.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Guard_Main_TwoFactorDecoratorService());
yield 1 => ($this->privates['security.authentication.provider.two_factor.main'] ?? $this->getSecurity_Authentication_Provider_TwoFactor_MainService());
yield 2 => ($this->privates['security.authentication.provider.rememberme.main.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecoratorService());
yield 3 => ($this->privates['security.authentication.provider.anonymous.main.two_factor_decorator'] ?? $this->getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecoratorService());
}, 4), true);
$instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
return $instance;
}
/**
* Gets the private 'security.authentication.provider.anonymous.main.two_factor_decorator' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
*/
protected function getSecurity_Authentication_Provider_Anonymous_Main_TwoFactorDecoratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/AnonymousAuthenticationProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
return $this->privates['security.authentication.provider.anonymous.main.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator(new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash')), ($this->privates['scheb_two_factor.condition_handler'] ?? $this->getSchebTwoFactor_ConditionHandlerService()), ($this->privates['scheb_two_factor.authentication_context_factory'] ?? ($this->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'security.authentication.provider.guard.main.two_factor_decorator' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
*/
protected function getSecurity_Authentication_Provider_Guard_Main_TwoFactorDecoratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
return $this->privates['security.authentication.provider.guard.main.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator(new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
}, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'main', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService())), ($this->privates['scheb_two_factor.condition_handler'] ?? $this->getSchebTwoFactor_ConditionHandlerService()), ($this->privates['scheb_two_factor.authentication_context_factory'] ?? ($this->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'security.authentication.provider.rememberme.main.two_factor_decorator' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator
*/
protected function getSecurity_Authentication_Provider_Rememberme_Main_TwoFactorDecoratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/RememberMeAuthenticationProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
return $this->privates['security.authentication.provider.rememberme.main.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator(new \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), $this->getEnv('APP_SECRET'), 'main'), ($this->privates['scheb_two_factor.condition_handler'] ?? $this->getSchebTwoFactor_ConditionHandlerService()), ($this->privates['scheb_two_factor.authentication_context_factory'] ?? ($this->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'security.authentication.provider.two_factor.main' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\Authentication\Provider\TwoFactorAuthenticationProvider
*/
protected function getSecurity_Authentication_Provider_TwoFactor_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/TwoFactorAuthenticationProvider.php';
return $this->privates['security.authentication.provider.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\TwoFactorAuthenticationProvider(($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService()), ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService()), NULL, ($this->privates['scheb_two_factor.provider_preparation_recorder'] ?? $this->getSchebTwoFactor_ProviderPreparationRecorderService()));
}
/**
* Gets the private 'security.authentication.provider_preparation_listener.two_factor.main' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
*/
protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService()
{
return $this->privates['security.authentication.provider_preparation_listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener(($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService()), ($this->privates['scheb_two_factor.provider_preparation_recorder'] ?? $this->getSchebTwoFactor_ProviderPreparationRecorderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'main', false, false);
}
/**
* Gets the private 'security.authentication.rememberme.services.simplehash.main.two_factor_decorator' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\Authentication\RememberMe\RememberMeServicesDecorator
*/
protected function getSecurity_Authentication_Rememberme_Services_Simplehash_Main_TwoFactorDecoratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/RememberMe/RememberMeServicesDecorator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
return $this->privates['security.authentication.rememberme.services.simplehash.main.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\RememberMe\RememberMeServicesDecorator(new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
}, 1), $this->getEnv('APP_SECRET'), 'main', ['lifetime' => 2592000, 'name' => 'REMEMBERME', 'path' => '/', 'domain' => NULL, 'secure' => NULL, 'httponly' => true, 'samesite' => 'lax', 'always_remember_me' => false, 'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService())));
}
/**
* Gets the private 'security.authentication.switchuser_listener.main' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
*/
protected function getSecurity_Authentication_SwitchuserListener_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserChecker.php';
return $this->privates['security.authentication.switchuser_listener.main'] = new \Symfony\Component\Security\Http\Firewall\SwitchUserListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'main', ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), '_switch_user', 'ROLE_ALLOWED_TO_SWITCH', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), false);
}
/**
* Gets the private 'security.authentication_utils' shared service.
*
* @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
*/
protected function getSecurity_AuthenticationUtilsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'security.channel_listener' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ChannelListener
*/
protected function getSecurity_ChannelListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint($a->getHttpPort(), $a->getHttpsPort()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
}
/**
* Gets the private 'security.command.user_password_encoder' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
*/
protected function getSecurity_Command_UserPasswordEncoderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
$this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [0 => 'App\\Entity\\User']);
$instance->setName('security:encode-password');
return $instance;
}
/**
* Gets the private 'security.context_listener.0' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_0Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
$this->privates['security.context_listener.0'] = $instance = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
}, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), [0 => ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), 1 => 'enableUsageTracking']);
$instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_Main_TwoFactorDecoratorService()));
return $instance;
}
/**
* Gets the private 'security.csrf.token_storage' shared service.
*
* @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
*/
protected function getSecurity_Csrf_TokenStorageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
}
/**
* Gets the private 'security.encoder_factory.generic' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
*/
protected function getSecurity_EncoderFactory_GenericService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder', 'arguments' => [0 => NULL, 1 => NULL, 2 => NULL, 3 => '2y']]]);
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', false],
'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', false],
], [
'security.firewall.map.context.dev' => '?',
'security.firewall.map.context.main' => '?',
]), new RewindableGenerator(function () {
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)/')));
yield 'security.firewall.map.context.main' => NULL;
}, 2));
}
/**
* Gets the private 'security.firewall.map.context.dev' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_DevService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0), NULL, NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev', 'security.user_checker', '.security.request_matcher.Iy.T22O', false, false, NULL, NULL, NULL, NULL, NULL, [], NULL));
}
/**
* Gets the private 'security.firewall.map.context.main' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
$a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
$b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
$c = new \Symfony\Component\EventDispatcher\EventDispatcher();
$c->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
}, 1 => 'onLogout'], 64);
$c->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
}, 1 => 'onLogout'], 0);
$c->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.remember_me.main'] ?? $this->getSecurity_Logout_Listener_RememberMe_MainService());
}, 1 => 'onLogout'], 0);
$c->addListener('security.interactive_login', [0 => function () {
return ($this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] ?? $this->getUserLocaleSubscriberService());
}, 1 => 'onInteractiveLogin'], 0);
$c->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
}, 1 => 'onLogin'], 9223372036854775807);
$c->addListener('security.authentication.success', [0 => function () {
return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
}, 1 => 'onLogin'], 9223372036854775806);
$c->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
}, 1 => 'checkPassport'], 0);
$c->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
}, 1 => 'onSuccessfulLogin'], -63);
$c->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
yield 2 => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
yield 3 => ($this->privates['security.authentication.listener.two_factor.main'] ?? $this->getSecurity_Authentication_Listener_TwoFactor_MainService());
yield 4 => ($this->privates['security.authentication.listener.rememberme.main'] ?? $this->getSecurity_Authentication_Listener_Rememberme_MainService());
yield 5 => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
yield 6 => ($this->privates['security.authentication.switchuser_listener.main'] ?? $this->getSecurity_Authentication_SwitchuserListener_MainService());
yield 7 => ($this->privates['security.authentication.access_listener.two_factor.main'] ?? $this->getSecurity_Authentication_AccessListener_TwoFactor_MainService());
yield 8 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 9), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), $b, 'main', ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'user_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'switch_user', 1 => 'guard', 2 => 'two_factor', 3 => 'remember_me', 4 => 'anonymous'], ['parameter' => '_switch_user', 'role' => 'ROLE_ALLOWED_TO_SWITCH']));
}
/**
* Gets the private 'security.firewall_config.two_factor.main' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig
*/
protected function getSecurity_FirewallConfig_TwoFactor_MainService()
{
return $this->privates['security.firewall_config.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig(['auth_form_path' => '2fa_login', 'check_path' => '2fa_login_check', 'post_only' => true, 'always_use_default_target_path' => false, 'default_target_path' => '/', 'success_handler' => NULL, 'failure_handler' => NULL, 'authentication_required_handler' => NULL, 'auth_code_parameter_name' => '_auth_code', 'trusted_parameter_name' => '_trusted', 'remember_me_sets_trusted' => false, 'multi_factor' => false, 'prepare_on_login' => false, 'prepare_on_access_denied' => false, 'enable_csrf' => false, 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'two_factor', 'provider' => NULL], 'main', ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), new \Scheb\TwoFactorBundle\Security\Http\Utils\RequestDataReader());
}
/**
* Gets the private 'security.http_utils' shared service.
*
* @return \Symfony\Component\Security\Http\HttpUtils
*/
protected function getSecurity_HttpUtilsService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https?://%s$}i', '{^https://%s$}i');
}
/**
* Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
*/
protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
}
/**
* Gets the private 'security.logout.listener.default.main' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
*/
protected function getSecurity_Logout_Listener_Default_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
}
/**
* Gets the private 'security.logout.listener.remember_me.main' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener
*/
protected function getSecurity_Logout_Listener_RememberMe_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/RememberMeLogoutListener.php';
return $this->privates['security.logout.listener.remember_me.main'] = new \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener(($this->privates['security.authentication.rememberme.services.simplehash.main.two_factor_decorator'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_Main_TwoFactorDecoratorService()));
}
/**
* Gets the private 'security.logout_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService()
{
$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->getSecurity_TokenStorageService()));
$instance->registerListener('main', 'user_logout', 'logout', '_csrf_token', NULL, NULL);
return $instance;
}
/**
* Gets the private 'security.role_hierarchy' shared service.
*
* @return \Symfony\Component\Security\Core\Role\RoleHierarchy
*/
protected function getSecurity_RoleHierarchyService()
{
return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
}
/**
* Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
*
* @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
*/
protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User', 'username', NULL);
}
/**
* Gets the private 'security.validator.user_password' shared service.
*
* @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
*/
protected function getSecurity_Validator_UserPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
}
/**
* Gets the private 'sensio_framework_extra.controller.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
*/
protected function getSensioFrameworkExtra_Controller_ListenerService()
{
return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'sensio_framework_extra.converter.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
*/
protected function getSensioFrameworkExtra_Converter_ListenerService()
{
$a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
}
/**
* Gets the private 'sensio_framework_extra.security.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
*/
protected function getSensioFrameworkExtra_Security_ListenerService()
{
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['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'sensio_framework_extra.view.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
*/
protected function getSensioFrameworkExtra_View_ListenerService()
{
$this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel', 1))));
$instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'twig' => '?',
]))->withContext('sensio_framework_extra.view.listener', $this));
return $instance;
}
/**
* Gets the private 'serializer.mapping.cache_class_metadata_factory' shared service.
*
* @return \Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory
*/
protected function getSerializer_Mapping_CacheClassMetadataFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/CacheClassMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
return $this->privates['serializer.mapping.cache_class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([0 => new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))])), \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/serialization.php'), ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService())));
}
/**
* Gets the private 'serializer.mapping.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
*/
protected function getSerializer_Mapping_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([0 => new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
}
/**
* Gets the private 'session.storage.native' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
*/
protected function getSession_Storage_NativeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler(($this->targetDir.''.'/sessions'))), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0));
}
/**
* Gets the private 'session_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SessionListener
*/
protected function getSessionListenerService()
{
return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'initialized_session' => ['services', 'session', NULL, false],
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'session' => ['services', 'session', 'getSessionService', false],
'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', false],
'session_storage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', false],
], [
'initialized_session' => '?',
'logger' => '?',
'request_stack' => '?',
'session' => '?',
'session_collector' => '?',
'session_storage' => '?',
]), true);
}
/**
* Gets the private 'swiftmailer.command.debug' shared service.
*
* @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
*/
protected function getSwiftmailer_Command_DebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
$this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
$instance->setName('debug:swiftmailer');
return $instance;
}
/**
* Gets the private 'swiftmailer.command.new_email' shared service.
*
* @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
*/
protected function getSwiftmailer_Command_NewEmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
$this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
$instance->setName('swiftmailer:email:send');
return $instance;
}
/**
* Gets the private 'swiftmailer.command.send_email' shared service.
*
* @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
*/
protected function getSwiftmailer_Command_SendEmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
$this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
$instance->setName('swiftmailer:spool:send');
return $instance;
}
/**
* Gets the private 'swiftmailer.email_sender.listener' shared service.
*
* @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
*/
protected function getSwiftmailer_EmailSender_ListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'translation.extractor' shared service.
*
* @return \Symfony\Component\Translation\Extractor\ChainExtractor
*/
protected function getTranslation_ExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
$this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
$instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
$instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
return $instance;
}
/**
* Gets the private 'translation.loader.csv' shared service.
*
* @return \Symfony\Component\Translation\Loader\CsvFileLoader
*/
protected function getTranslation_Loader_CsvService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
}
/**
* Gets the private 'translation.loader.dat' shared service.
*
* @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
*/
protected function getTranslation_Loader_DatService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
}
/**
* Gets the private 'translation.loader.ini' shared service.
*
* @return \Symfony\Component\Translation\Loader\IniFileLoader
*/
protected function getTranslation_Loader_IniService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
}
/**
* Gets the private 'translation.loader.json' shared service.
*
* @return \Symfony\Component\Translation\Loader\JsonFileLoader
*/
protected function getTranslation_Loader_JsonService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
}
/**
* Gets the private 'translation.loader.mo' shared service.
*
* @return \Symfony\Component\Translation\Loader\MoFileLoader
*/
protected function getTranslation_Loader_MoService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
}
/**
* Gets the private 'translation.loader.php' shared service.
*
* @return \Symfony\Component\Translation\Loader\PhpFileLoader
*/
protected function getTranslation_Loader_PhpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
}
/**
* Gets the private 'translation.loader.po' shared service.
*
* @return \Symfony\Component\Translation\Loader\PoFileLoader
*/
protected function getTranslation_Loader_PoService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
}
/**
* Gets the private 'translation.loader.qt' shared service.
*
* @return \Symfony\Component\Translation\Loader\QtFileLoader
*/
protected function getTranslation_Loader_QtService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
}
/**
* Gets the private 'translation.loader.res' shared service.
*
* @return \Symfony\Component\Translation\Loader\IcuResFileLoader
*/
protected function getTranslation_Loader_ResService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
}
/**
* Gets the private 'translation.loader.xliff' shared service.
*
* @return \Symfony\Component\Translation\Loader\XliffFileLoader
*/
protected function getTranslation_Loader_XliffService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
}
/**
* Gets the private 'translation.loader.yml' shared service.
*
* @return \Symfony\Component\Translation\Loader\YamlFileLoader
*/
protected function getTranslation_Loader_YmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
}
/**
* Gets the private 'translation.reader' shared service.
*
* @return \Symfony\Component\Translation\Reader\TranslationReader
*/
protected function getTranslation_ReaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
$this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
$a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
$b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
$instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
$instance->addLoader('yaml', $a);
$instance->addLoader('yml', $a);
$instance->addLoader('xlf', $b);
$instance->addLoader('xliff', $b);
$instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
$instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
$instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
$instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
$instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
$instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
$instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
$instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
return $instance;
}
/**
* Gets the private 'translation.warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
*/
protected function getTranslation_WarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'translator' => '?',
]))->withContext('translation.warmer', $this));
}
/**
* Gets the private 'translator.default' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
*/
protected function getTranslator_DefaultService()
{
$this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', false],
'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', false],
'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', false],
'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', false],
'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', false],
'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', false],
'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', false],
'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', false],
'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', false],
'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', false],
'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', false],
], [
'translation.loader.csv' => '?',
'translation.loader.dat' => '?',
'translation.loader.ini' => '?',
'translation.loader.json' => '?',
'translation.loader.mo' => '?',
'translation.loader.php' => '?',
'translation.loader.po' => '?',
'translation.loader.qt' => '?',
'translation.loader.res' => '?',
'translation.loader.xliff' => '?',
'translation.loader.yml' => '?',
]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'nl', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.cs.yml')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.de.yml')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.en.yml'), 5 => (\dirname(__DIR__, 4).'/translations/SchebTwoFactorBundle+intl-icu.en.xlf'), 6 => (\dirname(__DIR__, 4).'/translations/messages+intl-icu.en.xlf'), 7 => (\dirname(__DIR__, 4).'/translations/security.en.xlf'), 8 => (\dirname(__DIR__, 4).'/translations/validators.en.xlf')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.es.yml')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.fr.yml')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hr.yml')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hu.yml')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.nl.yml'), 5 => (\dirname(__DIR__, 4).'/translations/SchebTwoFactorBundle+intl-icu.nl.xlf'), 6 => (\dirname(__DIR__, 4).'/translations/messages+intl-icu.nl.xlf'), 7 => (\dirname(__DIR__, 4).'/translations/security.nl.xlf'), 8 => (\dirname(__DIR__, 4).'/translations/validators.nl.xlf')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.pl.yml')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ro.yml')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ru.yml')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sk.yml')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sv.yml')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.uk.yml')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/tattali/calendar-bundle/src/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-bundle/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'vendor/knplabs/knp-paginator-bundle/translations', 4 => 'vendor/scheb/2fa-bundle/Resources/translations', 5 => 'translations', 6 => 'vendor/symfony/framework-bundle/translations', 7 => 'vendor/sensio/framework-extra-bundle/src/translations', 8 => 'vendor/symfony/twig-bundle/translations', 9 => 'vendor/twig/extra-bundle/translations', 10 => 'vendor/symfony/web-profiler-bundle/translations', 11 => 'vendor/symfony/monolog-bundle/translations', 12 => 'vendor/symfony/security-bundle/translations', 13 => 'vendor/symfony/maker-bundle/src/translations', 14 => 'vendor/doctrine/doctrine-bundle/translations', 15 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 16 => 'vendor/doctrine/doctrine-fixtures-bundle/translations', 17 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations', 18 => 'vendor/helios-ag/fm-elfinder-bundle/src/translations', 19 => 'vendor/tattali/calendar-bundle/src/translations', 20 => 'vendor/liip/imagine-bundle/translations', 21 => 'vendor/symfony/swiftmailer-bundle/translations', 22 => 'vendor/karser/karser-recaptcha3-bundle/translations']]], []);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales([0 => 'en']);
return $instance;
}
/**
* Gets the private 'twig.command.debug' shared service.
*
* @return \Symfony\Bridge\Twig\Command\DebugCommand
*/
protected function getTwig_Command_DebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
$this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__, 4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__, 4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:twig');
return $instance;
}
/**
* Gets the private 'twig.command.lint' shared service.
*
* @return \Symfony\Bundle\TwigBundle\Command\LintCommand
*/
protected function getTwig_Command_LintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
$this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
$instance->setName('lint:twig');
return $instance;
}
/**
* Gets the private 'twig.form.renderer' shared service.
*
* @return \Symfony\Component\Form\FormRenderer
*/
protected function getTwig_Form_RendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererEngineInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractRendererEngine.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
}
/**
* Gets the private 'twig.runtime.httpkernel' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
*/
protected function getTwig_Runtime_HttpkernelService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'inline' => ['privates', 'fragment.renderer.inline', 'getFragment_Renderer_InlineService', false],
], [
'inline' => '?',
]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
}
/**
* Gets the private 'twig.runtime.security_csrf' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
*/
protected function getTwig_Runtime_SecurityCsrfService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
}
/**
* Gets the private 'twig.template_cache_warmer' shared service.
*
* @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
*/
protected function getTwig_TemplateCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'twig' => '?',
]))->withContext('twig.template_cache_warmer', $this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel', 1)), [(\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__, 4).'/templates')));
}
/**
* Gets the private 'validator.builder' shared service.
*
* @return \Symfony\Component\Validator\ValidatorBuilder
*/
protected function getValidator_BuilderService()
{
$this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
$instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Validator\\PageUriValidator' => ['privates', 'App\\Validator\\PageUriValidator', 'getPageUriValidatorService', false],
'Karser\\Recaptcha3Bundle\\Validator\\Constraints\\Recaptcha3Validator' => ['privates', 'karser_recaptcha3.validator', 'getKarserRecaptcha3_ValidatorService', false],
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', false],
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', false],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
'karser_recaptcha3_validator' => ['privates', 'karser_recaptcha3.validator', 'getKarserRecaptcha3_ValidatorService', false],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
], [
'App\\Validator\\PageUriValidator' => '?',
'Karser\\Recaptcha3Bundle\\Validator\\Constraints\\Recaptcha3Validator' => '?',
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
'doctrine.orm.validator.unique' => '?',
'karser_recaptcha3_validator' => '?',
'security.validator.user_password' => '?',
'validator.expression' => '?',
])));
if ($this->has('translator')) {
$instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
}
$instance->setTranslationDomain('validators');
$instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
$instance->enableAnnotationMapping(true);
$instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->addMethodMapping('loadValidatorMetadata');
$instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
$instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.forumdb_entity_manager'] ?? $this->getDoctrine_Orm_ForumdbEntityManagerService()), NULL));
return $instance;
}
/**
* Gets the private 'validator.email' shared service.
*
* @return \Symfony\Component\Validator\Constraints\EmailValidator
*/
protected function getValidator_EmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
}
/**
* Gets the private 'validator.expression' shared service.
*
* @return \Symfony\Component\Validator\Constraints\ExpressionValidator
*/
protected function getValidator_ExpressionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
}
/**
* Gets the private 'validator.mapping.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
*/
protected function getValidator_Mapping_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
}
/**
* Gets the private 'validator.not_compromised_password' shared service.
*
* @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
*/
protected function getValidator_NotCompromisedPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL, 'UTF-8', true, NULL);
}
/**
* Gets the private 'web_profiler.csp.handler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
*/
protected function getWebProfiler_Csp_HandlerService()
{
return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
}
/**
* Gets the private 'web_profiler.debug_toolbar' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
*/
protected function getWebProfiler_DebugToolbarService()
{
return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false, 2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
}
/**
* Gets the public 'cache_clearer' alias.
*
* @return object The ".container.private.cache_clearer" service.
*/
protected function getCacheClearerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.cache_clearer');
}
/**
* Gets the public 'filesystem' alias.
*
* @return object The ".container.private.filesystem" service.
*/
protected function getFilesystemService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.filesystem');
}
/**
* Gets the public 'security.csrf.token_manager' alias.
*
* @return object The ".container.private.security.csrf.token_manager" service.
*/
protected function getSecurity_Csrf_TokenManagerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.csrf.token_manager');
}
/**
* Gets the public 'form.factory' alias.
*
* @return object The ".container.private.form.factory" service.
*/
protected function getForm_FactoryService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.factory');
}
/**
* Gets the public 'form.type.file' alias.
*
* @return object The ".container.private.form.type.file" service.
*/
protected function getForm_Type_FileService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.type.file');
}
/**
* Gets the public 'serializer' alias.
*
* @return object The ".container.private.serializer" service.
*/
protected function getSerializerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.serializer');
}
/**
* Gets the public 'twig' alias.
*
* @return object The ".container.private.twig" service.
*/
protected function getTwigService()
{
trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.twig');
}
/**
* Gets the public 'validator' alias.
*
* @return object The ".container.private.validator" service.
*/
protected function getValidatorService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.validator');
}
/**
* @return array|bool|float|int|string|null
*/
public function getParameter(string $name)
{
if (isset($this->buildParameters[$name])) {
return $this->buildParameters[$name];
}
if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
}
if (isset($this->loadedDynamicParameters[$name])) {
return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
return $this->parameters[$name];
}
public function hasParameter(string $name): bool
{
if (isset($this->buildParameters[$name])) {
return true;
}
return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
}
public function setParameter(string $name, $value): void
{
throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
}
public function getParameterBag(): ParameterBagInterface
{
if (null === $this->parameterBag) {
$parameters = $this->parameters;
foreach ($this->loadedDynamicParameters as $name => $loaded) {
$parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
foreach ($this->buildParameters as $name => $value) {
$parameters[$name] = $value;
}
$this->parameterBag = new FrozenParameterBag($parameters);
}
return $this->parameterBag;
}
private $loadedDynamicParameters = [
'kernel.runtime_environment' => false,
'kernel.build_dir' => false,
'kernel.cache_dir' => false,
'google_recaptcha_site_key' => false,
'kernel.secret' => false,
'session.save_path' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'doctrine.orm.proxy_dir' => false,
'swiftmailer.spool.default.memory.path' => false,
'karser_recaptcha3.site_key' => false,
'karser_recaptcha3.secret_key' => false,
];
private $dynamicParameters = [];
private function getDynamicParameter(string $name)
{
switch ($name) {
case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
case 'kernel.build_dir': $value = $this->targetDir.''; break;
case 'kernel.cache_dir': $value = $this->targetDir.''; break;
case 'google_recaptcha_site_key': $value = $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'); break;
case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
case 'session.save_path': $value = ($this->targetDir.''.'/sessions'); break;
case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
case 'swiftmailer.spool.default.memory.path': $value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
case 'karser_recaptcha3.site_key': $value = $this->getEnv('RECAPTCHA3_KEY'); break;
case 'karser_recaptcha3.secret_key': $value = $this->getEnv('RECAPTCHA3_SECRET'); break;
default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
}
$this->loadedDynamicParameters[$name] = true;
return $this->dynamicParameters[$name] = $value;
}
protected function getDefaultParameters(): array
{
return [
'kernel.project_dir' => \dirname(__DIR__, 4),
'kernel.environment' => 'dev',
'kernel.debug' => true,
'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
'FMElfinderBundle' => 'FM\\ElfinderBundle\\FMElfinderBundle',
'CalendarBundle' => 'CalendarBundle\\CalendarBundle',
'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
'KarserRecaptcha3Bundle' => 'Karser\\Recaptcha3Bundle\\KarserRecaptcha3Bundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'SensioFrameworkExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'TwigBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'TwigExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
'namespace' => 'Twig\\Extra\\TwigExtraBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'SecurityBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'MakerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MakerBundle',
],
'DoctrineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'DoctrineMigrationsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
],
'DoctrineFixturesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
],
'FOSCKEditorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
'namespace' => 'FOS\\CKEditorBundle',
],
'FMElfinderBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src'),
'namespace' => 'FM\\ElfinderBundle',
],
'CalendarBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/tattali/calendar-bundle/src'),
'namespace' => 'CalendarBundle',
],
'LiipImagineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle'),
'namespace' => 'Liip\\ImagineBundle',
],
'KnpPaginatorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
'namespace' => 'Knp\\Bundle\\PaginatorBundle',
],
'SwiftmailerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle'),
'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
],
'SchebTwoFactorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle'),
'namespace' => 'Scheb\\TwoFactorBundle',
],
'KarserRecaptcha3Bundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-bundle'),
'namespace' => 'Karser\\Recaptcha3Bundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'App_KernelDevDebugContainer',
'container.dumper.inline_class_loader' => true,
'container.dumper.inline_factories' => true,
'locationphoto_directory' => (\dirname(__DIR__, 4).'/public/uploads/locations'),
'fossildbphoto_directory' => (\dirname(__DIR__, 4).'/public/uploads/fossildb'),
'locationphotothumbnail_directory' => (\dirname(__DIR__, 4).'/public/media/cache/location_thumb_small/'),
'fossildbphotothumbnail_small_directory' => (\dirname(__DIR__, 4).'/public/media/cache/fossildb_thumb_small/'),
'fossildbphotothumbnail_tiny_directory' => (\dirname(__DIR__, 4).'/public/media/cache/fossildb_thumb_tiny/'),
'event_dispatcher.event_aliases' => [
'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
],
'fragment.renderer.hinclude.global_template' => NULL,
'fragment.path' => '/_fragment',
'kernel.http_method_override' => true,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'nl',
'kernel.error_controller' => 'error_controller',
'debug.file_link_format' => NULL,
'session.metadata.storage_key' => '_sf2_meta',
'session.storage.options' => [
'cache_limiter' => '0',
'cookie_secure' => 'auto',
'cookie_httponly' => true,
'cookie_samesite' => 'lax',
'gc_probability' => 1,
],
'session.metadata.update_threshold' => 0,
'form.type_extension.csrf.enabled' => true,
'form.type_extension.csrf.field_name' => '_token',
'asset.request_context.base_path' => NULL,
'asset.request_context.secure' => NULL,
'validator.translation_domain' => 'validators',
'translator.logging' => false,
'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_master_requests' => false,
'debug.error_handler.throw_at' => -1,
'router.request_context.host' => 'localhost',
'router.request_context.scheme' => 'http',
'router.request_context.base_url' => '',
'router.resource' => 'kernel::loadRoutes',
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'twig.form.resources' => [
0 => '@FMElfinder/Form/elfinder_widget.html.twig',
1 => 'form_div_layout.html.twig',
2 => '@KarserRecaptcha3/Form/karser_recaptcha3_widget.html.twig',
3 => '@LiipImagine/Form/form_div_layout.html.twig',
4 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
5 => 'bootstrap_4_layout.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'console',
],
],
'monolog.handler.main' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
],
],
],
'security.role_hierarchy.roles' => [
'ROLE_ADMIN' => [
0 => 'ROLE_MOD',
1 => 'ROLE_ALLOWED_TO_SWITCH',
2 => 'ROLE_MOD_ARTICLE',
3 => 'ROLE_MOD_GLOSSARY',
4 => 'ROLE_MOD_LINKS',
5 => 'ROLE_MOD_CALENDAR',
6 => 'ROLE_MOD_MEDIA',
7 => 'ROLE_MOD_SITEUPDATE',
8 => 'ROLE_MOD_LOCATIONS',
9 => 'ROLE_MOD_COUNTRY',
10 => 'ROLE_MOD_LITERATURE',
11 => 'ROLE_MOD_FRONTPAGE',
12 => 'ROLE_MOD_DONATIONS',
13 => 'ROLE_MOD_FOSSILDB',
14 => 'ROLE_MOD_TAXANOMY',
15 => 'ROLE_MOD_STRATIGAPHY',
16 => 'ROLE_MOD_NEWSLETTER',
17 => 'ROLE_MOD_SPOOL',
18 => 'ROLE_MOD_USER',
],
'ROLE_SUPER_MOD' => [
0 => 'ROLE_MOD',
1 => 'ROLE_MOD_ARTICLE',
2 => 'ROLE_MOD_GLOSSARY',
3 => 'ROLE_MOD_LINKS',
4 => 'ROLE_MOD_CALENDAR',
5 => 'ROLE_MOD_MEDIA',
6 => 'ROLE_MOD_LITERATURE',
7 => 'ROLE_MOD_LOCATIONS',
8 => 'ROLE_MOD_FOSSILDB',
9 => 'ROLE_MOD_TAXANOMY',
10 => 'ROLE_MOD_STRATIGAPHY',
],
'ROLE_FOSSILDB_MOD' => [
0 => 'ROLE_MOD',
1 => 'ROLE_MOD_FOSSILDB',
],
'ROLE_LOCATION_MOD' => [
0 => 'ROLE_MOD',
1 => 'ROLE_MOD_LOCATIONS',
],
],
'security.access.denied_url' => NULL,
'security.authentication.manager.erase_credentials' => true,
'security.authentication.session_strategy.strategy' => 'migrate',
'security.access.always_authenticate_before_granting' => false,
'security.authentication.hide_user_not_found' => true,
'security.firewalls' => [
0 => 'dev',
1 => 'main',
],
'security.main._indexed_authenticators' => [
],
'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
'doctrine.entity_managers' => [
'default' => 'doctrine.orm.default_entity_manager',
'forumdb' => 'doctrine.orm.forumdb_entity_manager',
],
'doctrine.default_entity_manager' => 'default',
'doctrine.dbal.connection_factory.types' => [
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_connection',
'forumdb' => 'doctrine.dbal.forumdb_connection',
],
'doctrine.default_connection' => 'default',
'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
'doctrine.orm.cache.memcache_host' => 'localhost',
'doctrine.orm.cache.memcache_port' => 11211,
'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
'doctrine.orm.cache.memcached_host' => 'localhost',
'doctrine.orm.cache.memcached_port' => 11211,
'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
'doctrine.orm.cache.redis_host' => 'localhost',
'doctrine.orm.cache.redis_port' => 6379,
'doctrine.orm.cache.redis_instance.class' => 'Redis',
'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
'doctrine.orm.auto_generate_proxy_classes' => false,
'doctrine.orm.proxy_namespace' => 'Proxies',
'doctrine_migrations.dir_name' => (\dirname(__DIR__, 4).'/src/Migrations'),
'doctrine_migrations.namespace' => 'DoctrineMigrations',
'doctrine_migrations.name' => 'Application Migrations',
'doctrine_migrations.migrations_paths' => [
],
'doctrine_migrations.table_name' => 'migration_versions',
'doctrine_migrations.column_name' => 'version',
'doctrine_migrations.column_length' => 14,
'doctrine_migrations.executed_at_column_name' => 'executed_at',
'doctrine_migrations.all_or_nothing' => false,
'doctrine_migrations.custom_template' => NULL,
'doctrine_migrations.organize_migrations' => false,
'fm_elfinder.loader' => 'FM\\ElfinderBundle\\Loader\\ElFinderLoader',
'fm_elfinder.configurator' => 'FM\\ElfinderBundle\\Configuration\\ElFinderConfigurationReader',
'elfinder.form.type.class' => 'FM\\ElfinderBundle\\Form\\Type\\ElFinderType',
'fm_elfinder' => [
'instances' => [
'default' => [
'editor' => 'ckeditor',
'connector' => [
'roots' => [
'uploads' => [
'driver' => 'LocalFileSystem',
'path' => 'uploads',
'upload_allow' => [
0 => 'image/png',
1 => 'image/jpg',
2 => 'image/jpeg',
3 => 'application/pdf',
4 => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
],
'upload_deny' => [
0 => 'all',
],
'upload_max_size' => '12M',
'volume_id' => 0,
'autoload' => false,
'phash' => '',
'trash_hash' => '',
'locale' => '',
'i18n_folder_name' => false,
'mime_detect' => 'auto',
'mimefile' => '',
'security_voter' => '',
'start_path' => '',
'encoding' => 'UTF-8',
'url' => '',
'alias' => '',
'img_lib' => 'auto',
'tmb_path' => '.tmb',
'tmb_path_mode' => 511,
'tmb_url' => '',
'tmb_size' => 48,
'tmb_crop' => true,
'tmb_bg_color' => '#ffffff',
'quarantine' => NULL,
'copy_overwrite' => true,
'copy_join' => true,
'copy_from' => true,
'copy_to' => true,
'upload_overwrite' => true,
'fileMode' => 420,
'upload_order' => [
0 => 'deny',
1 => 'allow',
],
'upload_max_conn' => 3,
'defaults' => [
'read' => true,
'write' => true,
],
'attributes' => [
],
'accepted_name' => '/^\\w[\\w\\s\\.\\%\\-]*$/u',
'show_hidden' => false,
'disabled_commands' => [
],
'tree_deep' => 0,
'check_subfolders' => 1,
'separator' => '/',
'date_format' => 'j M Y H:i',
'time_format' => 'H:i',
'archive_mimes' => [
],
'archivers' => [
'enabled' => false,
'create' => [
],
'extract' => [
],
],
'flysystem' => [
'enabled' => false,
'filesystem' => '',
'type' => '',
'adapter_service' => '',
],
'glide_url' => '',
'glide_key' => '',
'plugins' => [
],
'driver_options' => [
],
'dropbox2_settings' => [
'enabled' => false,
'aliasFormat' => '%s@Dropbox',
'path' => '/',
'separator' => '/',
'acceptedName' => '%s@Dropbox',
'rootCssClass' => 'elfinder-navbar-root-dropbox',
'getThumbSize' => 'medium',
],
'box_settings' => [
'enabled' => false,
'root' => 'Box.com',
'path' => '/',
'separator' => '/',
'tmbPath' => '',
'tmbURL' => '',
'tmpPath' => '',
'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#',
'rootCssClass' => 'elfinder-navbar-root-box',
],
'onedrive_settings' => [
'enabled' => false,
'root' => 'OneDrive.com',
'OneDriveApiClient' => '',
'path' => '/',
'separator' => '/',
'tmbPath' => '',
'tmbURL' => '',
'tmpPath' => '',
'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#',
'rootCssClass' => 'elfinder-navbar-root-onedrive',
'useApiThumbnail' => true,
],
'ftp_settings' => [
'enabled' => false,
],
'mysql_settings' => [
'enabled' => false,
'port' => NULL,
'socket' => NULL,
'files_table' => 'elfinder_file',
'tmbPath' => '',
'tmpPath' => '',
'rootCssClass' => 'elfinder-navbar-root-sql',
'noSessionCache' => 'hasdirs',
],
],
],
'debug' => false,
'binds' => [
],
'plugins' => [
],
],
'locale' => NULL,
'cors_support' => false,
'editor_template' => NULL,
'fullscreen' => true,
'multi_home_folder' => false,
'folder_separator' => '',
'theme' => 'smoothness',
'tinymce_popup_path' => '',
'relative_path' => true,
'path_prefix' => '/',
'where_is_multi' => [
],
'visible_mime_types' => [
],
],
'form' => [
'editor' => 'form',
'connector' => [
'roots' => [
'uploads' => [
'driver' => 'LocalFileSystem',
'path' => 'uploads',
'upload_allow' => [
0 => 'image/png',
1 => 'image/jpg',
2 => 'image/jpeg',
3 => 'application/pdf',
4 => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
],
'upload_deny' => [
0 => 'all',
],
'upload_max_size' => '12M',
'volume_id' => 0,
'autoload' => false,
'phash' => '',
'trash_hash' => '',
'locale' => '',
'i18n_folder_name' => false,
'mime_detect' => 'auto',
'mimefile' => '',
'security_voter' => '',
'start_path' => '',
'encoding' => 'UTF-8',
'url' => '',
'alias' => '',
'img_lib' => 'auto',
'tmb_path' => '.tmb',
'tmb_path_mode' => 511,
'tmb_url' => '',
'tmb_size' => 48,
'tmb_crop' => true,
'tmb_bg_color' => '#ffffff',
'quarantine' => NULL,
'copy_overwrite' => true,
'copy_join' => true,
'copy_from' => true,
'copy_to' => true,
'upload_overwrite' => true,
'fileMode' => 420,
'upload_order' => [
0 => 'deny',
1 => 'allow',
],
'upload_max_conn' => 3,
'defaults' => [
'read' => true,
'write' => true,
],
'attributes' => [
],
'accepted_name' => '/^\\w[\\w\\s\\.\\%\\-]*$/u',
'show_hidden' => false,
'disabled_commands' => [
],
'tree_deep' => 0,
'check_subfolders' => 1,
'separator' => '/',
'date_format' => 'j M Y H:i',
'time_format' => 'H:i',
'archive_mimes' => [
],
'archivers' => [
'enabled' => false,
'create' => [
],
'extract' => [
],
],
'flysystem' => [
'enabled' => false,
'filesystem' => '',
'type' => '',
'adapter_service' => '',
],
'glide_url' => '',
'glide_key' => '',
'plugins' => [
],
'driver_options' => [
],
'dropbox2_settings' => [
'enabled' => false,
'aliasFormat' => '%s@Dropbox',
'path' => '/',
'separator' => '/',
'acceptedName' => '%s@Dropbox',
'rootCssClass' => 'elfinder-navbar-root-dropbox',
'getThumbSize' => 'medium',
],
'box_settings' => [
'enabled' => false,
'root' => 'Box.com',
'path' => '/',
'separator' => '/',
'tmbPath' => '',
'tmbURL' => '',
'tmpPath' => '',
'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#',
'rootCssClass' => 'elfinder-navbar-root-box',
],
'onedrive_settings' => [
'enabled' => false,
'root' => 'OneDrive.com',
'OneDriveApiClient' => '',
'path' => '/',
'separator' => '/',
'tmbPath' => '',
'tmbURL' => '',
'tmpPath' => '',
'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#',
'rootCssClass' => 'elfinder-navbar-root-onedrive',
'useApiThumbnail' => true,
],
'ftp_settings' => [
'enabled' => false,
],
'mysql_settings' => [
'enabled' => false,
'port' => NULL,
'socket' => NULL,
'files_table' => 'elfinder_file',
'tmbPath' => '',
'tmpPath' => '',
'rootCssClass' => 'elfinder-navbar-root-sql',
'noSessionCache' => 'hasdirs',
],
],
],
'debug' => false,
'binds' => [
],
'plugins' => [
],
],
'locale' => NULL,
'cors_support' => false,
'editor_template' => NULL,
'fullscreen' => true,
'multi_home_folder' => false,
'folder_separator' => '',
'theme' => 'smoothness',
'tinymce_popup_path' => '',
'relative_path' => true,
'path_prefix' => '/',
'where_is_multi' => [
],
'visible_mime_types' => [
],
],
],
'configuration_provider' => 'fm_elfinder.configurator.default',
'assets_path' => 'assets',
'loader' => 'fm_elfinder.loader.default',
],
'liip_imagine.resolvers' => [
'default' => [
'web_path' => [
'web_root' => (\dirname(__DIR__, 4).'/public'),
'cache_prefix' => 'media/cache',
],
],
],
'liip_imagine.loaders' => [
'default' => [
'filesystem' => [
'locator' => 'filesystem',
'data_root' => [
0 => (\dirname(__DIR__, 4).'/public'),
],
'allow_unresolvable_data_roots' => false,
'bundle_resources' => [
'enabled' => false,
'access_control_type' => 'blacklist',
'access_control_list' => [
],
],
],
],
],
'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
'liip_imagine.jpegoptim.stripAll' => true,
'liip_imagine.jpegoptim.max' => NULL,
'liip_imagine.jpegoptim.progressive' => true,
'liip_imagine.jpegoptim.tempDir' => NULL,
'liip_imagine.optipng.binary' => '/usr/bin/optipng',
'liip_imagine.optipng.level' => 7,
'liip_imagine.optipng.stripAll' => true,
'liip_imagine.optipng.tempDir' => NULL,
'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
'liip_imagine.driver_service' => 'liip_imagine.gd',
'liip_imagine.cache.resolver.default' => 'default',
'liip_imagine.default_image' => NULL,
'liip_imagine.filter_sets' => [
'location_thumb_small' => [
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'scale' => [
'dim' => [
0 => 150,
1 => 150,
],
],
],
'post_processors' => [
],
],
'fossildb_thumb_small' => [
'quality' => 90,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'scale' => [
'dim' => [
0 => 600,
],
],
],
'post_processors' => [
],
],
'fossildb_thumb_tiny' => [
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'scale' => [
'dim' => [
0 => 50,
1 => 45,
],
],
],
'post_processors' => [
],
],
],
'liip_imagine.binary.loader.default' => 'default',
'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
'liip_imagine.webp.generate' => false,
'liip_imagine.webp.options' => [
'quality' => 100,
'cache' => NULL,
'data_loader' => NULL,
'post_processors' => [
],
],
'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/twitter_bootstrap_v4_pagination.html.twig',
'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
'knp_paginator.page_range' => 5,
'knp_paginator.page_limit' => NULL,
'swiftmailer.mailer.default.transport.name' => 'dynamic',
'swiftmailer.mailer.default.spool.enabled' => true,
'swiftmailer.mailer.default.plugin.impersonate' => NULL,
'swiftmailer.mailer.default.single_address' => NULL,
'swiftmailer.mailer.default.delivery.enabled' => true,
'swiftmailer.spool.enabled' => true,
'swiftmailer.delivery.enabled' => true,
'swiftmailer.single_address' => NULL,
'swiftmailer.mailers' => [
'default' => 'swiftmailer.mailer.default',
],
'swiftmailer.default_mailer' => 'default',
'scheb_two_factor.model_manager_name' => NULL,
'scheb_two_factor.security_tokens' => [
0 => 'Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken',
],
'scheb_two_factor.ip_whitelist' => [
],
'scheb_two_factor.google.server_name' => NULL,
'scheb_two_factor.google.issuer' => 'Paleontica',
'scheb_two_factor.google.template' => 'login_2fa_form.html.twig',
'scheb_two_factor.google.digits' => 6,
'scheb_two_factor.google.window' => 1,
'scheb_two_factor.trusted_device.enabled' => false,
'karser_recaptcha3.score_threshold' => 0.5,
'karser_recaptcha3.host' => 'www.google.com',
'karser_recaptcha3.enabled' => true,
'maker.compatible_check.doctrine.supports_attributes' => true,
'data_collector.templates' => [
'data_collector.request' => [
0 => 'request',
1 => '@WebProfiler/Collector/request.html.twig',
],
'data_collector.time' => [
0 => 'time',
1 => '@WebProfiler/Collector/time.html.twig',
],
'data_collector.memory' => [
0 => 'memory',
1 => '@WebProfiler/Collector/memory.html.twig',
],
'data_collector.validator' => [
0 => 'validator',
1 => '@WebProfiler/Collector/validator.html.twig',
],
'data_collector.ajax' => [
0 => 'ajax',
1 => '@WebProfiler/Collector/ajax.html.twig',
],
'data_collector.form' => [
0 => 'form',
1 => '@WebProfiler/Collector/form.html.twig',
],
'data_collector.exception' => [
0 => 'exception',
1 => '@WebProfiler/Collector/exception.html.twig',
],
'data_collector.logger' => [
0 => 'logger',
1 => '@WebProfiler/Collector/logger.html.twig',
],
'data_collector.events' => [
0 => 'events',
1 => '@WebProfiler/Collector/events.html.twig',
],
'data_collector.router' => [
0 => 'router',
1 => '@WebProfiler/Collector/router.html.twig',
],
'data_collector.cache' => [
0 => 'cache',
1 => '@WebProfiler/Collector/cache.html.twig',
],
'data_collector.translation' => [
0 => 'translation',
1 => '@WebProfiler/Collector/translation.html.twig',
],
'data_collector.security' => [
0 => 'security',
1 => '@Security/Collector/security.html.twig',
],
'data_collector.twig' => [
0 => 'twig',
1 => '@WebProfiler/Collector/twig.html.twig',
],
'data_collector.doctrine' => [
0 => 'db',
1 => '@Doctrine/Collector/db.html.twig',
],
'swiftmailer.data_collector' => [
0 => 'swiftmailer',
1 => '@Swiftmailer/Collector/swiftmailer.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'console.command.ids' => [
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}