2023-06-19 12:13:30 +02:00
< ? php
2023-06-20 19:14:19 +02:00
namespace ContainerVvRT4pd ;
2023-06-19 12:13:30 +02:00
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.profiler' => 'get_Container_Private_ProfilerService' ,
'cache.app' => 'getCache_AppService' ,
'cache.system' => 'getCache_SystemService' ,
'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService' ,
'data_collector.dump' => 'getDataCollector_DumpService' ,
'doctrine' => 'getDoctrineService' ,
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService' ,
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService' ,
'event_dispatcher' => 'getEventDispatcherService' ,
'http_kernel' => 'getHttpKernelService' ,
'messenger.default_bus' => 'getMessenger_DefaultBusService' ,
'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService' ,
'request_stack' => 'getRequestStackService' ,
'router' => 'getRouterService' ,
'translator' => 'getTranslatorService' ,
'var_dumper.cloner' => 'getVarDumper_ClonerService' ,
'profiler' => 'getProfilerService' ,
];
$this -> fileMap = [
2023-06-20 19:14:19 +02:00
'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService' ,
'App\\Controller\\Admin\\UserCrudController' => 'getUserCrudControllerService' ,
'App\\Controller\\DefaultController' => 'getDefaultControllerService' ,
2023-06-19 12:13:30 +02:00
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService' ,
2023-06-20 19:14:19 +02:00
'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService' ,
'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService' ,
2023-06-19 12:13:30 +02:00
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService' ,
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService' ,
'cache.app_clearer' => 'getCache_AppClearerService' ,
'cache.global_clearer' => 'getCache_GlobalClearerService' ,
'cache.system_clearer' => 'getCache_SystemClearerService' ,
'cache_warmer' => 'getCacheWarmerService' ,
'console.command_loader' => 'getConsole_CommandLoaderService' ,
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService' ,
'error_controller' => 'getErrorControllerService' ,
'routing.loader' => 'getRouting_LoaderService' ,
'services_resetter' => 'getServicesResetterService' ,
'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService' ,
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService' ,
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService' ,
];
$this -> aliases = [
'App\\Kernel' => 'kernel' ,
'database_connection' => 'doctrine.dbal.default_connection' ,
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager' ,
];
$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 ) . '/vendor/symfony/event-dispatcher/EventSubscriberInterface.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' ;
2023-06-20 19:14:19 +02:00
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' ;
2023-06-19 12:13:30 +02:00
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/runtime/RunnerInterface.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/runtime/RuntimeInterface.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/runtime/GenericRuntime.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/runtime/SymfonyRuntime.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/http-kernel/HttpKernel.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-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.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/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/JsonManifestVersionStrategy.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/mailer/EventListener/MessageLoggerListener.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/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/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/EventListener/DebugHandlersListener.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/Debug/FileLinkFormatter.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/stopwatch/Stopwatch.php' ;
2023-06-20 19:14:19 +02:00
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' ;
2023-06-19 12:13:30 +02:00
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' ;
2023-06-20 19:14:19 +02:00
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/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/cache/Traits/ProxyTrait.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/cache/Adapter/PhpArrayAdapter.php' ;
2023-06-19 12:13:30 +02:00
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/web-link/EventListener/AddLinkHeaderListener.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' ;
2023-06-20 19:14:19 +02:00
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' ;
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' ;
2023-06-19 12:13:30 +02:00
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/notifier/EventListener/NotificationLoggerListener.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/http-kernel/EventListener/ProfilerListener.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/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/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/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/event-manager/src/EventManager.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/doctrine/dbal/src/Connection.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/doctrine/doctrine-bundle/ConnectionFactory.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/doctrine/dbal/src/Configuration.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/doctrine/dbal/src/Driver/Middleware.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/doctrine/dbal/src/Logging/Middleware.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/doctrine/dbal/src/Tools/DsnParser.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php' ;
2023-06-20 19:14:19 +02:00
include_once \dirname ( __DIR__ , 4 ) . '/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php' ;
2023-06-19 12:13:30 +02:00
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/cache/Adapter/ArrayAdapter.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/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/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/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/doctrine-bundle/ManagerConfigurator.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/var-dumper/Cloner/ClonerInterface.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/var-dumper/Cloner/AbstractCloner.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/var-dumper/Cloner/VarCloner.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/symfony/var-dumper/Server/Connection.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.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/symfony/twig-bridge/Extension/DumpExtension.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/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/WebLinkExtension.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/twig-bridge/Extension/SerializerExtension.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 ) . '/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php' ;
2023-06-20 19:14:19 +02:00
include_once \dirname ( __DIR__ , 4 ) . '/vendor/twig/twig/src/Extension/GlobalsInterface.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php' ;
2023-06-19 12:13:30 +02:00
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/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/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/service-contracts/ServiceSubscriberInterface.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/Authentication/AuthenticationTrustResolverInterface.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.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-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-core/Authorization/Strategy/AccessDecisionStrategyInterface.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.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/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/EventDispatcher.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/ContextListener.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/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php' ;
2023-06-20 19:14:19 +02:00
include_once \dirname ( __DIR__ , 4 ) . '/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/easycorp/easyadmin-bundle/src/Menu/MenuItemMatcherInterface.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/easycorp/easyadmin-bundle/src/Menu/MenuItemMatcher.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php' ;
2023-06-19 12:13:30 +02:00
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/http-client-contracts/HttpClientInterface.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/http-client/TraceableHttpClient.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/http-client/HttpClient.php' ;
2023-06-20 19:14:19 +02:00
include_once \dirname ( __DIR__ , 4 ) . '/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php' ;
2023-06-19 12:13:30 +02:00
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/symfony/messenger/MessageBusInterface.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/messenger/TraceableMessageBus.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/messenger/MessageBus.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/monolog/monolog/src/Monolog/Handler/NullHandler.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/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/http-client/DataCollector/HttpClientDataCollector.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/messenger/DataCollector/MessengerDataCollector.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/mailer/DataCollector/MessageDataCollector.php' ;
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php' ;
2023-06-20 19:14:19 +02:00
include_once \dirname ( __DIR__ , 4 ) . '/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php' ;
2023-06-19 12:13:30 +02:00
include_once \dirname ( __DIR__ , 4 ) . '/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.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' ;
}
protected function load ( $file , $lazyLoad = true )
{
if ( class_exists ( $class = __NAMESPACE__ . '\\' . $file , false )) {
return $class :: do ( $this , $lazyLoad );
}
if ( '.' === $file [ - 4 ]) {
$class = substr ( $class , 0 , - 4 );
} else {
$file .= '.php' ;
}
$service = require $this -> containerDir . \DIRECTORY_SEPARATOR . $file ;
return class_exists ( $class , false ) ? $class :: do ( $this , $lazyLoad ) : $service ;
}
/**
* Gets the public '.container.private.profiler' shared service .
*
* @ return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function get_Container_Private_ProfilerService ()
{
$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 [ '.container.private.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.messenger.restart_workers_signal' , ( $this -> privates [ 'cache.messenger.restart_workers_signal' ] ? ? $this -> getCache_Messenger_RestartWorkersSignalService ()));
$d -> addInstance ( 'cache.validator_expression_language' , ( $this -> services [ 'cache.validator_expression_language' ] ? ? $this -> getCache_ValidatorExpressionLanguageService ()));
$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.security_expression_language' , ( $this -> privates [ 'cache.security_expression_language' ] ? ? $this -> getCache_SecurityExpressionLanguageService ()));
$d -> addInstance ( 'cache.webpack_encore' , ( $this -> privates [ 'cache.webpack_encore' ] ? ? $this -> getCache_WebpackEncoreService ()));
$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector ();
$e -> registerClient ( 'http_client' , ( $this -> privates [ '.debug.http_client' ] ? ? $this -> get_Debug_HttpClientService ()));
$f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector ();
$f -> registerBus ( 'messenger.bus.default' , ( $this -> services [ 'messenger.default_bus' ] ? ? $this -> getMessenger_DefaultBusService ()));
$g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector ();
if ( $this -> has ( 'kernel' )) {
$g -> 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 -> privates [ 'debug.validator' ] ? ? $this -> getDebug_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 -> privates [ 'security.role_hierarchy' ] = new \Symfony\Component\Security\Core\Role\RoleHierarchy ([]))), ( $this -> privates [ 'security.logout_url_generator' ] ? ? $this -> getSecurity_LogoutUrlGeneratorService ()), ( $this -> privates [ 'debug.security.access.decision_manager' ] ? ? $this -> getDebug_Security_Access_DecisionManagerService ()), ( $this -> privates [ 'security.firewall.map' ] ? ? $this -> getSecurity_Firewall_MapService ()), ( $this -> privates [ 'debug.security.firewall' ] ? ? $this -> getDebug_Security_FirewallService ())));
$instance -> add ( new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector (( $this -> privates [ 'twig.profile' ] ? ? ( $this -> privates [ 'twig.profile' ] = new \Twig\Profiler\Profile ())), ( $this -> privates [ 'twig' ] ? ? $this -> getTwigService ())));
$instance -> add ( $e );
$instance -> add ( new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector (( $this -> services [ 'doctrine' ] ? ? $this -> getDoctrineService ()), true , ( $this -> privates [ 'doctrine.debug_data_holder' ] ? ? ( $this -> privates [ 'doctrine.debug_data_holder' ] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder ([])))));
$instance -> add (( $this -> services [ 'data_collector.dump' ] ? ? $this -> getDataCollector_DumpService ()));
$instance -> add ( $f );
$instance -> add ( new \Symfony\Component\Mailer\DataCollector\MessageDataCollector (( $this -> privates [ 'mailer.message_logger_listener' ] ? ? ( $this -> privates [ 'mailer.message_logger_listener' ] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener ()))));
$instance -> add ( new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector (( $this -> privates [ 'notifier.logger_notification_listener' ] ? ? ( $this -> privates [ 'notifier.logger_notification_listener' ] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener ()))));
2023-06-20 19:14:19 +02:00
$instance -> add ( new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector (( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider' ] ? ? $this -> getAdminContextProviderService ())));
2023-06-19 12:13:30 +02:00
$instance -> add ( $g );
return $instance ;
}
/**
* Gets the public 'cache.app' shared service .
*
* @ return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService ()
{
2023-06-20 19:14:19 +02:00
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter ( 'iYhh1DFJnS' , 0 , ( $this -> targetDir . '' . '/pools/app' ), ( $this -> privates [ 'cache.default_marshaller' ] ? ? ( $this -> privates [ 'cache.default_marshaller' ] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller ( NULL , true ))));
2023-06-19 12:13:30 +02:00
$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.system' shared service .
*
* @ return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SystemService ()
{
2023-06-20 19:14:19 +02:00
return $this -> services [ 'cache.system' ] = new \Symfony\Component\Cache\Adapter\TraceableAdapter ( \Symfony\Component\Cache\Adapter\AbstractAdapter :: createSystemCache ( 'ERxYRVXtDp' , 0 , $this -> getParameter ( 'container.build_id' ), ( $this -> targetDir . '' . '/pools/system' ), ( $this -> privates [ 'monolog.logger.cache' ] ? ? $this -> getMonolog_Logger_CacheService ())));
2023-06-19 12:13:30 +02:00
}
/**
* Gets the public 'cache.validator_expression_language' shared service .
*
* @ return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorExpressionLanguageService ()
{
2023-06-20 19:14:19 +02:00
return $this -> services [ 'cache.validator_expression_language' ] = new \Symfony\Component\Cache\Adapter\TraceableAdapter ( \Symfony\Component\Cache\Adapter\AbstractAdapter :: createSystemCache ( 'f285HCgJqQ' , 0 , $this -> getParameter ( 'container.build_id' ), ( $this -> targetDir . '' . '/pools/system' ), ( $this -> privates [ 'monolog.logger.cache' ] ? ? $this -> getMonolog_Logger_CacheService ())));
2023-06-19 12:13:30 +02:00
}
/**
* Gets the public 'data_collector.dump' shared service .
*
* @ return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
*/
protected function getDataCollector_DumpService ()
{
return $this -> services [ 'data_collector.dump' ] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector (( $this -> privates [ 'debug.stopwatch' ] ? ? ( $this -> privates [ 'debug.stopwatch' ] = new \Symfony\Component\Stopwatch\Stopwatch ( true ))), ( $this -> privates [ 'debug.file_link_formatter' ] ? ? $this -> getDebug_FileLinkFormatterService ()), 'UTF-8' , ( $this -> services [ 'request_stack' ] ? ? ( $this -> services [ 'request_stack' ] = new \Symfony\Component\HttpFoundation\RequestStack ())), ( $this -> privates [ 'var_dumper.server_connection' ] ? ? $this -> getVarDumper_ServerConnectionService ()));
}
/**
* 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 = ( $this -> privates [ 'doctrine.dbal.default_connection.event_manager' ] ? ? $this -> getDoctrine_Dbal_DefaultConnection_EventManagerService ());
if ( isset ( $this -> services [ 'doctrine.dbal.default_connection' ])) {
return $this -> services [ 'doctrine.dbal.default_connection' ];
}
$b = new \Doctrine\DBAL\Configuration ();
$c = new \Symfony\Bridge\Monolog\Logger ( 'doctrine' );
$c -> pushProcessor (( $this -> privates [ 'debug.log_processor' ] ? ? $this -> getDebug_LogProcessorService ()));
$c -> pushHandler (( $this -> privates [ 'monolog.handler.main' ] ? ? $this -> getMonolog_Handler_MainService ()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass :: configureLogger ( $c );
$d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware (( $this -> privates [ 'doctrine.debug_data_holder' ] ? ? ( $this -> privates [ 'doctrine.debug_data_holder' ] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder ([]))), ( $this -> privates [ 'debug.stopwatch' ] ? ? ( $this -> privates [ 'debug.stopwatch' ] = new \Symfony\Component\Stopwatch\Stopwatch ( true ))));
$d -> setConnectionName ( 'default' );
$b -> setSchemaManagerFactory ( new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory ());
$b -> setMiddlewares ([ 0 => new \Doctrine\DBAL\Logging\Middleware ( $c ), 1 => $d ]);
2023-06-20 19:14:19 +02:00
return $this -> services [ 'doctrine.dbal.default_connection' ] = ( new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory ( $this -> parameters [ 'doctrine.dbal.connection_factory.types' ], new \Doctrine\DBAL\Tools\DsnParser ([ 'db2' => 'ibm_db2' , 'mssql' => 'pdo_sqlsrv' , 'mysql' => 'pdo_mysql' , 'mysql2' => 'pdo_mysql' , 'postgres' => 'pdo_pgsql' , 'postgresql' => 'pdo_pgsql' , 'pgsql' => 'pdo_pgsql' , 'sqlite' => 'pdo_sqlite' , 'sqlite3' => 'pdo_sqlite' ]))) -> createConnection ([ 'url' => $this -> getEnv ( 'resolve:DATABASE_URL' ), 'driver' => 'pdo_mysql' , 'host' => 'localhost' , 'port' => NULL , 'user' => 'root' , 'password' => NULL , 'driverOptions' => [], 'defaultTableOptions' => []], $b , $a , []);
2023-06-19 12:13:30 +02:00
}
/**
* Gets the public 'doctrine.orm.default_entity_manager' shared service .
*
* @ return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_DefaultEntityManagerService ( $lazyLoad = true )
{
$a = ( $this -> services [ 'doctrine.dbal.default_connection' ] ? ? $this -> getDoctrine_Dbal_DefaultConnectionService ());
if ( isset ( $this -> services [ 'doctrine.orm.default_entity_manager' ])) {
return $this -> services [ 'doctrine.orm.default_entity_manager' ];
}
$b = ( $this -> privates [ 'doctrine.dbal.default_connection.event_manager' ] ? ? $this -> getDoctrine_Dbal_DefaultConnection_EventManagerService ());
if ( isset ( $this -> services [ 'doctrine.orm.default_entity_manager' ])) {
return $this -> services [ 'doctrine.orm.default_entity_manager' ];
}
$c = new \Doctrine\ORM\Configuration ();
$d = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain ();
2023-06-20 19:14:19 +02:00
$d -> addDriver (( $this -> privates [ 'doctrine.orm.default_annotation_metadata_driver' ] ? ? $this -> getDoctrine_Orm_DefaultAnnotationMetadataDriverService ()), 'App\\Entity' );
2023-06-19 12:13:30 +02:00
$c -> setEntityNamespaces ([ 'App' => 'App\\Entity' ]);
$c -> setMetadataCache ( new \Symfony\Component\Cache\Adapter\ArrayAdapter ());
$c -> setQueryCache (( $this -> privates [ 'cache.doctrine.orm.default.query' ] ? ? $this -> getCache_Doctrine_Orm_Default_QueryService ()));
$c -> setResultCache (( $this -> privates [ 'cache.doctrine.orm.default.result' ] ? ? $this -> getCache_Doctrine_Orm_Default_ResultService ()));
$c -> setMetadataDriverImpl ( new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver ( $d , new \Symfony\Component\DependencyInjection\Argument\ServiceLocator ( $this -> getService , [
'doctrine.ulid_generator' => [ 'privates' , 'doctrine.ulid_generator' , 'getDoctrine_UlidGeneratorService' , true ],
'doctrine.uuid_generator' => [ 'privates' , 'doctrine.uuid_generator' , 'getDoctrine_UuidGeneratorService' , true ],
], [
'doctrine.ulid_generator' => '?' ,
'doctrine.uuid_generator' => '?' ,
])));
$c -> setProxyDir (( $this -> targetDir . '' . '/doctrine/orm/Proxies' ));
$c -> setProxyNamespace ( 'Proxies' );
$c -> setAutoGenerateProxyClasses ( true );
$c -> setSchemaIgnoreClasses ([]);
$c -> setClassMetadataFactoryName ( 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory' );
$c -> setDefaultRepositoryClassName ( 'Doctrine\\ORM\\EntityRepository' );
$c -> setNamingStrategy ( new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy ( 0 , true ));
$c -> setQuoteStrategy ( new \Doctrine\ORM\Mapping\DefaultQuoteStrategy ());
$c -> setEntityListenerResolver ( new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver ( $this ));
$c -> setLazyGhostObjectEnabled ( false );
$c -> setRepositoryFactory ( new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory ( new \Symfony\Component\DependencyInjection\Argument\ServiceLocator ( $this -> getService , [], [])));
$this -> services [ 'doctrine.orm.default_entity_manager' ] = $instance = new \Doctrine\ORM\EntityManager ( $a , $c , $b );
( new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator ([], [])) -> configure ( $instance );
return $instance ;
}
/**
* 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.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 ( 'Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent' , [ 0 => function () {
return ( $this -> privates [ 'security.listener.user_provider' ] ? ? $this -> load ( 'getSecurity_Listener_UserProviderService' ));
}, 1 => 'checkPassport' ], 1024 );
$instance -> addListener ( 'kernel.response' , [ 0 => function () {
return ( $this -> privates [ 'security.context_listener.0' ] ? ? $this -> getSecurity_ContextListener_0Service ());
}, 1 => 'onKernelResponse' ], 0 );
$instance -> addListener ( 'kernel.exception' , [ 0 => function () {
return ( $this -> privates [ 'webpack_encore.exception_listener' ] ? ? $this -> load ( 'getWebpackEncore_ExceptionListenerService' ));
}, 1 => 'onKernelException' ], 0 );
2023-06-20 19:14:19 +02:00
$instance -> addListener ( 'kernel.exception' , [ 0 => function () {
return ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener' ] ? ? $this -> load ( 'getExceptionListenerService' ));
}, 1 => 'onKernelException' ], - 64 );
$instance -> addListener ( 'kernel.view' , [ 0 => function () {
return ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener' ] ? ? $this -> load ( 'getCrudResponseListenerService' ));
}, 1 => 'onKernelView' ], 0 );
2023-06-19 12:13:30 +02:00
$instance -> addListener ( 'kernel.response' , [ 0 => function () {
return ( $this -> privates [ 'response_listener' ] ? ? ( $this -> privates [ 'response_listener' ] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener ( 'UTF-8' , false )));
}, 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 () {
2023-06-20 19:14:19 +02:00
return ( $this -> privates [ 'exception_listener' ] ? ? $this -> getExceptionListener2Service ());
2023-06-19 12:13:30 +02:00
}, 1 => 'onControllerArguments' ], 0 );
$instance -> addListener ( 'kernel.exception' , [ 0 => function () {
2023-06-20 19:14:19 +02:00
return ( $this -> privates [ 'exception_listener' ] ? ? $this -> getExceptionListener2Service ());
2023-06-19 12:13:30 +02:00
}, 1 => 'logKernelException' ], 0 );
$instance -> addListener ( 'kernel.exception' , [ 0 => function () {
2023-06-20 19:14:19 +02:00
return ( $this -> privates [ 'exception_listener' ] ? ? $this -> getExceptionListener2Service ());
2023-06-19 12:13:30 +02:00
}, 1 => 'onKernelException' ], - 128 );
$instance -> addListener ( 'kernel.response' , [ 0 => function () {
2023-06-20 19:14:19 +02:00
return ( $this -> privates [ 'exception_listener' ] ? ? $this -> getExceptionListener2Service ());
2023-06-19 12:13:30 +02:00
}, 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 -> load ( 'getConsole_ErrorListenerService' ));
}, 1 => 'onConsoleError' ], - 128 );
$instance -> addListener ( 'console.terminate' , [ 0 => function () {
return ( $this -> privates [ 'console.error_listener' ] ? ? $this -> load ( '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 ( 'Symfony\\Component\\Mailer\\Event\\MessageEvent' , [ 0 => function () {
return ( $this -> privates [ 'mailer.envelope_listener' ] ? ? ( $this -> privates [ 'mailer.envelope_listener' ] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener ( NULL , NULL )));
}, 1 => 'onMessage' ], - 255 );
$instance -> addListener ( 'Symfony\\Component\\Mailer\\Event\\MessageEvent' , [ 0 => function () {
return ( $this -> privates [ 'mailer.message_logger_listener' ] ? ? ( $this -> privates [ 'mailer.message_logger_listener' ] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener ()));
}, 1 => 'onMessage' ], - 255 );
$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.response' , [ 0 => function () {
return ( $this -> privates [ 'web_link.add_link_header_listener' ] ? ? ( $this -> privates [ 'web_link.add_link_header_listener' ] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener ()));
}, 1 => 'onKernelResponse' ], 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 ( 'Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent' , [ 0 => function () {
return ( $this -> privates [ 'messenger.retry.send_failed_message_for_retry_listener' ] ? ? $this -> load ( 'getMessenger_Retry_SendFailedMessageForRetryListenerService' ));
}, 1 => 'onMessageFailed' ], 100 );
$instance -> addListener ( 'Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent' , [ 0 => function () {
return ( $this -> privates [ 'messenger.failure.add_error_details_stamp_listener' ] ? ? ( $this -> privates [ 'messenger.failure.add_error_details_stamp_listener' ] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener ()));
}, 1 => 'onMessageFailed' ], 200 );
$instance -> addListener ( 'Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent' , [ 0 => function () {
return ( $this -> privates [ 'messenger.failure.send_failed_message_to_failure_transport_listener' ] ? ? $this -> load ( 'getMessenger_Failure_SendFailedMessageToFailureTransportListenerService' ));
}, 1 => 'onMessageFailed' ], - 100 );
$instance -> addListener ( 'Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent' , [ 0 => function () {
return ( $this -> privates [ 'messenger.listener.dispatch_pcntl_signal_listener' ] ? ? ( $this -> privates [ 'messenger.listener.dispatch_pcntl_signal_listener' ] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener ()));
}, 1 => 'onWorkerRunning' ], 100 );
$instance -> addListener ( 'Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent' , [ 0 => function () {
return ( $this -> privates [ 'messenger.listener.stop_worker_on_restart_signal_listener' ] ? ? $this -> load ( 'getMessenger_Listener_StopWorkerOnRestartSignalListenerService' ));
}, 1 => 'onWorkerStarted' ], 0 );
$instance -> addListener ( 'Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent' , [ 0 => function () {
return ( $this -> privates [ 'messenger.listener.stop_worker_on_restart_signal_listener' ] ? ? $this -> load ( 'getMessenger_Listener_StopWorkerOnRestartSignalListenerService' ));
}, 1 => 'onWorkerRunning' ], 0 );
$instance -> addListener ( 'Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent' , [ 0 => function () {
return ( $this -> privates [ 'messenger.listener.stop_worker_on_sigterm_signal_listener' ] ? ? $this -> load ( 'getMessenger_Listener_StopWorkerOnSigtermSignalListenerService' ));
}, 1 => 'onWorkerStarted' ], 100 );
$instance -> addListener ( 'Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent' , [ 0 => function () {
return ( $this -> privates [ 'messenger.listener.stop_worker_on_stop_exception_listener' ] ? ? ( $this -> privates [ 'messenger.listener.stop_worker_on_stop_exception_listener' ] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener ()));
}, 1 => 'onMessageFailed' ], 0 );
$instance -> addListener ( 'Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent' , [ 0 => function () {
return ( $this -> privates [ 'messenger.listener.stop_worker_on_stop_exception_listener' ] ? ? ( $this -> privates [ 'messenger.listener.stop_worker_on_stop_exception_listener' ] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener ()));
}, 1 => 'onWorkerRunning' ], 0 );
$instance -> addListener ( 'Symfony\\Component\\Notifier\\Event\\MessageEvent' , [ 0 => function () {
return ( $this -> privates [ 'notifier.logger_notification_listener' ] ? ? ( $this -> privates [ 'notifier.logger_notification_listener' ] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener ()));
}, 1 => 'onNotification' ], - 255 );
$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 ( 'Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent' , [ 0 => function () {
return ( $this -> privates [ 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' ] ? ? $this -> load ( 'getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService' ));
}, 1 => 'onWorkerMessageHandled' ], 0 );
$instance -> addListener ( 'Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent' , [ 0 => function () {
return ( $this -> privates [ 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' ] ? ? $this -> load ( 'getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService' ));
}, 1 => 'onWorkerMessageFailed' ], 0 );
$instance -> addListener ( 'console.command' , [ 0 => function () {
return ( $this -> privates [ 'debug.dump_listener' ] ? ? $this -> load ( 'getDebug_DumpListenerService' ));
}, 1 => 'configure' ], 1024 );
$instance -> addListener ( 'Symfony\\Component\\Mailer\\Event\\MessageEvent' , [ 0 => function () {
return ( $this -> privates [ 'twig.mailer.message_listener' ] ? ? $this -> load ( 'getTwig_Mailer_MessageListenerService' ));
}, 1 => 'onMessage' ], 0 );
$instance -> addListener ( 'kernel.response' , [ 0 => function () {
return ( $this -> privates [ 'web_profiler.debug_toolbar' ] ? ? $this -> getWebProfiler_DebugToolbarService ());
}, 1 => 'onKernelResponse' ], - 128 );
$instance -> addListener ( 'Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent' , [ 0 => function () {
return ( $this -> privates [ 'security.listener.check_authenticator_credentials' ] ? ? $this -> load ( 'getSecurity_Listener_CheckAuthenticatorCredentialsService' ));
}, 1 => 'checkPassport' ], 0 );
$instance -> addListener ( 'Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent' , [ 0 => function () {
return ( $this -> privates [ 'security.listener.password_migrating' ] ? ? $this -> load ( 'getSecurity_Listener_PasswordMigratingService' ));
}, 1 => 'onLoginSuccess' ], 0 );
$instance -> addListener ( 'debug.security.authorization.vote' , [ 0 => function () {
return ( $this -> privates [ 'debug.security.voter.vote_listener' ] ? ? $this -> load ( '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 ( '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 ( '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 ( 'kernel.finish_request' , [ 0 => function () {
return ( $this -> privates [ 'Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener' ] ? ? $this -> getResetAssetsEventListenerService ());
}, 1 => 'resetAssets' ], 0 );
2023-06-20 19:14:19 +02:00
$instance -> addListener ( 'kernel.request' , [ 0 => function () {
return ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber' ] ? ? $this -> getAdminRouterSubscriberService ());
}, 1 => 'onKernelRequest' ], 0 );
$instance -> addListener ( 'kernel.controller' , [ 0 => function () {
return ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber' ] ? ? $this -> getAdminRouterSubscriberService ());
}, 1 => 'onKernelController' ], 128 );
2023-06-19 12:13:30 +02:00
$instance -> addListener ( 'Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent' , [ 0 => function () {
return ( $this -> privates [ 'security.listener.csrf_protection' ] ? ? $this -> load ( 'getSecurity_Listener_CsrfProtectionService' ));
}, 1 => 'checkPassport' ], 512 );
$instance -> addListener ( 'Symfony\\Component\\Security\\Http\\Event\\LogoutEvent' , [ 0 => function () {
return ( $this -> privates [ 'security.logout.listener.csrf_token_clearing' ] ? ? $this -> load ( 'getSecurity_Logout_Listener_CsrfTokenClearingService' ));
}, 1 => 'onLogout' ], 0 );
return $instance ;
}
/**
* Gets the public 'http_kernel' shared service .
*
* @ return \Symfony\Component\HttpKernel\HttpKernel
*/
protected function getHttpKernelService ()
{
$a = ( $this -> services [ 'event_dispatcher' ] ? ? $this -> getEventDispatcherService ());
if ( isset ( $this -> services [ 'http_kernel' ])) {
return $this -> services [ 'http_kernel' ];
}
2023-06-20 19:14:19 +02:00
return $this -> services [ 'http_kernel' ] = new \Symfony\Component\HttpKernel\HttpKernel ( $a , ( $this -> privates [ 'debug.controller_resolver' ] ? ? $this -> getDebug_ControllerResolverService ()), ( $this -> services [ 'request_stack' ] ? ? ( $this -> services [ 'request_stack' ] = new \Symfony\Component\HttpFoundation\RequestStack ())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver ( new \Symfony\Component\HttpKernel\Controller\ArgumentResolver ( new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory (), new RewindableGenerator ( function () {
2023-06-19 12:13:30 +02:00
yield 0 => ( $this -> privates [ 'debug.argument_resolver.request_attribute' ] ? ? $this -> load ( 'getDebug_ArgumentResolver_RequestAttributeService' ));
yield 1 => ( $this -> privates [ 'debug.argument_resolver.request' ] ? ? $this -> load ( 'getDebug_ArgumentResolver_RequestService' ));
yield 2 => ( $this -> privates [ 'debug.argument_resolver.session' ] ? ? $this -> load ( 'getDebug_ArgumentResolver_SessionService' ));
yield 3 => ( $this -> privates [ 'debug.security.user_value_resolver' ] ? ? $this -> load ( 'getDebug_Security_UserValueResolverService' ));
2023-06-20 19:14:19 +02:00
yield 4 => ( $this -> privates [ 'debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver' ] ? ? $this -> load ( 'getAdminContextResolverService' ));
yield 5 => ( $this -> privates [ 'debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver' ] ? ? $this -> load ( 'getBatchActionDtoResolverService' ));
yield 6 => ( $this -> privates [ 'debug.argument_resolver.service' ] ? ? $this -> load ( 'getDebug_ArgumentResolver_ServiceService' ));
yield 7 => ( $this -> privates [ 'debug.argument_resolver.default' ] ? ? $this -> load ( 'getDebug_ArgumentResolver_DefaultService' ));
yield 8 => ( $this -> privates [ 'debug.argument_resolver.variadic' ] ? ? $this -> load ( 'getDebug_ArgumentResolver_VariadicService' ));
yield 9 => ( $this -> privates [ 'debug.argument_resolver.not_tagged_controller' ] ? ? $this -> load ( 'getDebug_ArgumentResolver_NotTaggedControllerService' ));
}, 10 )), ( $this -> privates [ 'debug.stopwatch' ] ? ? ( $this -> privates [ 'debug.stopwatch' ] = new \Symfony\Component\Stopwatch\Stopwatch ( true )))));
2023-06-19 12:13:30 +02:00
}
/**
* Gets the public 'messenger.default_bus' shared service .
*
* @ return \Symfony\Component\Messenger\TraceableMessageBus
*/
protected function getMessenger_DefaultBusService ()
{
return $this -> services [ 'messenger.default_bus' ] = new \Symfony\Component\Messenger\TraceableMessageBus ( new \Symfony\Component\Messenger\MessageBus ( new RewindableGenerator ( function () {
yield 0 => ( $this -> privates [ 'messenger.bus.default.middleware.traceable' ] ? ? $this -> load ( 'getMessenger_Bus_Default_Middleware_TraceableService' ));
yield 1 => ( $this -> privates [ 'messenger.bus.default.middleware.add_bus_name_stamp_middleware' ] ? ? ( $this -> privates [ 'messenger.bus.default.middleware.add_bus_name_stamp_middleware' ] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware ( 'messenger.bus.default' )));
yield 2 => ( $this -> privates [ 'messenger.middleware.reject_redelivered_message_middleware' ] ? ? ( $this -> privates [ 'messenger.middleware.reject_redelivered_message_middleware' ] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware ()));
yield 3 => ( $this -> privates [ 'messenger.middleware.dispatch_after_current_bus' ] ? ? ( $this -> privates [ 'messenger.middleware.dispatch_after_current_bus' ] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware ()));
yield 4 => ( $this -> privates [ 'messenger.middleware.failed_message_processing_middleware' ] ? ? ( $this -> privates [ 'messenger.middleware.failed_message_processing_middleware' ] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware ()));
yield 5 => ( $this -> privates [ 'messenger.middleware.send_message' ] ? ? $this -> load ( 'getMessenger_Middleware_SendMessageService' ));
yield 6 => ( $this -> privates [ 'messenger.bus.default.middleware.handle_message' ] ? ? $this -> load ( 'getMessenger_Bus_Default_Middleware_HandleMessageService' ));
}, 7 )));
}
/**
* Gets the public 'monolog.logger.deprecation' shared service .
*
* @ return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_DeprecationService ()
{
$this -> services [ 'monolog.logger.deprecation' ] = $instance = new \Symfony\Bridge\Monolog\Logger ( 'deprecation' );
$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 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' , true ],
], [
'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface' ,
2023-06-20 19:14:19 +02:00
])) -> 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 , 'en' );
2023-06-19 12:13:30 +02:00
$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 '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 'var_dumper.cloner' shared service .
*
* @ return \Symfony\Component\VarDumper\Cloner\VarCloner
*/
protected function getVarDumper_ClonerService ()
{
$this -> services [ 'var_dumper.cloner' ] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner ();
$instance -> setMaxItems ( 2500 );
$instance -> setMinDepth ( 1 );
$instance -> setMaxString ( - 1 );
$instance -> addCasters ([ 'Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo' ]);
return $instance ;
}
/**
* Gets the private '.debug.http_client' shared service .
*
* @ return \Symfony\Component\HttpClient\TraceableHttpClient
*/
protected function get_Debug_HttpClientService ()
{
$a = \Symfony\Component\HttpClient\HttpClient :: create ([], 6 );
$b = new \Symfony\Bridge\Monolog\Logger ( 'http_client' );
$b -> pushProcessor (( $this -> privates [ 'debug.log_processor' ] ? ? $this -> getDebug_LogProcessorService ()));
$b -> pushHandler (( $this -> privates [ 'monolog.handler.console' ] ? ? $this -> getMonolog_Handler_ConsoleService ()));
$b -> pushHandler (( $this -> privates [ 'monolog.handler.main' ] ? ? $this -> getMonolog_Handler_MainService ()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass :: configureLogger ( $b );
$a -> setLogger ( $b );
return $this -> privates [ '.debug.http_client' ] = new \Symfony\Component\HttpClient\TraceableHttpClient ( $a , ( $this -> privates [ 'debug.stopwatch' ] ? ? ( $this -> privates [ 'debug.stopwatch' ] = new \Symfony\Component\Stopwatch\Stopwatch ( true ))));
}
/**
* Gets the private '.service_locator.zJyh7qS' shared service .
*
* @ return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZJyh7qSService ()
{
return $this -> privates [ '.service_locator.zJyh7qS' ] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator ( $this -> getService , [
'security.firewall.map.context.dev' => [ 'privates' , 'security.firewall.map.context.dev' , 'getSecurity_Firewall_Map_Context_DevService' , true ],
'security.firewall.map.context.main' => [ 'privates' , 'security.firewall.map.context.main' , 'getSecurity_Firewall_Map_Context_MainService' , true ],
], [
'security.firewall.map.context.dev' => '?' ,
'security.firewall.map.context.main' => '?' ,
]);
}
2023-06-20 19:14:19 +02:00
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service .
*
* @ return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
*/
protected function getAdminRouterSubscriberService ()
{
$a = ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory' ] ? ? $this -> getEntityFactoryService ());
if ( isset ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber' ])) {
return $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber' ];
}
$b = ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider' ] ? ? $this -> getAdminContextProviderService ());
$c = ( $this -> services [ 'router' ] ? ? $this -> getRouterService ());
return $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber' ] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber ( new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory ( $this -> targetDir . '' , ( $this -> privates [ 'security.token_storage' ] ? ? $this -> getSecurity_TokenStorageService ()), new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory ( $b , ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker' ] ? ? $this -> getAuthorizationCheckerService ()), ( $this -> privates [ 'security.logout_url_generator' ] ? ? $this -> getSecurity_LogoutUrlGeneratorService ()), ( isset ( $this -> factories [ 'service_container' ][ 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' ]) ? $this -> factories [ 'service_container' ][ 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' ]() : $this -> getAdminUrlGeneratorService ()), new \EasyCorp\Bundle\EasyAdminBundle\Menu\MenuItemMatcher ( $b )), new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry ([ 'App\\Controller\\Admin\\UserCrudController' => 'App\\Entity\\User' ], [ 'App\\Controller\\Admin\\UserCrudController' => '8a2d926' ], [ 'App\\Entity\\User' => 'App\\Controller\\Admin\\UserCrudController' ], [ '8a2d926' => 'App\\Controller\\Admin\\UserCrudController' ]), $a ), ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory' ] ? ? $this -> getControllerFactoryService ()), ( $this -> privates [ 'debug.controller_resolver' ] ? ? $this -> getDebug_ControllerResolverService ()), $c , $c );
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service .
*
* @ return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
*/
protected function getActionFactoryService ()
{
return $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory' ] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory (( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider' ] ? ? $this -> getAdminContextProviderService ()), ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker' ] ? ? $this -> getAuthorizationCheckerService ()), ( isset ( $this -> factories [ 'service_container' ][ 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' ]) ? $this -> factories [ 'service_container' ][ 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' ]() : $this -> getAdminUrlGeneratorService ()), ( $this -> privates [ 'security.csrf.token_manager' ] ? ? $this -> getSecurity_Csrf_TokenManagerService ()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service .
*
* @ return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
*/
protected function getControllerFactoryService ()
{
return $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory' ] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory (( $this -> privates [ 'debug.controller_resolver' ] ? ? $this -> getDebug_ControllerResolverService ()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service .
*
* @ return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
*/
protected function getEntityFactoryService ()
{
$a = ( $this -> services [ 'event_dispatcher' ] ? ? $this -> getEventDispatcherService ());
if ( isset ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory' ])) {
return $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory' ];
}
$b = ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker' ] ? ? $this -> getAuthorizationCheckerService ());
return $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory' ] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory ( new \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory (( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider' ] ? ? $this -> getAdminContextProviderService ()), $b , new RewindableGenerator ( function () {
yield 0 => ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator' ] ? ? $this -> load ( 'getCommonPreConfiguratorService' ));
yield 1 => ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator' ] ? ? ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator' ] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator ()));
yield 2 => ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator' ] ? ? $this -> load ( 'getAssociationConfiguratorService' ));
yield 3 => ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator' ] ? ? ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator' ] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator ()));
yield 4 => ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator' ] ? ? $this -> load ( 'getBooleanConfiguratorService' ));
yield 5 => ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator' ] ? ? ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator' ] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator ()));
yield 6 => ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator' ] ? ? $this -> load ( 'getCollectionConfiguratorService' ));
yield 7 => ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator' ] ? ? $this -> load ( 'getCountryConfiguratorService' ));
yield 8 => ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator' ] ? ? ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator' ] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator ()));
yield 9 => ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator' ] ? ? $this -> load ( 'getDateTimeConfiguratorService' ));
yield 10 => ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator' ] ? ? ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator' ] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator ()));
yield 11 => ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator' ] ? ? ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator' ] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator ()));
yield 12 => ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator' ] ? ? ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator' ] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator ()));
yield 13 => ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator' ] ? ? ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator' ] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator ( \dirname ( __DIR__ , 4 ))));
yield 14 => ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator' ] ? ? ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator' ] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator ()));
yield 15 => ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator' ] ? ? ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator' ] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator ()));
yield 16 => ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator' ] ? ? ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator' ] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator ()));
yield 17 => ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator' ] ? ? $this -> load ( 'getMoneyConfiguratorService' ));
yield 18 => ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator' ] ? ? $this -> load ( 'getNumberConfiguratorService' ));
yield 19 => ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator' ] ? ? ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator' ] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator ()));
yield 20 => ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator' ] ? ? ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator' ] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator ()));
yield 21 => ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator' ] ? ? ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator' ] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator ()));
yield 22 => ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator' ] ? ? ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator' ] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator ()));
yield 23 => ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator' ] ? ? ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator' ] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator ()));
yield 24 => ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator' ] ? ? ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator' ] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator ()));
yield 25 => ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator' ] ? ? ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator' ] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator ()));
yield 26 => ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator' ] ? ? ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator' ] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator ()));
yield 27 => ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator' ] ? ? $this -> load ( 'getCommonPostConfiguratorService' ));
}, 28 )), ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory' ] ? ? $this -> getActionFactoryService ()), $b , ( $this -> services [ 'doctrine' ] ? ? $this -> getDoctrineService ()), $a );
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service .
*
* @ return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
*/
protected function getAdminContextProviderService ()
{
return $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider' ] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider (( $this -> services [ 'request_stack' ] ? ? ( $this -> services [ 'request_stack' ] = new \Symfony\Component\HttpFoundation\RequestStack ())));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service .
*
* @ return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
*/
protected function getAdminUrlGeneratorService ()
{
$this -> factories [ 'service_container' ][ 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' ] = function () {
return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator (( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider' ] ? ? $this -> getAdminContextProviderService ()), ( $this -> services [ 'router' ] ? ? $this -> getRouterService ()), ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry' ] ? ? ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry' ] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry ( $this -> targetDir . '' , [ 'App\\Controller\\Admin\\DashboardController' => 'dc85308' ], [ 'dc85308' => 'App\\Controller\\Admin\\DashboardController' ]))));
};
return $this -> factories [ 'service_container' ][ 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' ]();
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service .
*
* @ return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
*/
protected function getAuthorizationCheckerService ()
{
$a = ( $this -> privates [ 'security.authorization_checker' ] ? ? $this -> getSecurity_AuthorizationCheckerService ());
if ( isset ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker' ])) {
return $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker' ];
}
return $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker' ] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker ( $a );
}
2023-06-19 12:13:30 +02:00
/**
* Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service .
*
* @ return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
*/
protected function getResetAssetsEventListenerService ()
{
return $this -> privates [ 'Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener' ] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener (( $this -> privates [ 'webpack_encore.entrypoint_lookup_collection' ] ? ? $this -> getWebpackEncore_EntrypointLookupCollectionService ()), [ 0 => '_default' ]);
}
2023-06-20 19:14:19 +02:00
/**
* Gets the private 'annotations.cache_adapter' shared service .
*
* @ return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
*/
protected function getAnnotations_CacheAdapterService ()
{
return \Symfony\Component\Cache\Adapter\PhpArrayAdapter :: create (( $this -> targetDir . '' . '/annotations.php' ), ( $this -> privates [ 'cache.annotations' ] ? ? $this -> getCache_AnnotationsService ()));
}
/**
* 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 ;
}
2023-06-19 12:13:30 +02:00
/**
* Gets the private 'assets.packages' shared service .
*
* @ return \Symfony\Component\Asset\Packages
*/
protected function getAssets_PackagesService ()
{
$a = ( $this -> privates [ 'router.request_context' ] ? ? $this -> getRouter_RequestContextService ());
return $this -> privates [ 'assets.packages' ] = new \Symfony\Component\Asset\Packages ( new \Symfony\Component\Asset\PathPackage ( '' , new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy (( \dirname ( __DIR__ , 4 ) . '/public/build/manifest.json' ), ( $this -> privates [ '.debug.http_client' ] ? ? $this -> get_Debug_HttpClientService ()), false ), new \Symfony\Component\Asset\Context\RequestStackContext (( $this -> services [ 'request_stack' ] ? ? ( $this -> services [ 'request_stack' ] = new \Symfony\Component\HttpFoundation\RequestStack ())), $a -> getBaseUrl (), $a -> isSecure ())), new RewindableGenerator ( function () {
2023-06-20 19:14:19 +02:00
yield 'easyadmin.assets.package' => ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Asset\\AssetPackage' ] ? ? $this -> load ( 'getAssetPackageService' ));
}, 1 ));
2023-06-19 12:13:30 +02:00
}
/**
* Gets the private 'cache.annotations' shared service .
*
* @ return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AnnotationsService ()
{
2023-06-20 19:14:19 +02:00
return $this -> privates [ 'cache.annotations' ] = new \Symfony\Component\Cache\Adapter\TraceableAdapter ( \Symfony\Component\Cache\Adapter\AbstractAdapter :: createSystemCache ( 'H9fDWx2S4o' , 0 , $this -> getParameter ( 'container.build_id' ), ( $this -> targetDir . '' . '/pools/system' ), ( $this -> privates [ 'monolog.logger.cache' ] ? ? $this -> getMonolog_Logger_CacheService ())));
2023-06-19 12:13:30 +02:00
}
/**
* 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.messenger.restart_workers_signal' shared service .
*
* @ return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Messenger_RestartWorkersSignalService ()
{
2023-06-20 19:14:19 +02:00
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter ( 'zPLKWei8QU' , 0 , ( $this -> targetDir . '' . '/pools/app' ), ( $this -> privates [ 'cache.default_marshaller' ] ? ? ( $this -> privates [ 'cache.default_marshaller' ] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller ( NULL , true ))));
2023-06-19 12:13:30 +02:00
$a -> setLogger (( $this -> privates [ 'monolog.logger.cache' ] ? ? $this -> getMonolog_Logger_CacheService ()));
return $this -> privates [ 'cache.messenger.restart_workers_signal' ] = new \Symfony\Component\Cache\Adapter\TraceableAdapter ( $a );
}
/**
* Gets the private 'cache.property_info' shared service .
*
* @ return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_PropertyInfoService ()
{
2023-06-20 19:14:19 +02:00
return $this -> privates [ 'cache.property_info' ] = new \Symfony\Component\Cache\Adapter\TraceableAdapter ( \Symfony\Component\Cache\Adapter\AbstractAdapter :: createSystemCache ( 'KKEvaZ3+Uc' , 0 , $this -> getParameter ( 'container.build_id' ), ( $this -> targetDir . '' . '/pools/system' ), ( $this -> privates [ 'monolog.logger.cache' ] ? ? $this -> getMonolog_Logger_CacheService ())));
2023-06-19 12:13:30 +02:00
}
/**
* Gets the private 'cache.security_expression_language' shared service .
*
* @ return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityExpressionLanguageService ()
{
2023-06-20 19:14:19 +02:00
return $this -> privates [ 'cache.security_expression_language' ] = new \Symfony\Component\Cache\Adapter\TraceableAdapter ( \Symfony\Component\Cache\Adapter\AbstractAdapter :: createSystemCache ( 'd4NgoI+XCQ' , 0 , $this -> getParameter ( 'container.build_id' ), ( $this -> targetDir . '' . '/pools/system' ), ( $this -> privates [ 'monolog.logger.cache' ] ? ? $this -> getMonolog_Logger_CacheService ())));
2023-06-19 12:13:30 +02:00
}
/**
* Gets the private 'cache.serializer' shared service .
*
* @ return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SerializerService ()
{
2023-06-20 19:14:19 +02:00
return $this -> privates [ 'cache.serializer' ] = new \Symfony\Component\Cache\Adapter\TraceableAdapter ( \Symfony\Component\Cache\Adapter\AbstractAdapter :: createSystemCache ( 'vgMs+5hx8w' , 0 , $this -> getParameter ( 'container.build_id' ), ( $this -> targetDir . '' . '/pools/system' ), ( $this -> privates [ 'monolog.logger.cache' ] ? ? $this -> getMonolog_Logger_CacheService ())));
2023-06-19 12:13:30 +02:00
}
/**
* Gets the private 'cache.validator' shared service .
*
* @ return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorService ()
{
2023-06-20 19:14:19 +02:00
return $this -> privates [ 'cache.validator' ] = new \Symfony\Component\Cache\Adapter\TraceableAdapter ( \Symfony\Component\Cache\Adapter\AbstractAdapter :: createSystemCache ( 'J5fD7qkCB7' , 0 , $this -> getParameter ( 'container.build_id' ), ( $this -> targetDir . '' . '/pools/system' ), ( $this -> privates [ 'monolog.logger.cache' ] ? ? $this -> getMonolog_Logger_CacheService ())));
2023-06-19 12:13:30 +02:00
}
/**
* Gets the private 'cache.webpack_encore' shared service .
*
* @ return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_WebpackEncoreService ()
{
2023-06-20 19:14:19 +02:00
return $this -> privates [ 'cache.webpack_encore' ] = new \Symfony\Component\Cache\Adapter\TraceableAdapter ( \Symfony\Component\Cache\Adapter\AbstractAdapter :: createSystemCache ( 'bAJ0fSemP2' , 0 , $this -> getParameter ( 'container.build_id' ), ( $this -> targetDir . '' . '/pools/system' ), ( $this -> privates [ 'monolog.logger.cache' ] ? ? $this -> getMonolog_Logger_CacheService ())));
2023-06-19 12:13:30 +02:00
}
/**
* 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 '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 ())));
}
2023-06-20 19:14:19 +02:00
/**
* Gets the private 'debug.controller_resolver' shared service .
*
* @ return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
*/
protected function getDebug_ControllerResolverService ()
{
return $this -> privates [ 'debug.controller_resolver' ] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver ( new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver ( $this , ( $this -> privates [ 'monolog.logger.request' ] ? ? $this -> getMonolog_Logger_RequestService ())), ( $this -> privates [ 'debug.stopwatch' ] ? ? ( $this -> privates [ 'debug.stopwatch' ] = new \Symfony\Component\Stopwatch\Stopwatch ( true ))));
}
2023-06-19 12:13:30 +02:00
/**
* 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 , true , ( $this -> services [ 'monolog.logger.deprecation' ] ? ? $this -> getMonolog_Logger_DeprecationService ()));
}
/**
* 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 -> load ( 'getDebug_FileLinkFormatter_UrlFormatService' ));
});
}
/**
* 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 -> load ( 'getDebug_Security_Voter_Security_Access_AuthenticatedVoterService' ));
yield 1 => ( $this -> privates [ 'debug.security.voter.security.access.simple_role_voter' ] ? ? $this -> load ( 'getDebug_Security_Voter_Security_Access_SimpleRoleVoterService' ));
yield 2 => ( $this -> privates [ 'debug.security.voter.security.access.expression_voter' ] ? ? $this -> load ( 'getDebug_Security_Voter_Security_Access_ExpressionVoterService' ));
2023-06-20 19:14:19 +02:00
yield 3 => ( $this -> privates [ 'debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter' ] ? ? $this -> load ( 'getSecurityVoterService' ));
}, 4 ), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy ( false )));
2023-06-19 12:13:30 +02:00
}
/**
* Gets the private 'debug.security.firewall' shared service .
*
* @ return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
*/
protected function getDebug_Security_FirewallService ()
{
$a = ( $this -> services [ 'event_dispatcher' ] ? ? $this -> getEventDispatcherService ());
if ( isset ( $this -> privates [ 'debug.security.firewall' ])) {
return $this -> privates [ 'debug.security.firewall' ];
}
return $this -> privates [ 'debug.security.firewall' ] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener (( $this -> privates [ 'security.firewall.map' ] ? ? $this -> getSecurity_Firewall_MapService ()), $a , ( $this -> privates [ 'security.logout_url_generator' ] ? ? $this -> getSecurity_LogoutUrlGeneratorService ()));
}
/**
* Gets the private 'debug.validator' shared service .
*
* @ return \Symfony\Component\Validator\Validator\TraceableValidator
*/
protected function getDebug_ValidatorService ()
{
$a = ( $this -> privates [ 'validator.builder' ] ? ? $this -> getValidator_BuilderService ());
if ( isset ( $this -> privates [ 'debug.validator' ])) {
return $this -> privates [ 'debug.validator' ];
}
return $this -> privates [ 'debug.validator' ] = new \Symfony\Component\Validator\Validator\TraceableValidator ( $a -> getValidator ());
}
/**
* Gets the private 'doctrine.dbal.default_connection.event_manager' shared service .
*
* @ return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
*/
protected function getDoctrine_Dbal_DefaultConnection_EventManagerService ()
{
return $this -> privates [ 'doctrine.dbal.default_connection.event_manager' ] = 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' , true ],
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => [ 'privates' , 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' , 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService' , true ],
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => [ 'privates' , 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' , 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService' , true ],
'doctrine.orm.messenger.doctrine_schema_subscriber' => [ 'privates' , 'doctrine.orm.messenger.doctrine_schema_subscriber' , 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService' , true ],
], [
'doctrine.orm.default_listeners.attach_entity_listeners' => '?' ,
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?' ,
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?' ,
'doctrine.orm.messenger.doctrine_schema_subscriber' => '?' ,
]), [ 0 => 'doctrine.orm.messenger.doctrine_schema_subscriber' , 1 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' , 2 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' , 3 => [ 0 => [ 0 => 'loadClassMetadata' ], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners' ]]);
}
2023-06-20 19:14:19 +02:00
/**
* 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' )], false );
}
2023-06-19 12:13:30 +02:00
/**
* Gets the private 'exception_listener' shared service .
*
* @ return \Symfony\Component\HttpKernel\EventListener\ErrorListener
*/
2023-06-20 19:14:19 +02:00
protected function getExceptionListener2Service ()
2023-06-19 12:13:30 +02:00
{
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 '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 ( 'en' )));
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 ())), 'en' , ( $this -> services [ 'router' ] ? ? $this -> getRouterService ()), false , []);
}
/**
* 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.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 ;
}
2023-06-20 19:14:19 +02:00
/**
* 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 );
}
2023-06-19 12:13:30 +02:00
/**
* Gets the private 'profiler_listener' shared service .
*
* @ return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
*/
protected function getProfilerListenerService ()
{
$a = ( $this -> services [ '.container.private.profiler' ] ? ? $this -> get_Container_Private_ProfilerService ());
if ( isset ( $this -> privates [ 'profiler_listener' ])) {
return $this -> privates [ 'profiler_listener' ];
}
return $this -> privates [ 'profiler_listener' ] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener ( $a , ( $this -> services [ 'request_stack' ] ? ? ( $this -> services [ 'request_stack' ] = new \Symfony\Component\HttpFoundation\RequestStack ())), NULL , false , false , NULL );
}
/**
* 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 -> load ( '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 -> load ( 'getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService' ));
}, 3 ), new RewindableGenerator ( function () {
yield 0 => ( $this -> privates [ 'doctrine.orm.default_entity_manager.property_info_extractor' ] ? ? $this -> load ( 'getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService' ));
yield 1 => ( $this -> privates [ 'property_info.phpstan_extractor' ] ? ? ( $this -> privates [ 'property_info.phpstan_extractor' ] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor ()));
yield 2 => ( $this -> privates [ 'property_info.php_doc_extractor' ] ? ? ( $this -> privates [ 'property_info.php_doc_extractor' ] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor ()));
yield 3 => ( $this -> privates [ 'property_info.reflection_extractor' ] ? ? ( $this -> privates [ 'property_info.reflection_extractor' ] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor ()));
}, 4 ), new RewindableGenerator ( function () {
yield 0 => ( $this -> privates [ 'property_info.php_doc_extractor' ] ? ? ( $this -> privates [ 'property_info.php_doc_extractor' ] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor ()));
}, 1 ), new RewindableGenerator ( function () {
yield 0 => ( $this -> privates [ 'doctrine.orm.default_entity_manager.property_info_extractor' ] ? ? $this -> load ( 'getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService' ));
yield 1 => ( $this -> privates [ 'property_info.reflection_extractor' ] ? ? ( $this -> privates [ 'property_info.reflection_extractor' ] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor ()));
}, 2 ), 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 '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' , true ],
], [
'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 'security.authorization_checker' shared service .
*
* @ return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
*/
protected function getSecurity_AuthorizationCheckerService ()
{
$a = ( $this -> privates [ 'debug.security.access.decision_manager' ] ? ? $this -> getDebug_Security_Access_DecisionManagerService ());
if ( isset ( $this -> privates [ 'security.authorization_checker' ])) {
return $this -> privates [ 'security.authorization_checker' ];
}
return $this -> privates [ 'security.authorization_checker' ] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker (( $this -> privates [ 'security.token_storage' ] ? ? $this -> getSecurity_TokenStorageService ()), $a , false , false );
}
/**
* Gets the private 'security.context_listener.0' shared service .
*
* @ return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_0Service ()
{
return $this -> privates [ 'security.context_listener.0' ] = new \Symfony\Component\Security\Http\Firewall\ContextListener (( $this -> privates [ 'security.untracked_token_storage' ] ? ? ( $this -> privates [ 'security.untracked_token_storage' ] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage ())), new RewindableGenerator ( function () {
yield 0 => ( $this -> privates [ 'security.user.provider.concrete.users_in_memory' ] ? ? ( $this -> privates [ 'security.user.provider.concrete.users_in_memory' ] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider ([])));
}, 1 ), 'main' , ( $this -> privates [ 'monolog.logger.security' ] ? ? $this -> getMonolog_Logger_SecurityService ()), ( $this -> privates [ 'security.event_dispatcher.main' ] ? ? $this -> getSecurity_EventDispatcher_MainService ()), ( $this -> privates [ 'security.authentication.trust_resolver' ] ? ? ( $this -> privates [ 'security.authentication.trust_resolver' ] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver ())), [ 0 => ( $this -> privates [ 'security.token_storage' ] ? ? $this -> getSecurity_TokenStorageService ()), 1 => 'enableUsageTracking' ]);
}
2023-06-20 19:14:19 +02:00
/**
* Gets the private 'security.csrf.token_manager' shared service .
*
* @ return \Symfony\Component\Security\Csrf\CsrfTokenManager
*/
protected function getSecurity_Csrf_TokenManagerService ()
{
return $this -> privates [ '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 private 'security.csrf.token_storage' shared service .
*
* @ return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
*/
protected function getSecurity_Csrf_TokenStorageService ()
{
return $this -> privates [ 'security.csrf.token_storage' ] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage (( $this -> services [ 'request_stack' ] ? ? ( $this -> services [ 'request_stack' ] = new \Symfony\Component\HttpFoundation\RequestStack ())));
}
2023-06-19 12:13:30 +02:00
/**
* Gets the private 'security.event_dispatcher.main' shared service .
*
* @ return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_MainService ()
{
$this -> privates [ 'security.event_dispatcher.main' ] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher ();
$instance -> addListener ( 'Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent' , [ 0 => function () {
return ( $this -> privates [ 'security.listener.main.user_provider' ] ? ? $this -> load ( 'getSecurity_Listener_Main_UserProviderService' ));
}, 1 => 'checkPassport' ], 2048 );
$instance -> addListener ( 'Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent' , [ 0 => function () {
return ( $this -> privates [ 'security.listener.session.main' ] ? ? $this -> load ( 'getSecurity_Listener_Session_MainService' ));
}, 1 => 'onSuccessfulLogin' ], 0 );
$instance -> addListener ( 'Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent' , [ 0 => function () {
return ( $this -> privates [ 'security.listener.user_checker.main' ] ? ? $this -> load ( 'getSecurity_Listener_UserChecker_MainService' ));
}, 1 => 'preCheckCredentials' ], 256 );
$instance -> addListener ( 'security.authentication.success' , [ 0 => function () {
return ( $this -> privates [ 'security.listener.user_checker.main' ] ? ? $this -> load ( 'getSecurity_Listener_UserChecker_MainService' ));
}, 1 => 'postCheckCredentials' ], 256 );
$instance -> addListener ( 'Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent' , [ 0 => function () {
return ( $this -> privates [ 'security.listener.user_provider' ] ? ? $this -> load ( 'getSecurity_Listener_UserProviderService' ));
}, 1 => 'checkPassport' ], 1024 );
$instance -> addListener ( 'Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent' , [ 0 => function () {
return ( $this -> privates [ 'security.listener.check_authenticator_credentials' ] ? ? $this -> load ( 'getSecurity_Listener_CheckAuthenticatorCredentialsService' ));
}, 1 => 'checkPassport' ], 0 );
$instance -> addListener ( 'Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent' , [ 0 => function () {
return ( $this -> privates [ 'security.listener.password_migrating' ] ? ? $this -> load ( 'getSecurity_Listener_PasswordMigratingService' ));
}, 1 => 'onLoginSuccess' ], 0 );
$instance -> addListener ( 'Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent' , [ 0 => function () {
return ( $this -> privates [ 'security.listener.csrf_protection' ] ? ? $this -> load ( 'getSecurity_Listener_CsrfProtectionService' ));
}, 1 => 'checkPassport' ], 512 );
$instance -> addListener ( 'Symfony\\Component\\Security\\Http\\Event\\LogoutEvent' , [ 0 => function () {
return ( $this -> privates [ 'security.logout.listener.csrf_token_clearing' ] ? ? $this -> load ( 'getSecurity_Logout_Listener_CsrfTokenClearingService' ));
}, 1 => 'onLogout' ], 0 );
return $instance ;
}
/**
* Gets the private 'security.firewall.map' shared service .
*
* @ return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService ()
{
$a = ( $this -> privates [ '.service_locator.zJyh7qS' ] ? ? $this -> get_ServiceLocator_ZJyh7qSService ());
if ( isset ( $this -> privates [ 'security.firewall.map' ])) {
return $this -> privates [ 'security.firewall.map' ];
}
return $this -> privates [ 'security.firewall.map' ] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap ( $a , 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.logout_url_generator' shared service .
*
* @ return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService ()
{
return $this -> privates [ 'security.logout_url_generator' ] = 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 -> privates [ 'security.token_storage' ] ? ? $this -> getSecurity_TokenStorageService ()));
}
/**
* Gets the private 'security.token_storage' shared service .
*
* @ return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
*/
protected function getSecurity_TokenStorageService ()
{
return $this -> privates [ '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 , [
'request_stack' => [ 'services' , 'request_stack' , 'getRequestStackService' , false ],
], [
'request_stack' => '?' ,
]));
}
/**
* 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 , [
'logger' => [ 'privates' , 'monolog.logger' , 'getMonolog_LoggerService' , true ],
'session_collector' => [ 'privates' , 'data_collector.request.session_collector' , 'getDataCollector_Request_SessionCollectorService' , true ],
'session_factory' => [ 'privates' , 'session.factory' , 'getSession_FactoryService' , true ],
], [
'logger' => '?' ,
'session_collector' => '?' ,
'session_factory' => '?' ,
]), true , $this -> parameters [ 'session.storage.options' ]);
}
/**
* 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' , true ],
'translation.loader.dat' => [ 'privates' , 'translation.loader.dat' , 'getTranslation_Loader_DatService' , true ],
'translation.loader.ini' => [ 'privates' , 'translation.loader.ini' , 'getTranslation_Loader_IniService' , true ],
'translation.loader.json' => [ 'privates' , 'translation.loader.json' , 'getTranslation_Loader_JsonService' , true ],
'translation.loader.mo' => [ 'privates' , 'translation.loader.mo' , 'getTranslation_Loader_MoService' , true ],
'translation.loader.php' => [ 'privates' , 'translation.loader.php' , 'getTranslation_Loader_PhpService' , true ],
'translation.loader.po' => [ 'privates' , 'translation.loader.po' , 'getTranslation_Loader_PoService' , true ],
'translation.loader.qt' => [ 'privates' , 'translation.loader.qt' , 'getTranslation_Loader_QtService' , true ],
'translation.loader.res' => [ 'privates' , 'translation.loader.res' , 'getTranslation_Loader_ResService' , true ],
'translation.loader.xliff' => [ 'privates' , 'translation.loader.xliff' , 'getTranslation_Loader_XliffService' , true ],
'translation.loader.yml' => [ 'privates' , 'translation.loader.yml' , 'getTranslation_Loader_YmlService' , true ],
], [
'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' => '?' ,
2023-06-20 19:14:19 +02:00
]), new \Symfony\Component\Translation\Formatter\MessageFormatter ( new \Symfony\Component\Translation\IdentityTranslator ()), 'en' , [ '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.php' )], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.php' )], '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' ), 3 => ( \dirname ( __DIR__ , 4 ) . '/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.php' )], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.php' )], '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 / easycorp / easyadmin - bundle / src / Resources / translations / EasyAdminB
2023-06-19 12:13:30 +02:00
$instance -> setConfigCacheFactory (( $this -> privates [ 'config_cache_factory' ] ? ? $this -> getConfigCacheFactoryService ()));
$instance -> setFallbackLocales ([ 0 => 'en' ]);
return $instance ;
}
/**
* Gets the private 'twig' shared service .
*
* @ return \Twig\Environment
*/
protected function getTwigService ()
{
$a = new \Twig\Loader\FilesystemLoader ([], \dirname ( __DIR__ , 4 ));
$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/doctrine/doctrine-migrations-bundle/Resources/views' ), 'DoctrineMigrations' );
$a -> addPath (( \dirname ( __DIR__ , 4 ) . '/vendor/doctrine/doctrine-migrations-bundle/Resources/views' ), '!DoctrineMigrations' );
$a -> addPath (( \dirname ( __DIR__ , 4 ) . '/vendor/symfony/debug-bundle/Resources/views' ), 'Debug' );
$a -> addPath (( \dirname ( __DIR__ , 4 ) . '/vendor/symfony/debug-bundle/Resources/views' ), '!Debug' );
$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' );
2023-06-20 19:14:19 +02:00
$a -> addPath (( \dirname ( __DIR__ , 4 ) . '/vendor/easycorp/easyadmin-bundle/src/Resources/views' ), 'EasyAdmin' );
$a -> addPath (( \dirname ( __DIR__ , 4 ) . '/vendor/easycorp/easyadmin-bundle/src/Resources/views' ), '!EasyAdmin' );
2023-06-19 12:13:30 +02:00
$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 -> privates [ '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 -> privates [ 'debug.file_link_formatter' ] ? ? $this -> getDebug_FileLinkFormatterService ());
$e = ( $this -> services [ 'request_stack' ] ? ? ( $this -> services [ 'request_stack' ] = new \Symfony\Component\HttpFoundation\RequestStack ()));
$f = ( $this -> privates [ 'security.token_storage' ] ? ? $this -> getSecurity_TokenStorageService ());
$g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper ( NULL , 'UTF-8' , 1 );
$g -> setDisplayOptions ([ 'maxStringLength' => 4096 , 'fileLinkFormat' => $d ]);
$h = new \Symfony\Bridge\Twig\AppVariable ();
$h -> setEnvironment ( 'dev' );
$h -> setDebug ( true );
$h -> setTokenStorage ( $f );
if ( $this -> has ( 'request_stack' )) {
$h -> setRequestStack ( $e );
}
$i = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor ();
$instance -> addExtension ( new \Symfony\Bridge\Twig\Extension\CsrfExtension ());
$instance -> addExtension ( new \Symfony\Bridge\Twig\Extension\DumpExtension (( $this -> services [ 'var_dumper.cloner' ] ? ? $this -> getVarDumper_ClonerService ()), ( $this -> privates [ 'var_dumper.html_dumper' ] ? ? $this -> getVarDumper_HtmlDumperService ())));
$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 (( $this -> privates [ 'assets.packages' ] ? ? $this -> getAssets_PackagesService ())));
$instance -> addExtension ( new \Symfony\Bridge\Twig\Extension\CodeExtension ( $d , \dirname ( __DIR__ , 4 ), 'UTF-8' ));
$instance -> addExtension ( new \Symfony\Bridge\Twig\Extension\RoutingExtension (( $this -> services [ 'router' ] ? ? $this -> getRouterService ())));
$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 ( $e , ( $this -> privates [ 'router.request_context' ] ? ? $this -> getRouter_RequestContextService ()))));
$instance -> addExtension ( new \Symfony\Bridge\Twig\Extension\WebLinkExtension ( $e ));
$instance -> addExtension ( new \Symfony\Bridge\Twig\Extension\SerializerExtension ());
$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 -> privates [ 'security.authorization_checker' ] ? ? $this -> getSecurity_AuthorizationCheckerService ()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator ( $e , ( $this -> privates [ 'security.firewall.map' ] ? ? $this -> getSecurity_Firewall_MapService ()), $f )));
$instance -> addExtension ( new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension ());
$instance -> addExtension ( new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension ( $g ));
$instance -> addExtension ( new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension ( new \Symfony\Component\DependencyInjection\Argument\ServiceLocator ( $this -> getService , [
'webpack_encore.entrypoint_lookup_collection' => [ 'privates' , 'webpack_encore.entrypoint_lookup_collection' , 'getWebpackEncore_EntrypointLookupCollectionService' , false ],
'webpack_encore.tag_renderer' => [ 'privates' , 'webpack_encore.tag_renderer' , 'getWebpackEncore_TagRendererService' , true ],
], [
'webpack_encore.entrypoint_lookup_collection' => '?' ,
'webpack_encore.tag_renderer' => '?' ,
])));
$instance -> addExtension ( new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension ());
2023-06-20 19:14:19 +02:00
$instance -> addExtension ( new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension ( new \Symfony\Component\DependencyInjection\Argument\ServiceLocator ( $this -> getService , [
'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [ false , 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' , 'getAdminUrlGeneratorService' , false ],
], [
'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?' ,
]), ( $this -> privates [ 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider' ] ? ? $this -> getAdminContextProviderService ()), ( $this -> privates [ 'security.csrf.token_manager' ] ? ? $this -> getSecurity_Csrf_TokenManagerService ())));
2023-06-19 12:13:30 +02:00
$instance -> addGlobal ( 'app' , $h );
$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' , true ],
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => [ 'privates' , 'twig.runtime.httpkernel' , 'getTwig_Runtime_HttpkernelService' , true ],
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => [ 'privates' , 'twig.runtime.serializer' , 'getTwig_Runtime_SerializerService' , true ],
'Symfony\\Component\\Form\\FormRenderer' => [ 'privates' , 'twig.form.renderer' , 'getTwig_Form_RendererService' , true ],
], [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?' ,
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?' ,
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?' ,
'Symfony\\Component\\Form\\FormRenderer' => '?' ,
])));
$instance -> registerUndefinedFilterCallback ([ 0 => $i , 1 => 'suggestFilter' ]);
$instance -> registerUndefinedFunctionCallback ([ 0 => $i , 1 => 'suggestFunction' ]);
$instance -> registerUndefinedTokenParserCallback ([ 0 => $i , 1 => 'suggestTag' ]);
( new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator ( 'F j, Y H:i' , '%d days' , NULL , 0 , '.' , ',' )) -> configure ( $instance );
return $instance ;
}
/**
* 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 , [
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => [ 'privates' , 'doctrine.orm.validator.unique' , 'getDoctrine_Orm_Validator_UniqueService' , true ],
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => [ 'privates' , 'security.validator.user_password' , 'getSecurity_Validator_UserPasswordService' , true ],
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => [ 'privates' , 'validator.email' , 'getValidator_EmailService' , true ],
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => [ 'privates' , 'validator.expression' , 'getValidator_ExpressionService' , true ],
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => [ 'privates' , 'validator.not_compromised_password' , 'getValidator_NotCompromisedPasswordService' , true ],
'doctrine.orm.validator.unique' => [ 'privates' , 'doctrine.orm.validator.unique' , 'getDoctrine_Orm_Validator_UniqueService' , true ],
'security.validator.user_password' => [ 'privates' , 'security.validator.user_password' , 'getSecurity_Validator_UserPasswordService' , true ],
'validator.expression' => [ 'privates' , 'validator.expression' , 'getValidator_ExpressionService' , true ],
], [
'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' => '?' ,
'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 );
2023-06-20 19:14:19 +02:00
$instance -> setDoctrineAnnotationReader (( $this -> privates [ 'annotations.cached_reader' ] ? ? $this -> getAnnotations_CachedReaderService ()));
2023-06-19 12:13:30 +02:00
$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 ));
return $instance ;
}
/**
* Gets the private 'var_dumper.html_dumper' shared service .
*
* @ return \Symfony\Component\VarDumper\Dumper\HtmlDumper
*/
protected function getVarDumper_HtmlDumperService ()
{
$this -> privates [ 'var_dumper.html_dumper' ] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper ( NULL , 'UTF-8' , 0 );
$instance -> setDisplayOptions ([ 'fileLinkFormat' => ( $this -> privates [ 'debug.file_link_formatter' ] ? ? $this -> getDebug_FileLinkFormatterService ())]);
return $instance ;
}
/**
* Gets the private 'var_dumper.server_connection' shared service .
*
* @ return \Symfony\Component\VarDumper\Server\Connection
*/
protected function getVarDumper_ServerConnectionService ()
{
return $this -> privates [ 'var_dumper.server_connection' ] = new \Symfony\Component\VarDumper\Server\Connection ( 'tcp://' . $this -> getEnv ( 'string:VAR_DUMPER_SERVER' ), [ 'source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider ( 'UTF-8' , \dirname ( __DIR__ , 4 ), ( $this -> privates [ 'debug.file_link_formatter' ] ? ? $this -> getDebug_FileLinkFormatterService ())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider (( $this -> services [ 'request_stack' ] ? ? ( $this -> services [ 'request_stack' ] = new \Symfony\Component\HttpFoundation\RequestStack ()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider ()]);
}
/**
* 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 ()
{
$a = ( $this -> privates [ 'twig' ] ? ? $this -> getTwigService ());
if ( isset ( $this -> privates [ 'web_profiler.debug_toolbar' ])) {
return $this -> privates [ 'web_profiler.debug_toolbar' ];
}
return $this -> privates [ 'web_profiler.debug_toolbar' ] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener ( $a , false , 2 , ( $this -> services [ 'router' ] ? ? $this -> getRouterService ()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt' , ( $this -> privates [ 'web_profiler.csp.handler' ] ? ? $this -> getWebProfiler_Csp_HandlerService ()), ( $this -> services [ 'data_collector.dump' ] ? ? $this -> getDataCollector_DumpService ()));
}
/**
* Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service .
*
* @ return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
*/
protected function getWebpackEncore_EntrypointLookupCollectionService ()
{
return $this -> privates [ 'webpack_encore.entrypoint_lookup_collection' ] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection ( new \Symfony\Component\DependencyInjection\Argument\ServiceLocator ( $this -> getService , [
'_default' => [ 'privates' , 'webpack_encore.entrypoint_lookup[_default]' , 'getWebpackEncore_EntrypointLookupDefaultService' , true ],
], [
'_default' => '?' ,
]), '_default' );
}
/**
* Gets the public 'profiler' alias .
*
* @ return object The " .container.private.profiler " service .
*/
protected function getProfilerService ()
{
trigger_deprecation ( 'symfony/framework-bundle' , '5.4' , 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.' );
return $this -> get ( '.container.private.profiler' );
}
public function getParameter ( string $name ) : array | bool | string | int | float | \UnitEnum | null
{
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 ,
'kernel.secret' => false ,
'debug.container.dump' => false ,
'serializer.mapping.cache.file' => false ,
'session.save_path' => false ,
'validator.mapping.cache.file' => false ,
'profiler.storage.dsn' => false ,
'doctrine.orm.proxy_dir' => 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 'kernel.secret' : $value = $this -> getEnv ( 'APP_SECRET' ); break ;
case 'debug.container.dump' : $value = ( $this -> targetDir . '' . '/App_KernelDevDebugContainer.xml' ); break ;
case 'serializer.mapping.cache.file' : $value = ( $this -> targetDir . '' . '/serialization.php' ); 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 'doctrine.orm.proxy_dir' : $value = ( $this -> targetDir . '' . '/doctrine/orm/Proxies' ); 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' ,
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle' ,
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle' ,
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle' ,
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle' ,
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle' ,
'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle' ,
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle' ,
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle' ,
'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle' ,
'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle' ,
2023-06-20 19:14:19 +02:00
'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle' ,
2023-06-19 12:13:30 +02:00
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => ( \dirname ( __DIR__ , 4 ) . '/vendor/symfony/framework-bundle' ),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle' ,
],
'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' ,
],
'DebugBundle' => [
'path' => ( \dirname ( __DIR__ , 4 ) . '/vendor/symfony/debug-bundle' ),
'namespace' => 'Symfony\\Bundle\\DebugBundle' ,
],
'TwigBundle' => [
'path' => ( \dirname ( __DIR__ , 4 ) . '/vendor/symfony/twig-bundle' ),
'namespace' => 'Symfony\\Bundle\\TwigBundle' ,
],
'WebProfilerBundle' => [
'path' => ( \dirname ( __DIR__ , 4 ) . '/vendor/symfony/web-profiler-bundle' ),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle' ,
],
'TwigExtraBundle' => [
'path' => ( \dirname ( __DIR__ , 4 ) . '/vendor/twig/extra-bundle' ),
'namespace' => 'Twig\\Extra\\TwigExtraBundle' ,
],
'SecurityBundle' => [
'path' => ( \dirname ( __DIR__ , 4 ) . '/vendor/symfony/security-bundle' ),
'namespace' => 'Symfony\\Bundle\\SecurityBundle' ,
],
'MonologBundle' => [
'path' => ( \dirname ( __DIR__ , 4 ) . '/vendor/symfony/monolog-bundle' ),
'namespace' => 'Symfony\\Bundle\\MonologBundle' ,
],
'MakerBundle' => [
'path' => ( \dirname ( __DIR__ , 4 ) . '/vendor/symfony/maker-bundle/src' ),
'namespace' => 'Symfony\\Bundle\\MakerBundle' ,
],
'WebpackEncoreBundle' => [
'path' => ( \dirname ( __DIR__ , 4 ) . '/vendor/symfony/webpack-encore-bundle/src' ),
'namespace' => 'Symfony\\WebpackEncoreBundle' ,
],
2023-06-20 19:14:19 +02:00
'EasyAdminBundle' => [
'path' => ( \dirname ( __DIR__ , 4 ) . '/vendor/easycorp/easyadmin-bundle/src' ),
'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle' ,
],
2023-06-19 12:13:30 +02:00
],
'kernel.charset' => 'UTF-8' ,
'kernel.container_class' => 'App_KernelDevDebugContainer' ,
'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\\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' => false ,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'en' ,
'kernel.enabled_locales' => [
],
'kernel.error_controller' => 'error_controller' ,
'debug.file_link_format' => NULL ,
'asset.request_context.base_path' => NULL ,
'asset.request_context.secure' => NULL ,
'translator.logging' => false ,
'translator.default_path' => ( \dirname ( __DIR__ , 4 ) . '/translations' ),
'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 ,
'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' ,
'validator.translation_domain' => 'validators' ,
'profiler_listener.only_exceptions' => false ,
'profiler_listener.only_main_requests' => false ,
'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' ,
],
'doctrine.default_entity_manager' => 'default' ,
'doctrine.dbal.connection_factory.types' => [
2023-06-20 19:14:19 +02:00
'uuid' => [
'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType' ,
],
'ulid' => [
'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType' ,
],
2023-06-19 12:13:30 +02:00
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_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' => true ,
'doctrine.orm.enable_lazy_ghost_objects' => false ,
'doctrine.orm.proxy_namespace' => 'Proxies' ,
'doctrine.migrations.preferred_em' => NULL ,
'doctrine.migrations.preferred_connection' => NULL ,
'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912' ,
'twig.form.resources' => [
0 => 'form_div_layout.html.twig' ,
],
'twig.default_path' => ( \dirname ( __DIR__ , 4 ) . '/templates' ),
'web_profiler.debug_toolbar.intercept_redirects' => false ,
'web_profiler.debug_toolbar.mode' => 2 ,
'security.role_hierarchy.roles' => [
],
'security.access.denied_url' => NULL ,
'security.authentication.manager.erase_credentials' => true ,
'security.authentication.session_strategy.strategy' => 'migrate' ,
'security.authentication.hide_user_not_found' => true ,
'security.firewalls' => [
0 => 'dev' ,
1 => 'main' ,
],
'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' ,
],
],
],
'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.http_client' => [
0 => 'http_client' ,
1 => '@WebProfiler/Collector/http_client.html.twig' ,
],
'data_collector.doctrine' => [
0 => 'db' ,
1 => '@Doctrine/Collector/db.html.twig' ,
],
'data_collector.dump' => [
0 => 'dump' ,
1 => '@Debug/Profiler/dump.html.twig' ,
],
'data_collector.messenger' => [
0 => 'messenger' ,
1 => '@WebProfiler/Collector/messenger.html.twig' ,
],
'mailer.data_collector' => [
0 => 'mailer' ,
1 => '@WebProfiler/Collector/mailer.html.twig' ,
],
'notifier.data_collector' => [
0 => 'notifier' ,
1 => '@WebProfiler/Collector/notifier.html.twig' ,
],
2023-06-20 19:14:19 +02:00
'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
0 => 'easyadmin' ,
1 => '@EasyAdmin/inspector/data_collector.html.twig' ,
],
2023-06-19 12:13:30 +02:00
'data_collector.config' => [
0 => 'config' ,
1 => '@WebProfiler/Collector/config.html.twig' ,
],
],
'console.command.ids' => [
],
];
}
}