<?php
namespace ContainerCeXeFMx;
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;
/**
* This class has been auto-generated
* by the Symfony Dependency Injection Component.
*
* @final
*/
class srcApp_KernelDevDebugContainer extends Container
{
private $buildParameters;
private $containerDir;
private $targetDir;
private $parameters = [];
private $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 = [
'App\\BackOffice\\CalendarsBackOffice' => 'getCalendarsBackOfficeService',
'App\\BackOffice\\SubcriptionPaymentsBackOffice' => 'getSubcriptionPaymentsBackOfficeService',
'App\\BackOffice\\SubcriptionsBackOffice' => 'getSubcriptionsBackOfficeService',
'App\\Controller\\General\\MetricsController' => 'getMetricsControllerService',
'App\\Controller\\General\\SecurityController' => 'getSecurityControllerService',
'App\\Controller\\Rest\\APIController' => 'getAPIControllerService',
'App\\Controller\\Rest\\ApplicationsAPIController' => 'getApplicationsAPIControllerService',
'App\\Controller\\Rest\\CalendarsAPIController' => 'getCalendarsAPIControllerService',
'App\\Controller\\Rest\\CategoriesAPIController' => 'getCategoriesAPIControllerService',
'App\\Controller\\Rest\\DocumentsAPIController' => 'getDocumentsAPIControllerService',
'App\\Controller\\Rest\\FoldersAPIController' => 'getFoldersAPIControllerService',
'App\\Controller\\Rest\\GeographicAreasAPIController' => 'getGeographicAreasAPIControllerService',
'App\\Controller\\Rest\\GiscomAPIController' => 'getGiscomAPIControllerService',
'App\\Controller\\Rest\\MeetingsAPIController' => 'getMeetingsAPIControllerService',
'App\\Controller\\Rest\\MessagesAPIController' => 'getMessagesAPIControllerService',
'App\\Controller\\Rest\\PaymentsAPIController' => 'getPaymentsAPIControllerService',
'App\\Controller\\Rest\\PlacesAPIController' => 'getPlacesAPIControllerService',
'App\\Controller\\Rest\\RecipientsAPIController' => 'getRecipientsAPIControllerService',
'App\\Controller\\Rest\\ServicesAPIController' => 'getServicesAPIControllerService',
'App\\Controller\\Rest\\ServicesGroupAPIController' => 'getServicesGroupAPIControllerService',
'App\\Controller\\Rest\\SessionAuthAPIController' => 'getSessionAuthAPIControllerService',
'App\\Controller\\Rest\\StatusAPIController' => 'getStatusAPIControllerService',
'App\\Controller\\Rest\\SubscribersAPIController' => 'getSubscribersAPIControllerService',
'App\\Controller\\Rest\\SubscriptionServicesAPIController' => 'getSubscriptionServicesAPIControllerService',
'App\\Controller\\Rest\\SubscriptionsAPIController' => 'getSubscriptionsAPIControllerService',
'App\\Controller\\Rest\\TenantAPIController' => 'getTenantAPIControllerService',
'App\\Controller\\Rest\\UserGroupsAPIController' => 'getUserGroupsAPIControllerService',
'App\\Controller\\Rest\\UsersAPIController' => 'getUsersAPIControllerService',
'App\\Controller\\Ui\\Backend\\AdminController' => 'getAdminControllerService',
'App\\Controller\\Ui\\Backend\\CalendarsController' => 'getCalendarsControllerService',
'App\\Controller\\Ui\\Backend\\CategoryController' => 'getCategoryControllerService',
'App\\Controller\\Ui\\Backend\\GeographicAreaController' => 'getGeographicAreaControllerService',
'App\\Controller\\Ui\\Backend\\OperatoriController' => 'getOperatoriControllerService',
'App\\Controller\\Ui\\Backend\\PlaceController' => 'getPlaceControllerService',
'App\\Controller\\Ui\\Backend\\RecipientController' => 'getRecipientControllerService',
'App\\Controller\\Ui\\Backend\\SecurityController' => 'getSecurityController2Service',
'App\\Controller\\Ui\\Backend\\ServiceController' => 'getServiceControllerService',
'App\\Controller\\Ui\\Backend\\ServiceGroupController' => 'getServiceGroupControllerService',
'App\\Controller\\Ui\\Backend\\SubscriberController' => 'getSubscriberControllerService',
'App\\Controller\\Ui\\Backend\\UserGroupController' => 'getUserGroupControllerService',
'App\\Controller\\Ui\\Backend\\WebhookController' => 'getWebhookControllerService',
'App\\Controller\\Ui\\Frontend\\AllegatoController' => 'getAllegatoControllerService',
'App\\Controller\\Ui\\Frontend\\DefaultController' => 'getDefaultControllerService',
'App\\Controller\\Ui\\Frontend\\DocumentController' => 'getDocumentControllerService',
'App\\Controller\\Ui\\Frontend\\PraticheController' => 'getPraticheControllerService',
'App\\Controller\\Ui\\Frontend\\PrintController' => 'getPrintControllerService',
'App\\Controller\\Ui\\Frontend\\SearchController' => 'getSearchControllerService',
'App\\Controller\\Ui\\Frontend\\ServiziController' => 'getServiziControllerService',
'App\\Controller\\Ui\\Frontend\\SubscriptionServicesController' => 'getSubscriptionServicesControllerService',
'App\\Controller\\Ui\\Frontend\\SubscriptionsController' => 'getSubscriptionsControllerService',
'App\\Controller\\Ui\\Frontend\\TrackingController' => 'getTrackingControllerService',
'App\\Controller\\Ui\\Frontend\\UserController' => 'getUserControllerService',
'App\\Handlers\\Servizio\\ServizioHandlerRegistry' => 'getServizioHandlerRegistryService',
'App\\Security\\DedaLogin\\DedaLoginClient' => 'getDedaLoginClientService',
'App\\Services\\DirectoryNamerService' => 'getDirectoryNamerServiceService',
'App\\Services\\InstanceService' => 'getInstanceServiceService',
'Artprima\\PrometheusMetricsBundle\\Controller\\MetricsController' => 'getMetricsController2Service',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
'OAT\\Bundle\\HealthCheckBundle\\Action\\HealthCheckAction' => 'getHealthCheckActionService',
'Omines\\DataTablesBundle\\DataTableFactory' => 'getDataTableFactoryService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
'bazinga.jstranslation.controller' => 'getBazinga_Jstranslation_ControllerService',
'bazinga.jstranslation.dump_command' => 'getBazinga_Jstranslation_DumpCommandService',
'bazinga.jstranslation.translation_dumper' => 'getBazinga_Jstranslation_TranslationDumperService',
'bazinga.jstranslation.translation_finder' => 'getBazinga_Jstranslation_TranslationFinderService',
'cache.app' => 'getCache_AppService',
'cache.app_clearer' => 'getCache_AppClearerService',
'cache.global_clearer' => 'getCache_GlobalClearerService',
'cache.system' => 'getCache_SystemService',
'cache.system_clearer' => 'getCache_SystemClearerService',
'cache_clearer' => 'getCacheClearerService',
'cache_warmer' => 'getCacheWarmerService',
'console.command.public_alias.App\\Command\\AdministratorCreateCommand' => 'getAdministratorCreateCommandService',
'console.command.public_alias.App\\Command\\ChangeApplicationStatusCommand' => 'getChangeApplicationStatusCommandService',
'console.command.public_alias.App\\Command\\ConfigureInstanceCommand' => 'getConfigureInstanceCommandService',
'console.command.public_alias.App\\Command\\CreateSubscriptionPaymentDraftsCommand' => 'getCreateSubscriptionPaymentDraftsCommandService',
'console.command.public_alias.App\\Command\\DeleteDraftMeetingsCommand' => 'getDeleteDraftMeetingsCommandService',
'console.command.public_alias.App\\Command\\FixPeoPaymentSettingsCommand' => 'getFixPeoPaymentSettingsCommandService',
'console.command.public_alias.App\\Command\\FixPrivacyAndCategoriesCommand' => 'getFixPrivacyAndCategoriesCommandService',
'console.command.public_alias.App\\Command\\FixUserPlaceOfBirthAsCodeCommand' => 'getFixUserPlaceOfBirthAsCodeCommandService',
'console.command.public_alias.App\\Command\\GeneratePdfCommand' => 'getGeneratePdfCommandService',
'console.command.public_alias.App\\Command\\HotFixI18nSyncCommand' => 'getHotFixI18nSyncCommandService',
'console.command.public_alias.App\\Command\\HotFixMigratePaymentTypeCommand' => 'getHotFixMigratePaymentTypeCommandService',
'console.command.public_alias.App\\Command\\HotFixMissingErogatoreCommand' => 'getHotFixMissingErogatoreCommandService',
'console.command.public_alias.App\\Command\\HotFixStatusConsistencyCommand' => 'getHotFixStatusConsistencyCommandService',
'console.command.public_alias.App\\Command\\HotFixSubscriberBirthDateFromFiscalCodeCommand' => 'getHotFixSubscriberBirthDateFromFiscalCodeCommandService',
'console.command.public_alias.App\\Command\\HotFixZeroMeetingQueueCommand' => 'getHotFixZeroMeetingQueueCommandService',
'console.command.public_alias.App\\Command\\I18nMigrationsCommand' => 'getI18nMigrationsCommandService',
'console.command.public_alias.App\\Command\\OperatoreAbilitaServizioCommand' => 'getOperatoreAbilitaServizioCommandService',
'console.command.public_alias.App\\Command\\OperatoreCreateCommand' => 'getOperatoreCreateCommandService',
'console.command.public_alias.App\\Command\\PopulateServiceShortDescriptionCommand' => 'getPopulateServiceShortDescriptionCommandService',
'console.command.public_alias.App\\Command\\ProduceKafkaMessagesCommand' => 'getProduceKafkaMessagesCommandService',
'console.command.public_alias.App\\Command\\ProtocolloConfigureCommand' => 'getProtocolloConfigureCommandService',
'console.command.public_alias.App\\Command\\RemoveTooManyPdfCommand' => 'getRemoveTooManyPdfCommandService',
'console.command.public_alias.App\\Command\\ScheduledActionCommand' => 'getScheduledActionCommandService',
'console.command.public_alias.App\\Command\\SecureUserCommand' => 'getSecureUserCommandService',
'console.command.public_alias.App\\Command\\SendPraticaToGiscomCommand' => 'getSendPraticaToGiscomCommandService',
'console.command.public_alias.App\\Command\\ServizioCreateCommand' => 'getServizioCreateCommandService',
'console.command.public_alias.OAT\\Bundle\\HealthCheckBundle\\Command\\HealthCheckCommand' => 'getHealthCheckCommandService',
'console.command_loader' => 'getConsole_CommandLoaderService',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
'craue.form.flow.storage' => 'getCraue_Form_Flow_StorageService',
'craue_formflow_util' => 'getCraueFormflowUtilService',
'data_collector.dump' => 'getDataCollector_DumpService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'eight_points_guzzle.client.giscom' => 'getEightPointsGuzzle_Client_GiscomService',
'eight_points_guzzle.client.messages' => 'getEightPointsGuzzle_Client_MessagesService',
'eight_points_guzzle.client.mypay' => 'getEightPointsGuzzle_Client_MypayService',
'eight_points_guzzle.client.protocollo_cct' => 'getEightPointsGuzzle_Client_ProtocolloCctService',
'eight_points_guzzle.formatter' => 'getEightPointsGuzzle_FormatterService',
'eight_points_guzzle.handler_stack.giscom' => 'getEightPointsGuzzle_HandlerStack_GiscomService',
'eight_points_guzzle.handler_stack.messages' => 'getEightPointsGuzzle_HandlerStack_MessagesService',
'eight_points_guzzle.handler_stack.mypay' => 'getEightPointsGuzzle_HandlerStack_MypayService',
'eight_points_guzzle.handler_stack.protocollo_cct' => 'getEightPointsGuzzle_HandlerStack_ProtocolloCctService',
'eight_points_guzzle.middleware.event_dispatch.giscom' => 'getEightPointsGuzzle_Middleware_EventDispatch_GiscomService',
'eight_points_guzzle.middleware.event_dispatch.messages' => 'getEightPointsGuzzle_Middleware_EventDispatch_MessagesService',
'eight_points_guzzle.middleware.event_dispatch.mypay' => 'getEightPointsGuzzle_Middleware_EventDispatch_MypayService',
'eight_points_guzzle.middleware.event_dispatch.protocollo_cct' => 'getEightPointsGuzzle_Middleware_EventDispatch_ProtocolloCctService',
'eight_points_guzzle.middleware.log.giscom' => 'getEightPointsGuzzle_Middleware_Log_GiscomService',
'eight_points_guzzle.middleware.log.messages' => 'getEightPointsGuzzle_Middleware_Log_MessagesService',
'eight_points_guzzle.middleware.log.mypay' => 'getEightPointsGuzzle_Middleware_Log_MypayService',
'eight_points_guzzle.middleware.log.protocollo_cct' => 'getEightPointsGuzzle_Middleware_Log_ProtocolloCctService',
'eight_points_guzzle.middleware.profile.giscom' => 'getEightPointsGuzzle_Middleware_Profile_GiscomService',
'eight_points_guzzle.middleware.profile.messages' => 'getEightPointsGuzzle_Middleware_Profile_MessagesService',
'eight_points_guzzle.middleware.profile.mypay' => 'getEightPointsGuzzle_Middleware_Profile_MypayService',
'eight_points_guzzle.middleware.profile.protocollo_cct' => 'getEightPointsGuzzle_Middleware_Profile_ProtocolloCctService',
'eight_points_guzzle.middleware.request_time.giscom' => 'getEightPointsGuzzle_Middleware_RequestTime_GiscomService',
'eight_points_guzzle.middleware.request_time.messages' => 'getEightPointsGuzzle_Middleware_RequestTime_MessagesService',
'eight_points_guzzle.middleware.request_time.mypay' => 'getEightPointsGuzzle_Middleware_RequestTime_MypayService',
'eight_points_guzzle.middleware.request_time.protocollo_cct' => 'getEightPointsGuzzle_Middleware_RequestTime_ProtocolloCctService',
'eight_points_guzzle.middleware.symfony_log' => 'getEightPointsGuzzle_Middleware_SymfonyLogService',
'eight_points_guzzle.symfony_log_formatter' => 'getEightPointsGuzzle_SymfonyLogFormatterService',
'error_controller' => 'getErrorControllerService',
'event_dispatcher' => 'getEventDispatcherService',
'ewz_recaptcha.form.type' => 'getEwzRecaptcha_Form_TypeService',
'ewz_recaptcha.v3.form.type' => 'getEwzRecaptcha_V3_Form_TypeService',
'ewz_recaptcha.validator.true' => 'getEwzRecaptcha_Validator_TrueService',
'ewz_recaptcha.validator.v3.true' => 'getEwzRecaptcha_Validator_V3_TrueService',
'filesystem' => 'getFilesystemService',
'flagception.listener.routing_metadata_subscriber' => 'getFlagception_Listener_RoutingMetadataSubscriberService',
'flagception.manager.feature_manager' => 'getFlagception_Manager_FeatureManagerService',
'form.factory' => 'getForm_FactoryService',
'form.type.file' => 'getForm_Type_FileService',
'formio.constraint_validator' => 'getFormio_ConstraintValidatorService',
'formio.expression_based_validator' => 'getFormio_ExpressionBasedValidatorService',
'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
'http_kernel' => 'getHttpKernelService',
'jms_serializer' => 'getJmsSerializerService',
'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
'local_filesystem' => 'getLocalFilesystemService',
'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
'nelmio_api_doc.generator.v2' => 'getNelmioApiDoc_Generator_V2Service',
'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
'ocsdc.allegati.directory_namer' => 'getOcsdc_Allegati_DirectoryNamerService',
'ocsdc.filesystem' => 'getOcsdc_FilesystemService',
'oneup_flysystem.mount_manager' => 'getOneupFlysystem_MountManagerService',
'profiler' => 'getProfilerService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'routing.loader' => 'getRouting_LoaderService',
's3_filesystem' => 'getS3FilesystemService',
'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
'security.password_encoder' => 'getSecurity_PasswordEncoderService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'services_resetter' => 'getServicesResetterService',
'session' => 'getSessionService',
'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
'swiftmailer.transport' => 'getSwiftmailer_TransportService',
'translator' => 'getTranslatorService',
'twig' => 'getTwigService',
'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
'validator' => 'getValidatorService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
'vich_uploader.namer_uniqid.allegato' => 'getVichUploader_NamerUniqid_AllegatoService',
'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
'white_october_breadcrumbs' => 'getWhiteOctoberBreadcrumbsService',
'white_october_breadcrumbs.helper' => 'getWhiteOctoberBreadcrumbs_HelperService',
'white_october_breadcrumbs.twig' => 'getWhiteOctoberBreadcrumbs_TwigService',
];
$this->aliases = [
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'jms_serializer.authorization_checker' => 'security.authorization_checker',
'mailer' => 'swiftmailer.mailer.default',
'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
];
$this->privates['service_container'] = function () {
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
include_once \dirname(__DIR__, 4).'/src/Kernel.php';
include_once \dirname(__DIR__, 4).'/src/EventListener/CompleteProfileListener.php';
include_once \dirname(__DIR__, 4).'/src/EventListener/TermsAcceptListener.php';
include_once \dirname(__DIR__, 4).'/src/Services/TermsAcceptanceCheckerService.php';
include_once \dirname(__DIR__, 4).'/src/Protocollo/ProtocolloHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Protocollo/PredisposedProtocolHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Protocollo/ByPraticaProtocolloHandler.php';
include_once \dirname(__DIR__, 4).'/src/Protocollo/ProtocolloHandlerRegistry.php';
include_once \dirname(__DIR__, 4).'/src/Services/BackOfficeCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
include_once \dirname(__DIR__, 4).'/src/Services/CPSUserProvider.php';
include_once \dirname(__DIR__, 4).'/src/Services/InstanceService.php';
include_once \dirname(__DIR__, 4).'/vendor/artprima/prometheus-metrics-bundle/Metrics/MetricsCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/src/Services/Metrics/ScheduledActionMetrics.php';
include_once \dirname(__DIR__, 4).'/src/Services/Metrics/UserMetrics.php';
include_once \dirname(__DIR__, 4).'/src/Services/VersionService.php';
include_once \dirname(__DIR__, 4).'/vendor/aws/aws-sdk-php/src/AwsClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/aws/aws-sdk-php/src/AwsClientTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/aws/aws-sdk-php/src/AwsClient.php';
include_once \dirname(__DIR__, 4).'/vendor/aws/aws-sdk-php/src/S3/S3ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/aws/aws-sdk-php/src/Api/Parser/PayloadParserTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/aws/aws-sdk-php/src/S3/S3ClientTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/aws/aws-sdk-php/src/S3/S3Client.php';
include_once \dirname(__DIR__, 4).'/src/EventListener/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/src/EventListener/LocaleRewriteListener.php';
include_once \dirname(__DIR__, 4).'/src/EventListener/LocaleApiListener.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/framework-bundle/Controller/ControllerNameParser.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/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/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/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/validator/ValidatorBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.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/http-kernel/HttpCache/SurrogateInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/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/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src/Profiler/FeatureDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/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/Traits/PhpArrayTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/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/AuthenticationManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.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-http/RememberMe/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/promphp/prometheus_client_php/src/Prometheus/RegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/promphp/prometheus_client_php/src/Prometheus/CollectorRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/promphp/prometheus_client_php/src/Prometheus/Storage/Adapter.php';
include_once \dirname(__DIR__, 4).'/vendor/promphp/prometheus_client_php/src/Prometheus/Storage/InMemory.php';
include_once \dirname(__DIR__, 4).'/vendor/artprima/prometheus-metrics-bundle/EventListener/MetricsCollectorListener.php';
include_once \dirname(__DIR__, 4).'/vendor/artprima/prometheus-metrics-bundle/Metrics/MetricsCollectorRegistry.php';
include_once \dirname(__DIR__, 4).'/src/Services/Metrics/ApplicationMetrics.php';
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Util/FormFlowUtil.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/DBAL/ConnectionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/DBAL/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.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/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';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.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/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/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Log/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Log/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/DataCollectorSymfonyCompatibilityTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/HttpDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Manager/FeatureManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Manager/FeatureManager.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Activator/FeatureActivatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Activator/ChainActivator.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src/Activator/TraceableChainActivator.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Activator/ArrayActivator.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Activator/EnvironmentActivator.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Activator/ConstraintActivator.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Constraint/ConstraintResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Constraint/ConstraintResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Factory/ExpressionLanguageFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Constraint/Provider/DateProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Constraint/Provider/MatchProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Decorator/ContextDecoratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Decorator/ChainDecorator.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src/Listener/RoutingMetadataSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/VersionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Version/VersionResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Version/ChainVersionResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/QueryParameterVersionResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/HeaderVersionResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/MediaTypeVersionResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/VersionExclusionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ParamFetcherListener.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Util/ResolverTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcher.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/AllowedMethodsListener.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Response/AllowedMethodsLoader/AllowedMethodsLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Response/AllowedMethodsLoader/AllowedMethodsRouterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/Parser.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/FilesystemInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/Plugin/PluggableTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/MountManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Translatable/TranslatableListener.php';
include_once \dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LocaleListener.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/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Formatter/JsonFormatter.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/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.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/Handler/FingersCrossed/ActivationStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/FingersCrossed/HttpCodeActivationStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.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-bundle/Loader/NativeFilesystemLoader.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/symfony/twig-bridge/Extension/CsrfExtension.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/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/FormExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/AppExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/HtmlSpecialCharsDecode.php';
include_once \dirname(__DIR__, 4).'/src/Twig/IterCalculatorExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/JsonDecode.php';
include_once \dirname(__DIR__, 4).'/src/Twig/TimeAgo.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Unserialize.php';
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Twig/Extension/FormFlowExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Twig/Extension/DebugExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src/Twig/ToggleExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Render/Html/GetNelmioAsset.php';
include_once \dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Twig/DataTablesExtension.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';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.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';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/FlysystemStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/mhujer/breadcrumbs-bundle/Twig/Extension/BreadcrumbsExtension.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/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';
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/dependency-injection/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/ConfigAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/Filesystem.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/ReadInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/Adapter/AbstractAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/Adapter/CanOverwriteFiles.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem-aws-s3-v3/src/AwsS3Adapter.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/Adapter/Local.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/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
};
}
public function compile(): void
{
throw new LogicException('You cannot compile a dumped container that was already compiled.');
}
public function isCompiled(): bool
{
return true;
}
public function getRemovedIds(): array
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
}
/**
* Gets the public 'App\BackOffice\CalendarsBackOffice' shared autowired service.
*
* @return \App\BackOffice\CalendarsBackOffice
*/
protected function getCalendarsBackOfficeService()
{
include_once \dirname(__DIR__, 4).'/src/BackOffice/BackOfficeInterface.php';
include_once \dirname(__DIR__, 4).'/src/BackOffice/CalendarsBackOffice.php';
return $this->services['App\\BackOffice\\CalendarsBackOffice'] = new \App\BackOffice\CalendarsBackOffice(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\MeetingService'] ?? $this->getMeetingServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the public 'App\BackOffice\SubcriptionPaymentsBackOffice' shared autowired service.
*
* @return \App\BackOffice\SubcriptionPaymentsBackOffice
*/
protected function getSubcriptionPaymentsBackOfficeService()
{
include_once \dirname(__DIR__, 4).'/src/BackOffice/BackOfficeInterface.php';
include_once \dirname(__DIR__, 4).'/src/BackOffice/SubcriptionPaymentsBackOffice.php';
return $this->services['App\\BackOffice\\SubcriptionPaymentsBackOffice'] = new \App\BackOffice\SubcriptionPaymentsBackOffice(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'App\BackOffice\SubcriptionsBackOffice' shared autowired service.
*
* @return \App\BackOffice\SubcriptionsBackOffice
*/
protected function getSubcriptionsBackOfficeService()
{
include_once \dirname(__DIR__, 4).'/src/BackOffice/BackOfficeInterface.php';
include_once \dirname(__DIR__, 4).'/src/BackOffice/SubcriptionsBackOffice.php';
return $this->services['App\\BackOffice\\SubcriptionsBackOffice'] = new \App\BackOffice\SubcriptionsBackOffice(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'App\Controller\General\MetricsController' shared autowired service.
*
* @return \App\Controller\General\MetricsController
*/
protected function getMetricsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/General/MetricsController.php';
$this->services['App\\Controller\\General\\MetricsController'] = $instance = new \App\Controller\General\MetricsController(($this->privates['Artprima\\PrometheusMetricsBundle\\Metrics\\Renderer'] ?? $this->getRendererService()));
$instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\General\\MetricsController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\General\SecurityController' shared autowired service.
*
* @return \App\Controller\General\SecurityController
*/
protected function getSecurityControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/General/SecurityController.php';
$this->services['App\\Controller\\General\\SecurityController'] = $instance = new \App\Controller\General\SecurityController(($this->services['App\\Security\\DedaLogin\\DedaLoginClient'] ?? $this->getDedaLoginClientService()), ($this->services['session'] ?? $this->getSessionService()));
$instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\General\\SecurityController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Rest\APIController' shared autowired service.
*
* @return \App\Controller\Rest\APIController
*/
protected function getAPIControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Rest/APIController.php';
$this->services['App\\Controller\\Rest\\APIController'] = $instance = new \App\Controller\Rest\APIController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()));
$instance->setContainer(($this->privates['.service_locator.hyz4CBf'] ?? $this->get_ServiceLocator_Hyz4CBfService())->withContext('App\\Controller\\Rest\\APIController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Rest\ApplicationsAPIController' shared autowired service.
*
* @return \App\Controller\Rest\ApplicationsAPIController
*/
protected function getApplicationsAPIControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Rest/ApplicationsAPIController.php';
$this->services['App\\Controller\\Rest\\ApplicationsAPIController'] = $instance = new \App\Controller\Rest\ApplicationsAPIController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()), ($this->privates['App\\Services\\PraticaStatusService'] ?? $this->getPraticaStatusServiceService()), ($this->privates['App\\Services\\ModuloPdfBuilderService'] ?? $this->getModuloPdfBuilderServiceService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Services\\Manager\\PraticaManager'] ?? $this->getPraticaManagerService()), ($this->privates['App\\Services\\FormServerApiAdapterService'] ?? $this->getFormServerApiAdapterServiceService()), ($this->privates['App\\Services\\FileService\\AllegatoFileService'] ?? $this->getAllegatoFileServiceService()), ($this->privates['App\\Dto\\ApplicationDto'] ?? $this->getApplicationDtoService()), ($this->privates['App\\Services\\PaymentService'] ?? $this->getPaymentServiceService()), ($this->privates['App\\Services\\DelayedGiscomAPIAdapterService'] ?? $this->getDelayedGiscomAPIAdapterServiceService()));
$instance->setContainer(($this->privates['.service_locator.hyz4CBf'] ?? $this->get_ServiceLocator_Hyz4CBfService())->withContext('App\\Controller\\Rest\\ApplicationsAPIController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Rest\CalendarsAPIController' shared autowired service.
*
* @return \App\Controller\Rest\CalendarsAPIController
*/
protected function getCalendarsAPIControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Rest/CalendarsAPIController.php';
$this->services['App\\Controller\\Rest\\CalendarsAPIController'] = $instance = new \App\Controller\Rest\CalendarsAPIController(($this->privates['App\\Services\\Manager\\CalendarManager'] ?? $this->getCalendarManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()), ($this->privates['App\\Services\\MeetingService'] ?? $this->getMeetingServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setContainer(($this->privates['.service_locator.hyz4CBf'] ?? $this->get_ServiceLocator_Hyz4CBfService())->withContext('App\\Controller\\Rest\\CalendarsAPIController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Rest\CategoriesAPIController' shared autowired service.
*
* @return \App\Controller\Rest\CategoriesAPIController
*/
protected function getCategoriesAPIControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Rest/CategoriesAPIController.php';
$this->services['App\\Controller\\Rest\\CategoriesAPIController'] = $instance = new \App\Controller\Rest\CategoriesAPIController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setContainer(($this->privates['.service_locator.hyz4CBf'] ?? $this->get_ServiceLocator_Hyz4CBfService())->withContext('App\\Controller\\Rest\\CategoriesAPIController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Rest\DocumentsAPIController' shared autowired service.
*
* @return \App\Controller\Rest\DocumentsAPIController
*/
protected function getDocumentsAPIControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Rest/DocumentsAPIController.php';
$this->services['App\\Controller\\Rest\\DocumentsAPIController'] = $instance = new \App\Controller\Rest\DocumentsAPIController(($this->services['translator'] ?? $this->getTranslatorService()), (\dirname(__DIR__, 4).'/src'), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Services\\FileService\\DocumentFileService'] ?? $this->getDocumentFileServiceService()));
$instance->setContainer(($this->privates['.service_locator.hyz4CBf'] ?? $this->get_ServiceLocator_Hyz4CBfService())->withContext('App\\Controller\\Rest\\DocumentsAPIController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Rest\FoldersAPIController' shared autowired service.
*
* @return \App\Controller\Rest\FoldersAPIController
*/
protected function getFoldersAPIControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Rest/FoldersAPIController.php';
$this->services['App\\Controller\\Rest\\FoldersAPIController'] = $instance = new \App\Controller\Rest\FoldersAPIController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setContainer(($this->privates['.service_locator.hyz4CBf'] ?? $this->get_ServiceLocator_Hyz4CBfService())->withContext('App\\Controller\\Rest\\FoldersAPIController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Rest\GeographicAreasAPIController' shared autowired service.
*
* @return \App\Controller\Rest\GeographicAreasAPIController
*/
protected function getGeographicAreasAPIControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Rest/GeographicAreasAPIController.php';
$this->services['App\\Controller\\Rest\\GeographicAreasAPIController'] = $instance = new \App\Controller\Rest\GeographicAreasAPIController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setContainer(($this->privates['.service_locator.hyz4CBf'] ?? $this->get_ServiceLocator_Hyz4CBfService())->withContext('App\\Controller\\Rest\\GeographicAreasAPIController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Rest\GiscomAPIController' shared autowired service.
*
* @return \App\Controller\Rest\GiscomAPIController
*/
protected function getGiscomAPIControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Rest/GiscomAPIController.php';
include_once \dirname(__DIR__, 4).'/src/Mapper/StatusMapperInterface.php';
include_once \dirname(__DIR__, 4).'/src/Mapper/Giscom/GiscomStatusMapper.php';
include_once \dirname(__DIR__, 4).'/src/Services/PraticaIntegrationService.php';
include_once \dirname(__DIR__, 4).'/src/Services/GiscomAPIMapperService.php';
$a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
$b = ($this->privates['App\\Services\\PraticaStatusService'] ?? $this->getPraticaStatusServiceService());
$c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
$this->services['App\\Controller\\Rest\\GiscomAPIController'] = $instance = new \App\Controller\Rest\GiscomAPIController($a, $b, new \App\Mapper\Giscom\GiscomStatusMapper(), new \App\Services\PraticaIntegrationService($c, $a, $b, ($this->privates['App\\Services\\ModuloPdfBuilderService'] ?? $this->getModuloPdfBuilderServiceService()), ($this->services['translator'] ?? $this->getTranslatorService())), new \App\Services\GiscomAPIMapperService($c, ($this->services['router'] ?? $this->getRouterService())), ($this->privates['App\\Services\\GiscomAPIAdapterService'] ?? $this->getGiscomAPIAdapterServiceService()), ($this->privates['App\\Services\\DelayedGiscomAPIAdapterService'] ?? $this->getDelayedGiscomAPIAdapterServiceService()), ($this->privates['App\\Services\\UserSessionService'] ?? $this->getUserSessionServiceService()), ($this->privates['App\\Services\\FileService\\AllegatoFileService'] ?? $this->getAllegatoFileServiceService()));
$instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Rest\\GiscomAPIController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Rest\MeetingsAPIController' shared autowired service.
*
* @return \App\Controller\Rest\MeetingsAPIController
*/
protected function getMeetingsAPIControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Rest/MeetingsAPIController.php';
$this->services['App\\Controller\\Rest\\MeetingsAPIController'] = $instance = new \App\Controller\Rest\MeetingsAPIController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Services\\MeetingService'] ?? $this->getMeetingServiceService()));
$instance->setContainer(($this->privates['.service_locator.hyz4CBf'] ?? $this->get_ServiceLocator_Hyz4CBfService())->withContext('App\\Controller\\Rest\\MeetingsAPIController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Rest\MessagesAPIController' shared autowired service.
*
* @return \App\Controller\Rest\MessagesAPIController
*/
protected function getMessagesAPIControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Rest/MessagesAPIController.php';
$this->services['App\\Controller\\Rest\\MessagesAPIController'] = $instance = new \App\Controller\Rest\MessagesAPIController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Services\\FileService\\AllegatoFileService'] ?? $this->getAllegatoFileServiceService()), ($this->privates['App\\Services\\Manager\\MessageManager'] ?? $this->getMessageManagerService()));
$instance->setContainer(($this->privates['.service_locator.hyz4CBf'] ?? $this->get_ServiceLocator_Hyz4CBfService())->withContext('App\\Controller\\Rest\\MessagesAPIController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Rest\PaymentsAPIController' shared autowired service.
*
* @return \App\Controller\Rest\PaymentsAPIController
*/
protected function getPaymentsAPIControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Rest/PaymentsAPIController.php';
$this->services['App\\Controller\\Rest\\PaymentsAPIController'] = $instance = new \App\Controller\Rest\PaymentsAPIController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\PaymentService'] ?? $this->getPaymentServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setContainer(($this->privates['.service_locator.hyz4CBf'] ?? $this->get_ServiceLocator_Hyz4CBfService())->withContext('App\\Controller\\Rest\\PaymentsAPIController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Rest\PlacesAPIController' shared autowired service.
*
* @return \App\Controller\Rest\PlacesAPIController
*/
protected function getPlacesAPIControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Rest/PlacesAPIController.php';
$this->services['App\\Controller\\Rest\\PlacesAPIController'] = $instance = new \App\Controller\Rest\PlacesAPIController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setContainer(($this->privates['.service_locator.hyz4CBf'] ?? $this->get_ServiceLocator_Hyz4CBfService())->withContext('App\\Controller\\Rest\\PlacesAPIController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Rest\RecipientsAPIController' shared autowired service.
*
* @return \App\Controller\Rest\RecipientsAPIController
*/
protected function getRecipientsAPIControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Rest/RecipientsAPIController.php';
$this->services['App\\Controller\\Rest\\RecipientsAPIController'] = $instance = new \App\Controller\Rest\RecipientsAPIController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setContainer(($this->privates['.service_locator.hyz4CBf'] ?? $this->get_ServiceLocator_Hyz4CBfService())->withContext('App\\Controller\\Rest\\RecipientsAPIController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Rest\ServicesAPIController' shared autowired service.
*
* @return \App\Controller\Rest\ServicesAPIController
*/
protected function getServicesAPIControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Rest/ServicesAPIController.php';
$this->services['App\\Controller\\Rest\\ServicesAPIController'] = $instance = new \App\Controller\Rest\ServicesAPIController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Services\\FormServerApiAdapterService'] ?? $this->getFormServerApiAdapterServiceService()), ($this->privates['App\\Protocollo\\ProtocolloHandlerRegistry'] ?? ($this->privates['App\\Protocollo\\ProtocolloHandlerRegistry'] = new \App\Protocollo\ProtocolloHandlerRegistry())), ($this->privates['App\\Services\\Manager\\ServiceManager'] ?? $this->getServiceManagerService()), ($this->privates['App\\Dto\\ServiceDto'] ?? $this->getServiceDtoService()));
$instance->setContainer(($this->privates['.service_locator.hyz4CBf'] ?? $this->get_ServiceLocator_Hyz4CBfService())->withContext('App\\Controller\\Rest\\ServicesAPIController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Rest\ServicesGroupAPIController' shared autowired service.
*
* @return \App\Controller\Rest\ServicesGroupAPIController
*/
protected function getServicesGroupAPIControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Rest/ServicesGroupAPIController.php';
include_once \dirname(__DIR__, 4).'/src/Dto/AbstractDto.php';
include_once \dirname(__DIR__, 4).'/src/Dto/ServiceGroupDto.php';
$this->services['App\\Controller\\Rest\\ServicesGroupAPIController'] = $instance = new \App\Controller\Rest\ServicesGroupAPIController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), new \App\Dto\ServiceGroupDto(($this->services['router'] ?? $this->getRouterService())));
$instance->setContainer(($this->privates['.service_locator.hyz4CBf'] ?? $this->get_ServiceLocator_Hyz4CBfService())->withContext('App\\Controller\\Rest\\ServicesGroupAPIController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Rest\SessionAuthAPIController' shared autowired service.
*
* @return \App\Controller\Rest\SessionAuthAPIController
*/
protected function getSessionAuthAPIControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Rest/SessionAuthAPIController.php';
$this->services['App\\Controller\\Rest\\SessionAuthAPIController'] = $instance = new \App\Controller\Rest\SessionAuthAPIController(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()));
$instance->setContainer(($this->privates['.service_locator.hyz4CBf'] ?? $this->get_ServiceLocator_Hyz4CBfService())->withContext('App\\Controller\\Rest\\SessionAuthAPIController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Rest\StatusAPIController' shared autowired service.
*
* @return \App\Controller\Rest\StatusAPIController
*/
protected function getStatusAPIControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Rest/StatusAPIController.php';
$this->services['App\\Controller\\Rest\\StatusAPIController'] = $instance = new \App\Controller\Rest\StatusAPIController();
$instance->setContainer(($this->privates['.service_locator.hyz4CBf'] ?? $this->get_ServiceLocator_Hyz4CBfService())->withContext('App\\Controller\\Rest\\StatusAPIController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Rest\SubscribersAPIController' shared autowired service.
*
* @return \App\Controller\Rest\SubscribersAPIController
*/
protected function getSubscribersAPIControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Rest/AbstractApiController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Rest/SubscribersAPIController.php';
$this->services['App\\Controller\\Rest\\SubscribersAPIController'] = $instance = new \App\Controller\Rest\SubscribersAPIController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 1);
$instance->setContainer(($this->privates['.service_locator.hyz4CBf'] ?? $this->get_ServiceLocator_Hyz4CBfService())->withContext('App\\Controller\\Rest\\SubscribersAPIController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Rest\SubscriptionServicesAPIController' shared autowired service.
*
* @return \App\Controller\Rest\SubscriptionServicesAPIController
*/
protected function getSubscriptionServicesAPIControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Rest/AbstractApiController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Rest/SubscriptionServicesAPIController.php';
$this->services['App\\Controller\\Rest\\SubscriptionServicesAPIController'] = $instance = new \App\Controller\Rest\SubscriptionServicesAPIController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 1);
$instance->setContainer(($this->privates['.service_locator.hyz4CBf'] ?? $this->get_ServiceLocator_Hyz4CBfService())->withContext('App\\Controller\\Rest\\SubscriptionServicesAPIController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Rest\SubscriptionsAPIController' shared autowired service.
*
* @return \App\Controller\Rest\SubscriptionsAPIController
*/
protected function getSubscriptionsAPIControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Rest/AbstractApiController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Rest/SubscriptionsAPIController.php';
$this->services['App\\Controller\\Rest\\SubscriptionsAPIController'] = $instance = new \App\Controller\Rest\SubscriptionsAPIController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 1);
$instance->setContainer(($this->privates['.service_locator.hyz4CBf'] ?? $this->get_ServiceLocator_Hyz4CBfService())->withContext('App\\Controller\\Rest\\SubscriptionsAPIController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Rest\TenantAPIController' shared autowired service.
*
* @return \App\Controller\Rest\TenantAPIController
*/
protected function getTenantAPIControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Rest/TenantAPIController.php';
$this->services['App\\Controller\\Rest\\TenantAPIController'] = $instance = new \App\Controller\Rest\TenantAPIController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setContainer(($this->privates['.service_locator.hyz4CBf'] ?? $this->get_ServiceLocator_Hyz4CBfService())->withContext('App\\Controller\\Rest\\TenantAPIController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Rest\UserGroupsAPIController' shared autowired service.
*
* @return \App\Controller\Rest\UserGroupsAPIController
*/
protected function getUserGroupsAPIControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Rest/UserGroupsAPIController.php';
$this->services['App\\Controller\\Rest\\UserGroupsAPIController'] = $instance = new \App\Controller\Rest\UserGroupsAPIController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setContainer(($this->privates['.service_locator.hyz4CBf'] ?? $this->get_ServiceLocator_Hyz4CBfService())->withContext('App\\Controller\\Rest\\UserGroupsAPIController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Rest\UsersAPIController' shared autowired service.
*
* @return \App\Controller\Rest\UsersAPIController
*/
protected function getUsersAPIControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Rest/UsersAPIController.php';
$this->services['App\\Controller\\Rest\\UsersAPIController'] = $instance = new \App\Controller\Rest\UsersAPIController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setContainer(($this->privates['.service_locator.hyz4CBf'] ?? $this->get_ServiceLocator_Hyz4CBfService())->withContext('App\\Controller\\Rest\\UsersAPIController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Ui\Backend\AdminController' shared autowired service.
*
* @return \App\Controller\Ui\Backend\AdminController
*/
protected function getAdminControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/DataTable/Traits/FiltersTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Ui/Backend/AdminController.php';
$this->services['App\\Controller\\Ui\\Backend\\AdminController'] = $instance = new \App\Controller\Ui\Backend\AdminController(($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()), ($this->privates['App\\Services\\FormServerApiAdapterService'] ?? $this->getFormServerApiAdapterServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['formio.factory'] ?? $this->getFormio_FactoryService()), ($this->privates['ocsdc.io_service'] ?? $this->getOcsdc_IoServiceService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['Omines\\DataTablesBundle\\DataTableFactory'] ?? $this->getDataTableFactoryService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Services\\Manager\\ServiceManager'] ?? $this->getServiceManagerService()), ($this->privates['App\\Services\\Manager\\UserManager'] ?? $this->getUserManagerService()), ($this->privates['ocsdc.mailer'] ?? $this->getOcsdc_MailerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\FileService\\ServiceAttachmentsFileService'] ?? $this->getServiceAttachmentsFileServiceService()), 'it');
$instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Ui\\Backend\\AdminController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Ui\Backend\CalendarsController' shared autowired service.
*
* @return \App\Controller\Ui\Backend\CalendarsController
*/
protected function getCalendarsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Ui/Backend/CalendarsController.php';
$this->services['App\\Controller\\Ui\\Backend\\CalendarsController'] = $instance = new \App\Controller\Ui\Backend\CalendarsController(($this->privates['App\\Services\\Manager\\CalendarManager'] ?? $this->getCalendarManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()), ($this->privates['App\\Services\\MeetingService'] ?? $this->getMeetingServiceService()), ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()));
$instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Ui\\Backend\\CalendarsController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Ui\Backend\CategoryController' shared autowired service.
*
* @return \App\Controller\Ui\Backend\CategoryController
*/
protected function getCategoryControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Ui/Backend/CategoryController.php';
$this->services['App\\Controller\\Ui\\Backend\\CategoryController'] = $instance = new \App\Controller\Ui\Backend\CategoryController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\Manager\\CategoryManager'] ?? $this->getCategoryManagerService()));
$instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Ui\\Backend\\CategoryController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Ui\Backend\GeographicAreaController' shared autowired service.
*
* @return \App\Controller\Ui\Backend\GeographicAreaController
*/
protected function getGeographicAreaControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Ui/Backend/GeographicAreaController.php';
$this->services['App\\Controller\\Ui\\Backend\\GeographicAreaController'] = $instance = new \App\Controller\Ui\Backend\GeographicAreaController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
$instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Ui\\Backend\\GeographicAreaController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Ui\Backend\OperatoriController' shared autowired service.
*
* @return \App\Controller\Ui\Backend\OperatoriController
*/
protected function getOperatoriControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Ui/Backend/OperatoriController.php';
$this->services['App\\Controller\\Ui\\Backend\\OperatoriController'] = $instance = new \App\Controller\Ui\Backend\OperatoriController(($this->privates['formio.factory'] ?? $this->getFormio_FactoryService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Services\\PraticaStatusService'] ?? $this->getPraticaStatusServiceService()), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()), ($this->privates['App\\Services\\Manager\\PraticaManager'] ?? $this->getPraticaManagerService()), ($this->privates['App\\Services\\Manager\\MessageManager'] ?? $this->getMessageManagerService()), ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->privates['App\\Services\\FormServerApiAdapterService'] ?? $this->getFormServerApiAdapterServiceService()), ($this->privates['App\\Dto\\ApplicationDto'] ?? $this->getApplicationDtoService()));
$instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Ui\\Backend\\OperatoriController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Ui\Backend\PlaceController' shared autowired service.
*
* @return \App\Controller\Ui\Backend\PlaceController
*/
protected function getPlaceControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Ui/Backend/PlaceController.php';
$this->services['App\\Controller\\Ui\\Backend\\PlaceController'] = $instance = new \App\Controller\Ui\Backend\PlaceController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
$instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Ui\\Backend\\PlaceController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Ui\Backend\RecipientController' shared autowired service.
*
* @return \App\Controller\Ui\Backend\RecipientController
*/
protected function getRecipientControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Ui/Backend/RecipientController.php';
$this->services['App\\Controller\\Ui\\Backend\\RecipientController'] = $instance = new \App\Controller\Ui\Backend\RecipientController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
$instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Ui\\Backend\\RecipientController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Ui\Backend\SecurityController' shared autowired service.
*
* @return \App\Controller\Ui\Backend\SecurityController
*/
protected function getSecurityController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Ui/Backend/SecurityController.php';
$this->services['App\\Controller\\Ui\\Backend\\SecurityController'] = $instance = new \App\Controller\Ui\Backend\SecurityController(($this->privates['ocsdc.mailer'] ?? $this->getOcsdc_MailerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\Services\\Manager\\UserManager'] ?? $this->getUserManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
$instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Ui\\Backend\\SecurityController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Ui\Backend\ServiceController' shared autowired service.
*
* @return \App\Controller\Ui\Backend\ServiceController
*/
protected function getServiceControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Ui/Backend/ServiceController.php';
$this->services['App\\Controller\\Ui\\Backend\\ServiceController'] = $instance = new \App\Controller\Ui\Backend\ServiceController(($this->services['Omines\\DataTablesBundle\\DataTableFactory'] ?? $this->getDataTableFactoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
$instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Ui\\Backend\\ServiceController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Ui\Backend\ServiceGroupController' shared autowired service.
*
* @return \App\Controller\Ui\Backend\ServiceGroupController
*/
protected function getServiceGroupControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Ui/Backend/ServiceGroupController.php';
$this->services['App\\Controller\\Ui\\Backend\\ServiceGroupController'] = $instance = new \App\Controller\Ui\Backend\ServiceGroupController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
$instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Ui\\Backend\\ServiceGroupController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Ui\Backend\SubscriberController' shared autowired service.
*
* @return \App\Controller\Ui\Backend\SubscriberController
*/
protected function getSubscriberControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Ui/Backend/SubscriberController.php';
$this->services['App\\Controller\\Ui\\Backend\\SubscriberController'] = $instance = new \App\Controller\Ui\Backend\SubscriberController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['ocsdc.mailer'] ?? $this->getOcsdc_MailerService()), ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->privates['App\\Services\\SubscriptionsService'] ?? $this->getSubscriptionsServiceService()), $this->getEnv('DEFAULT_FROM_EMAIL_ADDRESS'));
$instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Ui\\Backend\\SubscriberController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Ui\Backend\UserGroupController' shared autowired service.
*
* @return \App\Controller\Ui\Backend\UserGroupController
*/
protected function getUserGroupControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Ui/Backend/UserGroupController.php';
$this->services['App\\Controller\\Ui\\Backend\\UserGroupController'] = $instance = new \App\Controller\Ui\Backend\UserGroupController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
$instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Ui\\Backend\\UserGroupController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Ui\Backend\WebhookController' shared autowired service.
*
* @return \App\Controller\Ui\Backend\WebhookController
*/
protected function getWebhookControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Ui/Backend/WebhookController.php';
$this->services['App\\Controller\\Ui\\Backend\\WebhookController'] = $instance = new \App\Controller\Ui\Backend\WebhookController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()), ($this->privates['App\\Services\\WebhookService'] ?? $this->getWebhookServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
$instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Ui\\Backend\\WebhookController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Ui\Frontend\AllegatoController' shared autowired service.
*
* @return \App\Controller\Ui\Frontend\AllegatoController
*/
protected function getAllegatoControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Ui/Frontend/AllegatoController.php';
$this->services['App\\Controller\\Ui\\Frontend\\AllegatoController'] = $instance = new \App\Controller\Ui\Frontend\AllegatoController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Services\\FileService\\AllegatoFileService'] ?? $this->getAllegatoFileServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['session'] ?? $this->getSessionService()), ($this->privates['App\\Services\\BreadcrumbsService'] ?? $this->getBreadcrumbsServiceService()), $this->parameters['allowed_extensions']);
$instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Ui\\Frontend\\AllegatoController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Ui\Frontend\DefaultController' shared autowired service.
*
* @return \App\Controller\Ui\Frontend\DefaultController
*/
protected function getDefaultControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Ui/Frontend/DefaultController.php';
$this->services['App\\Controller\\Ui\\Frontend\\DefaultController'] = $instance = new \App\Controller\Ui\Frontend\DefaultController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()), ($this->privates['Artprima\\PrometheusMetricsBundle\\Metrics\\Renderer'] ?? $this->getRendererService()));
$instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Ui\\Frontend\\DefaultController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Ui\Frontend\DocumentController' shared autowired service.
*
* @return \App\Controller\Ui\Frontend\DocumentController
*/
protected function getDocumentControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Ui/Frontend/DocumentController.php';
$this->services['App\\Controller\\Ui\\Frontend\\DocumentController'] = $instance = new \App\Controller\Ui\Frontend\DocumentController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Services\\BreadcrumbsService'] ?? $this->getBreadcrumbsServiceService()), ($this->privates['App\\Services\\FileService\\DocumentFileService'] ?? $this->getDocumentFileServiceService()));
$instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Ui\\Frontend\\DocumentController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Ui\Frontend\PraticheController' shared autowired service.
*
* @return \App\Controller\Ui\Frontend\PraticheController
*/
protected function getPraticheControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Ui/Frontend/PraticheController.php';
include_once \dirname(__DIR__, 4).'/src/Handlers/Servizio/ServizioHandlerRegistry.php';
$this->services['App\\Controller\\Ui\\Frontend\\PraticheController'] = $instance = new \App\Controller\Ui\Frontend\PraticheController(($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()), ($this->privates['App\\Services\\PraticaStatusService'] ?? $this->getPraticaStatusServiceService()), ($this->privates['App\\Services\\ModuloPdfBuilderService'] ?? $this->getModuloPdfBuilderServiceService()), ($this->privates['App\\FormIO\\ExpressionValidator'] ?? $this->getExpressionValidatorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()), ($this->services['Omines\\DataTablesBundle\\DataTableFactory'] ?? $this->getDataTableFactoryService()), ($this->privates['App\\Services\\Manager\\PraticaManager'] ?? $this->getPraticaManagerService()), ($this->privates['App\\Services\\FormServerApiAdapterService'] ?? $this->getFormServerApiAdapterServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\BreadcrumbsService'] ?? $this->getBreadcrumbsServiceService()), ($this->services['App\\Handlers\\Servizio\\ServizioHandlerRegistry'] ?? ($this->services['App\\Handlers\\Servizio\\ServizioHandlerRegistry'] = new \App\Handlers\Servizio\ServizioHandlerRegistry())), ($this->privates['App\\Services\\Manager\\MessageManager'] ?? $this->getMessageManagerService()));
$instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Ui\\Frontend\\PraticheController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Ui\Frontend\PrintController' shared autowired service.
*
* @return \App\Controller\Ui\Frontend\PrintController
*/
protected function getPrintControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Ui/Frontend/PrintController.php';
$this->services['App\\Controller\\Ui\\Frontend\\PrintController'] = $instance = new \App\Controller\Ui\Frontend\PrintController(($this->privates['App\\Services\\ModuloPdfBuilderService'] ?? $this->getModuloPdfBuilderServiceService()), ($this->privates['App\\Services\\FileService\\AllegatoFileService'] ?? $this->getAllegatoFileServiceService()));
$instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Ui\\Frontend\\PrintController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Ui\Frontend\SearchController' shared autowired service.
*
* @return \App\Controller\Ui\Frontend\SearchController
*/
protected function getSearchControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Ui/Frontend/SearchController.php';
$this->services['App\\Controller\\Ui\\Frontend\\SearchController'] = $instance = new \App\Controller\Ui\Frontend\SearchController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Manager\\ServiceManager'] ?? $this->getServiceManagerService()), ($this->privates['App\\Services\\BreadcrumbsService'] ?? $this->getBreadcrumbsServiceService()));
$instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Ui\\Frontend\\SearchController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Ui\Frontend\ServiziController' shared autowired service.
*
* @return \App\Controller\Ui\Frontend\ServiziController
*/
protected function getServiziControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Ui/Frontend/ServiziController.php';
include_once \dirname(__DIR__, 4).'/src/Handlers/Servizio/ServizioHandlerRegistry.php';
$this->services['App\\Controller\\Ui\\Frontend\\ServiziController'] = $instance = new \App\Controller\Ui\Frontend\ServiziController(($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Services\\Manager\\CategoryManager'] ?? $this->getCategoryManagerService()), ($this->privates['App\\Services\\BreadcrumbsService'] ?? $this->getBreadcrumbsServiceService()), ($this->services['App\\Handlers\\Servizio\\ServizioHandlerRegistry'] ?? ($this->services['App\\Handlers\\Servizio\\ServizioHandlerRegistry'] = new \App\Handlers\Servizio\ServizioHandlerRegistry())));
$instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Ui\\Frontend\\ServiziController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Ui\Frontend\SubscriptionServicesController' shared autowired service.
*
* @return \App\Controller\Ui\Frontend\SubscriptionServicesController
*/
protected function getSubscriptionServicesControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Ui/Frontend/SubscriptionServicesController.php';
$this->services['App\\Controller\\Ui\\Frontend\\SubscriptionServicesController'] = $instance = new \App\Controller\Ui\Frontend\SubscriptionServicesController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['App\\BackOffice\\SubcriptionsBackOffice'] ?? $this->getSubcriptionsBackOfficeService()), ($this->privates['App\\Services\\SubscriptionsService'] ?? $this->getSubscriptionsServiceService()));
$instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Ui\\Frontend\\SubscriptionServicesController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Ui\Frontend\SubscriptionsController' shared autowired service.
*
* @return \App\Controller\Ui\Frontend\SubscriptionsController
*/
protected function getSubscriptionsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Ui/Frontend/SubscriptionsController.php';
$this->services['App\\Controller\\Ui\\Frontend\\SubscriptionsController'] = $instance = new \App\Controller\Ui\Frontend\SubscriptionsController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['App\\BackOffice\\SubcriptionsBackOffice'] ?? $this->getSubcriptionsBackOfficeService()), ($this->privates['App\\Services\\SubscriptionsService'] ?? $this->getSubscriptionsServiceService()), ($this->privates['App\\Services\\ModuloPdfBuilderService'] ?? $this->getModuloPdfBuilderServiceService()), ($this->privates['App\\Services\\BreadcrumbsService'] ?? $this->getBreadcrumbsServiceService()), ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->privates['App\\Services\\Manager\\PraticaManager'] ?? $this->getPraticaManagerService()));
$instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Ui\\Frontend\\SubscriptionsController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Ui\Frontend\TrackingController' shared autowired service.
*
* @return \App\Controller\Ui\Frontend\TrackingController
*/
protected function getTrackingControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Ui/Frontend/TrackingController.php';
$this->services['App\\Controller\\Ui\\Frontend\\TrackingController'] = $instance = new \App\Controller\Ui\Frontend\TrackingController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Ui\\Frontend\\TrackingController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Ui\Frontend\UserController' shared autowired service.
*
* @return \App\Controller\Ui\Frontend\UserController
*/
protected function getUserControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Ui/Frontend/UserController.php';
$this->services['App\\Controller\\Ui\\Frontend\\UserController'] = $instance = new \App\Controller\Ui\Frontend\UserController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->privates['formio.factory'] ?? $this->getFormio_FactoryService()), ($this->privates['App\\Services\\BreadcrumbsService'] ?? $this->getBreadcrumbsServiceService()), ($this->privates['App\\Dto\\ApplicationDto'] ?? $this->getApplicationDtoService()));
$instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Ui\\Frontend\\UserController', $this));
return $instance;
}
/**
* Gets the public 'App\Handlers\Servizio\ServizioHandlerRegistry' shared autowired service.
*
* @return \App\Handlers\Servizio\ServizioHandlerRegistry
*/
protected function getServizioHandlerRegistryService()
{
include_once \dirname(__DIR__, 4).'/src/Handlers/Servizio/ServizioHandlerRegistry.php';
return $this->services['App\\Handlers\\Servizio\\ServizioHandlerRegistry'] = new \App\Handlers\Servizio\ServizioHandlerRegistry();
}
/**
* Gets the public 'App\Security\DedaLogin\DedaLoginClient' shared autowired service.
*
* @return \App\Security\DedaLogin\DedaLoginClient
*/
protected function getDedaLoginClientService()
{
include_once \dirname(__DIR__, 4).'/src/Security/DedaLogin/DedaLoginClient.php';
return $this->services['App\\Security\\DedaLogin\\DedaLoginClient'] = new \App\Security\DedaLogin\DedaLoginClient(($this->privates['http.client'] ?? $this->getHttp_ClientService()), 'example', 'example', 'prod');
}
/**
* Gets the public 'App\Services\DirectoryNamerService' shared autowired service.
*
* @return \App\Services\DirectoryNamerService
*/
protected function getDirectoryNamerServiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Services/DirectoryNamerService.php';
return $this->services['App\\Services\\DirectoryNamerService'] = new \App\Services\DirectoryNamerService();
}
/**
* Gets the public 'App\Services\InstanceService' shared autowired service.
*
* @return \App\Services\InstanceService
*/
protected function getInstanceServiceService()
{
return $this->services['App\\Services\\InstanceService'] = new \App\Services\InstanceService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), '');
}
/**
* Gets the public 'Artprima\PrometheusMetricsBundle\Controller\MetricsController' shared service.
*
* @return \Artprima\PrometheusMetricsBundle\Controller\MetricsController
*/
protected function getMetricsController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/artprima/prometheus-metrics-bundle/Controller/MetricsController.php';
return $this->services['Artprima\\PrometheusMetricsBundle\\Controller\\MetricsController'] = new \Artprima\PrometheusMetricsBundle\Controller\MetricsController(($this->privates['Artprima\\PrometheusMetricsBundle\\Metrics\\Renderer'] ?? $this->getRendererService()));
}
/**
* Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
*/
protected function getProfilerControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['twig'] ?? $this->getTwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['profiler'] ?? $this->getProfilerService()));
}
/**
* Gets the public 'OAT\Bundle\HealthCheckBundle\Action\HealthCheckAction' shared service.
*
* @return \OAT\Bundle\HealthCheckBundle\Action\HealthCheckAction
*/
protected function getHealthCheckActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/oat-sa/bundle-health-check/Action/HealthCheckAction.php';
return $this->services['OAT\\Bundle\\HealthCheckBundle\\Action\\HealthCheckAction'] = new \OAT\Bundle\HealthCheckBundle\Action\HealthCheckAction(($this->privates['OAT\\Library\\HealthCheck\\HealthChecker'] ?? $this->getHealthCheckerService()));
}
/**
* Gets the public 'Omines\DataTablesBundle\DataTableFactory' shared autowired service.
*
* @return \Omines\DataTablesBundle\DataTableFactory
*/
protected function getDataTableFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/DataTableFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/DataTableRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Twig/TwigRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/DependencyInjection/Instantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Exporter/DataTableExporterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Exporter/DataTableExporterCollection.php';
return $this->services['Omines\\DataTablesBundle\\DataTableFactory'] = new \Omines\DataTablesBundle\DataTableFactory($this->parameters['datatables.config'], new \Omines\DataTablesBundle\Twig\TwigRenderer(($this->services['twig'] ?? $this->getTwigService())), new \Omines\DataTablesBundle\DependencyInjection\Instantiator(['Omines\\DataTablesBundle\\Adapter\\AdapterInterface' => new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Omines\\DataTablesBundle\\Adapter\\ArrayAdapter' => [false, 'Omines\\DataTablesBundle\\Adapter\\ArrayAdapter', 'getArrayAdapterService', false],
'Omines\\DataTablesBundle\\Adapter\\Doctrine\\FetchJoinORMAdapter' => [false, 'Omines\\DataTablesBundle\\Adapter\\Doctrine\\FetchJoinORMAdapter', 'getFetchJoinORMAdapterService', false],
'Omines\\DataTablesBundle\\Adapter\\Doctrine\\ORMAdapter' => [false, 'Omines\\DataTablesBundle\\Adapter\\Doctrine\\ORMAdapter', 'getORMAdapterService', false],
], [
'Omines\\DataTablesBundle\\Adapter\\ArrayAdapter' => '?',
'Omines\\DataTablesBundle\\Adapter\\Doctrine\\FetchJoinORMAdapter' => '?',
'Omines\\DataTablesBundle\\Adapter\\Doctrine\\ORMAdapter' => '?',
]), 'Omines\\DataTablesBundle\\Column\\AbstractColumn' => new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Omines\\DataTablesBundle\\Column\\TwigColumn' => [false, 'Omines\\DataTablesBundle\\Column\\TwigColumn', 'getTwigColumnService', false],
'Omines\\DataTablesBundle\\Column\\TwigStringColumn' => [false, 'Omines\\DataTablesBundle\\Column\\TwigStringColumn', 'getTwigStringColumnService', false],
], [
'Omines\\DataTablesBundle\\Column\\TwigColumn' => '?',
'Omines\\DataTablesBundle\\Column\\TwigStringColumn' => '?',
]), 'Omines\\DataTablesBundle\\DataTableTypeInterface' => new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\DataTable\\PraticaTableType' => ['privates', 'App\\DataTable\\PraticaTableType', 'getPraticaTableTypeService', false],
'App\\DataTable\\ScheduledActionTableType' => ['privates', 'App\\DataTable\\ScheduledActionTableType', 'getScheduledActionTableTypeService', false],
'App\\DataTable\\ServiceTableType' => ['privates', 'App\\DataTable\\ServiceTableType', 'getServiceTableTypeService', false],
], [
'App\\DataTable\\PraticaTableType' => '?',
'App\\DataTable\\ScheduledActionTableType' => '?',
'App\\DataTable\\ServiceTableType' => '?',
]), 'Omines\\DataTablesBundle\\Exporter\\DataTableExporterInterface' => new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Omines\\DataTablesBundle\\Exporter\\Csv\\CsvExporter' => ['privates', 'Omines\\DataTablesBundle\\Exporter\\Csv\\CsvExporter', 'getCsvExporterService', false],
'Omines\\DataTablesBundle\\Exporter\\Excel\\ExcelExporter' => ['privates', 'Omines\\DataTablesBundle\\Exporter\\Excel\\ExcelExporter', 'getExcelExporterService', false],
], [
'Omines\\DataTablesBundle\\Exporter\\Csv\\CsvExporter' => '?',
'Omines\\DataTablesBundle\\Exporter\\Excel\\ExcelExporter' => '?',
])]), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Omines\DataTablesBundle\Exporter\DataTableExporterManager(new \Omines\DataTablesBundle\Exporter\DataTableExporterCollection(new RewindableGenerator(function () {
yield 0 => ($this->privates['Omines\\DataTablesBundle\\Exporter\\Excel\\ExcelExporter'] ?? ($this->privates['Omines\\DataTablesBundle\\Exporter\\Excel\\ExcelExporter'] = new \Omines\DataTablesBundle\Exporter\Excel\ExcelExporter()));
yield 1 => ($this->privates['Omines\\DataTablesBundle\\Exporter\\Csv\\CsvExporter'] ?? ($this->privates['Omines\\DataTablesBundle\\Exporter\\Csv\\CsvExporter'] = new \Omines\DataTablesBundle\Exporter\Csv\CsvExporter()));
}, 2)), ($this->services['translator'] ?? $this->getTranslatorService())));
}
/**
* Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
*/
protected function getRedirectControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80, 443);
}
/**
* Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
*/
protected function getTemplateControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), NULL);
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\Base64Namer' shared service.
*
* @return \Vich\UploaderBundle\Naming\Base64Namer
*/
protected function getBase64NamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Base64Namer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\Base64Namer'] = new \Vich\UploaderBundle\Naming\Base64Namer();
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer
*/
protected function getCurrentDateTimeDirectoryNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeDirectoryNamer.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DateTimeHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeHelper.php';
return $this->services['Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer'] = new \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer(new \Vich\UploaderBundle\Naming\CurrentDateTimeHelper(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\HashNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\HashNamer
*/
protected function getHashNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/HashNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\HashNamer'] = new \Vich\UploaderBundle\Naming\HashNamer();
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\OrignameNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\OrignameNamer
*/
protected function getOrignameNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\OrignameNamer'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\PropertyDirectoryNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\PropertyDirectoryNamer
*/
protected function getPropertyDirectoryNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/PropertyDirectoryNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer'] = new \Vich\UploaderBundle\Naming\PropertyDirectoryNamer(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\PropertyNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\PropertyNamer
*/
protected function getPropertyNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/PropertyNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\PropertyNamer'] = new \Vich\UploaderBundle\Naming\PropertyNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
*/
protected function getSmartUniqueNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\SubdirDirectoryNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\SubdirDirectoryNamer
*/
protected function getSubdirDirectoryNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SubdirDirectoryNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer'] = new \Vich\UploaderBundle\Naming\SubdirDirectoryNamer();
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\UniqidNamer
*/
protected function getUniqidNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
}
/**
* Gets the public 'bazinga.jstranslation.controller' shared service.
*
* @return \Bazinga\Bundle\JsTranslationBundle\Controller\Controller
*/
protected function getBazinga_Jstranslation_ControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
$this->services['bazinga.jstranslation.controller'] = $instance = new \Bazinga\Bundle\JsTranslationBundle\Controller\Controller(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['bazinga.jstranslation.translation_finder'] ?? $this->getBazinga_Jstranslation_TranslationFinderService()), ($this->targetDir.''.'/bazinga-js-translation'), true, 'en', 'messages', '86400');
$a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
$b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
$instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
$instance->addLoader('yaml', $a);
$instance->addLoader('yml', $a);
$instance->addLoader('xlf', $b);
$instance->addLoader('xliff', $b);
$instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
$instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
$instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
$instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
$instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
$instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
$instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
$instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
return $instance;
}
/**
* Gets the public 'bazinga.jstranslation.dump_command' shared service.
*
* @return \Bazinga\Bundle\JsTranslationBundle\Command\DumpCommand
*/
protected function getBazinga_Jstranslation_DumpCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/js-translation-bundle/Command/DumpCommand.php';
$this->services['bazinga.jstranslation.dump_command'] = $instance = new \Bazinga\Bundle\JsTranslationBundle\Command\DumpCommand(($this->services['bazinga.jstranslation.translation_dumper'] ?? $this->getBazinga_Jstranslation_TranslationDumperService()), \dirname(__DIR__, 4));
$instance->setName('bazinga:js-translation:dump');
return $instance;
}
/**
* Gets the public 'bazinga.jstranslation.translation_dumper' shared service.
*
* @return \Bazinga\Bundle\JsTranslationBundle\Dumper\TranslationDumper
*/
protected function getBazinga_Jstranslation_TranslationDumperService()
{
include_once \dirname(__DIR__, 4).'/vendor/willdurand/js-translation-bundle/Dumper/TranslationDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
$this->services['bazinga.jstranslation.translation_dumper'] = $instance = new \Bazinga\Bundle\JsTranslationBundle\Dumper\TranslationDumper(($this->services['twig'] ?? $this->getTwigService()), ($this->services['bazinga.jstranslation.translation_finder'] ?? $this->getBazinga_Jstranslation_TranslationFinderService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), 'en', 'messages', [], []);
$a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
$b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
$instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
$instance->addLoader('yaml', $a);
$instance->addLoader('yml', $a);
$instance->addLoader('xlf', $b);
$instance->addLoader('xliff', $b);
$instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
$instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
$instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
$instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
$instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
$instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
$instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
$instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
return $instance;
}
/**
* Gets the public 'bazinga.jstranslation.translation_finder' shared service.
*
* @return \Bazinga\Bundle\JsTranslationBundle\Finder\TranslationFinder
*/
protected function getBazinga_Jstranslation_TranslationFinderService()
{
include_once \dirname(__DIR__, 4).'/vendor/willdurand/js-translation-bundle/Finder/TranslationFinder.php';
return $this->services['bazinga.jstranslation.translation_finder'] = new \Bazinga\Bundle\JsTranslationBundle\Finder\TranslationFinder(['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'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.af.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.af.yml')], '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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ar.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ar.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.az.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.az.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.be.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.be.yml')], '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/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.bg.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.bg.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.bg.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], '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/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ca.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ca.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ca.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml')], '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/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.cs.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.cs.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.cs.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.cs.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.cs.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.cy.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.cy.yml')], '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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.da.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.da.yml')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.de.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.de.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.de.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.de.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.de.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), 9 => (\dirname(__DIR__, 4).'/translations/CraueFormFlowBundle.de.yml'), 10 => (\dirname(__DIR__, 4).'/translations/messages.de.yml'), 11 => (\dirname(__DIR__, 4).'/translations/validators.de.yml')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.el.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.el.yml')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.en.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.en.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.en.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.en.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.en.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), 9 => (\dirname(__DIR__, 4).'/translations/CraueFormFlowBundle.en.yml'), 10 => (\dirname(__DIR__, 4).'/translations/messages.en.yml'), 11 => (\dirname(__DIR__, 4).'/translations/validators.en.yml')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.es.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.es.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.es.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.es.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.es.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.et.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.et.yml')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.eu.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.eu.yml')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.fa.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.fa.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.fa.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.fa.yml')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.fi.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.fr.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.fr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.fr.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.fr.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.fr.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.gl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.gl.yml')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.he.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.he.yml')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.hr.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.hr.yml')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.hu.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.hu.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hu.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hy.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.hy.yml')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.id.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.id.yml')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.it.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.it.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.it.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.it.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), 8 => (\dirname(__DIR__, 4).'/translations/CraueFormFlowBundle.it.yml'), 9 => (\dirname(__DIR__, 4).'/translations/messages.it.yml'), 10 => (\dirname(__DIR__, 4).'/translations/security.it.yaml'), 11 => (\dirname(__DIR__, 4).'/translations/validators.it.yml')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ja.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ja.yml')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.lt.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.lt.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.lv.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.lv.yml')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.mn.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.mn.yml')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.nb.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.nb.yml')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.nl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.nl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.nl.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.nl.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.nl.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.nn.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.nn.yml')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.pl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.pl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.pl.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.pl.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.pl.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.pt.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.pt.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.pt_BR.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.pt_BR.yml')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ro.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ro.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ro.yml')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.ru.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.ru.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ru.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ru.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ru.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.sk.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.sk.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sk.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sk.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sk.yml')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sl.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sl.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sq.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sq.yml')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sr_Latn.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sr_Latn.yml')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sv.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sv.yml')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.th.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.th.yml')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.tr.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.tr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.tr.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.uk.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.uk.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.uk.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.uk.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.uk.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ur.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ur.yml')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.uz.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.uz.yml')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.vi.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.vi.yml')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.zh_CN.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.zh_CN.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.zh_TW.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.zh_TW.yml')], 'bn' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.bn.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.bn.yml')], 'ga' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ga.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ga.yml')], 'gu' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.gu.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.gu.yml')], 'hi' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hi.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.hi.yml')], 'is' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.is.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.is.yml')], 'ka' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ka.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ka.yml')], 'ko' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ko.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ko.yml')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.mk.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.mk.yml')], 'ms' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ms.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ms.yml')], 'ne' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ne.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ne.yml')], 'ps' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ps.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ps.yml')], 'si' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.si.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.si.yml')], 'sr' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sr.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sr.yml')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sw.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sw.yml')], 'ta' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ta.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ta.yml')], 'te' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.te.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.te.yml')], 'zh' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.zh.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.zh.yml')], 'am' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.am.yml')], 'cn' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.cn.yml')], 'eo' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.eo.yml')], 'kk' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.kk.yml')], 'km' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.km.yml')], 'ku' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ku.yml')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ky.yml')], 'lo' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.lo.yml')], 'ua' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ua.yml')], 'vn' => [0 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')]]);
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('xVnMcnxU0x', 0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* Gets the public 'cache.app_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_AppClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
}
/**
* Gets the public 'cache.global_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_GlobalClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
}
/**
* Gets the public 'cache.system' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SystemService()
{
return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('UxixE1qim3', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'cache.system_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_SystemClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
}
/**
* Gets the public 'cache_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
*/
protected function getCacheClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
yield 0 => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
yield 1 => ($this->privates['jms_serializer.cache.cache_clearer'] ?? $this->getJmsSerializer_Cache_CacheClearerService());
}, 2));
}
/**
* Gets the public 'cache_warmer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
*/
protected function getCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
yield 0 => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
yield 1 => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
yield 2 => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
yield 3 => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
yield 4 => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
yield 5 => ($this->privates['exercise_html_purifier.cache_warmer.serializer'] ?? $this->getExerciseHtmlPurifier_CacheWarmer_SerializerService());
yield 6 => ($this->privates['fos_rest.allowed_methods_loader'] ?? $this->getFosRest_AllowedMethodsLoaderService());
yield 7 => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
yield 8 => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__, 4).'/public/build/2.9.1//entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'))));
yield 9 => ($this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] ?? $this->getCacheWarmer2Service());
}, 10), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
}
/**
* Gets the public 'console.command.public_alias.App\Command\AdministratorCreateCommand' shared autowired service.
*
* @return \App\Command\AdministratorCreateCommand
*/
protected function getAdministratorCreateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/AdministratorCreateCommand.php';
return $this->services['console.command.public_alias.App\\Command\\AdministratorCreateCommand'] = new \App\Command\AdministratorCreateCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
}
/**
* Gets the public 'console.command.public_alias.App\Command\ChangeApplicationStatusCommand' shared autowired service.
*
* @return \App\Command\ChangeApplicationStatusCommand
*/
protected function getChangeApplicationStatusCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/ChangeApplicationStatusCommand.php';
return $this->services['console.command.public_alias.App\\Command\\ChangeApplicationStatusCommand'] = new \App\Command\ChangeApplicationStatusCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\Services\\PraticaStatusService'] ?? $this->getPraticaStatusServiceService()), $this->getEnv('OCSDC_SCHEME'), $this->getEnv('OCSDC_HOST'));
}
/**
* Gets the public 'console.command.public_alias.App\Command\ConfigureInstanceCommand' shared autowired service.
*
* @return \App\Command\ConfigureInstanceCommand
*/
protected function getConfigureInstanceCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/ConfigureInstanceCommand.php';
return $this->services['console.command.public_alias.App\\Command\\ConfigureInstanceCommand'] = new \App\Command\ConfigureInstanceCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
}
/**
* Gets the public 'console.command.public_alias.App\Command\CreateSubscriptionPaymentDraftsCommand' shared autowired service.
*
* @return \App\Command\CreateSubscriptionPaymentDraftsCommand
*/
protected function getCreateSubscriptionPaymentDraftsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/CreateSubscriptionPaymentDraftsCommand.php';
return $this->services['console.command.public_alias.App\\Command\\CreateSubscriptionPaymentDraftsCommand'] = new \App\Command\CreateSubscriptionPaymentDraftsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Services\\SubscriptionsService'] ?? $this->getSubscriptionsServiceService()), ($this->privates['App\\Services\\Manager\\PraticaManager'] ?? $this->getPraticaManagerService()));
}
/**
* Gets the public 'console.command.public_alias.App\Command\DeleteDraftMeetingsCommand' shared autowired service.
*
* @return \App\Command\DeleteDraftMeetingsCommand
*/
protected function getDeleteDraftMeetingsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/DeleteDraftMeetingsCommand.php';
return $this->services['console.command.public_alias.App\\Command\\DeleteDraftMeetingsCommand'] = new \App\Command\DeleteDraftMeetingsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the public 'console.command.public_alias.App\Command\FixPeoPaymentSettingsCommand' shared autowired service.
*
* @return \App\Command\FixPeoPaymentSettingsCommand
*/
protected function getFixPeoPaymentSettingsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/FixPeoPaymentSettingsCommand.php';
return $this->services['console.command.public_alias.App\\Command\\FixPeoPaymentSettingsCommand'] = new \App\Command\FixPeoPaymentSettingsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'console.command.public_alias.App\Command\FixPrivacyAndCategoriesCommand' shared autowired service.
*
* @return \App\Command\FixPrivacyAndCategoriesCommand
*/
protected function getFixPrivacyAndCategoriesCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/FixPrivacyAndCategoriesCommand.php';
return $this->services['console.command.public_alias.App\\Command\\FixPrivacyAndCategoriesCommand'] = new \App\Command\FixPrivacyAndCategoriesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'console.command.public_alias.App\Command\FixUserPlaceOfBirthAsCodeCommand' shared autowired service.
*
* @return \App\Command\FixUserPlaceOfBirthAsCodeCommand
*/
protected function getFixUserPlaceOfBirthAsCodeCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/FixUserPlaceOfBirthAsCodeCommand.php';
return $this->services['console.command.public_alias.App\\Command\\FixUserPlaceOfBirthAsCodeCommand'] = new \App\Command\FixUserPlaceOfBirthAsCodeCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'console.command.public_alias.App\Command\GeneratePdfCommand' shared autowired service.
*
* @return \App\Command\GeneratePdfCommand
*/
protected function getGeneratePdfCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/GeneratePdfCommand.php';
return $this->services['console.command.public_alias.App\\Command\\GeneratePdfCommand'] = new \App\Command\GeneratePdfCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\ModuloPdfBuilderService'] ?? $this->getModuloPdfBuilderServiceService()), 'it', $this->getEnv('OCSDC_SCHEME'), $this->getEnv('OCSDC_HOST'));
}
/**
* Gets the public 'console.command.public_alias.App\Command\HotFixI18nSyncCommand' shared autowired service.
*
* @return \App\Command\HotFixI18nSyncCommand
*/
protected function getHotFixI18nSyncCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/HotFixI18nSyncCommand.php';
return $this->services['console.command.public_alias.App\\Command\\HotFixI18nSyncCommand'] = new \App\Command\HotFixI18nSyncCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'console.command.public_alias.App\Command\HotFixMigratePaymentTypeCommand' shared autowired service.
*
* @return \App\Command\HotFixMigratePaymentTypeCommand
*/
protected function getHotFixMigratePaymentTypeCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/HotFixMigratePaymentTypeCommand.php';
return $this->services['console.command.public_alias.App\\Command\\HotFixMigratePaymentTypeCommand'] = new \App\Command\HotFixMigratePaymentTypeCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'console.command.public_alias.App\Command\HotFixMissingErogatoreCommand' shared autowired service.
*
* @return \App\Command\HotFixMissingErogatoreCommand
*/
protected function getHotFixMissingErogatoreCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/HotFixMissingErogatoreCommand.php';
return $this->services['console.command.public_alias.App\\Command\\HotFixMissingErogatoreCommand'] = new \App\Command\HotFixMissingErogatoreCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()));
}
/**
* Gets the public 'console.command.public_alias.App\Command\HotFixStatusConsistencyCommand' shared autowired service.
*
* @return \App\Command\HotFixStatusConsistencyCommand
*/
protected function getHotFixStatusConsistencyCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/HotFixStatusConsistencyCommand.php';
return $this->services['console.command.public_alias.App\\Command\\HotFixStatusConsistencyCommand'] = new \App\Command\HotFixStatusConsistencyCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\PraticaStatusService'] ?? $this->getPraticaStatusServiceService()));
}
/**
* Gets the public 'console.command.public_alias.App\Command\HotFixSubscriberBirthDateFromFiscalCodeCommand' shared autowired service.
*
* @return \App\Command\HotFixSubscriberBirthDateFromFiscalCodeCommand
*/
protected function getHotFixSubscriberBirthDateFromFiscalCodeCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/HotFixSubscriberBirthDateFromFiscalCodeCommand.php';
return $this->services['console.command.public_alias.App\\Command\\HotFixSubscriberBirthDateFromFiscalCodeCommand'] = new \App\Command\HotFixSubscriberBirthDateFromFiscalCodeCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()));
}
/**
* Gets the public 'console.command.public_alias.App\Command\HotFixZeroMeetingQueueCommand' shared autowired service.
*
* @return \App\Command\HotFixZeroMeetingQueueCommand
*/
protected function getHotFixZeroMeetingQueueCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/HotFixZeroMeetingQueueCommand.php';
return $this->services['console.command.public_alias.App\\Command\\HotFixZeroMeetingQueueCommand'] = new \App\Command\HotFixZeroMeetingQueueCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'console.command.public_alias.App\Command\I18nMigrationsCommand' shared autowired service.
*
* @return \App\Command\I18nMigrationsCommand
*/
protected function getI18nMigrationsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/I18nMigrationsCommand.php';
return $this->services['console.command.public_alias.App\\Command\\I18nMigrationsCommand'] = new \App\Command\I18nMigrationsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'console.command.public_alias.App\Command\OperatoreAbilitaServizioCommand' shared autowired service.
*
* @return \App\Command\OperatoreAbilitaServizioCommand
*/
protected function getOperatoreAbilitaServizioCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/OperatoreAbilitaServizioCommand.php';
return $this->services['console.command.public_alias.App\\Command\\OperatoreAbilitaServizioCommand'] = new \App\Command\OperatoreAbilitaServizioCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'console.command.public_alias.App\Command\OperatoreCreateCommand' shared autowired service.
*
* @return \App\Command\OperatoreCreateCommand
*/
protected function getOperatoreCreateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/OperatoreCreateCommand.php';
return $this->services['console.command.public_alias.App\\Command\\OperatoreCreateCommand'] = new \App\Command\OperatoreCreateCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
}
/**
* Gets the public 'console.command.public_alias.App\Command\PopulateServiceShortDescriptionCommand' shared autowired service.
*
* @return \App\Command\PopulateServiceShortDescriptionCommand
*/
protected function getPopulateServiceShortDescriptionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/PopulateServiceShortDescriptionCommand.php';
return $this->services['console.command.public_alias.App\\Command\\PopulateServiceShortDescriptionCommand'] = new \App\Command\PopulateServiceShortDescriptionCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'console.command.public_alias.App\Command\ProduceKafkaMessagesCommand' shared autowired service.
*
* @return \App\Command\ProduceKafkaMessagesCommand
*/
protected function getProduceKafkaMessagesCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/ProduceKafkaMessagesCommand.php';
return $this->services['console.command.public_alias.App\\Command\\ProduceKafkaMessagesCommand'] = new \App\Command\ProduceKafkaMessagesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\Services\\KafkaService'] ?? $this->getKafkaServiceService()), $this->getEnv('OCSDC_SCHEME'), $this->getEnv('OCSDC_HOST'));
}
/**
* Gets the public 'console.command.public_alias.App\Command\ProtocolloConfigureCommand' shared autowired service.
*
* @return \App\Command\ProtocolloConfigureCommand
*/
protected function getProtocolloConfigureCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/ProtocolloConfigureCommand.php';
return $this->services['console.command.public_alias.App\\Command\\ProtocolloConfigureCommand'] = new \App\Command\ProtocolloConfigureCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'console.command.public_alias.App\Command\RemoveTooManyPdfCommand' shared autowired service.
*
* @return \App\Command\RemoveTooManyPdfCommand
*/
protected function getRemoveTooManyPdfCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/RemoveTooManyPdfCommand.php';
return $this->services['console.command.public_alias.App\\Command\\RemoveTooManyPdfCommand'] = new \App\Command\RemoveTooManyPdfCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()), 'it', $this->getEnv('OCSDC_SCHEME'), $this->getEnv('OCSDC_HOST'));
}
/**
* Gets the public 'console.command.public_alias.App\Command\ScheduledActionCommand' shared autowired service.
*
* @return \App\Command\ScheduledActionCommand
*/
protected function getScheduledActionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/ScheduledActionCommand.php';
include_once \dirname(__DIR__, 4).'/src/Services/SchedulableActionRegistry.php';
return $this->services['console.command.public_alias.App\\Command\\ScheduledActionCommand'] = new \App\Command\ScheduledActionCommand(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Services\\ScheduleActionService'] ?? $this->getScheduleActionServiceService()), ($this->services['router'] ?? $this->getRouterService()), new \App\Services\SchedulableActionRegistry(), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\Metrics\\ScheduledActionMetrics'] ?? $this->getScheduledActionMetricsService()), 'it', $this->getEnv('OCSDC_SCHEME'), $this->getEnv('OCSDC_HOST'));
}
/**
* Gets the public 'console.command.public_alias.App\Command\SecureUserCommand' shared autowired service.
*
* @return \App\Command\SecureUserCommand
*/
protected function getSecureUserCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/SecureUserCommand.php';
return $this->services['console.command.public_alias.App\\Command\\SecureUserCommand'] = new \App\Command\SecureUserCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['router'] ?? $this->getRouterService()), $this->getEnv('OCSDC_SCHEME'), $this->getEnv('OCSDC_HOST'), $this->getEnv('INACTIVE_USER_LIFE_TIME'));
}
/**
* Gets the public 'console.command.public_alias.App\Command\SendPraticaToGiscomCommand' shared autowired service.
*
* @return \App\Command\SendPraticaToGiscomCommand
*/
protected function getSendPraticaToGiscomCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/SendPraticaToGiscomCommand.php';
return $this->services['console.command.public_alias.App\\Command\\SendPraticaToGiscomCommand'] = new \App\Command\SendPraticaToGiscomCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'console.command.public_alias.App\Command\ServizioCreateCommand' shared autowired service.
*
* @return \App\Command\ServizioCreateCommand
*/
protected function getServizioCreateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/ServizioCreateCommand.php';
return $this->services['console.command.public_alias.App\\Command\\ServizioCreateCommand'] = new \App\Command\ServizioCreateCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()));
}
/**
* Gets the public 'console.command.public_alias.OAT\Bundle\HealthCheckBundle\Command\HealthCheckCommand' shared service.
*
* @return \OAT\Bundle\HealthCheckBundle\Command\HealthCheckCommand
*/
protected function getHealthCheckCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/oat-sa/bundle-health-check/Command/HealthCheckCommand.php';
return $this->services['console.command.public_alias.OAT\\Bundle\\HealthCheckBundle\\Command\\HealthCheckCommand'] = new \OAT\Bundle\HealthCheckBundle\Command\HealthCheckCommand(($this->privates['OAT\\Library\\HealthCheck\\HealthChecker'] ?? $this->getHealthCheckerService()));
}
/**
* Gets the public 'console.command_loader' shared service.
*
* @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
*/
protected function getConsole_CommandLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates', 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'getRunSqlCommandService', false],
'bazinga.jstranslation.dump_command' => ['services', 'bazinga.jstranslation.dump_command', 'getBazinga_Jstranslation_DumpCommandService', false],
'console.command.about' => ['privates', 'console.command.about', 'getConsole_Command_AboutService', false],
'console.command.assets_install' => ['privates', 'console.command.assets_install', 'getConsole_Command_AssetsInstallService', false],
'console.command.cache_clear' => ['privates', 'console.command.cache_clear', 'getConsole_Command_CacheClearService', false],
'console.command.cache_pool_clear' => ['privates', 'console.command.cache_pool_clear', 'getConsole_Command_CachePoolClearService', false],
'console.command.cache_pool_delete' => ['privates', 'console.command.cache_pool_delete', 'getConsole_Command_CachePoolDeleteService', false],
'console.command.cache_pool_list' => ['privates', 'console.command.cache_pool_list', 'getConsole_Command_CachePoolListService', false],
'console.command.cache_pool_prune' => ['privates', 'console.command.cache_pool_prune', 'getConsole_Command_CachePoolPruneService', false],
'console.command.cache_warmup' => ['privates', 'console.command.cache_warmup', 'getConsole_Command_CacheWarmupService', false],
'console.command.config_debug' => ['privates', 'console.command.config_debug', 'getConsole_Command_ConfigDebugService', false],
'console.command.config_dump_reference' => ['privates', 'console.command.config_dump_reference', 'getConsole_Command_ConfigDumpReferenceService', false],
'console.command.container_debug' => ['privates', 'console.command.container_debug', 'getConsole_Command_ContainerDebugService', false],
'console.command.container_lint' => ['privates', 'console.command.container_lint', 'getConsole_Command_ContainerLintService', false],
'console.command.debug_autowiring' => ['privates', 'console.command.debug_autowiring', 'getConsole_Command_DebugAutowiringService', false],
'console.command.event_dispatcher_debug' => ['privates', 'console.command.event_dispatcher_debug', 'getConsole_Command_EventDispatcherDebugService', false],
'console.command.form_debug' => ['privates', 'console.command.form_debug', 'getConsole_Command_FormDebugService', false],
'console.command.router_debug' => ['privates', 'console.command.router_debug', 'getConsole_Command_RouterDebugService', false],
'console.command.router_match' => ['privates', 'console.command.router_match', 'getConsole_Command_RouterMatchService', false],
'console.command.secrets_decrypt_to_local' => ['privates', 'console.command.secrets_decrypt_to_local', 'getConsole_Command_SecretsDecryptToLocalService', false],
'console.command.secrets_encrypt_from_local' => ['privates', 'console.command.secrets_encrypt_from_local', 'getConsole_Command_SecretsEncryptFromLocalService', false],
'console.command.secrets_generate_key' => ['privates', 'console.command.secrets_generate_key', 'getConsole_Command_SecretsGenerateKeyService', false],
'console.command.secrets_list' => ['privates', 'console.command.secrets_list', 'getConsole_Command_SecretsListService', false],
'console.command.secrets_remove' => ['privates', 'console.command.secrets_remove', 'getConsole_Command_SecretsRemoveService', false],
'console.command.secrets_set' => ['privates', 'console.command.secrets_set', 'getConsole_Command_SecretsSetService', false],
'console.command.translation_debug' => ['privates', 'console.command.translation_debug', 'getConsole_Command_TranslationDebugService', false],
'console.command.translation_update' => ['privates', 'console.command.translation_update', 'getConsole_Command_TranslationUpdateService', false],
'console.command.xliff_lint' => ['privates', 'console.command.xliff_lint', 'getConsole_Command_XliffLintService', false],
'console.command.yaml_lint' => ['privates', 'console.command.yaml_lint', 'getConsole_Command_YamlLintService', false],
'doctrine.cache_clear_metadata_command' => ['privates', 'doctrine.cache_clear_metadata_command', 'getDoctrine_CacheClearMetadataCommandService', false],
'doctrine.cache_clear_query_cache_command' => ['privates', 'doctrine.cache_clear_query_cache_command', 'getDoctrine_CacheClearQueryCacheCommandService', false],
'doctrine.cache_clear_result_command' => ['privates', 'doctrine.cache_clear_result_command', 'getDoctrine_CacheClearResultCommandService', false],
'doctrine.cache_collection_region_command' => ['privates', 'doctrine.cache_collection_region_command', 'getDoctrine_CacheCollectionRegionCommandService', false],
'doctrine.clear_entity_region_command' => ['privates', 'doctrine.clear_entity_region_command', 'getDoctrine_ClearEntityRegionCommandService', false],
'doctrine.clear_query_region_command' => ['privates', 'doctrine.clear_query_region_command', 'getDoctrine_ClearQueryRegionCommandService', false],
'doctrine.database_create_command' => ['privates', 'doctrine.database_create_command', 'getDoctrine_DatabaseCreateCommandService', false],
'doctrine.database_drop_command' => ['privates', 'doctrine.database_drop_command', 'getDoctrine_DatabaseDropCommandService', false],
'doctrine.database_import_command' => ['privates', 'doctrine.database_import_command', 'getDoctrine_DatabaseImportCommandService', false],
'doctrine.ensure_production_settings_command' => ['privates', 'doctrine.ensure_production_settings_command', 'getDoctrine_EnsureProductionSettingsCommandService', false],
'doctrine.fixtures_load_command' => ['privates', 'doctrine.fixtures_load_command', 'getDoctrine_FixturesLoadCommandService', false],
'doctrine.mapping_convert_command' => ['privates', 'doctrine.mapping_convert_command', 'getDoctrine_MappingConvertCommandService', false],
'doctrine.mapping_import_command' => ['privates', 'doctrine.mapping_import_command', 'getDoctrine_MappingImportCommandService', false],
'doctrine.mapping_info_command' => ['privates', 'doctrine.mapping_info_command', 'getDoctrine_MappingInfoCommandService', false],
'doctrine.query_dql_command' => ['privates', 'doctrine.query_dql_command', 'getDoctrine_QueryDqlCommandService', false],
'doctrine.query_sql_command' => ['privates', 'doctrine.query_sql_command', 'getDoctrine_QuerySqlCommandService', false],
'doctrine.schema_create_command' => ['privates', 'doctrine.schema_create_command', 'getDoctrine_SchemaCreateCommandService', false],
'doctrine.schema_drop_command' => ['privates', 'doctrine.schema_drop_command', 'getDoctrine_SchemaDropCommandService', false],
'doctrine.schema_update_command' => ['privates', 'doctrine.schema_update_command', 'getDoctrine_SchemaUpdateCommandService', false],
'doctrine.schema_validate_command' => ['privates', 'doctrine.schema_validate_command', 'getDoctrine_SchemaValidateCommandService', false],
'doctrine_migrations.current_command' => ['privates', 'doctrine_migrations.current_command', 'getDoctrineMigrations_CurrentCommandService', false],
'doctrine_migrations.diff_command' => ['privates', 'doctrine_migrations.diff_command', 'getDoctrineMigrations_DiffCommandService', false],
'doctrine_migrations.dump_schema_command' => ['privates', 'doctrine_migrations.dump_schema_command', 'getDoctrineMigrations_DumpSchemaCommandService', false],
'doctrine_migrations.execute_command' => ['privates', 'doctrine_migrations.execute_command', 'getDoctrineMigrations_ExecuteCommandService', false],
'doctrine_migrations.generate_command' => ['privates', 'doctrine_migrations.generate_command', 'getDoctrineMigrations_GenerateCommandService', false],
'doctrine_migrations.latest_command' => ['privates', 'doctrine_migrations.latest_command', 'getDoctrineMigrations_LatestCommandService', false],
'doctrine_migrations.migrate_command' => ['privates', 'doctrine_migrations.migrate_command', 'getDoctrineMigrations_MigrateCommandService', false],
'doctrine_migrations.rollup_command' => ['privates', 'doctrine_migrations.rollup_command', 'getDoctrineMigrations_RollupCommandService', false],
'doctrine_migrations.status_command' => ['privates', 'doctrine_migrations.status_command', 'getDoctrineMigrations_StatusCommandService', false],
'doctrine_migrations.sync_metadata_command' => ['privates', 'doctrine_migrations.sync_metadata_command', 'getDoctrineMigrations_SyncMetadataCommandService', false],
'doctrine_migrations.up_to_date_command' => ['privates', 'doctrine_migrations.up_to_date_command', 'getDoctrineMigrations_UpToDateCommandService', false],
'doctrine_migrations.version_command' => ['privates', 'doctrine_migrations.version_command', 'getDoctrineMigrations_VersionCommandService', false],
'doctrine_migrations.versions_command' => ['privates', 'doctrine_migrations.versions_command', 'getDoctrineMigrations_VersionsCommandService', false],
'lexik_jwt_authentication.check_config_command' => ['privates', 'lexik_jwt_authentication.check_config_command', 'getLexikJwtAuthentication_CheckConfigCommandService', false],
'lexik_jwt_authentication.generate_keypair_command' => ['privates', 'lexik_jwt_authentication.generate_keypair_command', 'getLexikJwtAuthentication_GenerateKeypairCommandService', false],
'lexik_jwt_authentication.generate_token_command' => ['services', 'lexik_jwt_authentication.generate_token_command', 'getLexikJwtAuthentication_GenerateTokenCommandService', false],
'maker.auto_command.make_auth' => ['privates', 'maker.auto_command.make_auth', 'getMaker_AutoCommand_MakeAuthService', false],
'maker.auto_command.make_command' => ['privates', 'maker.auto_command.make_command', 'getMaker_AutoCommand_MakeCommandService', false],
'maker.auto_command.make_controller' => ['privates', 'maker.auto_command.make_controller', 'getMaker_AutoCommand_MakeControllerService', false],
'maker.auto_command.make_crud' => ['privates', 'maker.auto_command.make_crud', 'getMaker_AutoCommand_MakeCrudService', false],
'maker.auto_command.make_docker_database' => ['privates', 'maker.auto_command.make_docker_database', 'getMaker_AutoCommand_MakeDockerDatabaseService', false],
'maker.auto_command.make_entity' => ['privates', 'maker.auto_command.make_entity', 'getMaker_AutoCommand_MakeEntityService', false],
'maker.auto_command.make_fixtures' => ['privates', 'maker.auto_command.make_fixtures', 'getMaker_AutoCommand_MakeFixturesService', false],
'maker.auto_command.make_form' => ['privates', 'maker.auto_command.make_form', 'getMaker_AutoCommand_MakeFormService', false],
'maker.auto_command.make_message' => ['privates', 'maker.auto_command.make_message', 'getMaker_AutoCommand_MakeMessageService', false],
'maker.auto_command.make_messenger_middleware' => ['privates', 'maker.auto_command.make_messenger_middleware', 'getMaker_AutoCommand_MakeMessengerMiddlewareService', false],
'maker.auto_command.make_migration' => ['privates', 'maker.auto_command.make_migration', 'getMaker_AutoCommand_MakeMigrationService', false],
'maker.auto_command.make_registration_form' => ['privates', 'maker.auto_command.make_registration_form', 'getMaker_AutoCommand_MakeRegistrationFormService', false],
'maker.auto_command.make_reset_password' => ['privates', 'maker.auto_command.make_reset_password', 'getMaker_AutoCommand_MakeResetPasswordService', false],
'maker.auto_command.make_serializer_encoder' => ['privates', 'maker.auto_command.make_serializer_encoder', 'getMaker_AutoCommand_MakeSerializerEncoderService', false],
'maker.auto_command.make_serializer_normalizer' => ['privates', 'maker.auto_command.make_serializer_normalizer', 'getMaker_AutoCommand_MakeSerializerNormalizerService', false],
'maker.auto_command.make_subscriber' => ['privates', 'maker.auto_command.make_subscriber', 'getMaker_AutoCommand_MakeSubscriberService', false],
'maker.auto_command.make_test' => ['privates', 'maker.auto_command.make_test', 'getMaker_AutoCommand_MakeTestService', false],
'maker.auto_command.make_twig_extension' => ['privates', 'maker.auto_command.make_twig_extension', 'getMaker_AutoCommand_MakeTwigExtensionService', false],
'maker.auto_command.make_user' => ['privates', 'maker.auto_command.make_user', 'getMaker_AutoCommand_MakeUserService', false],
'maker.auto_command.make_validator' => ['privates', 'maker.auto_command.make_validator', 'getMaker_AutoCommand_MakeValidatorService', false],
'maker.auto_command.make_voter' => ['privates', 'maker.auto_command.make_voter', 'getMaker_AutoCommand_MakeVoterService', false],
'monolog.command.server_log' => ['privates', 'monolog.command.server_log', 'getMonolog_Command_ServerLogService', false],
'nelmio_api_doc.command.dump' => ['services', 'nelmio_api_doc.command.dump', 'getNelmioApiDoc_Command_DumpService', false],
'security.command.user_password_encoder' => ['privates', 'security.command.user_password_encoder', 'getSecurity_Command_UserPasswordEncoderService', false],
'swiftmailer.command.debug' => ['privates', 'swiftmailer.command.debug', 'getSwiftmailer_Command_DebugService', false],
'swiftmailer.command.new_email' => ['privates', 'swiftmailer.command.new_email', 'getSwiftmailer_Command_NewEmailService', false],
'swiftmailer.command.send_email' => ['privates', 'swiftmailer.command.send_email', 'getSwiftmailer_Command_SendEmailService', false],
'twig.command.debug' => ['privates', 'twig.command.debug', 'getTwig_Command_DebugService', false],
'twig.command.lint' => ['privates', 'twig.command.lint', 'getTwig_Command_LintService', false],
'var_dumper.command.server_dump' => ['privates', 'var_dumper.command.server_dump', 'getVarDumper_Command_ServerDumpService', false],
'vich_uploader.command.mapping_debug' => ['privates', 'vich_uploader.command.mapping_debug', 'getVichUploader_Command_MappingDebugService', false],
'vich_uploader.command.mapping_debug_class' => ['privates', 'vich_uploader.command.mapping_debug_class', 'getVichUploader_Command_MappingDebugClassService', false],
'vich_uploader.command.mapping_list_classes' => ['privates', 'vich_uploader.command.mapping_list_classes', 'getVichUploader_Command_MappingListClassesService', false],
], [
'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
'bazinga.jstranslation.dump_command' => 'Bazinga\\Bundle\\JsTranslationBundle\\Command\\DumpCommand',
'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
'lexik_jwt_authentication.check_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\CheckConfigCommand',
'lexik_jwt_authentication.generate_keypair_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateKeyPairCommand',
'lexik_jwt_authentication.generate_token_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateTokenCommand',
'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
'vich_uploader.command.mapping_debug' => 'Vich\\UploaderBundle\\Command\\MappingDebugCommand',
'vich_uploader.command.mapping_debug_class' => 'Vich\\UploaderBundle\\Command\\MappingDebugClassCommand',
'vich_uploader.command.mapping_list_classes' => 'Vich\\UploaderBundle\\Command\\MappingListClassesCommand',
]), ['about' => 'console.command.about', 'assets:install' => 'console.command.assets_install', 'cache:clear' => 'console.command.cache_clear', 'cache:pool:clear' => 'console.command.cache_pool_clear', 'cache:pool:prune' => 'console.command.cache_pool_prune', 'cache:pool:delete' => 'console.command.cache_pool_delete', 'cache:pool:list' => 'console.command.cache_pool_list', 'cache:warmup' => 'console.command.cache_warmup', 'debug:config' => 'console.command.config_debug', 'config:dump-reference' => 'console.command.config_dump_reference', 'debug:container' => 'console.command.container_debug', 'lint:container' => 'console.command.container_lint', 'debug:autowiring' => 'console.command.debug_autowiring', 'debug:event-dispatcher' => 'console.command.event_dispatcher_debug', 'debug:router' => 'console.command.router_debug', 'router:match' => 'console.command.router_match', 'debug:translation' => 'console.command.translation_debug', 'translation:update' => 'console.command.translation_update', 'lint:xliff' => 'console.command.xliff_lint', 'lint:yaml' => 'console.command.yaml_lint', 'debug:form' => 'console.command.form_debug', 'secrets:set' => 'console.command.secrets_set', 'secrets:remove' => 'console.command.secrets_remove', 'secrets:generate-keys' => 'console.command.secrets_generate_key', 'secrets:list' => 'console.command.secrets_list', 'secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local', 'secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local', 'security:encode-password' => 'security.command.user_password_encoder', 'doctrine:database:create' => 'doctrine.database_create_command', 'doctrine:database:drop' => 'doctrine.database_drop_command', 'doctrine:query:sql' => 'doctrine.query_sql_command', 'dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'doctrine:database:import' => 'doctrine.database_import_command', 'doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command', 'doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command', 'doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command', 'doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command', 'doctrine:mapping:convert' => 'doctrine.mapping_convert_command', 'doctrine:schema:create' => 'doctrine.schema_create_command', 'doctrine:schema:drop' => 'doctrine.schema_drop_command', 'doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command', 'doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command', 'doctrine:mapping:info' => 'doctrine.mapping_info_command', 'doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command', 'doctrine:query:dql' => 'doctrine.query_dql_command', 'doctrine:schema:update' => 'doctrine.schema_update_command', 'doctrine:schema:validate' => 'doctrine.schema_validate_command', 'doctrine:mapping:import' => 'doctrine.mapping_import_command', 'doctrine:fixtures:load' => 'doctrine.fixtures_load_command', 'doctrine:migrations:diff' => 'doctrine_migrations.diff_command', 'doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command', 'doctrine:migrations:list' => 'doctrine_migrations.versions_command', 'doctrine:migrations:current' => 'doctrine_migrations.current_command', 'doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command', 'doctrine:migrations:execute' => 'doctrine_migrations.execute_command', 'doctrine:migrations:generate' => 'doctrine_migrations.generate_command', 'doctrine:migrations:latest' => 'doctrine_migrations.latest_command', 'doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command', 'doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command', 'doctrine:migrations:status' => 'doctrine_migrations.status_command', 'doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command', 'doctrine:migrations:version' => 'doctrine_migrations.version_command', 'lexik:jwt:check-config' => 'lexik_jwt_authentication.check_config_command', 'lexik:jwt:generate-token' => 'lexik_jwt_authentication.generate_token_command', 'lexik:jwt:generate-keypair' => 'lexik_jwt_authentication.generate_keypair_command', 'nelmio:apidoc:dump' => 'nelmio_api_doc.command.dump', 'server:dump' => 'var_dumper.command.server_dump', 'server:log' => 'monolog.command.server_log', 'debug:swiftmailer' => 'swiftmailer.command.debug', 'swiftmailer:email:send' => 'swiftmailer.command.new_email', 'swiftmailer:spool:send' => 'swiftmailer.command.send_email', 'debug:twig' => 'twig.command.debug', 'lint:twig' => 'twig.command.lint', 'vich:mapping:debug-class' => 'vich_uploader.command.mapping_debug_class', 'vich:mapping:debug' => 'vich_uploader.command.mapping_debug', 'vich:mapping:list-classes' => 'vich_uploader.command.mapping_list_classes', 'bazinga:js-translation:dump' => 'bazinga.jstranslation.dump_command', 'make:auth' => 'maker.auto_command.make_auth', 'make:command' => 'maker.auto_command.make_command', 'make:controller' => 'maker.auto_command.make_controller', 'make:crud' => 'maker.auto_command.make_crud', 'make:docker:database' => 'maker.auto_command.make_docker_database', 'make:entity' => 'maker.auto_command.make_entity', 'make:fixtures' => 'maker.auto_command.make_fixtures', 'make:form' => 'maker.auto_command.make_form', 'make:message' => 'maker.auto_command.make_message', 'make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware', 'make:registration-form' => 'maker.auto_command.make_registration_form', 'make:reset-password' => 'maker.auto_command.make_reset_password', 'make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder', 'make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer', 'make:subscriber' => 'maker.auto_command.make_subscriber', 'make:twig-extension' => 'maker.auto_command.make_twig_extension', 'make:test' => 'maker.auto_command.make_test', 'make:unit-test' => 'maker.auto_command.make_test', 'make:functional-test' => 'maker.auto_command.make_test', 'make:validator' => 'maker.auto_command.make_validator', 'make:voter' => 'maker.auto_command.make_voter', 'make:user' => 'maker.auto_command.make_user', 'make:migration' => 'maker.auto_command.make_migration']);
}
/**
* Gets the public 'container.env_var_processors_locator' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getContainer_EnvVarProcessorsLocatorService()
{
return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'base64' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'bool' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'const' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'csv' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'default' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'file' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'float' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'int' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'json' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'key' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'query_string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'require' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'resolve' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'trim' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'url' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
], [
'base64' => '?',
'bool' => '?',
'const' => '?',
'csv' => '?',
'default' => '?',
'file' => '?',
'float' => '?',
'int' => '?',
'json' => '?',
'key' => '?',
'query_string' => '?',
'require' => '?',
'resolve' => '?',
'string' => '?',
'trim' => '?',
'url' => '?',
]);
}
/**
* Gets the public 'craue.form.flow.storage' shared service.
*
* @return \Craue\FormFlowBundle\Storage\SessionStorage
*/
protected function getCraue_Form_Flow_StorageService()
{
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Storage/StorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Storage/SessionProviderTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Storage/SessionStorage.php';
return $this->services['craue.form.flow.storage'] = new \Craue\FormFlowBundle\Storage\SessionStorage(($this->services['session'] ?? $this->getSessionService()));
}
/**
* Gets the public 'craue_formflow_util' shared service.
*
* @return \Craue\FormFlowBundle\Util\FormFlowUtil
*/
protected function getCraueFormflowUtilService()
{
return $this->services['craue_formflow_util'] = new \Craue\FormFlowBundle\Util\FormFlowUtil();
}
/**
* 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 \App\Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_DefaultConnectionService()
{
$a = new \Doctrine\DBAL\Configuration();
$b = new \Symfony\Bridge\Monolog\Logger('doctrine');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushProcessor(($this->privates['monolog_processor'] ?? ($this->privates['monolog_processor'] = new \Monolog\Processor\PsrLogMessageProcessor())));
$b->pushHandler(($this->privates['monolog.handler.filter_errors'] ?? $this->getMonolog_Handler_FilterErrorsService()));
$b->pushHandler(($this->privates['monolog.handler.all_logs'] ?? $this->getMonolog_Handler_AllLogsService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([0 => new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), 1 => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
$c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\EventListener\\MeetingLifeCycleListener' => ['privates', 'App\\EventListener\\MeetingLifeCycleListener', 'getMeetingLifeCycleListenerService', false],
'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', false],
'gedmo.listener.sluggable' => ['privates', 'gedmo.listener.sluggable', 'getGedmo_Listener_SluggableService', false],
'stof_doctrine_extensions.listener.timestampable' => ['privates', 'stof_doctrine_extensions.listener.timestampable', 'getStofDoctrineExtensions_Listener_TimestampableService', false],
'stof_doctrine_extensions.listener.translatable' => ['privates', 'stof_doctrine_extensions.listener.translatable', 'getStofDoctrineExtensions_Listener_TranslatableService', false],
'vich_uploader.listener.clean.allegato' => ['privates', 'vich_uploader.listener.clean.allegato', 'getVichUploader_Listener_Clean_AllegatoService', false],
'vich_uploader.listener.inject.allegato' => ['privates', 'vich_uploader.listener.inject.allegato', 'getVichUploader_Listener_Inject_AllegatoService', false],
'vich_uploader.listener.remove.allegato' => ['privates', 'vich_uploader.listener.remove.allegato', 'getVichUploader_Listener_Remove_AllegatoService', false],
'vich_uploader.listener.upload.allegato' => ['privates', 'vich_uploader.listener.upload.allegato', 'getVichUploader_Listener_Upload_AllegatoService', false],
], [
'App\\EventListener\\MeetingLifeCycleListener' => '?',
'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
'gedmo.listener.sluggable' => '?',
'stof_doctrine_extensions.listener.timestampable' => '?',
'stof_doctrine_extensions.listener.translatable' => '?',
'vich_uploader.listener.clean.allegato' => '?',
'vich_uploader.listener.inject.allegato' => '?',
'vich_uploader.listener.remove.allegato' => '?',
'vich_uploader.listener.upload.allegato' => '?',
]), [0 => 'vich_uploader.listener.clean.allegato', 1 => 'gedmo.listener.sluggable', 2 => 'stof_doctrine_extensions.listener.timestampable', 3 => 'vich_uploader.listener.inject.allegato', 4 => 'vich_uploader.listener.remove.allegato', 5 => 'vich_uploader.listener.upload.allegato', 6 => 'stof_doctrine_extensions.listener.translatable']);
$c->addEventListener([0 => 'prePersist'], 'App\\EventListener\\MeetingLifeCycleListener');
$c->addEventListener([0 => 'postPersist'], 'App\\EventListener\\MeetingLifeCycleListener');
$c->addEventListener([0 => 'preUpdate'], 'App\\EventListener\\MeetingLifeCycleListener');
$c->addEventListener([0 => 'postRemove'], 'App\\EventListener\\MeetingLifeCycleListener');
$c->addEventListener([0 => 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => $this->getEnv('DB_DRIVER'), 'host' => $this->getEnv('DB_HOST'), 'port' => $this->getEnv('DB_PORT'), 'dbname' => $this->getEnv('DB_NAME'), 'user' => $this->getEnv('DB_USER'), 'password' => $this->getEnv('DB_PASSWORD'), 'charset' => 'utf8', 'driverOptions' => ['x_reconnect_attempts' => $this->getEnv('int:DB_RECONNECT_ATTEMPS')], 'driverClass' => 'App\\Doctrine\\DBAL\\Driver\\PDOPgSql\\Driver', 'wrapperClass' => 'App\\Doctrine\\DBAL\\Connection', 'serverVersion' => '11', 'defaultTableOptions' => []], $a, $c, []);
}
/**
* Gets the public 'doctrine.orm.default_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
{
$a = new \Doctrine\ORM\Configuration();
$b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
$b->addDriver($c, 'App\\Entity');
$b->addDriver($c, 'Gedmo\\Translatable\\Entity');
$b->addDriver($c, 'Vich\\UploaderBundle\\Entity');
$b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Anyx\\LoginGateBundle\\Entity');
$a->setEntityNamespaces(['App' => 'App\\Entity', 'GedmoTranslatable' => 'Gedmo\\Translatable\\Entity', 'LoginGateBundle' => 'Anyx\\LoginGateBundle\\Entity', 'VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
$a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$a->setMetadataDriverImpl($b);
$a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$a->setProxyNamespace('Proxies');
$a->setAutoGenerateProxyClasses(true);
$a->setSchemaIgnoreClasses([]);
$a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
$a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Repository\\ContactPointRepository' => ['privates', 'App\\Repository\\ContactPointRepository', 'getContactPointRepositoryService', false],
'App\\Repository\\PlaceRepository' => ['privates', 'App\\Repository\\PlaceRepository', 'getPlaceRepositoryService', false],
], [
'App\\Repository\\ContactPointRepository' => '?',
'App\\Repository\\PlaceRepository' => '?',
])));
$a->addCustomStringFunction('FORMIO_JSON_FIELD', 'App\\FormIO\\FormIOJsonFieldParser');
$a->addCustomStringFunction('JSON_FIELD', 'App\\Doctrine\\JsonFieldParser');
$a->addCustomStringFunction('JSON_TEXT', 'App\\Doctrine\\JSONText');
$a->addCustomStringFunction('JSONB_ARRAY_ELEMENTS_TEXT', 'App\\Doctrine\\JsonbArrayElementsText');
$this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'eight_points_guzzle.client.giscom' shared service.
*
* @return \GuzzleHttp\Client
*/
protected function getEightPointsGuzzle_Client_GiscomService()
{
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
$a = \GuzzleHttp\HandlerStack::create();
$a->push(($this->services['eight_points_guzzle.middleware.profile.giscom'] ?? $this->getEightPointsGuzzle_Middleware_Profile_GiscomService())->profile(), 'profile');
$a->push(($this->services['eight_points_guzzle.middleware.log.giscom'] ?? $this->getEightPointsGuzzle_Middleware_Log_GiscomService())->log(), 'log');
$a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.giscom'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_GiscomService()), 'request_time');
$a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
$a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.giscom'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_GiscomService())->dispatchEvent(), 'events');
return $this->services['eight_points_guzzle.client.giscom'] = new \GuzzleHttp\Client(['base_uri' => $this->getEnv('GISCOM_ADAPTER_URL'), 'handler' => $a, 'timeout' => 120.0, 'verify' => false, 'auth' => [0 => $this->getEnv('GISCOM_ADAPTER_USERNAME'), 1 => $this->getEnv('GISCOM_ADAPTER_PASSWORD')], 'headers' => ['Accept' => 'application/json']]);
}
/**
* Gets the public 'eight_points_guzzle.client.messages' shared service.
*
* @return \GuzzleHttp\Client
*/
protected function getEightPointsGuzzle_Client_MessagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
$a = \GuzzleHttp\HandlerStack::create();
$a->push(($this->services['eight_points_guzzle.middleware.profile.messages'] ?? $this->getEightPointsGuzzle_Middleware_Profile_MessagesService())->profile(), 'profile');
$a->push(($this->services['eight_points_guzzle.middleware.log.messages'] ?? $this->getEightPointsGuzzle_Middleware_Log_MessagesService())->log(), 'log');
$a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.messages'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_MessagesService()), 'request_time');
$a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
$a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.messages'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_MessagesService())->dispatchEvent(), 'events');
return $this->services['eight_points_guzzle.client.messages'] = new \GuzzleHttp\Client(['base_uri' => '', 'handler' => $a, 'timeout' => 1.0, 'headers' => ['Accept' => 'application/json']]);
}
/**
* Gets the public 'eight_points_guzzle.client.mypay' shared service.
*
* @return \GuzzleHttp\Client
*/
protected function getEightPointsGuzzle_Client_MypayService()
{
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
$a = \GuzzleHttp\HandlerStack::create();
$a->push(($this->services['eight_points_guzzle.middleware.profile.mypay'] ?? $this->getEightPointsGuzzle_Middleware_Profile_MypayService())->profile(), 'profile');
$a->push(($this->services['eight_points_guzzle.middleware.log.mypay'] ?? $this->getEightPointsGuzzle_Middleware_Log_MypayService())->log(), 'log');
$a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.mypay'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_MypayService()), 'request_time');
$a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
$a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.mypay'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_MypayService())->dispatchEvent(), 'events');
return $this->services['eight_points_guzzle.client.mypay'] = new \GuzzleHttp\Client(['base_uri' => $this->getEnv('MYPAY_ADAPTER_URL'), 'handler' => $a]);
}
/**
* Gets the public 'eight_points_guzzle.client.protocollo_cct' shared service.
*
* @return \GuzzleHttp\Client
*/
protected function getEightPointsGuzzle_Client_ProtocolloCctService()
{
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
$a = \GuzzleHttp\HandlerStack::create();
$a->push(($this->services['eight_points_guzzle.middleware.profile.protocollo_cct'] ?? $this->getEightPointsGuzzle_Middleware_Profile_ProtocolloCctService())->profile(), 'profile');
$a->push(($this->services['eight_points_guzzle.middleware.log.protocollo_cct'] ?? $this->getEightPointsGuzzle_Middleware_Log_ProtocolloCctService())->log(), 'log');
$a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.protocollo_cct'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_ProtocolloCctService()), 'request_time');
$a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
$a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.protocollo_cct'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_ProtocolloCctService())->dispatchEvent(), 'events');
return $this->services['eight_points_guzzle.client.protocollo_cct'] = new \GuzzleHttp\Client(['base_uri' => $this->getEnv('PITRE_ADAPTER_URL'), 'handler' => $a, 'timeout' => 120.0, 'headers' => ['Accept' => 'application/json']]);
}
/**
* Gets the public 'eight_points_guzzle.formatter' shared service.
*
* @return \GuzzleHttp\MessageFormatter
*/
protected function getEightPointsGuzzle_FormatterService()
{
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
return $this->services['eight_points_guzzle.formatter'] = new \GuzzleHttp\MessageFormatter();
}
/**
* Gets the public 'eight_points_guzzle.handler_stack.giscom' shared service.
*
* @return \GuzzleHttp\HandlerStack
*/
protected function getEightPointsGuzzle_HandlerStack_GiscomService()
{
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
$this->services['eight_points_guzzle.handler_stack.giscom'] = $instance = \GuzzleHttp\HandlerStack::create();
$instance->push(($this->services['eight_points_guzzle.middleware.profile.giscom'] ?? $this->getEightPointsGuzzle_Middleware_Profile_GiscomService())->profile(), 'profile');
$instance->push(($this->services['eight_points_guzzle.middleware.log.giscom'] ?? $this->getEightPointsGuzzle_Middleware_Log_GiscomService())->log(), 'log');
$instance->after('log', ($this->services['eight_points_guzzle.middleware.request_time.giscom'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_GiscomService()), 'request_time');
$instance->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
$instance->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.giscom'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_GiscomService())->dispatchEvent(), 'events');
return $instance;
}
/**
* Gets the public 'eight_points_guzzle.handler_stack.messages' shared service.
*
* @return \GuzzleHttp\HandlerStack
*/
protected function getEightPointsGuzzle_HandlerStack_MessagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
$this->services['eight_points_guzzle.handler_stack.messages'] = $instance = \GuzzleHttp\HandlerStack::create();
$instance->push(($this->services['eight_points_guzzle.middleware.profile.messages'] ?? $this->getEightPointsGuzzle_Middleware_Profile_MessagesService())->profile(), 'profile');
$instance->push(($this->services['eight_points_guzzle.middleware.log.messages'] ?? $this->getEightPointsGuzzle_Middleware_Log_MessagesService())->log(), 'log');
$instance->after('log', ($this->services['eight_points_guzzle.middleware.request_time.messages'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_MessagesService()), 'request_time');
$instance->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
$instance->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.messages'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_MessagesService())->dispatchEvent(), 'events');
return $instance;
}
/**
* Gets the public 'eight_points_guzzle.handler_stack.mypay' shared service.
*
* @return \GuzzleHttp\HandlerStack
*/
protected function getEightPointsGuzzle_HandlerStack_MypayService()
{
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
$this->services['eight_points_guzzle.handler_stack.mypay'] = $instance = \GuzzleHttp\HandlerStack::create();
$instance->push(($this->services['eight_points_guzzle.middleware.profile.mypay'] ?? $this->getEightPointsGuzzle_Middleware_Profile_MypayService())->profile(), 'profile');
$instance->push(($this->services['eight_points_guzzle.middleware.log.mypay'] ?? $this->getEightPointsGuzzle_Middleware_Log_MypayService())->log(), 'log');
$instance->after('log', ($this->services['eight_points_guzzle.middleware.request_time.mypay'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_MypayService()), 'request_time');
$instance->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
$instance->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.mypay'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_MypayService())->dispatchEvent(), 'events');
return $instance;
}
/**
* Gets the public 'eight_points_guzzle.handler_stack.protocollo_cct' shared service.
*
* @return \GuzzleHttp\HandlerStack
*/
protected function getEightPointsGuzzle_HandlerStack_ProtocolloCctService()
{
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
$this->services['eight_points_guzzle.handler_stack.protocollo_cct'] = $instance = \GuzzleHttp\HandlerStack::create();
$instance->push(($this->services['eight_points_guzzle.middleware.profile.protocollo_cct'] ?? $this->getEightPointsGuzzle_Middleware_Profile_ProtocolloCctService())->profile(), 'profile');
$instance->push(($this->services['eight_points_guzzle.middleware.log.protocollo_cct'] ?? $this->getEightPointsGuzzle_Middleware_Log_ProtocolloCctService())->log(), 'log');
$instance->after('log', ($this->services['eight_points_guzzle.middleware.request_time.protocollo_cct'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_ProtocolloCctService()), 'request_time');
$instance->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
$instance->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.protocollo_cct'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_ProtocolloCctService())->dispatchEvent(), 'events');
return $instance;
}
/**
* Gets the public 'eight_points_guzzle.middleware.event_dispatch.giscom' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware
*/
protected function getEightPointsGuzzle_Middleware_EventDispatch_GiscomService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/EventDispatchMiddleware.php';
return $this->services['eight_points_guzzle.middleware.event_dispatch.giscom'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'giscom');
}
/**
* Gets the public 'eight_points_guzzle.middleware.event_dispatch.messages' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware
*/
protected function getEightPointsGuzzle_Middleware_EventDispatch_MessagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/EventDispatchMiddleware.php';
return $this->services['eight_points_guzzle.middleware.event_dispatch.messages'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'messages');
}
/**
* Gets the public 'eight_points_guzzle.middleware.event_dispatch.mypay' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware
*/
protected function getEightPointsGuzzle_Middleware_EventDispatch_MypayService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/EventDispatchMiddleware.php';
return $this->services['eight_points_guzzle.middleware.event_dispatch.mypay'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'mypay');
}
/**
* Gets the public 'eight_points_guzzle.middleware.event_dispatch.protocollo_cct' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware
*/
protected function getEightPointsGuzzle_Middleware_EventDispatch_ProtocolloCctService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/EventDispatchMiddleware.php';
return $this->services['eight_points_guzzle.middleware.event_dispatch.protocollo_cct'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'protocollo_cct');
}
/**
* Gets the public 'eight_points_guzzle.middleware.log.giscom' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware
*/
protected function getEightPointsGuzzle_Middleware_Log_GiscomService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/LogMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
return $this->services['eight_points_guzzle.middleware.log.giscom'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware(($this->privates['eight_points_guzzle.giscom_logger'] ?? ($this->privates['eight_points_guzzle.giscom_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), ($this->services['eight_points_guzzle.formatter'] ?? ($this->services['eight_points_guzzle.formatter'] = new \GuzzleHttp\MessageFormatter())));
}
/**
* Gets the public 'eight_points_guzzle.middleware.log.messages' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware
*/
protected function getEightPointsGuzzle_Middleware_Log_MessagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/LogMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
return $this->services['eight_points_guzzle.middleware.log.messages'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware(($this->privates['eight_points_guzzle.messages_logger'] ?? ($this->privates['eight_points_guzzle.messages_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), ($this->services['eight_points_guzzle.formatter'] ?? ($this->services['eight_points_guzzle.formatter'] = new \GuzzleHttp\MessageFormatter())));
}
/**
* Gets the public 'eight_points_guzzle.middleware.log.mypay' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware
*/
protected function getEightPointsGuzzle_Middleware_Log_MypayService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/LogMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
return $this->services['eight_points_guzzle.middleware.log.mypay'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware(($this->privates['eight_points_guzzle.mypay_logger'] ?? ($this->privates['eight_points_guzzle.mypay_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), ($this->services['eight_points_guzzle.formatter'] ?? ($this->services['eight_points_guzzle.formatter'] = new \GuzzleHttp\MessageFormatter())));
}
/**
* Gets the public 'eight_points_guzzle.middleware.log.protocollo_cct' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware
*/
protected function getEightPointsGuzzle_Middleware_Log_ProtocolloCctService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/LogMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
return $this->services['eight_points_guzzle.middleware.log.protocollo_cct'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware(($this->privates['eight_points_guzzle.protocollo_cct_logger'] ?? ($this->privates['eight_points_guzzle.protocollo_cct_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), ($this->services['eight_points_guzzle.formatter'] ?? ($this->services['eight_points_guzzle.formatter'] = new \GuzzleHttp\MessageFormatter())));
}
/**
* Gets the public 'eight_points_guzzle.middleware.profile.giscom' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware
*/
protected function getEightPointsGuzzle_Middleware_Profile_GiscomService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/ProfileMiddleware.php';
return $this->services['eight_points_guzzle.middleware.profile.giscom'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the public 'eight_points_guzzle.middleware.profile.messages' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware
*/
protected function getEightPointsGuzzle_Middleware_Profile_MessagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/ProfileMiddleware.php';
return $this->services['eight_points_guzzle.middleware.profile.messages'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the public 'eight_points_guzzle.middleware.profile.mypay' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware
*/
protected function getEightPointsGuzzle_Middleware_Profile_MypayService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/ProfileMiddleware.php';
return $this->services['eight_points_guzzle.middleware.profile.mypay'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the public 'eight_points_guzzle.middleware.profile.protocollo_cct' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware
*/
protected function getEightPointsGuzzle_Middleware_Profile_ProtocolloCctService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/ProfileMiddleware.php';
return $this->services['eight_points_guzzle.middleware.profile.protocollo_cct'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the public 'eight_points_guzzle.middleware.request_time.giscom' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware
*/
protected function getEightPointsGuzzle_Middleware_RequestTime_GiscomService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/RequestTimeMiddleware.php';
return $this->services['eight_points_guzzle.middleware.request_time.giscom'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware(($this->privates['eight_points_guzzle.giscom_logger'] ?? ($this->privates['eight_points_guzzle.giscom_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), ($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
}
/**
* Gets the public 'eight_points_guzzle.middleware.request_time.messages' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware
*/
protected function getEightPointsGuzzle_Middleware_RequestTime_MessagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/RequestTimeMiddleware.php';
return $this->services['eight_points_guzzle.middleware.request_time.messages'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware(($this->privates['eight_points_guzzle.messages_logger'] ?? ($this->privates['eight_points_guzzle.messages_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), ($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
}
/**
* Gets the public 'eight_points_guzzle.middleware.request_time.mypay' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware
*/
protected function getEightPointsGuzzle_Middleware_RequestTime_MypayService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/RequestTimeMiddleware.php';
return $this->services['eight_points_guzzle.middleware.request_time.mypay'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware(($this->privates['eight_points_guzzle.mypay_logger'] ?? ($this->privates['eight_points_guzzle.mypay_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), ($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
}
/**
* Gets the public 'eight_points_guzzle.middleware.request_time.protocollo_cct' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware
*/
protected function getEightPointsGuzzle_Middleware_RequestTime_ProtocolloCctService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/RequestTimeMiddleware.php';
return $this->services['eight_points_guzzle.middleware.request_time.protocollo_cct'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware(($this->privates['eight_points_guzzle.protocollo_cct_logger'] ?? ($this->privates['eight_points_guzzle.protocollo_cct_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), ($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
}
/**
* Gets the public 'eight_points_guzzle.middleware.symfony_log' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\SymfonyLogMiddleware
*/
protected function getEightPointsGuzzle_Middleware_SymfonyLogService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/SymfonyLogMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
$a = new \Symfony\Bridge\Monolog\Logger('eight_points_guzzle');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushProcessor(($this->privates['monolog_processor'] ?? ($this->privates['monolog_processor'] = new \Monolog\Processor\PsrLogMessageProcessor())));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.filter_errors'] ?? $this->getMonolog_Handler_FilterErrorsService()));
$a->pushHandler(($this->privates['monolog.handler.all_logs'] ?? $this->getMonolog_Handler_AllLogsService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->services['eight_points_guzzle.middleware.symfony_log'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\SymfonyLogMiddleware($a, ($this->services['eight_points_guzzle.symfony_log_formatter'] ?? ($this->services['eight_points_guzzle.symfony_log_formatter'] = new \GuzzleHttp\MessageFormatter('{method} {uri} {code}'))));
}
/**
* Gets the public 'eight_points_guzzle.symfony_log_formatter' shared service.
*
* @return \GuzzleHttp\MessageFormatter
*/
protected function getEightPointsGuzzle_SymfonyLogFormatterService()
{
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
return $this->services['eight_points_guzzle.symfony_log_formatter'] = new \GuzzleHttp\MessageFormatter('{method} {uri} {code}');
}
/**
* Gets the public 'error_controller' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ErrorController
*/
protected function getErrorControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true)));
}
/**
* Gets the public 'event_dispatcher' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
*/
protected function getEventDispatcherService()
{
$a = new \Symfony\Bridge\Monolog\Logger('event');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushProcessor(($this->privates['monolog_processor'] ?? ($this->privates['monolog_processor'] = new \Monolog\Processor\PsrLogMessageProcessor())));
$a->pushHandler(($this->privates['monolog.handler.filter_errors'] ?? $this->getMonolog_Handler_FilterErrorsService()));
$a->pushHandler(($this->privates['monolog.handler.all_logs'] ?? $this->getMonolog_Handler_AllLogsService()));
\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('ocsdc.pratica.on_status_change', [0 => function () {
return ($this->privates['App\\EventListener\\BackOfficePraticaListener'] ?? $this->getBackOfficePraticaListenerService());
}, 1 => 'onStatusChange'], 30);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventListener\\CompleteProfileListener'] ?? $this->getCompleteProfileListenerService());
}, 1 => 'onKernelRequest'], -100);
$instance->addListener('ocsdc.pratica.on_status_change', [0 => function () {
return ($this->privates['App\\EventListener\\CreatePdfPraticaListener'] ?? $this->getCreatePdfPraticaListenerService());
}, 1 => 'onStatusChange'], 10);
$instance->addListener('lexik_jwt_authentication.on_jwt_created', [0 => function () {
return ($this->privates['App\\EventListener\\JWTCreatedListener'] ?? $this->getJWTCreatedListenerService());
}, 1 => 'onJWTCreated'], 0);
$instance->addListener('ocsdc.kafka', [0 => function () {
return ($this->privates['App\\EventListener\\KafkaListener'] ?? $this->getKafkaListenerService());
}, 1 => 'produce'], 10);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['App\\EventListener\\LocaleCommandListener'] ?? $this->getLocaleCommandListenerService());
}, 1 => 'onConsoleCommand'], 0);
$instance->addListener('ocsdc.pratica.on_status_change', [0 => function () {
return ($this->privates['App\\EventListener\\PaymentOutcomeListener'] ?? $this->getPaymentOutcomeListenerService());
}, 1 => 'onStatusChange'], 35);
$instance->addListener('ocsdc.pratica.on_status_change', [0 => function () {
return ($this->privates['App\\EventListener\\PaymentReminderListener'] ?? $this->getPaymentReminderListenerService());
}, 1 => 'onStatusChange'], 120);
$instance->addListener('ocsdc.pratica.on_status_change', [0 => function () {
return ($this->privates['App\\EventListener\\ProtocollaPraticaListener'] ?? $this->getProtocollaPraticaListenerService());
}, 1 => 'onStatusChange'], 100);
$instance->addListener('ocsdc.pratica.on_status_change', [0 => function () {
return ($this->privates['App\\EventListener\\SendMailPraticaListener'] ?? $this->getSendMailPraticaListenerService());
}, 1 => 'onStatusChange'], 20);
$instance->addListener('ocsdc.pratica.on_status_change', [0 => function () {
return ($this->privates['App\\EventListener\\StatusMessagePraticaListener'] ?? $this->getStatusMessagePraticaListenerService());
}, 1 => 'onStatusChange'], 21);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventListener\\TermsAcceptListener'] ?? $this->getTermsAcceptListenerService());
}, 1 => 'onKernelRequest'], -10);
$instance->addListener('ocsdc.pratica.on_status_change', [0 => function () {
return ($this->privates['App\\EventListener\\WebhookApplicationListener'] ?? $this->getWebhookApplicationListenerService());
}, 1 => 'onStatusChange'], 110);
$instance->addListener('ocsdc.message.created', [0 => function () {
return ($this->privates['App\\EventListener\\WebhookApplicationListener'] ?? $this->getWebhookApplicationListenerService());
}, 1 => 'onMessageCreated'], 110);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['ocsdc.cache_listener'] ?? ($this->privates['ocsdc.cache_listener'] = new \App\EventListener\ResponseListener($this->getEnv('CACHE_MAX_AGE'))));
}, 1 => 'onKernelResponse'], -10000);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['ocsdc.locale_rewrite_listener'] ?? $this->getOcsdc_LocaleRewriteListenerService());
}, 1 => 'onKernelRequest'], -200);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['ocsdc.locale_api_listener'] ?? $this->getOcsdc_LocaleApiListenerService());
}, 1 => 'onKernelRequest'], -10);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['ocsdc.locale_api_listener'] ?? $this->getOcsdc_LocaleApiListenerService());
}, 1 => 'onKernelResponse'], -10);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Artprima\\PrometheusMetricsBundle\\EventListener\\MetricsCollectorListener'] ?? $this->getMetricsCollectorListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Artprima\\PrometheusMetricsBundle\\EventListener\\MetricsCollectorListener'] ?? $this->getMetricsCollectorListenerService());
}, 1 => 'onKernelRequestPre'], 1024);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['Artprima\\PrometheusMetricsBundle\\EventListener\\MetricsCollectorListener'] ?? $this->getMetricsCollectorListenerService());
}, 1 => 'onKernelExceptionPre'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['Artprima\\PrometheusMetricsBundle\\EventListener\\MetricsCollectorListener'] ?? $this->getMetricsCollectorListenerService());
}, 1 => 'onKernelException'], 1024);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['Artprima\\PrometheusMetricsBundle\\EventListener\\MetricsCollectorListener'] ?? $this->getMetricsCollectorListenerService());
}, 1 => 'onKernelTerminate'], 0);
$instance->addListener('flow.previous_step_invalid', [0 => function () {
return ($this->privates['craue.form.flow.event_listener.previous_step_invalid'] ?? $this->getCraue_Form_Flow_EventListener_PreviousStepInvalidService());
}, 1 => 'onPreviousStepInvalid'], 0);
$instance->addListener('flow.flow_expired', [0 => function () {
return ($this->privates['craue.form.flow.event_listener.flow_expired'] ?? $this->getCraue_Form_Flow_EventListener_FlowExpiredService());
}, 1 => 'onFlowExpired'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
}, 1 => 'onKernelRequest'], 10);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
}, 1 => 'onKernelRequest'], 34);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['fos_rest.versioning.listener'] ?? $this->getFosRest_Versioning_ListenerService());
}, 1 => 'onKernelRequest'], 33);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['fos_rest.versioning.exclusion_listener'] ?? $this->getFosRest_Versioning_ExclusionListenerService());
}, 1 => 'onKernelRequest'], 31);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['fos_rest.param_fetcher_listener'] ?? $this->getFosRest_ParamFetcherListenerService());
}, 1 => 'onKernelController'], 5);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['fos_rest.allowed_methods_listener'] ?? $this->getFosRest_AllowedMethodsListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('App\\Event\\ProtocollaPraticaSuccessEvent', [0 => function () {
return ($this->privates['App\\EventListener\\GiscomSendPraticaListener'] ?? $this->getGiscomSendPraticaListenerService());
}, 1 => 'onPraticaProtocollata'], 0);
$instance->addListener('App\\Event\\ProtocollaAllegatiIntegrazioneSuccessEvent', [0 => function () {
return ($this->privates['App\\EventListener\\GiscomSendPraticaListener'] ?? $this->getGiscomSendPraticaListenerService());
}, 1 => 'onPraticaConIntegrazioniProtocollata'], 0);
$instance->addListener('App\\Event\\ProtocollaAllegatiOperatoreSuccessEvent', [0 => function () {
return ($this->privates['App\\EventListener\\GiscomSendPraticaListener'] ?? $this->getGiscomSendPraticaListenerService());
}, 1 => 'onPraticaConAllegatiOperatoreProtocollata'], 0);
$instance->addListener('App\\Event\\ProtocollaPraticaSuccessEvent', [0 => function () {
return ($this->privates['App\\EventListener\\ProtocolloSuccessSubscriber'] ?? $this->getProtocolloSuccessSubscriberService());
}, 1 => 'onProtocollaPratica'], 0);
$instance->addListener('App\\Event\\ProtocollaRichiesteIntegrazioneSuccessEvent', [0 => function () {
return ($this->privates['App\\EventListener\\ProtocolloSuccessSubscriber'] ?? $this->getProtocolloSuccessSubscriberService());
}, 1 => 'onProtocollaRichiesteIntegrazione'], 0);
$instance->addListener('App\\Event\\ProtocollaAllegatiIntegrazioneSuccessEvent', [0 => function () {
return ($this->privates['App\\EventListener\\ProtocolloSuccessSubscriber'] ?? $this->getProtocolloSuccessSubscriberService());
}, 1 => 'onProtocollaAllegatiIntegrazione'], 0);
$instance->addListener('App\\Event\\ProtocollaAllegatiOperatoreSuccessEvent', [0 => function () {
return ($this->privates['App\\EventListener\\ProtocolloSuccessSubscriber'] ?? $this->getProtocolloSuccessSubscriberService());
}, 1 => 'onProtocollaAllegatiOperatore'], 0);
$instance->addListener('security.authentication.failure', [0 => function () {
return ($this->privates['App\\EventListener\\UserSecuritySubscriber'] ?? $this->getUserSecuritySubscriberService());
}, 1 => 'onAuthenticationSuccessFailure'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\OccupazioneSuoloPubblico\\ImportoChecker'] ?? $this->getImportoCheckerService());
}, 1 => 'onPreSetData'], 0);
$instance->addListener('form.pre_submit', [0 => function () {
return ($this->privates['App\\Form\\OccupazioneSuoloPubblico\\ImportoChecker'] ?? $this->getImportoCheckerService());
}, 1 => 'onPreSubmit'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Payment\\Gateway\\Bollo'] ?? ($this->privates['App\\Payment\\Gateway\\Bollo'] = new \App\Payment\Gateway\Bollo()));
}, 1 => 'onPreSetData'], 0);
$instance->addListener('form.pre_submit', [0 => function () {
return ($this->privates['App\\Payment\\Gateway\\Bollo'] ?? ($this->privates['App\\Payment\\Gateway\\Bollo'] = new \App\Payment\Gateway\Bollo()));
}, 1 => 'onPreSubmit'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Payment\\Gateway\\GenericExternalPay'] ?? $this->getGenericExternalPayService());
}, 1 => 'onPreSetData'], 0);
$instance->addListener('form.pre_submit', [0 => function () {
return ($this->privates['App\\Payment\\Gateway\\GenericExternalPay'] ?? $this->getGenericExternalPayService());
}, 1 => 'onPreSubmit'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Payment\\Gateway\\MyPay'] ?? $this->getMyPayService());
}, 1 => 'onPreSetData'], 0);
$instance->addListener('form.pre_submit', [0 => function () {
return ($this->privates['App\\Payment\\Gateway\\MyPay'] ?? $this->getMyPayService());
}, 1 => 'onPreSubmit'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
}, 1 => 'onKernelResponse'], -1024);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'setDefaultLocale'], 100);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelRequest'], 16);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
}, 1 => 'onKernelRequest'], 256);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
}, 1 => 'resolveControllerName'], 24);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
}, 1 => 'onResponse'], -255);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onControllerArguments'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onKernelException'], -128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelRequest'], 15);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelFinishRequest'], -15);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
}, 1 => 'onConsoleTerminate'], -128);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelRequest'], 128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onFinishRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelTerminate'], -1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelRequest'], 32);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('debug.security.authorization.vote', [0 => function () {
return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
}, 1 => 'onVoterVote'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'configureLogoutUrlGenerator'], 8);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelRequest'], 8);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('security.authentication.failure', [0 => function () {
return ($this->privates['anyx.login_gate.authentication_handler'] ?? $this->getAnyx_LoginGate_AuthenticationHandlerService());
}, 1 => 'onAuthenticationFailure'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['anyx.login_gate.authentication_handler'] ?? $this->getAnyx_LoginGate_AuthenticationHandlerService());
}, 1 => 'onInteractiveLogin'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->services['flagception.listener.routing_metadata_subscriber'] ?? $this->getFlagception_Listener_RoutingMetadataSubscriberService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
}, 1 => 'onKernelView'], 30);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelController'], -128);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelView'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['stof_doctrine_extensions.event_listener.locale'] ?? $this->getStofDoctrineExtensions_EventListener_LocaleService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
}, 1 => 'configure'], 1024);
$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('console.command', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onCommand'], 255);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onTerminate'], -255);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
}, 1 => 'onException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
}, 1 => 'onTerminate'], 0);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
}, 1 => 'onException'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
}, 1 => 'onTerminate'], 0);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
}, 1 => 'resetAssets'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -128);
return $instance;
}
/**
* Gets the public 'ewz_recaptcha.form.type' shared service.
*
* @return \EWZ\Bundle\RecaptchaBundle\Form\Type\EWZRecaptchaType
*/
protected function getEwzRecaptcha_Form_TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Form/Type/AbstractEWZRecaptchaType.php';
include_once \dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Form/Type/EWZRecaptchaType.php';
include_once \dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Locale/LocaleResolver.php';
return $this->services['ewz_recaptcha.form.type'] = new \EWZ\Bundle\RecaptchaBundle\Form\Type\EWZRecaptchaType($this->getEnv('EWZ_RECAPTCHA_SITE_KEY'), false, false, new \EWZ\Bundle\RecaptchaBundle\Locale\LocaleResolver('it', false, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'www.recaptcha.net');
}
/**
* Gets the public 'ewz_recaptcha.v3.form.type' shared service.
*
* @return \EWZ\Bundle\RecaptchaBundle\Form\Type\EWZRecaptchaV3Type
*/
protected function getEwzRecaptcha_V3_Form_TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Form/Type/AbstractEWZRecaptchaType.php';
include_once \dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Form/Type/EWZRecaptchaV3Type.php';
return $this->services['ewz_recaptcha.v3.form.type'] = new \EWZ\Bundle\RecaptchaBundle\Form\Type\EWZRecaptchaV3Type($this->getEnv('EWZ_RECAPTCHA_SITE_KEY'), false, false, 'www.recaptcha.net');
}
/**
* Gets the public 'ewz_recaptcha.validator.true' shared service.
*
* @return \EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrueValidator
*/
protected function getEwzRecaptcha_Validator_TrueService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Validator/Constraints/IsTrueValidator.php';
return $this->services['ewz_recaptcha.validator.true'] = new \EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrueValidator(false, ($this->privates['ewz_recaptcha.recaptcha'] ?? $this->getEwzRecaptcha_RecaptchaService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), false, ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), []);
}
/**
* Gets the public 'ewz_recaptcha.validator.v3.true' shared service.
*
* @return \EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrueValidatorV3
*/
protected function getEwzRecaptcha_Validator_V3_TrueService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Validator/Constraints/IsTrueValidatorV3.php';
return $this->services['ewz_recaptcha.validator.v3.true'] = new \EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrueValidatorV3(false, 0.5, ($this->privates['ewz_recaptcha.recaptcha'] ?? $this->getEwzRecaptcha_RecaptchaService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the public 'filesystem' shared service.
*
* @return \Symfony\Component\Filesystem\Filesystem
*/
protected function getFilesystemService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
}
/**
* Gets the public 'flagception.listener.routing_metadata_subscriber' shared service.
*
* @return \Flagception\Bundle\FlagceptionBundle\Listener\RoutingMetadataSubscriber
*/
protected function getFlagception_Listener_RoutingMetadataSubscriberService()
{
return $this->services['flagception.listener.routing_metadata_subscriber'] = new \Flagception\Bundle\FlagceptionBundle\Listener\RoutingMetadataSubscriber(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
}
/**
* Gets the public 'flagception.manager.feature_manager' shared service.
*
* @return \Flagception\Manager\FeatureManager
*/
protected function getFlagception_Manager_FeatureManagerService()
{
return $this->services['flagception.manager.feature_manager'] = new \Flagception\Manager\FeatureManager(($this->privates['flagception.activator.chain_activator'] ?? $this->getFlagception_Activator_ChainActivatorService()), ($this->privates['flagception.decorator.chain_decorator'] ?? ($this->privates['flagception.decorator.chain_decorator'] = new \Flagception\Decorator\ChainDecorator())));
}
/**
* Gets the public 'form.factory' shared service.
*
* @return \Symfony\Component\Form\FormFactory
*/
protected function getForm_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactory.php';
return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
}
/**
* Gets the public 'form.type.file' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\FileType
*/
protected function getForm_Type_FileService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the public 'formio.constraint_validator' shared autowired service.
*
* @return \App\Validator\Constraints\ServerSideFormIOConstraintValidator
*/
protected function getFormio_ConstraintValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/src/Validator/Constraints/ServerSideFormIOConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/src/FormIO/Validator.php';
return $this->services['formio.constraint_validator'] = new \App\Validator\Constraints\ServerSideFormIOConstraintValidator(new \App\FormIO\Validator(($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->privates['formio.factory'] ?? $this->getFormio_FactoryService())));
}
/**
* Gets the public 'formio.expression_based_validator' shared autowired service.
*
* @return \App\Validator\Constraints\ExpressionBasedFormIOConstraintValidator
*/
protected function getFormio_ExpressionBasedValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/src/Validator/Constraints/ExpressionBasedFormIOConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/src/FormIO/ExpressionValidator.php';
return $this->services['formio.expression_based_validator'] = new \App\Validator\Constraints\ExpressionBasedFormIOConstraintValidator(new \App\FormIO\ExpressionValidator(($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->privates['formio.factory'] ?? $this->getFormio_FactoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())));
}
/**
* Gets the public 'fos_rest.view_handler' shared service.
*
* @return \FOS\RestBundle\View\ViewHandler
*/
protected function getFosRest_ViewHandlerService()
{
return $this->services['fos_rest.view_handler'] = \FOS\RestBundle\View\ViewHandler::create(($this->services['router'] ?? $this->getRouterService()), new \FOS\RestBundle\Serializer\JMSSerializerAdapter(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory()))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['json' => false, 'xml' => false], 400, 204, false, ['serializeNullStrategy' => true]);
}
/**
* Gets the public 'http_kernel' shared service.
*
* @return \Symfony\Component\HttpKernel\HttpKernel
*/
protected function getHttpKernelService()
{
$a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)), false)))), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
}, 8)), $a));
}
/**
* Gets the public 'jms_serializer' shared service.
*
* @return \JMS\Serializer\Serializer
*/
protected function getJmsSerializerService()
{
$a = ($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService());
$b = ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService());
$c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
$c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
$d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
$e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
$f = ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService());
$g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
$g->setOptions(1216);
$h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
$h->setFormatOutput(true);
$i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
$i->setOptions(0);
return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [2 => new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a, $b, new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), new \JMS\Serializer\Construction\UnserializeObjectConstructor(), 'null'), $e, $f, $d), 1 => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a, $b, $e, $f, $d)], ['json' => $g, 'xml' => $h], ['json' => $i, 'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
}
/**
* Gets the public 'jms_serializer.deserialization_context_factory' shared service.
*
* @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
*/
protected function getJmsSerializer_DeserializationContextFactoryService()
{
return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
}
/**
* Gets the public 'jms_serializer.metadata_driver' shared service.
*
* @return \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver
*/
protected function getJmsSerializer_MetadataDriverService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/TypedPropertiesDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
$a = ($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? ($this->privates['jms_serializer.metadata.traceable_file_locator'] = new \JMS\SerializerBundle\Debug\TraceableFileLocator([])));
$b = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_', true));
$c = ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser()));
return $this->services['jms_serializer.metadata_driver'] = new \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver(new \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver(new \Metadata\Driver\DriverChain([0 => new \JMS\Serializer\Metadata\Driver\YamlDriver($a, $b, $c), 1 => new \JMS\Serializer\Metadata\Driver\XmlDriver($a, $b, $c), 2 => new \JMS\Serializer\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $b, $c)]), ($this->services['doctrine'] ?? $this->getDoctrineService()), $c), $c);
}
/**
* Gets the public 'jms_serializer.serialization_context_factory' shared service.
*
* @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
*/
protected function getJmsSerializer_SerializationContextFactoryService()
{
return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
}
/**
* Gets the public 'lexik_jwt_authentication.encoder' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
*/
protected function getLexikJwtAuthentication_EncoderService()
{
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'openssl', 'RS256', $this->getEnv('TOKEN_TTL'), 0, false));
}
/**
* Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
*/
protected function getLexikJwtAuthentication_GenerateTokenCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
$this->services['lexik_jwt_authentication.generate_token_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), new RewindableGenerator(function () {
yield 0 => ($this->privates['security.user.provider.concrete.chain_provider'] ?? $this->getSecurity_User_Provider_Concrete_ChainProviderService());
yield 1 => ($this->privates['security.user.provider.concrete.in_memory'] ?? $this->getSecurity_User_Provider_Concrete_InMemoryService());
yield 2 => ($this->privates['App\\Services\\CPSUserProvider'] ?? $this->getCPSUserProviderService());
yield 3 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
}, 4));
$instance->setName('lexik:jwt:generate-token');
return $instance;
}
/**
* Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
*/
protected function getLexikJwtAuthentication_JwtManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
$this->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'username');
$instance->setUserIdentityField('username', false);
return $instance;
}
/**
* Gets the public 'lexik_jwt_authentication.key_loader' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
*/
protected function getLexikJwtAuthentication_KeyLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
return $this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'), []);
}
/**
* Gets the public 'local_filesystem' shared service.
*
* @return \League\Flysystem\Filesystem
*/
protected function getLocalFilesystemService()
{
return $this->services['local_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Adapter\Local((\dirname(__DIR__, 4).'/src/../var/uploads'), 2, 2, ['file' => ['public' => 420, 'private' => 384], 'dir' => ['public' => 493, 'private' => 448]]), ['disable_asserts' => false]);
}
/**
* Gets the public 'nelmio_api_doc.command.dump' shared service.
*
* @return \Nelmio\ApiDocBundle\Command\DumpCommand
*/
protected function getNelmioApiDoc_Command_DumpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Command/DumpCommand.php';
$this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
$instance->setName('nelmio:apidoc:dump');
return $instance;
}
/**
* Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
*
* @return \Nelmio\ApiDocBundle\Controller\DocumentationController
*/
protected function getNelmioApiDoc_Controller_SwaggerJsonService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Controller/DocumentationController.php';
return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
}
/**
* Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
*
* @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
*/
protected function getNelmioApiDoc_Controller_SwaggerUiService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Controller/SwaggerUiController.php';
return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
}
/**
* Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
*
* @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
*/
protected function getNelmioApiDoc_Controller_SwaggerYamlService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Controller/YamlDocumentationController.php';
return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
}
/**
* Gets the public 'nelmio_api_doc.generator.default' shared service.
*
* @return \Nelmio\ApiDocBundle\ApiDocGenerator
*/
protected function getNelmioApiDoc_Generator_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
$this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
yield 1 => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
yield 2 => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
yield 3 => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
yield 4 => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
}, 5), new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
yield 1 => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
yield 2 => ($this->privates['nelmio_api_doc.model_describers.jms'] ?? $this->getNelmioApiDoc_ModelDescribers_JmsService());
yield 3 => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
yield 4 => ($this->privates['nelmio_api_doc.model_describers.object_fallback'] ?? ($this->privates['nelmio_api_doc.model_describers.object_fallback'] = new \Nelmio\ApiDocBundle\ModelDescriber\FallbackObjectModelDescriber()));
}, 5));
$instance->setAlternativeNames([]);
$instance->setMediaTypes([0 => 'json']);
$instance->setLogger(($this->privates['monolog.logger.nelmio_api_doc'] ?? $this->getMonolog_Logger_NelmioApiDocService()));
return $instance;
}
/**
* Gets the public 'nelmio_api_doc.generator.v2' shared service.
*
* @return \Nelmio\ApiDocBundle\ApiDocGenerator
*/
protected function getNelmioApiDoc_Generator_V2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
$this->services['nelmio_api_doc.generator.v2'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
yield 1 => ($this->privates['nelmio_api_doc.describers.config.v2'] ?? ($this->privates['nelmio_api_doc.describers.config.v2'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
yield 2 => ($this->privates['nelmio_api_doc.describers.openapi_php.v2'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_V2Service());
yield 3 => ($this->privates['nelmio_api_doc.describers.route.v2'] ?? $this->getNelmioApiDoc_Describers_Route_V2Service());
yield 4 => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
}, 5), new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
yield 1 => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
yield 2 => ($this->privates['nelmio_api_doc.model_describers.jms'] ?? $this->getNelmioApiDoc_ModelDescribers_JmsService());
yield 3 => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
yield 4 => ($this->privates['nelmio_api_doc.model_describers.object_fallback'] ?? ($this->privates['nelmio_api_doc.model_describers.object_fallback'] = new \Nelmio\ApiDocBundle\ModelDescriber\FallbackObjectModelDescriber()));
}, 5));
$instance->setAlternativeNames([]);
$instance->setMediaTypes([0 => 'json']);
$instance->setLogger(($this->privates['monolog.logger.nelmio_api_doc'] ?? $this->getMonolog_Logger_NelmioApiDocService()));
return $instance;
}
/**
* Gets the public 'nelmio_api_doc.render_docs' shared service.
*
* @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
*/
protected function getNelmioApiDoc_RenderDocsService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Render/RenderOpenApi.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Render/OpenApiRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Render/Json/JsonOpenApiRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Render/Yaml/YamlOpenApiRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Render/Html/HtmlOpenApiRenderer.php';
return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'default' => ['services', 'nelmio_api_doc.generator.default', 'getNelmioApiDoc_Generator_DefaultService', false],
'v2' => ['services', 'nelmio_api_doc.generator.v2', 'getNelmioApiDoc_Generator_V2Service', false],
], [
'default' => '?',
'v2' => '?',
]), new \Nelmio\ApiDocBundle\Render\Json\JsonOpenApiRenderer(), new \Nelmio\ApiDocBundle\Render\Yaml\YamlOpenApiRenderer(), new \Nelmio\ApiDocBundle\Render\Html\HtmlOpenApiRenderer(($this->services['twig'] ?? $this->getTwigService())));
}
/**
* Gets the public 'ocsdc.allegati.directory_namer' shared autowired service.
*
* @return \App\Services\DirectoryNamerService
*/
protected function getOcsdc_Allegati_DirectoryNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Services/DirectoryNamerService.php';
return $this->services['ocsdc.allegati.directory_namer'] = new \App\Services\DirectoryNamerService();
}
/**
* Gets the public 'ocsdc.filesystem' shared autowired service.
*
* @return \App\Services\FileSystemService
*/
protected function getOcsdc_FilesystemService()
{
include_once \dirname(__DIR__, 4).'/src/Services/FileSystemService.php';
return $this->services['ocsdc.filesystem'] = new \App\Services\FileSystemService(($this->services['s3_filesystem'] ?? $this->getS3FilesystemService()));
}
/**
* Gets the public 'oneup_flysystem.mount_manager' shared service.
*
* @return \League\Flysystem\MountManager
*/
protected function getOneupFlysystem_MountManagerService()
{
$this->services['oneup_flysystem.mount_manager'] = $instance = new \League\Flysystem\MountManager();
$instance->mountFilesystem('s3_filesystem', ($this->services['s3_filesystem'] ?? $this->getS3FilesystemService()));
$instance->mountFilesystem('local_filesystem', ($this->services['local_filesystem'] ?? $this->getLocalFilesystemService()));
return $instance;
}
/**
* Gets the public 'profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function getProfilerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('profiler');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushProcessor(($this->privates['monolog_processor'] ?? ($this->privates['monolog_processor'] = new \Monolog\Processor\PsrLogMessageProcessor())));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.filter_errors'] ?? $this->getMonolog_Handler_FilterErrorsService()));
$a->pushHandler(($this->privates['monolog.handler.all_logs'] ?? $this->getMonolog_Handler_AllLogsService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
$b = ($this->services['kernel'] ?? $this->get('kernel'));
$c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
$d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
$d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
$d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
$d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
$d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
$d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
$d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
$d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$d->addInstance('cache.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 \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, NULL);
$f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
$g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$g->setKernel($b);
}
$instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
$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.''.'/srcApp_KernelDevDebugContainer'), $c));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
$instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
$instance->add($d);
$instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
$instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
$instance->add($e);
$instance->add($f);
$instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
$instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
$instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
$instance->add(($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
$instance->add(new \Flagception\Bundle\FlagceptionBundle\Profiler\FeatureDataCollector(($this->privates['flagception.activator.chain_activator'] ?? $this->getFlagception_Activator_ChainActivatorService()), ($this->privates['flagception.decorator.chain_decorator'] ?? ($this->privates['flagception.decorator.chain_decorator'] = new \Flagception\Decorator\ChainDecorator()))));
$instance->add(new \JMS\SerializerBundle\Debug\DataCollector([], ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService()), ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService()), ($this->privates['jms_serializer.metadata.traceable_cache'] ?? $this->getJmsSerializer_Metadata_TraceableCacheService()), ($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? ($this->privates['jms_serializer.metadata.traceable_file_locator'] = new \JMS\SerializerBundle\Debug\TraceableFileLocator([]))), ($this->privates['jms_serializer.traceable_runs_listener'] ?? ($this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener()))));
$instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
$instance->add($g);
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->pushProcessor(($this->privates['monolog_processor'] ?? ($this->privates['monolog_processor'] = new \Monolog\Processor\PsrLogMessageProcessor())));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.filter_errors'] ?? $this->getMonolog_Handler_FilterErrorsService()));
$a->pushHandler(($this->privates['monolog.handler.all_logs'] ?? $this->getMonolog_Handler_AllLogsService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', false],
], [
'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]))->withContext('router.default', $this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, 'it');
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
return $instance;
}
/**
* Gets the public 'routing.loader' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
*/
protected function getRouting_LoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
$a = new \Symfony\Component\Config\Loader\LoaderResolver();
$b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)), (\dirname(__DIR__, 4).'/src/Resources'), [0 => (\dirname(__DIR__, 4).'/src')], false);
$c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
$a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
$a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
$a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
$a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
$a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'kernel' => ['services', 'kernel', 'getKernelService', false],
], [
'kernel' => 'App\\Kernel',
]))));
$a->addLoader($c);
$a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b, $c));
$a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b, $c));
return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
}
/**
* Gets the public 's3_filesystem' shared service.
*
* @return \League\Flysystem\Filesystem
*/
protected function getS3FilesystemService()
{
return $this->services['s3_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\AwsS3v3\AwsS3Adapter(($this->privates['ocsdc.s3_client'] ?? $this->getOcsdc_S3ClientService()), $this->getEnv('S3_BUCKET'), 'uploads', []), ['visibility' => 'private', 'disable_asserts' => false]);
}
/**
* Gets the public 'security.authentication_utils' shared service.
*
* @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
*/
protected function getSecurity_AuthenticationUtilsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public 'security.authorization_checker' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
*/
protected function getSecurity_AuthorizationCheckerService()
{
return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
}
/**
* Gets the public 'security.csrf.token_manager' shared service.
*
* @return \Symfony\Component\Security\Csrf\CsrfTokenManager
*/
protected function getSecurity_Csrf_TokenManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public 'security.password_encoder' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
*/
protected function getSecurity_PasswordEncoderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
}
/**
* Gets the public 'security.token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
*/
protected function getSecurity_TokenStorageService()
{
return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'session' => ['services', 'session', 'getSessionService', false],
], [
'session' => '?',
]));
}
/**
* Gets the public 'services_resetter' shared service.
*
* @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
*/
protected function getServicesResetterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
if (isset($this->privates['http.client'])) {
yield 'http.client' => ($this->privates['http.client'] ?? null);
}
if (isset($this->services['cache.app'])) {
yield 'cache.app' => ($this->services['cache.app'] ?? null);
}
if (isset($this->services['cache.system'])) {
yield 'cache.system' => ($this->services['cache.system'] ?? null);
}
if (isset($this->privates['cache.validator'])) {
yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
}
if (isset($this->privates['cache.serializer'])) {
yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
}
if (isset($this->privates['cache.annotations'])) {
yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
}
if (isset($this->privates['cache.property_info'])) {
yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
}
if (isset($this->privates['form.choice_list_factory.cached'])) {
yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
}
if (isset($this->services['profiler'])) {
yield 'profiler' => ($this->services['profiler'] ?? null);
}
if (isset($this->services['validator'])) {
yield 'debug.validator' => ($this->services['validator'] ?? null);
}
if (isset($this->privates['debug.stopwatch'])) {
yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
}
if (isset($this->services['event_dispatcher'])) {
yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
}
if (isset($this->services['security.token_storage'])) {
yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
}
if (isset($this->privates['cache.security_expression_language'])) {
yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
}
if (isset($this->services['doctrine'])) {
yield 'doctrine' => ($this->services['doctrine'] ?? null);
}
if (isset($this->privates['form.type.entity'])) {
yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
}
if (isset($this->services['fos_rest.view_handler'])) {
yield 'fos_rest.view_handler.default' => ($this->services['fos_rest.view_handler'] ?? null);
}
if (isset($this->privates['monolog.handler.all_logs'])) {
yield 'monolog.handler.all_logs' => ($this->privates['monolog.handler.all_logs'] ?? null);
}
if (isset($this->privates['monolog.handler.filter_errors'])) {
yield 'monolog.handler.filter_errors' => ($this->privates['monolog.handler.filter_errors'] ?? null);
}
if (isset($this->privates['monolog.handler.console'])) {
yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
}
if (isset($this->privates['swiftmailer.email_sender.listener'])) {
yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
}
if (isset($this->privates['twig.form.engine'])) {
yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
}
if (isset($this->privates['webpack_encore.tag_renderer'])) {
yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
}
if (isset($this->privates['cache.webpack_encore'])) {
yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
}
if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
}
if (isset($this->services['white_october_breadcrumbs'])) {
yield 'WhiteOctober\\BreadcrumbsBundle\\Model\\Breadcrumbs' => ($this->services['white_october_breadcrumbs'] ?? null);
}
if (isset($this->privates['.debug.http_client'])) {
yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
}
}, function () {
return 0 + (int) (isset($this->privates['http.client'])) + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['fos_rest.view_handler'])) + (int) (isset($this->privates['monolog.handler.all_logs'])) + (int) (isset($this->privates['monolog.handler.filter_errors'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) + (int) (isset($this->services['white_october_breadcrumbs'])) + (int) (isset($this->privates['.debug.http_client']));
}), ['http.client' => [0 => 'reset'], 'cache.app' => [0 => 'reset'], 'cache.system' => [0 => 'reset'], 'cache.validator' => [0 => 'reset'], 'cache.serializer' => [0 => 'reset'], 'cache.annotations' => [0 => 'reset'], 'cache.property_info' => [0 => 'reset'], 'form.choice_list_factory.cached' => [0 => 'reset'], 'profiler' => [0 => 'reset'], 'debug.validator' => [0 => 'reset'], 'debug.stopwatch' => [0 => 'reset'], 'debug.event_dispatcher' => [0 => 'reset'], 'security.token_storage' => [0 => 'disableUsageTracking', 1 => 'setToken'], 'cache.security_expression_language' => [0 => 'reset'], 'doctrine' => [0 => 'reset'], 'form.type.entity' => [0 => 'reset'], 'fos_rest.view_handler.default' => [0 => 'reset'], 'monolog.handler.all_logs' => [0 => 'reset'], 'monolog.handler.filter_errors' => [0 => 'reset'], 'monolog.handler.console' => [0 => 'reset'], 'swiftmailer.email_sender.listener' => [0 => 'reset'], 'twig.form.engine' => [0 => 'reset'], 'webpack_encore.tag_renderer' => [0 => 'reset'], 'cache.webpack_encore' => [0 => 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [0 => 'reset'], 'WhiteOctober\\BreadcrumbsBundle\\Model\\Breadcrumbs' => [0 => 'clear'], '.debug.http_client' => [0 => 'reset']]);
}
/**
* Gets the public 'session' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Session
*/
protected function getSessionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
}
/**
* Gets the public 'swiftmailer.mailer.default' shared service.
*
* @return \Swift_Mailer
*/
protected function getSwiftmailer_Mailer_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
}
/**
* Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
*
* @return \Swift_Plugins_MessageLogger
*/
protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
{
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
}
/**
* Gets the public 'swiftmailer.transport' shared service.
*
* @return \Swift_Transport
*/
protected function getSwiftmailer_TransportService()
{
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
$this->services['swiftmailer.transport'] = $instance = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp', 'url' => $this->getEnv('MAILER_URL'), 'username' => NULL, 'password' => NULL, 'host' => 'localhost', 'port' => NULL, 'timeout' => 30, 'source_ip' => NULL, 'local_domain' => NULL, 'encryption' => NULL, 'auth_mode' => NULL, 'command' => '/usr/sbin/sendmail -t -i', 'stream_options' => []], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), new \Swift_Events_SimpleEventDispatcher());
$instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
return $instance;
}
/**
* Gets the public 'translator' shared service.
*
* @return \Symfony\Component\Translation\DataCollectorTranslator
*/
protected function getTranslatorService()
{
return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
}
/**
* Gets the public 'twig' shared service.
*
* @return \Twig\Environment
*/
protected function getTwigService()
{
$a = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__, 4));
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/CraueFormFlowBundle'), 'CraueFormFlow');
$a->addPath((\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/views'), 'CraueFormFlow');
$a->addPath((\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/views'), '!CraueFormFlow');
$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/eightpoints/guzzle-bundle/src/Resources/views'), 'EightPointsGuzzle');
$a->addPath((\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), '!EightPointsGuzzle');
$a->addPath((\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), 'EWZRecaptcha');
$a->addPath((\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), '!EWZRecaptcha');
$a->addPath((\dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src/Resources/views'), 'Flagception');
$a->addPath((\dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src/Resources/views'), '!Flagception');
$a->addPath((\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
$a->addPath((\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
$a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
$a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
$a->addPath((\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/views'), 'DataTables');
$a->addPath((\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/views'), '!DataTables');
$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/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
$a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
$a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
$a->addPath((\dirname(__DIR__, 4).'/vendor/willdurand/js-translation-bundle/Resources/views'), 'BazingaJsTranslation');
$a->addPath((\dirname(__DIR__, 4).'/vendor/willdurand/js-translation-bundle/Resources/views'), '!BazingaJsTranslation');
$a->addPath((\dirname(__DIR__, 4).'/vendor/mhujer/breadcrumbs-bundle/Resources/views'), 'WhiteOctoberBreadcrumbs');
$a->addPath((\dirname(__DIR__, 4).'/vendor/mhujer/breadcrumbs-bundle/Resources/views'), '!WhiteOctoberBreadcrumbs');
$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).'/templates'));
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
$this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
$b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$c = ($this->services['translator'] ?? $this->getTranslatorService());
$d = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
$e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$g = new \Craue\FormFlowBundle\Twig\Extension\FormFlowExtension();
$g->setFormFlowUtil(($this->services['craue_formflow_util'] ?? ($this->services['craue_formflow_util'] = new \Craue\FormFlowBundle\Util\FormFlowUtil())));
$h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$h->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $e]);
$i = new \Symfony\Bridge\Twig\AppVariable();
$i->setEnvironment('dev');
$i->setDebug(true);
if ($this->has('security.token_storage')) {
$i->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
}
if ($this->has('request_stack')) {
$i->setRequestStack($f);
}
$j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
$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($d);
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \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($f, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
$instance->addExtension(new \App\Twig\AppExtension());
$instance->addExtension(new \App\Twig\HtmlSpecialCharsDecode());
$instance->addExtension(new \App\Twig\IterCalculatorExtension(3, $this->parameters['ocsdc_iter_duration_end_statuses']));
$instance->addExtension(new \App\Twig\JsonDecode());
$instance->addExtension(new \App\Twig\TimeAgo($c));
$instance->addExtension(new \App\Twig\Unserialize());
$instance->addExtension($g);
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \EightPoints\Bundle\GuzzleBundle\Twig\Extension\DebugExtension());
$instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
$instance->addExtension(new \Flagception\Bundle\FlagceptionBundle\Twig\ToggleExtension(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService())));
$instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
$instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($d));
$instance->addExtension(new \Omines\DataTablesBundle\Twig\DataTablesExtension($c));
$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', false],
], [
'webpack_encore.entrypoint_lookup_collection' => '?',
'webpack_encore.tag_renderer' => '?',
])));
$instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
$instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.flysystem'] ?? $this->getVichUploader_Storage_FlysystemService()))));
$instance->addExtension(($this->services['white_october_breadcrumbs.twig'] ?? ($this->services['white_october_breadcrumbs.twig'] = new \WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension($this))));
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
$instance->addGlobal('app', $i);
$instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates', 'exercise_html_purifier.twig.runtime', 'getExerciseHtmlPurifier_Twig_RuntimeService', false],
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates', 'jms_serializer.twig_extension.serializer_runtime_helper', 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService', false],
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', false],
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', false],
'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', false],
], [
'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
])));
$instance->addGlobal('header_top', ['title' => $this->getEnv('HEADER_TOP_TITLE'), 'link' => $this->getEnv('HEADER_TOP_LINK')]);
$instance->addGlobal('ocsdc_iter_duration_start_status', 3);
$instance->addGlobal('ocsdc_iter_duration_end_statuses', $this->parameters['ocsdc_iter_duration_end_statuses']);
$instance->addGlobal('ocsdc_default_date_format', 'd-m-Y');
$instance->addGlobal('ocsdc_default_datetime_format', 'd-m-Y H:i:s');
$instance->addGlobal('ocsdc_slim_datetime_format', 'd/m/y H:i');
$instance->addGlobal('ocsdc_default_moment_datetime_format', 'DD-MM-YYYY HH:mm:ss');
$instance->addGlobal('ocsdc_default_time_format', 'H:i:s');
$instance->addGlobal('ocsdc_scheme', $this->getEnv('OCSDC_SCHEME'));
$instance->addGlobal('ocsdc_host', $this->getEnv('OCSDC_HOST'));
$instance->addGlobal('instance_service', ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()));
$instance->addGlobal('version_service', ($this->privates['App\\Services\\VersionService'] ?? ($this->privates['App\\Services\\VersionService'] = new \App\Services\VersionService('2.9.1'))));
$instance->addGlobal('backoffices', ($this->privates['App\\Services\\BackOfficeCollection'] ?? $this->getBackOfficeCollectionService()));
$instance->addGlobal('login_route', $this->getEnv('LOGIN_ROUTE'));
$instance->addGlobal('protocollo_handler', ($this->privates['App\\Protocollo\\ByPraticaProtocolloHandler'] ?? $this->getByPraticaProtocolloHandlerService()));
$instance->addGlobal('locale', 'it');
$instance->addGlobal('app_locales', 'it');
$instance->addGlobal('prefix', $this->getEnv('PREFIX'));
$instance->addGlobal('google_tag_manager_key', $this->getEnv('GOOGLE_TAG_MANAGER_KEY'));
$instance->addGlobal('signature_check_ws_url', $this->getEnv('SIGNATURE_CHECK_WS_URL'));
$instance->registerUndefinedFilterCallback([0 => $j, 1 => 'suggestFilter']);
$instance->registerUndefinedFunctionCallback([0 => $j, 1 => 'suggestFunction']);
$instance->registerUndefinedTokenParserCallback([0 => $j, 1 => 'suggestTag']);
(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
return $instance;
}
/**
* Gets the public 'twig.controller.exception' shared service.
*
* @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
*
* @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
*/
protected function getTwig_Controller_ExceptionService()
{
@trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);
return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
}
/**
* Gets the public 'twig.controller.preview_error' shared service.
*
* @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
*
* @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
*/
protected function getTwig_Controller_PreviewErrorService()
{
@trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);
return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), NULL);
}
/**
* Gets the public 'validator' shared service.
*
* @return \Symfony\Component\Validator\Validator\TraceableValidator
*/
protected function getValidatorService()
{
return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
}
/**
* 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 public 'vich_uploader.download_handler' shared service.
*
* @return \Vich\UploaderBundle\Handler\DownloadHandler
*/
protected function getVichUploader_DownloadHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/DownloadHandler.php';
return $this->services['vich_uploader.download_handler'] = new \Vich\UploaderBundle\Handler\DownloadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['vich_uploader.storage.flysystem'] ?? $this->getVichUploader_Storage_FlysystemService()));
}
/**
* Gets the public 'vich_uploader.form.type.file' shared service.
*
* @return \Vich\UploaderBundle\Form\Type\VichFileType
*/
protected function getVichUploader_Form_Type_FileService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
return $this->services['vich_uploader.form.type.file'] = new \Vich\UploaderBundle\Form\Type\VichFileType(($this->privates['vich_uploader.storage.flysystem'] ?? $this->getVichUploader_Storage_FlysystemService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()), ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the public 'vich_uploader.form.type.image' shared service.
*
* @return \Vich\UploaderBundle\Form\Type\VichImageType
*/
protected function getVichUploader_Form_Type_ImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Form/Type/VichImageType.php';
return $this->services['vich_uploader.form.type.image'] = new \Vich\UploaderBundle\Form\Type\VichImageType(($this->privates['vich_uploader.storage.flysystem'] ?? $this->getVichUploader_Storage_FlysystemService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()), ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), NULL);
}
/**
* Gets the public 'vich_uploader.namer_uniqid.allegato' shared service.
*
* @return \Vich\UploaderBundle\Naming\UniqidNamer
*/
protected function getVichUploader_NamerUniqid_AllegatoService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
return $this->services['vich_uploader.namer_uniqid.allegato'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
}
/**
* Gets the public 'vich_uploader.upload_handler' shared service.
*
* @return \Vich\UploaderBundle\Handler\UploadHandler
*/
protected function getVichUploader_UploadHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/UploadHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Injector/FileInjectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Injector/FileInjector.php';
$a = ($this->privates['vich_uploader.storage.flysystem'] ?? $this->getVichUploader_Storage_FlysystemService());
return $this->services['vich_uploader.upload_handler'] = new \Vich\UploaderBundle\Handler\UploadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), $a, new \Vich\UploaderBundle\Injector\FileInjector($a), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the public 'web_profiler.controller.exception' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
*
* @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
*/
protected function getWebProfiler_Controller_ExceptionService()
{
@trigger_error('The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.', E_USER_DEPRECATED);
return $this->services['web_profiler.controller.exception'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()));
}
/**
* Gets the public 'web_profiler.controller.exception_panel' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
*/
protected function getWebProfiler_Controller_ExceptionPanelService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['profiler'] ?? $this->getProfilerService()));
}
/**
* Gets the public 'web_profiler.controller.profiler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
*/
protected function getWebProfiler_Controller_ProfilerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__, 4));
}
/**
* Gets the public 'web_profiler.controller.router' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
*/
protected function getWebProfiler_Controller_RouterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0));
}
/**
* Gets the public 'white_october_breadcrumbs' shared service.
*
* @return \WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs
*/
protected function getWhiteOctoberBreadcrumbsService()
{
include_once \dirname(__DIR__, 4).'/vendor/mhujer/breadcrumbs-bundle/Model/Breadcrumbs.php';
$this->services['white_october_breadcrumbs'] = $instance = new \WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs();
$instance->setRouter(($this->services['router'] ?? $this->getRouterService()));
return $instance;
}
/**
* Gets the public 'white_october_breadcrumbs.helper' shared service.
*
* @return \WhiteOctober\BreadcrumbsBundle\Templating\Helper\BreadcrumbsHelper
*/
protected function getWhiteOctoberBreadcrumbs_HelperService()
{
include_once \dirname(__DIR__, 4).'/vendor/mhujer/breadcrumbs-bundle/Templating/Helper/BreadcrumbsHelper.php';
return $this->services['white_october_breadcrumbs.helper'] = new \WhiteOctober\BreadcrumbsBundle\Templating\Helper\BreadcrumbsHelper(($this->services['twig'] ?? $this->getTwigService()), ($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), $this->parameters['white_october_breadcrumbs.options']);
}
/**
* Gets the public 'white_october_breadcrumbs.twig' shared service.
*
* @return \WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension
*/
protected function getWhiteOctoberBreadcrumbs_TwigService()
{
return $this->services['white_october_breadcrumbs.twig'] = new \WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension($this);
}
/**
* 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->pushProcessor(($this->privates['monolog_processor'] ?? ($this->privates['monolog_processor'] = new \Monolog\Processor\PsrLogMessageProcessor())));
$b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$b->pushHandler(($this->privates['monolog.handler.filter_errors'] ?? $this->getMonolog_Handler_FilterErrorsService()));
$b->pushHandler(($this->privates['monolog.handler.all_logs'] ?? $this->getMonolog_Handler_AllLogsService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$a->setLogger($b);
return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
}
/**
* Gets the private '.errored..service_locator..5ReYSi.App\Entity\Pratica' shared service.
*
* @return \App\Entity\Pratica
*/
protected function getPraticaService()
{
$this->throw('Cannot autowire service ".service_locator..5ReYSi": it references class "App\\Entity\\Pratica" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.07o.Z1n.App\Entity\SubscriptionService' shared service.
*
* @return \App\Entity\SubscriptionService
*/
protected function getSubscriptionServiceService()
{
$this->throw('Cannot autowire service ".service_locator.07o.Z1n": it references class "App\\Entity\\SubscriptionService" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.6it4gR_.App\Entity\Subscription' shared service.
*
* @return \App\Entity\Subscription
*/
protected function getSubscriptionService()
{
$this->throw('Cannot autowire service ".service_locator.6it4gR_": it references class "App\\Entity\\Subscription" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.7Q_063q.App\Entity\Place' shared service.
*
* @return \App\Entity\Place
*/
protected function getPlaceService()
{
$this->throw('Cannot autowire service ".service_locator.7Q_063q": it references class "App\\Entity\\Place" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.81yj9Yq.App\Entity\SciaPraticaEdilizia' shared service.
*
* @return \App\Entity\SciaPraticaEdilizia
*/
protected function getSciaPraticaEdiliziaService()
{
$this->throw('Cannot autowire service ".service_locator.81yj9Yq": it references class "App\\Entity\\SciaPraticaEdilizia" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.C1filBx.App\Entity\Pratica' shared service.
*
* @return \App\Entity\Pratica
*/
protected function getPratica2Service()
{
$this->throw('Cannot autowire service ".service_locator.C1filBx": it references class "App\\Entity\\Pratica" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.D_UeH0i.App\Entity\Servizio' shared service.
*
* @return \App\Entity\Servizio
*/
protected function getServizioService()
{
$this->throw('Cannot autowire service ".service_locator.D_UeH0i": it references class "App\\Entity\\Servizio" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.G_Dx8.G.App\Entity\OperatoreUser' shared service.
*
* @return \App\Entity\OperatoreUser
*/
protected function getOperatoreUserService()
{
$this->throw('Cannot autowire service ".service_locator.G_Dx8.G": it references class "App\\Entity\\OperatoreUser" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.GgZbvL7.App\Entity\GeographicArea' shared service.
*
* @return \App\Entity\GeographicArea
*/
protected function getGeographicAreaService()
{
$this->throw('Cannot autowire service ".service_locator.GgZbvL7": it references class "App\\Entity\\GeographicArea" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.GzoOiU5.App\Entity\Servizio' shared service.
*
* @return \App\Entity\Servizio
*/
protected function getServizio2Service()
{
$this->throw('Cannot autowire service ".service_locator.GzoOiU5": it references class "App\\Entity\\Servizio" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Il0FCIc.Symfony\Component\Form\FormEvent' shared service.
*
* @return \Symfony\Component\Form\FormEvent
*/
protected function getFormEventService()
{
$this->throw('Cannot autowire service ".service_locator.Il0FCIc": it references class "Symfony\\Component\\Form\\FormEvent" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.N588BlU.App\Entity\Recipient' shared service.
*
* @return \App\Entity\Recipient
*/
protected function getRecipientService()
{
$this->throw('Cannot autowire service ".service_locator.N588BlU": it references class "App\\Entity\\Recipient" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.NF7cwmN.App\Entity\Calendar' shared service.
*
* @return \App\Entity\Calendar
*/
protected function getCalendarService()
{
$this->throw('Cannot autowire service ".service_locator.NF7cwmN": it references class "App\\Entity\\Calendar" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Nvr9Y1C.App\Entity\ServiceGroup' shared service.
*
* @return \App\Entity\ServiceGroup
*/
protected function getServiceGroupService()
{
$this->throw('Cannot autowire service ".service_locator.Nvr9Y1C": it references class "App\\Entity\\ServiceGroup" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.R4Af46c.App\Entity\UserGroup' shared service.
*
* @return \App\Entity\UserGroup
*/
protected function getUserGroupService()
{
$this->throw('Cannot autowire service ".service_locator.R4Af46c": it references class "App\\Entity\\UserGroup" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.WIkeLeB.App\Entity\Categoria' shared service.
*
* @return \App\Entity\Categoria
*/
protected function getCategoriaService()
{
$this->throw('Cannot autowire service ".service_locator.WIkeLeB": it references class "App\\Entity\\Categoria" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.YVCoBiV.App\Entity\ScheduledAction' shared service.
*
* @return \App\Entity\ScheduledAction
*/
protected function getScheduledActionService()
{
$this->throw('Cannot autowire service ".service_locator.YVCoBiV": it references class "App\\Entity\\ScheduledAction" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.arYyFso.App\Entity\Allegato' shared service.
*
* @return \App\Entity\Allegato
*/
protected function getAllegatoService()
{
$this->throw('Cannot autowire service ".service_locator.arYyFso": it references class "App\\Entity\\Allegato" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.lynkLTz.App\Entity\Webhook' shared service.
*
* @return \App\Entity\Webhook
*/
protected function getWebhookService()
{
$this->throw('Cannot autowire service ".service_locator.lynkLTz": it references class "App\\Entity\\Webhook" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.pbmSj2j.App\Entity\Allegato' shared service.
*
* @return \App\Entity\Allegato
*/
protected function getAllegato2Service()
{
$this->throw('Cannot autowire service ".service_locator.pbmSj2j": it references class "App\\Entity\\Allegato" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.pkZoaDv.App\Entity\SubscriptionService' shared service.
*
* @return \App\Entity\SubscriptionService
*/
protected function getSubscriptionService2Service()
{
$this->throw('Cannot autowire service ".service_locator.pkZoaDv": it references class "App\\Entity\\SubscriptionService" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.sAccXwk.App\Entity\Subscriber' shared service.
*
* @return \App\Entity\Subscriber
*/
protected function getSubscriberService()
{
$this->throw('Cannot autowire service ".service_locator.sAccXwk": it references class "App\\Entity\\Subscriber" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.xn_8cH6.App\Entity\ServiceGroup' shared service.
*
* @return \App\Entity\ServiceGroup
*/
protected function getServiceGroup2Service()
{
$this->throw('Cannot autowire service ".service_locator.xn_8cH6": it references class "App\\Entity\\ServiceGroup" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.y1VQAdo.App\Entity\ServiceGroup' shared service.
*
* @return \App\Entity\ServiceGroup
*/
protected function getServiceGroup3Service()
{
$this->throw('Cannot autowire service ".service_locator.y1VQAdo": it references class "App\\Entity\\ServiceGroup" but no such service exists.');
}
/**
* Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
*/
protected function get_LegacyResolveControllerNameSubscriberService()
{
return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)), false))), false);
}
/**
* Gets the private '.security.request_matcher._w1vFDa' shared service.
*
* @return \Symfony\Component\HttpFoundation\RequestMatcher
*/
protected function get_Security_RequestMatcher_W1vFDaService()
{
return $this->privates['.security.request_matcher._w1vFDa'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/'.$this->getEnv('string:PREFIX').'/api/(services|services-groups|calendars|status|subscription-services|categories|recipients|geographic-areas|tenants|places)', NULL, [0 => 'POST', 1 => 'PUT', 2 => 'PATCH', 3 => 'DELETE']);
}
/**
* Gets the private '.service_locator..5ReYSi' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator__5ReYSiService()
{
return $this->privates['.service_locator..5ReYSi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'pratica' => ['privates', '.errored..service_locator..5ReYSi.App\\Entity\\Pratica', NULL, 'Cannot autowire service ".service_locator..5ReYSi": it references class "App\\Entity\\Pratica" but no such service exists.'],
], [
'pratica' => 'App\\Entity\\Pratica',
]);
}
/**
* Gets the private '.service_locator.07o.Z1n' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_07o_Z1nService()
{
return $this->privates['.service_locator.07o.Z1n'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'dataTableFactory' => ['services', 'Omines\\DataTablesBundle\\DataTableFactory', 'getDataTableFactoryService', false],
'subscriptionService' => ['privates', '.errored..service_locator.07o.Z1n.App\\Entity\\SubscriptionService', NULL, 'Cannot autowire service ".service_locator.07o.Z1n": it references class "App\\Entity\\SubscriptionService" but no such service exists.'],
], [
'dataTableFactory' => 'Omines\\DataTablesBundle\\DataTableFactory',
'subscriptionService' => 'App\\Entity\\SubscriptionService',
]);
}
/**
* Gets the private '.service_locator.12VcDGM' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_12VcDGMService()
{
return $this->privates['.service_locator.12VcDGM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Controller\\Rest\\APIController::getNotesAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Rest\\APIController::postNotesAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Rest\\APIController::setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\ApplicationsAPIController::setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\CalendarsAPIController::setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\CategoriesAPIController::setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\DocumentsAPIController::setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\FoldersAPIController::setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\GeographicAreasAPIController::setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\GiscomAPIController::addProtocolliToPraticaAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Rest\\GiscomAPIController::addStatusChangeToPraticaAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Rest\\GiscomAPIController::attachmentAction' => ['privates', '.service_locator.arYyFso', 'get_ServiceLocator_ArYyFsoService', false],
'App\\Controller\\Rest\\GiscomAPIController::createIntegrationRequestAction' => ['privates', '.service_locator.81yj9Yq', 'get_ServiceLocator_81yj9YqService', false],
'App\\Controller\\Rest\\GiscomAPIController::viewPraticaAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Rest\\MeetingsAPIController::setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\MessagesAPIController::setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\PaymentsAPIController::setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\PlacesAPIController::setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\RecipientsAPIController::setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\ServicesAPIController::attachmentAction' => ['privates', '.service_locator.vPA5l1x', 'get_ServiceLocator_VPA5l1xService', false],
'App\\Controller\\Rest\\ServicesAPIController::setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\ServicesGroupAPIController::attachmentAction' => ['privates', '.service_locator.vPA5l1x', 'get_ServiceLocator_VPA5l1xService', false],
'App\\Controller\\Rest\\ServicesGroupAPIController::setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\SessionAuthAPIController::setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\StatusAPIController::setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\SubscribersAPIController::setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\SubscriptionServicesAPIController::setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\SubscriptionsAPIController::setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\TenantAPIController::setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\UserGroupsAPIController::setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\UsersAPIController::setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Ui\\Backend\\AdminController::deleteOperatoreAction' => ['privates', '.service_locator.G_Dx8.G', 'get_ServiceLocator_GDx8_GService', false],
'App\\Controller\\Ui\\Backend\\AdminController::deletePublicAttachmentAction' => ['privates', '.service_locator.GzoOiU5', 'get_ServiceLocator_GzoOiU5Service', false],
'App\\Controller\\Ui\\Backend\\AdminController::deleteServiceAction' => ['privates', '.service_locator.GzoOiU5', 'get_ServiceLocator_GzoOiU5Service', false],
'App\\Controller\\Ui\\Backend\\AdminController::editCustomValidationServizioAction' => ['privates', '.service_locator.GzoOiU5', 'get_ServiceLocator_GzoOiU5Service', false],
'App\\Controller\\Ui\\Backend\\AdminController::editOperatoreAction' => ['privates', '.service_locator.G_Dx8.G', 'get_ServiceLocator_GDx8_GService', false],
'App\\Controller\\Ui\\Backend\\AdminController::editServizioAction' => ['privates', '.service_locator.GzoOiU5', 'get_ServiceLocator_GzoOiU5Service', false],
'App\\Controller\\Ui\\Backend\\AdminController::formioValidateAction' => ['privates', '.service_locator.GzoOiU5', 'get_ServiceLocator_GzoOiU5Service', false],
'App\\Controller\\Ui\\Backend\\AdminController::importServizioAction' => ['privates', '.service_locator.wts2F.d', 'get_ServiceLocator_Wts2F_DService', false],
'App\\Controller\\Ui\\Backend\\AdminController::newOperatoreAction' => ['privates', '.service_locator.ccM2MGC', 'get_ServiceLocator_CcM2MGCService', false],
'App\\Controller\\Ui\\Backend\\AdminController::newServiceAction' => ['privates', '.service_locator.3hE2hyr', 'get_ServiceLocator_3hE2hyrService', false],
'App\\Controller\\Ui\\Backend\\AdminController::resetPasswordOperatoreAction' => ['privates', '.service_locator.G_Dx8.G', 'get_ServiceLocator_GDx8_GService', false],
'App\\Controller\\Ui\\Backend\\AdminController::retryScheduledActionsAction' => ['privates', '.service_locator.YVCoBiV', 'get_ServiceLocator_YVCoBiVService', false],
'App\\Controller\\Ui\\Backend\\AdminController::showOperatoreAction' => ['privates', '.service_locator.G_Dx8.G', 'get_ServiceLocator_GDx8_GService', false],
'App\\Controller\\Ui\\Backend\\CalendarsController::deleteCalendarAction' => ['privates', '.service_locator.NF7cwmN', 'get_ServiceLocator_NF7cwmNService', false],
'App\\Controller\\Ui\\Backend\\CalendarsController::editCalendarAction' => ['privates', '.service_locator.NF7cwmN', 'get_ServiceLocator_NF7cwmNService', false],
'App\\Controller\\Ui\\Backend\\CalendarsController::indexCalendarsAction' => ['privates', '.service_locator.a2U2Dop', 'get_ServiceLocator_A2U2DopService', false],
'App\\Controller\\Ui\\Backend\\CalendarsController::showCalendarAction' => ['privates', '.service_locator.NF7cwmN', 'get_ServiceLocator_NF7cwmNService', false],
'App\\Controller\\Ui\\Backend\\CategoryController::deleteCategoryAction' => ['privates', '.service_locator.WIkeLeB', 'get_ServiceLocator_WIkeLeBService', false],
'App\\Controller\\Ui\\Backend\\CategoryController::editCategoryAction' => ['privates', '.service_locator.WIkeLeB', 'get_ServiceLocator_WIkeLeBService', false],
'App\\Controller\\Ui\\Backend\\CategoryController::removeServiceFromCategory' => ['privates', '.service_locator.D_UeH0i', 'get_ServiceLocator_DUeH0iService', false],
'App\\Controller\\Ui\\Backend\\CategoryController::removeServiceGroupFromCategory' => ['privates', '.service_locator.Nvr9Y1C', 'get_ServiceLocator_Nvr9Y1CService', false],
'App\\Controller\\Ui\\Backend\\GeographicAreaController::deletePaymentGatewayAction' => ['privates', '.service_locator.GgZbvL7', 'get_ServiceLocator_GgZbvL7Service', false],
'App\\Controller\\Ui\\Backend\\GeographicAreaController::editGeographicAreaAction' => ['privates', '.service_locator.GgZbvL7', 'get_ServiceLocator_GgZbvL7Service', false],
'App\\Controller\\Ui\\Backend\\OperatoriController::acceptIntegrationAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Backend\\OperatoriController::autoAssignPraticaAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Backend\\OperatoriController::changeStatusPraticaAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Backend\\OperatoriController::newAppicationByOperatorAction' => ['privates', '.service_locator.GzoOiU5', 'get_ServiceLocator_GzoOiU5Service', false],
'App\\Controller\\Ui\\Backend\\OperatoriController::reassignPraticaAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Backend\\OperatoriController::saveBackofficeDataAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Backend\\OperatoriController::showPraticaAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Backend\\PlaceController::deletePlaceAction' => ['privates', '.service_locator.7Q_063q', 'get_ServiceLocator_7Q063qService', false],
'App\\Controller\\Ui\\Backend\\PlaceController::editPlaceAction' => ['privates', '.service_locator.7Q_063q', 'get_ServiceLocator_7Q063qService', false],
'App\\Controller\\Ui\\Backend\\RecipientController::deletePaymentGatewayAction' => ['privates', '.service_locator.N588BlU', 'get_ServiceLocator_N588BlUService', false],
'App\\Controller\\Ui\\Backend\\RecipientController::editRecipientAction' => ['privates', '.service_locator.N588BlU', 'get_ServiceLocator_N588BlUService', false],
'App\\Controller\\Ui\\Backend\\SecurityController::changePassword' => ['privates', '.service_locator.zSk.pnk', 'get_ServiceLocator_ZSk_PnkService', false],
'App\\Controller\\Ui\\Backend\\SecurityController::editProfile' => ['privates', '.service_locator.x8FmIZ0', 'get_ServiceLocator_X8FmIZ0Service', false],
'App\\Controller\\Ui\\Backend\\SecurityController::login' => ['privates', '.service_locator.5UPbbJo', 'get_ServiceLocator_5UPbbJoService', false],
'App\\Controller\\Ui\\Backend\\SecurityController::profile' => ['privates', '.service_locator.x8FmIZ0', 'get_ServiceLocator_X8FmIZ0Service', false],
'App\\Controller\\Ui\\Backend\\SecurityController::resetPassword' => ['privates', '.service_locator.x8FmIZ0', 'get_ServiceLocator_X8FmIZ0Service', false],
'App\\Controller\\Ui\\Backend\\SecurityController::resetPasswordCheck' => ['privates', '.service_locator.zSk.pnk', 'get_ServiceLocator_ZSk_PnkService', false],
'App\\Controller\\Ui\\Backend\\ServiceGroupController::deletePublicAttachmentAction' => ['privates', '.service_locator.y1VQAdo', 'get_ServiceLocator_Y1VQAdoService', false],
'App\\Controller\\Ui\\Backend\\ServiceGroupController::deleteServiceGroupAction' => ['privates', '.service_locator.xn_8cH6', 'get_ServiceLocator_Xn8cH6Service', false],
'App\\Controller\\Ui\\Backend\\ServiceGroupController::editServiceGroupAction' => ['privates', '.service_locator.xn_8cH6', 'get_ServiceLocator_Xn8cH6Service', false],
'App\\Controller\\Ui\\Backend\\ServiceGroupController::removeServiceFromGroup' => ['privates', '.service_locator.D_UeH0i', 'get_ServiceLocator_DUeH0iService', false],
'App\\Controller\\Ui\\Backend\\SubscriberController::showSubscriberAction' => ['privates', '.service_locator.sAccXwk', 'get_ServiceLocator_SAccXwkService', false],
'App\\Controller\\Ui\\Backend\\UserGroupController::deleteUserGroupAction' => ['privates', '.service_locator.R4Af46c', 'get_ServiceLocator_R4Af46cService', false],
'App\\Controller\\Ui\\Backend\\UserGroupController::editUserGroupAction' => ['privates', '.service_locator.R4Af46c', 'get_ServiceLocator_R4Af46cService', false],
'App\\Controller\\Ui\\Backend\\WebhookController::deleteServiceGroupAction' => ['privates', '.service_locator.lynkLTz', 'get_ServiceLocator_LynkLTzService', false],
'App\\Controller\\Ui\\Backend\\WebhookController::editWebhookAction' => ['privates', '.service_locator.lynkLTz', 'get_ServiceLocator_LynkLTzService', false],
'App\\Controller\\Ui\\Frontend\\AllegatoController::allegatoDeleteAction' => ['privates', '.service_locator.pbmSj2j', 'get_ServiceLocator_PbmSj2jService', false],
'App\\Controller\\Ui\\Frontend\\AllegatoController::allegatoDownloadAction' => ['privates', '.service_locator.pbmSj2j', 'get_ServiceLocator_PbmSj2jService', false],
'App\\Controller\\Ui\\Frontend\\AllegatoController::allegatoMessaggioUploadAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Frontend\\AllegatoController::cpsUserDeleteAllegatoAction' => ['privates', '.service_locator.pbmSj2j', 'get_ServiceLocator_PbmSj2jService', false],
'App\\Controller\\Ui\\Frontend\\AllegatoController::cpsUserUploadAllegatoSciaAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Frontend\\AllegatoController::operatoreAllegatoUploadAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Frontend\\AllegatoController::uploadAttachmentFinalizeAction' => ['privates', '.service_locator.pbmSj2j', 'get_ServiceLocator_PbmSj2jService', false],
'App\\Controller\\Ui\\Frontend\\PraticheController::compilaAction' => ['privates', '.service_locator.C1filBx', 'get_ServiceLocator_C1filBxService', false],
'App\\Controller\\Ui\\Frontend\\PraticheController::deleteAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Frontend\\PraticheController::detailAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Frontend\\PraticheController::draftAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Frontend\\PraticheController::formioValidateAction' => ['privates', '.service_locator.GzoOiU5', 'get_ServiceLocator_GzoOiU5Service', false],
'App\\Controller\\Ui\\Frontend\\PraticheController::listDraftByServiceAction' => ['privates', '.service_locator.GzoOiU5', 'get_ServiceLocator_GzoOiU5Service', false],
'App\\Controller\\Ui\\Frontend\\PraticheController::paymentCallbackAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Frontend\\PraticheController::showAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Frontend\\PraticheController::showPdfAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Frontend\\PraticheController::withdrawAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Frontend\\PrintController::previewServiceAction' => ['privates', '.service_locator.D_UeH0i', 'get_ServiceLocator_DUeH0iService', false],
'App\\Controller\\Ui\\Frontend\\PrintController::printPraticaAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Frontend\\PrintController::printPraticaShowAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Frontend\\PrintController::printServiceAction' => ['privates', '.service_locator.D_UeH0i', 'get_ServiceLocator_DUeH0iService', false],
'App\\Controller\\Ui\\Frontend\\PrintController::printServicePdfAction' => ['privates', '.service_locator.D_UeH0i', 'get_ServiceLocator_DUeH0iService', false],
'App\\Controller\\Ui\\Frontend\\ServiziController::accessAction' => ['privates', '.service_locator.GzoOiU5', 'get_ServiceLocator_GzoOiU5Service', false],
'App\\Controller\\Ui\\Frontend\\SubscriptionServicesController::deleteSubscriptionServiceAction' => ['privates', '.service_locator.pkZoaDv', 'get_ServiceLocator_PkZoaDvService', false],
'App\\Controller\\Ui\\Frontend\\SubscriptionServicesController::editSubscriptionServiceAction' => ['privates', '.service_locator.pkZoaDv', 'get_ServiceLocator_PkZoaDvService', false],
'App\\Controller\\Ui\\Frontend\\SubscriptionServicesController::indexSubscriptionServiceAction' => ['privates', '.service_locator.a2U2Dop', 'get_ServiceLocator_A2U2DopService', false],
'App\\Controller\\Ui\\Frontend\\SubscriptionServicesController::showSubscriptionServiceAction' => ['privates', '.service_locator.pkZoaDv', 'get_ServiceLocator_PkZoaDvService', false],
'App\\Controller\\Ui\\Frontend\\SubscriptionServicesController::showSubscriptionServicePaymentsAction' => ['privates', '.service_locator.pkZoaDv', 'get_ServiceLocator_PkZoaDvService', false],
'App\\Controller\\Ui\\Frontend\\SubscriptionsController::deleteSubscriptionAction' => ['privates', '.service_locator.6it4gR_', 'get_ServiceLocator_6it4gRService', false],
'App\\Controller\\Ui\\Frontend\\SubscriptionsController::editSubscriberAction' => ['privates', '.service_locator.sAccXwk', 'get_ServiceLocator_SAccXwkService', false],
'App\\Controller\\Ui\\Frontend\\SubscriptionsController::iscrizioniCsvUploadAction' => ['privates', '.service_locator.pkZoaDv', 'get_ServiceLocator_PkZoaDvService', false],
'App\\Controller\\Ui\\Frontend\\SubscriptionsController::paymentsCsvUploadAction' => ['privates', '.service_locator.pkZoaDv', 'get_ServiceLocator_PkZoaDvService', false],
'App\\Controller\\Ui\\Frontend\\SubscriptionsController::showSubscriptionsAction' => ['privates', '.service_locator.07o.Z1n', 'get_ServiceLocator_07o_Z1nService', false],
'App\\Controller\\Ui\\Frontend\\UserController::onPreSubmitUserForm' => ['privates', '.service_locator.Il0FCIc', 'get_ServiceLocator_Il0FCIcService', false],
'App\\Controller\\Rest\\APIController:getNotesAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Rest\\APIController:postNotesAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Rest\\APIController:setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\ApplicationsAPIController:setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\CalendarsAPIController:setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\CategoriesAPIController:setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\DocumentsAPIController:setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\FoldersAPIController:setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\GeographicAreasAPIController:setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\GiscomAPIController:addProtocolliToPraticaAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Rest\\GiscomAPIController:addStatusChangeToPraticaAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Rest\\GiscomAPIController:attachmentAction' => ['privates', '.service_locator.arYyFso', 'get_ServiceLocator_ArYyFsoService', false],
'App\\Controller\\Rest\\GiscomAPIController:createIntegrationRequestAction' => ['privates', '.service_locator.81yj9Yq', 'get_ServiceLocator_81yj9YqService', false],
'App\\Controller\\Rest\\GiscomAPIController:viewPraticaAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Rest\\MeetingsAPIController:setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\MessagesAPIController:setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\PaymentsAPIController:setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\PlacesAPIController:setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\RecipientsAPIController:setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\ServicesAPIController:attachmentAction' => ['privates', '.service_locator.vPA5l1x', 'get_ServiceLocator_VPA5l1xService', false],
'App\\Controller\\Rest\\ServicesAPIController:setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\ServicesGroupAPIController:attachmentAction' => ['privates', '.service_locator.vPA5l1x', 'get_ServiceLocator_VPA5l1xService', false],
'App\\Controller\\Rest\\ServicesGroupAPIController:setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\SessionAuthAPIController:setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\StatusAPIController:setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\SubscribersAPIController:setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\SubscriptionServicesAPIController:setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\SubscriptionsAPIController:setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\TenantAPIController:setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\UserGroupsAPIController:setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Rest\\UsersAPIController:setViewHandler' => ['privates', '.service_locator.RGIiAl4', 'get_ServiceLocator_RGIiAl4Service', false],
'App\\Controller\\Ui\\Backend\\AdminController:deleteOperatoreAction' => ['privates', '.service_locator.G_Dx8.G', 'get_ServiceLocator_GDx8_GService', false],
'App\\Controller\\Ui\\Backend\\AdminController:deletePublicAttachmentAction' => ['privates', '.service_locator.GzoOiU5', 'get_ServiceLocator_GzoOiU5Service', false],
'App\\Controller\\Ui\\Backend\\AdminController:deleteServiceAction' => ['privates', '.service_locator.GzoOiU5', 'get_ServiceLocator_GzoOiU5Service', false],
'App\\Controller\\Ui\\Backend\\AdminController:editCustomValidationServizioAction' => ['privates', '.service_locator.GzoOiU5', 'get_ServiceLocator_GzoOiU5Service', false],
'App\\Controller\\Ui\\Backend\\AdminController:editOperatoreAction' => ['privates', '.service_locator.G_Dx8.G', 'get_ServiceLocator_GDx8_GService', false],
'App\\Controller\\Ui\\Backend\\AdminController:editServizioAction' => ['privates', '.service_locator.GzoOiU5', 'get_ServiceLocator_GzoOiU5Service', false],
'App\\Controller\\Ui\\Backend\\AdminController:formioValidateAction' => ['privates', '.service_locator.GzoOiU5', 'get_ServiceLocator_GzoOiU5Service', false],
'App\\Controller\\Ui\\Backend\\AdminController:importServizioAction' => ['privates', '.service_locator.wts2F.d', 'get_ServiceLocator_Wts2F_DService', false],
'App\\Controller\\Ui\\Backend\\AdminController:newOperatoreAction' => ['privates', '.service_locator.ccM2MGC', 'get_ServiceLocator_CcM2MGCService', false],
'App\\Controller\\Ui\\Backend\\AdminController:newServiceAction' => ['privates', '.service_locator.3hE2hyr', 'get_ServiceLocator_3hE2hyrService', false],
'App\\Controller\\Ui\\Backend\\AdminController:resetPasswordOperatoreAction' => ['privates', '.service_locator.G_Dx8.G', 'get_ServiceLocator_GDx8_GService', false],
'App\\Controller\\Ui\\Backend\\AdminController:retryScheduledActionsAction' => ['privates', '.service_locator.YVCoBiV', 'get_ServiceLocator_YVCoBiVService', false],
'App\\Controller\\Ui\\Backend\\AdminController:showOperatoreAction' => ['privates', '.service_locator.G_Dx8.G', 'get_ServiceLocator_GDx8_GService', false],
'App\\Controller\\Ui\\Backend\\CalendarsController:deleteCalendarAction' => ['privates', '.service_locator.NF7cwmN', 'get_ServiceLocator_NF7cwmNService', false],
'App\\Controller\\Ui\\Backend\\CalendarsController:editCalendarAction' => ['privates', '.service_locator.NF7cwmN', 'get_ServiceLocator_NF7cwmNService', false],
'App\\Controller\\Ui\\Backend\\CalendarsController:indexCalendarsAction' => ['privates', '.service_locator.a2U2Dop', 'get_ServiceLocator_A2U2DopService', false],
'App\\Controller\\Ui\\Backend\\CalendarsController:showCalendarAction' => ['privates', '.service_locator.NF7cwmN', 'get_ServiceLocator_NF7cwmNService', false],
'App\\Controller\\Ui\\Backend\\CategoryController:deleteCategoryAction' => ['privates', '.service_locator.WIkeLeB', 'get_ServiceLocator_WIkeLeBService', false],
'App\\Controller\\Ui\\Backend\\CategoryController:editCategoryAction' => ['privates', '.service_locator.WIkeLeB', 'get_ServiceLocator_WIkeLeBService', false],
'App\\Controller\\Ui\\Backend\\CategoryController:removeServiceFromCategory' => ['privates', '.service_locator.D_UeH0i', 'get_ServiceLocator_DUeH0iService', false],
'App\\Controller\\Ui\\Backend\\CategoryController:removeServiceGroupFromCategory' => ['privates', '.service_locator.Nvr9Y1C', 'get_ServiceLocator_Nvr9Y1CService', false],
'App\\Controller\\Ui\\Backend\\GeographicAreaController:deletePaymentGatewayAction' => ['privates', '.service_locator.GgZbvL7', 'get_ServiceLocator_GgZbvL7Service', false],
'App\\Controller\\Ui\\Backend\\GeographicAreaController:editGeographicAreaAction' => ['privates', '.service_locator.GgZbvL7', 'get_ServiceLocator_GgZbvL7Service', false],
'App\\Controller\\Ui\\Backend\\OperatoriController:acceptIntegrationAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Backend\\OperatoriController:autoAssignPraticaAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Backend\\OperatoriController:changeStatusPraticaAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Backend\\OperatoriController:newAppicationByOperatorAction' => ['privates', '.service_locator.GzoOiU5', 'get_ServiceLocator_GzoOiU5Service', false],
'App\\Controller\\Ui\\Backend\\OperatoriController:reassignPraticaAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Backend\\OperatoriController:saveBackofficeDataAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Backend\\OperatoriController:showPraticaAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Backend\\PlaceController:deletePlaceAction' => ['privates', '.service_locator.7Q_063q', 'get_ServiceLocator_7Q063qService', false],
'App\\Controller\\Ui\\Backend\\PlaceController:editPlaceAction' => ['privates', '.service_locator.7Q_063q', 'get_ServiceLocator_7Q063qService', false],
'App\\Controller\\Ui\\Backend\\RecipientController:deletePaymentGatewayAction' => ['privates', '.service_locator.N588BlU', 'get_ServiceLocator_N588BlUService', false],
'App\\Controller\\Ui\\Backend\\RecipientController:editRecipientAction' => ['privates', '.service_locator.N588BlU', 'get_ServiceLocator_N588BlUService', false],
'App\\Controller\\Ui\\Backend\\SecurityController:changePassword' => ['privates', '.service_locator.zSk.pnk', 'get_ServiceLocator_ZSk_PnkService', false],
'App\\Controller\\Ui\\Backend\\SecurityController:editProfile' => ['privates', '.service_locator.x8FmIZ0', 'get_ServiceLocator_X8FmIZ0Service', false],
'App\\Controller\\Ui\\Backend\\SecurityController:login' => ['privates', '.service_locator.5UPbbJo', 'get_ServiceLocator_5UPbbJoService', false],
'App\\Controller\\Ui\\Backend\\SecurityController:profile' => ['privates', '.service_locator.x8FmIZ0', 'get_ServiceLocator_X8FmIZ0Service', false],
'App\\Controller\\Ui\\Backend\\SecurityController:resetPassword' => ['privates', '.service_locator.x8FmIZ0', 'get_ServiceLocator_X8FmIZ0Service', false],
'App\\Controller\\Ui\\Backend\\SecurityController:resetPasswordCheck' => ['privates', '.service_locator.zSk.pnk', 'get_ServiceLocator_ZSk_PnkService', false],
'App\\Controller\\Ui\\Backend\\ServiceGroupController:deletePublicAttachmentAction' => ['privates', '.service_locator.y1VQAdo', 'get_ServiceLocator_Y1VQAdoService', false],
'App\\Controller\\Ui\\Backend\\ServiceGroupController:deleteServiceGroupAction' => ['privates', '.service_locator.xn_8cH6', 'get_ServiceLocator_Xn8cH6Service', false],
'App\\Controller\\Ui\\Backend\\ServiceGroupController:editServiceGroupAction' => ['privates', '.service_locator.xn_8cH6', 'get_ServiceLocator_Xn8cH6Service', false],
'App\\Controller\\Ui\\Backend\\ServiceGroupController:removeServiceFromGroup' => ['privates', '.service_locator.D_UeH0i', 'get_ServiceLocator_DUeH0iService', false],
'App\\Controller\\Ui\\Backend\\SubscriberController:showSubscriberAction' => ['privates', '.service_locator.sAccXwk', 'get_ServiceLocator_SAccXwkService', false],
'App\\Controller\\Ui\\Backend\\UserGroupController:deleteUserGroupAction' => ['privates', '.service_locator.R4Af46c', 'get_ServiceLocator_R4Af46cService', false],
'App\\Controller\\Ui\\Backend\\UserGroupController:editUserGroupAction' => ['privates', '.service_locator.R4Af46c', 'get_ServiceLocator_R4Af46cService', false],
'App\\Controller\\Ui\\Backend\\WebhookController:deleteServiceGroupAction' => ['privates', '.service_locator.lynkLTz', 'get_ServiceLocator_LynkLTzService', false],
'App\\Controller\\Ui\\Backend\\WebhookController:editWebhookAction' => ['privates', '.service_locator.lynkLTz', 'get_ServiceLocator_LynkLTzService', false],
'App\\Controller\\Ui\\Frontend\\AllegatoController:allegatoDeleteAction' => ['privates', '.service_locator.pbmSj2j', 'get_ServiceLocator_PbmSj2jService', false],
'App\\Controller\\Ui\\Frontend\\AllegatoController:allegatoDownloadAction' => ['privates', '.service_locator.pbmSj2j', 'get_ServiceLocator_PbmSj2jService', false],
'App\\Controller\\Ui\\Frontend\\AllegatoController:allegatoMessaggioUploadAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Frontend\\AllegatoController:cpsUserDeleteAllegatoAction' => ['privates', '.service_locator.pbmSj2j', 'get_ServiceLocator_PbmSj2jService', false],
'App\\Controller\\Ui\\Frontend\\AllegatoController:cpsUserUploadAllegatoSciaAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Frontend\\AllegatoController:operatoreAllegatoUploadAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Frontend\\AllegatoController:uploadAttachmentFinalizeAction' => ['privates', '.service_locator.pbmSj2j', 'get_ServiceLocator_PbmSj2jService', false],
'App\\Controller\\Ui\\Frontend\\PraticheController:compilaAction' => ['privates', '.service_locator.C1filBx', 'get_ServiceLocator_C1filBxService', false],
'App\\Controller\\Ui\\Frontend\\PraticheController:deleteAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Frontend\\PraticheController:detailAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Frontend\\PraticheController:draftAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Frontend\\PraticheController:formioValidateAction' => ['privates', '.service_locator.GzoOiU5', 'get_ServiceLocator_GzoOiU5Service', false],
'App\\Controller\\Ui\\Frontend\\PraticheController:listDraftByServiceAction' => ['privates', '.service_locator.GzoOiU5', 'get_ServiceLocator_GzoOiU5Service', false],
'App\\Controller\\Ui\\Frontend\\PraticheController:paymentCallbackAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Frontend\\PraticheController:showAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Frontend\\PraticheController:showPdfAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Frontend\\PraticheController:withdrawAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Frontend\\PrintController:previewServiceAction' => ['privates', '.service_locator.D_UeH0i', 'get_ServiceLocator_DUeH0iService', false],
'App\\Controller\\Ui\\Frontend\\PrintController:printPraticaAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Frontend\\PrintController:printPraticaShowAction' => ['privates', '.service_locator..5ReYSi', 'get_ServiceLocator__5ReYSiService', false],
'App\\Controller\\Ui\\Frontend\\PrintController:printServiceAction' => ['privates', '.service_locator.D_UeH0i', 'get_ServiceLocator_DUeH0iService', false],
'App\\Controller\\Ui\\Frontend\\PrintController:printServicePdfAction' => ['privates', '.service_locator.D_UeH0i', 'get_ServiceLocator_DUeH0iService', false],
'App\\Controller\\Ui\\Frontend\\ServiziController:accessAction' => ['privates', '.service_locator.GzoOiU5', 'get_ServiceLocator_GzoOiU5Service', false],
'App\\Controller\\Ui\\Frontend\\SubscriptionServicesController:deleteSubscriptionServiceAction' => ['privates', '.service_locator.pkZoaDv', 'get_ServiceLocator_PkZoaDvService', false],
'App\\Controller\\Ui\\Frontend\\SubscriptionServicesController:editSubscriptionServiceAction' => ['privates', '.service_locator.pkZoaDv', 'get_ServiceLocator_PkZoaDvService', false],
'App\\Controller\\Ui\\Frontend\\SubscriptionServicesController:indexSubscriptionServiceAction' => ['privates', '.service_locator.a2U2Dop', 'get_ServiceLocator_A2U2DopService', false],
'App\\Controller\\Ui\\Frontend\\SubscriptionServicesController:showSubscriptionServiceAction' => ['privates', '.service_locator.pkZoaDv', 'get_ServiceLocator_PkZoaDvService', false],
'App\\Controller\\Ui\\Frontend\\SubscriptionServicesController:showSubscriptionServicePaymentsAction' => ['privates', '.service_locator.pkZoaDv', 'get_ServiceLocator_PkZoaDvService', false],
'App\\Controller\\Ui\\Frontend\\SubscriptionsController:deleteSubscriptionAction' => ['privates', '.service_locator.6it4gR_', 'get_ServiceLocator_6it4gRService', false],
'App\\Controller\\Ui\\Frontend\\SubscriptionsController:editSubscriberAction' => ['privates', '.service_locator.sAccXwk', 'get_ServiceLocator_SAccXwkService', false],
'App\\Controller\\Ui\\Frontend\\SubscriptionsController:iscrizioniCsvUploadAction' => ['privates', '.service_locator.pkZoaDv', 'get_ServiceLocator_PkZoaDvService', false],
'App\\Controller\\Ui\\Frontend\\SubscriptionsController:paymentsCsvUploadAction' => ['privates', '.service_locator.pkZoaDv', 'get_ServiceLocator_PkZoaDvService', false],
'App\\Controller\\Ui\\Frontend\\SubscriptionsController:showSubscriptionsAction' => ['privates', '.service_locator.07o.Z1n', 'get_ServiceLocator_07o_Z1nService', false],
'App\\Controller\\Ui\\Frontend\\UserController:onPreSubmitUserForm' => ['privates', '.service_locator.Il0FCIc', 'get_ServiceLocator_Il0FCIcService', false],
], [
'App\\Controller\\Rest\\APIController::getNotesAction' => '?',
'App\\Controller\\Rest\\APIController::postNotesAction' => '?',
'App\\Controller\\Rest\\APIController::setViewHandler' => '?',
'App\\Controller\\Rest\\ApplicationsAPIController::setViewHandler' => '?',
'App\\Controller\\Rest\\CalendarsAPIController::setViewHandler' => '?',
'App\\Controller\\Rest\\CategoriesAPIController::setViewHandler' => '?',
'App\\Controller\\Rest\\DocumentsAPIController::setViewHandler' => '?',
'App\\Controller\\Rest\\FoldersAPIController::setViewHandler' => '?',
'App\\Controller\\Rest\\GeographicAreasAPIController::setViewHandler' => '?',
'App\\Controller\\Rest\\GiscomAPIController::addProtocolliToPraticaAction' => '?',
'App\\Controller\\Rest\\GiscomAPIController::addStatusChangeToPraticaAction' => '?',
'App\\Controller\\Rest\\GiscomAPIController::attachmentAction' => '?',
'App\\Controller\\Rest\\GiscomAPIController::createIntegrationRequestAction' => '?',
'App\\Controller\\Rest\\GiscomAPIController::viewPraticaAction' => '?',
'App\\Controller\\Rest\\MeetingsAPIController::setViewHandler' => '?',
'App\\Controller\\Rest\\MessagesAPIController::setViewHandler' => '?',
'App\\Controller\\Rest\\PaymentsAPIController::setViewHandler' => '?',
'App\\Controller\\Rest\\PlacesAPIController::setViewHandler' => '?',
'App\\Controller\\Rest\\RecipientsAPIController::setViewHandler' => '?',
'App\\Controller\\Rest\\ServicesAPIController::attachmentAction' => '?',
'App\\Controller\\Rest\\ServicesAPIController::setViewHandler' => '?',
'App\\Controller\\Rest\\ServicesGroupAPIController::attachmentAction' => '?',
'App\\Controller\\Rest\\ServicesGroupAPIController::setViewHandler' => '?',
'App\\Controller\\Rest\\SessionAuthAPIController::setViewHandler' => '?',
'App\\Controller\\Rest\\StatusAPIController::setViewHandler' => '?',
'App\\Controller\\Rest\\SubscribersAPIController::setViewHandler' => '?',
'App\\Controller\\Rest\\SubscriptionServicesAPIController::setViewHandler' => '?',
'App\\Controller\\Rest\\SubscriptionsAPIController::setViewHandler' => '?',
'App\\Controller\\Rest\\TenantAPIController::setViewHandler' => '?',
'App\\Controller\\Rest\\UserGroupsAPIController::setViewHandler' => '?',
'App\\Controller\\Rest\\UsersAPIController::setViewHandler' => '?',
'App\\Controller\\Ui\\Backend\\AdminController::deleteOperatoreAction' => '?',
'App\\Controller\\Ui\\Backend\\AdminController::deletePublicAttachmentAction' => '?',
'App\\Controller\\Ui\\Backend\\AdminController::deleteServiceAction' => '?',
'App\\Controller\\Ui\\Backend\\AdminController::editCustomValidationServizioAction' => '?',
'App\\Controller\\Ui\\Backend\\AdminController::editOperatoreAction' => '?',
'App\\Controller\\Ui\\Backend\\AdminController::editServizioAction' => '?',
'App\\Controller\\Ui\\Backend\\AdminController::formioValidateAction' => '?',
'App\\Controller\\Ui\\Backend\\AdminController::importServizioAction' => '?',
'App\\Controller\\Ui\\Backend\\AdminController::newOperatoreAction' => '?',
'App\\Controller\\Ui\\Backend\\AdminController::newServiceAction' => '?',
'App\\Controller\\Ui\\Backend\\AdminController::resetPasswordOperatoreAction' => '?',
'App\\Controller\\Ui\\Backend\\AdminController::retryScheduledActionsAction' => '?',
'App\\Controller\\Ui\\Backend\\AdminController::showOperatoreAction' => '?',
'App\\Controller\\Ui\\Backend\\CalendarsController::deleteCalendarAction' => '?',
'App\\Controller\\Ui\\Backend\\CalendarsController::editCalendarAction' => '?',
'App\\Controller\\Ui\\Backend\\CalendarsController::indexCalendarsAction' => '?',
'App\\Controller\\Ui\\Backend\\CalendarsController::showCalendarAction' => '?',
'App\\Controller\\Ui\\Backend\\CategoryController::deleteCategoryAction' => '?',
'App\\Controller\\Ui\\Backend\\CategoryController::editCategoryAction' => '?',
'App\\Controller\\Ui\\Backend\\CategoryController::removeServiceFromCategory' => '?',
'App\\Controller\\Ui\\Backend\\CategoryController::removeServiceGroupFromCategory' => '?',
'App\\Controller\\Ui\\Backend\\GeographicAreaController::deletePaymentGatewayAction' => '?',
'App\\Controller\\Ui\\Backend\\GeographicAreaController::editGeographicAreaAction' => '?',
'App\\Controller\\Ui\\Backend\\OperatoriController::acceptIntegrationAction' => '?',
'App\\Controller\\Ui\\Backend\\OperatoriController::autoAssignPraticaAction' => '?',
'App\\Controller\\Ui\\Backend\\OperatoriController::changeStatusPraticaAction' => '?',
'App\\Controller\\Ui\\Backend\\OperatoriController::newAppicationByOperatorAction' => '?',
'App\\Controller\\Ui\\Backend\\OperatoriController::reassignPraticaAction' => '?',
'App\\Controller\\Ui\\Backend\\OperatoriController::saveBackofficeDataAction' => '?',
'App\\Controller\\Ui\\Backend\\OperatoriController::showPraticaAction' => '?',
'App\\Controller\\Ui\\Backend\\PlaceController::deletePlaceAction' => '?',
'App\\Controller\\Ui\\Backend\\PlaceController::editPlaceAction' => '?',
'App\\Controller\\Ui\\Backend\\RecipientController::deletePaymentGatewayAction' => '?',
'App\\Controller\\Ui\\Backend\\RecipientController::editRecipientAction' => '?',
'App\\Controller\\Ui\\Backend\\SecurityController::changePassword' => '?',
'App\\Controller\\Ui\\Backend\\SecurityController::editProfile' => '?',
'App\\Controller\\Ui\\Backend\\SecurityController::login' => '?',
'App\\Controller\\Ui\\Backend\\SecurityController::profile' => '?',
'App\\Controller\\Ui\\Backend\\SecurityController::resetPassword' => '?',
'App\\Controller\\Ui\\Backend\\SecurityController::resetPasswordCheck' => '?',
'App\\Controller\\Ui\\Backend\\ServiceGroupController::deletePublicAttachmentAction' => '?',
'App\\Controller\\Ui\\Backend\\ServiceGroupController::deleteServiceGroupAction' => '?',
'App\\Controller\\Ui\\Backend\\ServiceGroupController::editServiceGroupAction' => '?',
'App\\Controller\\Ui\\Backend\\ServiceGroupController::removeServiceFromGroup' => '?',
'App\\Controller\\Ui\\Backend\\SubscriberController::showSubscriberAction' => '?',
'App\\Controller\\Ui\\Backend\\UserGroupController::deleteUserGroupAction' => '?',
'App\\Controller\\Ui\\Backend\\UserGroupController::editUserGroupAction' => '?',
'App\\Controller\\Ui\\Backend\\WebhookController::deleteServiceGroupAction' => '?',
'App\\Controller\\Ui\\Backend\\WebhookController::editWebhookAction' => '?',
'App\\Controller\\Ui\\Frontend\\AllegatoController::allegatoDeleteAction' => '?',
'App\\Controller\\Ui\\Frontend\\AllegatoController::allegatoDownloadAction' => '?',
'App\\Controller\\Ui\\Frontend\\AllegatoController::allegatoMessaggioUploadAction' => '?',
'App\\Controller\\Ui\\Frontend\\AllegatoController::cpsUserDeleteAllegatoAction' => '?',
'App\\Controller\\Ui\\Frontend\\AllegatoController::cpsUserUploadAllegatoSciaAction' => '?',
'App\\Controller\\Ui\\Frontend\\AllegatoController::operatoreAllegatoUploadAction' => '?',
'App\\Controller\\Ui\\Frontend\\AllegatoController::uploadAttachmentFinalizeAction' => '?',
'App\\Controller\\Ui\\Frontend\\PraticheController::compilaAction' => '?',
'App\\Controller\\Ui\\Frontend\\PraticheController::deleteAction' => '?',
'App\\Controller\\Ui\\Frontend\\PraticheController::detailAction' => '?',
'App\\Controller\\Ui\\Frontend\\PraticheController::draftAction' => '?',
'App\\Controller\\Ui\\Frontend\\PraticheController::formioValidateAction' => '?',
'App\\Controller\\Ui\\Frontend\\PraticheController::listDraftByServiceAction' => '?',
'App\\Controller\\Ui\\Frontend\\PraticheController::paymentCallbackAction' => '?',
'App\\Controller\\Ui\\Frontend\\PraticheController::showAction' => '?',
'App\\Controller\\Ui\\Frontend\\PraticheController::showPdfAction' => '?',
'App\\Controller\\Ui\\Frontend\\PraticheController::withdrawAction' => '?',
'App\\Controller\\Ui\\Frontend\\PrintController::previewServiceAction' => '?',
'App\\Controller\\Ui\\Frontend\\PrintController::printPraticaAction' => '?',
'App\\Controller\\Ui\\Frontend\\PrintController::printPraticaShowAction' => '?',
'App\\Controller\\Ui\\Frontend\\PrintController::printServiceAction' => '?',
'App\\Controller\\Ui\\Frontend\\PrintController::printServicePdfAction' => '?',
'App\\Controller\\Ui\\Frontend\\ServiziController::accessAction' => '?',
'App\\Controller\\Ui\\Frontend\\SubscriptionServicesController::deleteSubscriptionServiceAction' => '?',
'App\\Controller\\Ui\\Frontend\\SubscriptionServicesController::editSubscriptionServiceAction' => '?',
'App\\Controller\\Ui\\Frontend\\SubscriptionServicesController::indexSubscriptionServiceAction' => '?',
'App\\Controller\\Ui\\Frontend\\SubscriptionServicesController::showSubscriptionServiceAction' => '?',
'App\\Controller\\Ui\\Frontend\\SubscriptionServicesController::showSubscriptionServicePaymentsAction' => '?',
'App\\Controller\\Ui\\Frontend\\SubscriptionsController::deleteSubscriptionAction' => '?',
'App\\Controller\\Ui\\Frontend\\SubscriptionsController::editSubscriberAction' => '?',
'App\\Controller\\Ui\\Frontend\\SubscriptionsController::iscrizioniCsvUploadAction' => '?',
'App\\Controller\\Ui\\Frontend\\SubscriptionsController::paymentsCsvUploadAction' => '?',
'App\\Controller\\Ui\\Frontend\\SubscriptionsController::showSubscriptionsAction' => '?',
'App\\Controller\\Ui\\Frontend\\UserController::onPreSubmitUserForm' => '?',
'App\\Controller\\Rest\\APIController:getNotesAction' => '?',
'App\\Controller\\Rest\\APIController:postNotesAction' => '?',
'App\\Controller\\Rest\\APIController:setViewHandler' => '?',
'App\\Controller\\Rest\\ApplicationsAPIController:setViewHandler' => '?',
'App\\Controller\\Rest\\CalendarsAPIController:setViewHandler' => '?',
'App\\Controller\\Rest\\CategoriesAPIController:setViewHandler' => '?',
'App\\Controller\\Rest\\DocumentsAPIController:setViewHandler' => '?',
'App\\Controller\\Rest\\FoldersAPIController:setViewHandler' => '?',
'App\\Controller\\Rest\\GeographicAreasAPIController:setViewHandler' => '?',
'App\\Controller\\Rest\\GiscomAPIController:addProtocolliToPraticaAction' => '?',
'App\\Controller\\Rest\\GiscomAPIController:addStatusChangeToPraticaAction' => '?',
'App\\Controller\\Rest\\GiscomAPIController:attachmentAction' => '?',
'App\\Controller\\Rest\\GiscomAPIController:createIntegrationRequestAction' => '?',
'App\\Controller\\Rest\\GiscomAPIController:viewPraticaAction' => '?',
'App\\Controller\\Rest\\MeetingsAPIController:setViewHandler' => '?',
'App\\Controller\\Rest\\MessagesAPIController:setViewHandler' => '?',
'App\\Controller\\Rest\\PaymentsAPIController:setViewHandler' => '?',
'App\\Controller\\Rest\\PlacesAPIController:setViewHandler' => '?',
'App\\Controller\\Rest\\RecipientsAPIController:setViewHandler' => '?',
'App\\Controller\\Rest\\ServicesAPIController:attachmentAction' => '?',
'App\\Controller\\Rest\\ServicesAPIController:setViewHandler' => '?',
'App\\Controller\\Rest\\ServicesGroupAPIController:attachmentAction' => '?',
'App\\Controller\\Rest\\ServicesGroupAPIController:setViewHandler' => '?',
'App\\Controller\\Rest\\SessionAuthAPIController:setViewHandler' => '?',
'App\\Controller\\Rest\\StatusAPIController:setViewHandler' => '?',
'App\\Controller\\Rest\\SubscribersAPIController:setViewHandler' => '?',
'App\\Controller\\Rest\\SubscriptionServicesAPIController:setViewHandler' => '?',
'App\\Controller\\Rest\\SubscriptionsAPIController:setViewHandler' => '?',
'App\\Controller\\Rest\\TenantAPIController:setViewHandler' => '?',
'App\\Controller\\Rest\\UserGroupsAPIController:setViewHandler' => '?',
'App\\Controller\\Rest\\UsersAPIController:setViewHandler' => '?',
'App\\Controller\\Ui\\Backend\\AdminController:deleteOperatoreAction' => '?',
'App\\Controller\\Ui\\Backend\\AdminController:deletePublicAttachmentAction' => '?',
'App\\Controller\\Ui\\Backend\\AdminController:deleteServiceAction' => '?',
'App\\Controller\\Ui\\Backend\\AdminController:editCustomValidationServizioAction' => '?',
'App\\Controller\\Ui\\Backend\\AdminController:editOperatoreAction' => '?',
'App\\Controller\\Ui\\Backend\\AdminController:editServizioAction' => '?',
'App\\Controller\\Ui\\Backend\\AdminController:formioValidateAction' => '?',
'App\\Controller\\Ui\\Backend\\AdminController:importServizioAction' => '?',
'App\\Controller\\Ui\\Backend\\AdminController:newOperatoreAction' => '?',
'App\\Controller\\Ui\\Backend\\AdminController:newServiceAction' => '?',
'App\\Controller\\Ui\\Backend\\AdminController:resetPasswordOperatoreAction' => '?',
'App\\Controller\\Ui\\Backend\\AdminController:retryScheduledActionsAction' => '?',
'App\\Controller\\Ui\\Backend\\AdminController:showOperatoreAction' => '?',
'App\\Controller\\Ui\\Backend\\CalendarsController:deleteCalendarAction' => '?',
'App\\Controller\\Ui\\Backend\\CalendarsController:editCalendarAction' => '?',
'App\\Controller\\Ui\\Backend\\CalendarsController:indexCalendarsAction' => '?',
'App\\Controller\\Ui\\Backend\\CalendarsController:showCalendarAction' => '?',
'App\\Controller\\Ui\\Backend\\CategoryController:deleteCategoryAction' => '?',
'App\\Controller\\Ui\\Backend\\CategoryController:editCategoryAction' => '?',
'App\\Controller\\Ui\\Backend\\CategoryController:removeServiceFromCategory' => '?',
'App\\Controller\\Ui\\Backend\\CategoryController:removeServiceGroupFromCategory' => '?',
'App\\Controller\\Ui\\Backend\\GeographicAreaController:deletePaymentGatewayAction' => '?',
'App\\Controller\\Ui\\Backend\\GeographicAreaController:editGeographicAreaAction' => '?',
'App\\Controller\\Ui\\Backend\\OperatoriController:acceptIntegrationAction' => '?',
'App\\Controller\\Ui\\Backend\\OperatoriController:autoAssignPraticaAction' => '?',
'App\\Controller\\Ui\\Backend\\OperatoriController:changeStatusPraticaAction' => '?',
'App\\Controller\\Ui\\Backend\\OperatoriController:newAppicationByOperatorAction' => '?',
'App\\Controller\\Ui\\Backend\\OperatoriController:reassignPraticaAction' => '?',
'App\\Controller\\Ui\\Backend\\OperatoriController:saveBackofficeDataAction' => '?',
'App\\Controller\\Ui\\Backend\\OperatoriController:showPraticaAction' => '?',
'App\\Controller\\Ui\\Backend\\PlaceController:deletePlaceAction' => '?',
'App\\Controller\\Ui\\Backend\\PlaceController:editPlaceAction' => '?',
'App\\Controller\\Ui\\Backend\\RecipientController:deletePaymentGatewayAction' => '?',
'App\\Controller\\Ui\\Backend\\RecipientController:editRecipientAction' => '?',
'App\\Controller\\Ui\\Backend\\SecurityController:changePassword' => '?',
'App\\Controller\\Ui\\Backend\\SecurityController:editProfile' => '?',
'App\\Controller\\Ui\\Backend\\SecurityController:login' => '?',
'App\\Controller\\Ui\\Backend\\SecurityController:profile' => '?',
'App\\Controller\\Ui\\Backend\\SecurityController:resetPassword' => '?',
'App\\Controller\\Ui\\Backend\\SecurityController:resetPasswordCheck' => '?',
'App\\Controller\\Ui\\Backend\\ServiceGroupController:deletePublicAttachmentAction' => '?',
'App\\Controller\\Ui\\Backend\\ServiceGroupController:deleteServiceGroupAction' => '?',
'App\\Controller\\Ui\\Backend\\ServiceGroupController:editServiceGroupAction' => '?',
'App\\Controller\\Ui\\Backend\\ServiceGroupController:removeServiceFromGroup' => '?',
'App\\Controller\\Ui\\Backend\\SubscriberController:showSubscriberAction' => '?',
'App\\Controller\\Ui\\Backend\\UserGroupController:deleteUserGroupAction' => '?',
'App\\Controller\\Ui\\Backend\\UserGroupController:editUserGroupAction' => '?',
'App\\Controller\\Ui\\Backend\\WebhookController:deleteServiceGroupAction' => '?',
'App\\Controller\\Ui\\Backend\\WebhookController:editWebhookAction' => '?',
'App\\Controller\\Ui\\Frontend\\AllegatoController:allegatoDeleteAction' => '?',
'App\\Controller\\Ui\\Frontend\\AllegatoController:allegatoDownloadAction' => '?',
'App\\Controller\\Ui\\Frontend\\AllegatoController:allegatoMessaggioUploadAction' => '?',
'App\\Controller\\Ui\\Frontend\\AllegatoController:cpsUserDeleteAllegatoAction' => '?',
'App\\Controller\\Ui\\Frontend\\AllegatoController:cpsUserUploadAllegatoSciaAction' => '?',
'App\\Controller\\Ui\\Frontend\\AllegatoController:operatoreAllegatoUploadAction' => '?',
'App\\Controller\\Ui\\Frontend\\AllegatoController:uploadAttachmentFinalizeAction' => '?',
'App\\Controller\\Ui\\Frontend\\PraticheController:compilaAction' => '?',
'App\\Controller\\Ui\\Frontend\\PraticheController:deleteAction' => '?',
'App\\Controller\\Ui\\Frontend\\PraticheController:detailAction' => '?',
'App\\Controller\\Ui\\Frontend\\PraticheController:draftAction' => '?',
'App\\Controller\\Ui\\Frontend\\PraticheController:formioValidateAction' => '?',
'App\\Controller\\Ui\\Frontend\\PraticheController:listDraftByServiceAction' => '?',
'App\\Controller\\Ui\\Frontend\\PraticheController:paymentCallbackAction' => '?',
'App\\Controller\\Ui\\Frontend\\PraticheController:showAction' => '?',
'App\\Controller\\Ui\\Frontend\\PraticheController:showPdfAction' => '?',
'App\\Controller\\Ui\\Frontend\\PraticheController:withdrawAction' => '?',
'App\\Controller\\Ui\\Frontend\\PrintController:previewServiceAction' => '?',
'App\\Controller\\Ui\\Frontend\\PrintController:printPraticaAction' => '?',
'App\\Controller\\Ui\\Frontend\\PrintController:printPraticaShowAction' => '?',
'App\\Controller\\Ui\\Frontend\\PrintController:printServiceAction' => '?',
'App\\Controller\\Ui\\Frontend\\PrintController:printServicePdfAction' => '?',
'App\\Controller\\Ui\\Frontend\\ServiziController:accessAction' => '?',
'App\\Controller\\Ui\\Frontend\\SubscriptionServicesController:deleteSubscriptionServiceAction' => '?',
'App\\Controller\\Ui\\Frontend\\SubscriptionServicesController:editSubscriptionServiceAction' => '?',
'App\\Controller\\Ui\\Frontend\\SubscriptionServicesController:indexSubscriptionServiceAction' => '?',
'App\\Controller\\Ui\\Frontend\\SubscriptionServicesController:showSubscriptionServiceAction' => '?',
'App\\Controller\\Ui\\Frontend\\SubscriptionServicesController:showSubscriptionServicePaymentsAction' => '?',
'App\\Controller\\Ui\\Frontend\\SubscriptionsController:deleteSubscriptionAction' => '?',
'App\\Controller\\Ui\\Frontend\\SubscriptionsController:editSubscriberAction' => '?',
'App\\Controller\\Ui\\Frontend\\SubscriptionsController:iscrizioniCsvUploadAction' => '?',
'App\\Controller\\Ui\\Frontend\\SubscriptionsController:paymentsCsvUploadAction' => '?',
'App\\Controller\\Ui\\Frontend\\SubscriptionsController:showSubscriptionsAction' => '?',
'App\\Controller\\Ui\\Frontend\\UserController:onPreSubmitUserForm' => '?',
]);
}
/**
* Gets the private '.service_locator.3hE2hyr' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_3hE2hyrService()
{
return $this->privates['.service_locator.3hE2hyr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'serviceManager' => ['privates', 'App\\Services\\Manager\\ServiceManager', 'getServiceManagerService', false],
], [
'serviceManager' => 'App\\Services\\Manager\\ServiceManager',
]);
}
/**
* Gets the private '.service_locator.5UPbbJo' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_5UPbbJoService()
{
return $this->privates['.service_locator.5UPbbJo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'helper' => ['services', 'security.authentication_utils', 'getSecurity_AuthenticationUtilsService', false],
'security' => ['privates', 'security.helper', 'getSecurity_HelperService', false],
], [
'helper' => '?',
'security' => '?',
]);
}
/**
* Gets the private '.service_locator.6it4gR_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_6it4gRService()
{
return $this->privates['.service_locator.6it4gR_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'subscription' => ['privates', '.errored..service_locator.6it4gR_.App\\Entity\\Subscription', NULL, 'Cannot autowire service ".service_locator.6it4gR_": it references class "App\\Entity\\Subscription" but no such service exists.'],
], [
'subscription' => 'App\\Entity\\Subscription',
]);
}
/**
* Gets the private '.service_locator.7Q_063q' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_7Q063qService()
{
return $this->privates['.service_locator.7Q_063q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'item' => ['privates', '.errored..service_locator.7Q_063q.App\\Entity\\Place', NULL, 'Cannot autowire service ".service_locator.7Q_063q": it references class "App\\Entity\\Place" but no such service exists.'],
], [
'item' => 'App\\Entity\\Place',
]);
}
/**
* Gets the private '.service_locator.81yj9Yq' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_81yj9YqService()
{
return $this->privates['.service_locator.81yj9Yq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'pratica' => ['privates', '.errored..service_locator.81yj9Yq.App\\Entity\\SciaPraticaEdilizia', NULL, 'Cannot autowire service ".service_locator.81yj9Yq": it references class "App\\Entity\\SciaPraticaEdilizia" but no such service exists.'],
], [
'pratica' => 'App\\Entity\\SciaPraticaEdilizia',
]);
}
/**
* Gets the private '.service_locator.C1filBx' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_C1filBxService()
{
return $this->privates['.service_locator.C1filBx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'pratica' => ['privates', '.errored..service_locator.C1filBx.App\\Entity\\Pratica', NULL, 'Cannot autowire service ".service_locator.C1filBx": it references class "App\\Entity\\Pratica" but no such service exists.'],
'praticaFlowRegistry' => ['privates', 'App\\Form\\PraticaFlowRegistry', 'getPraticaFlowRegistryService', false],
], [
'pratica' => 'App\\Entity\\Pratica',
'praticaFlowRegistry' => 'App\\Form\\PraticaFlowRegistry',
]);
}
/**
* Gets the private '.service_locator.D_UeH0i' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DUeH0iService()
{
return $this->privates['.service_locator.D_UeH0i'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'service' => ['privates', '.errored..service_locator.D_UeH0i.App\\Entity\\Servizio', NULL, 'Cannot autowire service ".service_locator.D_UeH0i": it references class "App\\Entity\\Servizio" but no such service exists.'],
], [
'service' => 'App\\Entity\\Servizio',
]);
}
/**
* Gets the private '.service_locator.G_Dx8.G' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GDx8_GService()
{
return $this->privates['.service_locator.G_Dx8.G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'operatoreUser' => ['privates', '.errored..service_locator.G_Dx8.G.App\\Entity\\OperatoreUser', NULL, 'Cannot autowire service ".service_locator.G_Dx8.G": it references class "App\\Entity\\OperatoreUser" but no such service exists.'],
], [
'operatoreUser' => 'App\\Entity\\OperatoreUser',
]);
}
/**
* Gets the private '.service_locator.GgZbvL7' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GgZbvL7Service()
{
return $this->privates['.service_locator.GgZbvL7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'item' => ['privates', '.errored..service_locator.GgZbvL7.App\\Entity\\GeographicArea', NULL, 'Cannot autowire service ".service_locator.GgZbvL7": it references class "App\\Entity\\GeographicArea" but no such service exists.'],
], [
'item' => 'App\\Entity\\GeographicArea',
]);
}
/**
* Gets the private '.service_locator.GzoOiU5' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GzoOiU5Service()
{
return $this->privates['.service_locator.GzoOiU5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'servizio' => ['privates', '.errored..service_locator.GzoOiU5.App\\Entity\\Servizio', NULL, 'Cannot autowire service ".service_locator.GzoOiU5": it references class "App\\Entity\\Servizio" but no such service exists.'],
], [
'servizio' => 'App\\Entity\\Servizio',
]);
}
/**
* Gets the private '.service_locator.Il0FCIc' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Il0FCIcService()
{
return $this->privates['.service_locator.Il0FCIc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'event' => ['privates', '.errored..service_locator.Il0FCIc.Symfony\\Component\\Form\\FormEvent', NULL, 'Cannot autowire service ".service_locator.Il0FCIc": it references class "Symfony\\Component\\Form\\FormEvent" but no such service exists.'],
], [
'event' => 'Symfony\\Component\\Form\\FormEvent',
]);
}
/**
* Gets the private '.service_locator.N588BlU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_N588BlUService()
{
return $this->privates['.service_locator.N588BlU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'item' => ['privates', '.errored..service_locator.N588BlU.App\\Entity\\Recipient', NULL, 'Cannot autowire service ".service_locator.N588BlU": it references class "App\\Entity\\Recipient" but no such service exists.'],
], [
'item' => 'App\\Entity\\Recipient',
]);
}
/**
* Gets the private '.service_locator.NF7cwmN' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NF7cwmNService()
{
return $this->privates['.service_locator.NF7cwmN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'calendar' => ['privates', '.errored..service_locator.NF7cwmN.App\\Entity\\Calendar', NULL, 'Cannot autowire service ".service_locator.NF7cwmN": it references class "App\\Entity\\Calendar" but no such service exists.'],
], [
'calendar' => 'App\\Entity\\Calendar',
]);
}
/**
* Gets the private '.service_locator.Nvr9Y1C' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Nvr9Y1CService()
{
return $this->privates['.service_locator.Nvr9Y1C'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'service' => ['privates', '.errored..service_locator.Nvr9Y1C.App\\Entity\\ServiceGroup', NULL, 'Cannot autowire service ".service_locator.Nvr9Y1C": it references class "App\\Entity\\ServiceGroup" but no such service exists.'],
], [
'service' => 'App\\Entity\\ServiceGroup',
]);
}
/**
* Gets the private '.service_locator.R4Af46c' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_R4Af46cService()
{
return $this->privates['.service_locator.R4Af46c'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'item' => ['privates', '.errored..service_locator.R4Af46c.App\\Entity\\UserGroup', NULL, 'Cannot autowire service ".service_locator.R4Af46c": it references class "App\\Entity\\UserGroup" but no such service exists.'],
], [
'item' => 'App\\Entity\\UserGroup',
]);
}
/**
* Gets the private '.service_locator.RGIiAl4' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RGIiAl4Service()
{
return $this->privates['.service_locator.RGIiAl4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'viewhandler' => ['services', 'fos_rest.view_handler', 'getFosRest_ViewHandlerService', false],
], [
'viewhandler' => '?',
]);
}
/**
* Gets the private '.service_locator.WIkeLeB' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WIkeLeBService()
{
return $this->privates['.service_locator.WIkeLeB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'item' => ['privates', '.errored..service_locator.WIkeLeB.App\\Entity\\Categoria', NULL, 'Cannot autowire service ".service_locator.WIkeLeB": it references class "App\\Entity\\Categoria" but no such service exists.'],
], [
'item' => 'App\\Entity\\Categoria',
]);
}
/**
* Gets the private '.service_locator.YVCoBiV' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YVCoBiVService()
{
return $this->privates['.service_locator.YVCoBiV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'scheduledAction' => ['privates', '.errored..service_locator.YVCoBiV.App\\Entity\\ScheduledAction', NULL, 'Cannot autowire service ".service_locator.YVCoBiV": it references class "App\\Entity\\ScheduledAction" but no such service exists.'],
], [
'scheduledAction' => 'App\\Entity\\ScheduledAction',
]);
}
/**
* Gets the private '.service_locator.a2U2Dop' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_A2U2DopService()
{
return $this->privates['.service_locator.a2U2Dop'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'dataTableFactory' => ['services', 'Omines\\DataTablesBundle\\DataTableFactory', 'getDataTableFactoryService', false],
], [
'dataTableFactory' => 'Omines\\DataTablesBundle\\DataTableFactory',
]);
}
/**
* Gets the private '.service_locator.arYyFso' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ArYyFsoService()
{
return $this->privates['.service_locator.arYyFso'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'attachment' => ['privates', '.errored..service_locator.arYyFso.App\\Entity\\Allegato', NULL, 'Cannot autowire service ".service_locator.arYyFso": it references class "App\\Entity\\Allegato" but no such service exists.'],
], [
'attachment' => 'App\\Entity\\Allegato',
]);
}
/**
* Gets the private '.service_locator.ccM2MGC' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CcM2MGCService()
{
return $this->privates['.service_locator.ccM2MGC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'passwordEncoder' => ['services', 'security.password_encoder', 'getSecurity_PasswordEncoderService', false],
], [
'passwordEncoder' => '?',
]);
}
/**
* Gets the private '.service_locator.hyz4CBf' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Hyz4CBfService()
{
return $this->privates['.service_locator.hyz4CBf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
'form.factory' => ['services', 'form.factory', 'getForm_FactoryService', false],
'fos_rest.view_handler' => ['services', 'fos_rest.view_handler', 'getFosRest_ViewHandlerService', false],
'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'router' => ['services', 'router', 'getRouterService', false],
'security.authorization_checker' => ['services', 'security.authorization_checker', 'getSecurity_AuthorizationCheckerService', false],
'security.csrf.token_manager' => ['services', 'security.csrf.token_manager', 'getSecurity_Csrf_TokenManagerService', false],
'security.token_storage' => ['services', 'security.token_storage', 'getSecurity_TokenStorageService', false],
'session' => ['services', 'session', 'getSessionService', false],
'twig' => ['services', 'twig', 'getTwigService', false],
], [
'doctrine' => '?',
'form.factory' => '?',
'fos_rest.view_handler' => '?',
'http_kernel' => '?',
'parameter_bag' => '?',
'request_stack' => '?',
'router' => '?',
'security.authorization_checker' => '?',
'security.csrf.token_manager' => '?',
'security.token_storage' => '?',
'session' => '?',
'twig' => '?',
]);
}
/**
* Gets the private '.service_locator.lynkLTz' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LynkLTzService()
{
return $this->privates['.service_locator.lynkLTz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'webhook' => ['privates', '.errored..service_locator.lynkLTz.App\\Entity\\Webhook', NULL, 'Cannot autowire service ".service_locator.lynkLTz": it references class "App\\Entity\\Webhook" but no such service exists.'],
], [
'webhook' => 'App\\Entity\\Webhook',
]);
}
/**
* Gets the private '.service_locator.pbmSj2j' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PbmSj2jService()
{
return $this->privates['.service_locator.pbmSj2j'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'allegato' => ['privates', '.errored..service_locator.pbmSj2j.App\\Entity\\Allegato', NULL, 'Cannot autowire service ".service_locator.pbmSj2j": it references class "App\\Entity\\Allegato" but no such service exists.'],
], [
'allegato' => 'App\\Entity\\Allegato',
]);
}
/**
* Gets the private '.service_locator.pkZoaDv' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PkZoaDvService()
{
return $this->privates['.service_locator.pkZoaDv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'subscriptionService' => ['privates', '.errored..service_locator.pkZoaDv.App\\Entity\\SubscriptionService', NULL, 'Cannot autowire service ".service_locator.pkZoaDv": it references class "App\\Entity\\SubscriptionService" but no such service exists.'],
], [
'subscriptionService' => 'App\\Entity\\SubscriptionService',
]);
}
/**
* Gets the private '.service_locator.sAccXwk' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_SAccXwkService()
{
return $this->privates['.service_locator.sAccXwk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'subscriber' => ['privates', '.errored..service_locator.sAccXwk.App\\Entity\\Subscriber', NULL, 'Cannot autowire service ".service_locator.sAccXwk": it references class "App\\Entity\\Subscriber" but no such service exists.'],
], [
'subscriber' => 'App\\Entity\\Subscriber',
]);
}
/**
* Gets the private '.service_locator.vPA5l1x' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VPA5l1xService()
{
return $this->privates['.service_locator.vPA5l1x'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'fileService' => ['privates', 'App\\Services\\FileService\\ServiceAttachmentsFileService', 'getServiceAttachmentsFileServiceService', false],
], [
'fileService' => 'App\\Services\\FileService\\ServiceAttachmentsFileService',
]);
}
/**
* Gets the private '.service_locator.vdmMuyE' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VdmMuyEService()
{
return $this->privates['.service_locator.vdmMuyE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
'form.factory' => ['services', 'form.factory', 'getForm_FactoryService', false],
'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'router' => ['services', 'router', 'getRouterService', false],
'security.authorization_checker' => ['services', 'security.authorization_checker', 'getSecurity_AuthorizationCheckerService', false],
'security.csrf.token_manager' => ['services', 'security.csrf.token_manager', 'getSecurity_Csrf_TokenManagerService', false],
'security.token_storage' => ['services', 'security.token_storage', 'getSecurity_TokenStorageService', false],
'session' => ['services', 'session', 'getSessionService', false],
'twig' => ['services', 'twig', 'getTwigService', false],
], [
'doctrine' => '?',
'form.factory' => '?',
'http_kernel' => '?',
'parameter_bag' => '?',
'request_stack' => '?',
'router' => '?',
'security.authorization_checker' => '?',
'security.csrf.token_manager' => '?',
'security.token_storage' => '?',
'session' => '?',
'twig' => '?',
]);
}
/**
* Gets the private '.service_locator.wts2F.d' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Wts2F_DService()
{
return $this->privates['.service_locator.wts2F.d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'serviceDto' => ['privates', 'App\\Dto\\ServiceDto', 'getServiceDtoService', false],
], [
'serviceDto' => 'App\\Dto\\ServiceDto',
]);
}
/**
* Gets the private '.service_locator.x8FmIZ0' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_X8FmIZ0Service()
{
return $this->privates['.service_locator.x8FmIZ0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'entityManager' => '?',
]);
}
/**
* Gets the private '.service_locator.xn_8cH6' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Xn8cH6Service()
{
return $this->privates['.service_locator.xn_8cH6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'serviceGroup' => ['privates', '.errored..service_locator.xn_8cH6.App\\Entity\\ServiceGroup', NULL, 'Cannot autowire service ".service_locator.xn_8cH6": it references class "App\\Entity\\ServiceGroup" but no such service exists.'],
], [
'serviceGroup' => 'App\\Entity\\ServiceGroup',
]);
}
/**
* Gets the private '.service_locator.y1VQAdo' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Y1VQAdoService()
{
return $this->privates['.service_locator.y1VQAdo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'fileService' => ['privates', 'App\\Services\\FileService\\ServiceAttachmentsFileService', 'getServiceAttachmentsFileServiceService', false],
'serviceGroup' => ['privates', '.errored..service_locator.y1VQAdo.App\\Entity\\ServiceGroup', NULL, 'Cannot autowire service ".service_locator.y1VQAdo": it references class "App\\Entity\\ServiceGroup" but no such service exists.'],
], [
'fileService' => 'App\\Services\\FileService\\ServiceAttachmentsFileService',
'serviceGroup' => 'App\\Entity\\ServiceGroup',
]);
}
/**
* Gets the private '.service_locator.zSk.pnk' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZSk_PnkService()
{
return $this->privates['.service_locator.zSk.pnk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'encoder' => ['services', 'security.password_encoder', 'getSecurity_PasswordEncoderService', false],
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'session' => ['services', 'session', 'getSessionService', false],
'tokenStorage' => ['services', 'security.token_storage', 'getSecurity_TokenStorageService', false],
], [
'encoder' => '?',
'entityManager' => '?',
'session' => '?',
'tokenStorage' => '?',
]);
}
/**
* Gets the private 'App\DataTable\PraticaTableType' shared autowired service.
*
* @return \App\DataTable\PraticaTableType
*/
protected function getPraticaTableTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/DataTableTypeInterface.php';
include_once \dirname(__DIR__, 4).'/src/DataTable/PraticaTableType.php';
return $this->privates['App\\DataTable\\PraticaTableType'] = new \App\DataTable\PraticaTableType();
}
/**
* Gets the private 'App\DataTable\ScheduledActionTableType' shared autowired service.
*
* @return \App\DataTable\ScheduledActionTableType
*/
protected function getScheduledActionTableTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/DataTableTypeInterface.php';
include_once \dirname(__DIR__, 4).'/src/DataTable/ScheduledActionTableType.php';
return $this->privates['App\\DataTable\\ScheduledActionTableType'] = new \App\DataTable\ScheduledActionTableType();
}
/**
* Gets the private 'App\DataTable\ServiceTableType' shared autowired service.
*
* @return \App\DataTable\ServiceTableType
*/
protected function getServiceTableTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/DataTableTypeInterface.php';
include_once \dirname(__DIR__, 4).'/src/DataTable/ServiceTableType.php';
return $this->privates['App\\DataTable\\ServiceTableType'] = new \App\DataTable\ServiceTableType();
}
/**
* Gets the private 'App\Dto\ApplicationDto' shared autowired service.
*
* @return \App\Dto\ApplicationDto
*/
protected function getApplicationDtoService()
{
include_once \dirname(__DIR__, 4).'/src/Dto/AbstractDto.php';
include_once \dirname(__DIR__, 4).'/src/Dto/ApplicationDto.php';
return $this->privates['App\\Dto\\ApplicationDto'] = new \App\Dto\ApplicationDto(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\Payment\\GatewayCollection'] ?? $this->getGatewayCollectionService()));
}
/**
* Gets the private 'App\Dto\ServiceDto' shared autowired service.
*
* @return \App\Dto\ServiceDto
*/
protected function getServiceDtoService()
{
include_once \dirname(__DIR__, 4).'/src/Dto/AbstractDto.php';
include_once \dirname(__DIR__, 4).'/src/Dto/ServiceDto.php';
return $this->privates['App\\Dto\\ServiceDto'] = new \App\Dto\ServiceDto(($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\Services\\VersionService'] ?? ($this->privates['App\\Services\\VersionService'] = new \App\Services\VersionService('2.9.1'))));
}
/**
* Gets the private 'App\EventListener\BackOfficePraticaListener' shared autowired service.
*
* @return \App\EventListener\BackOfficePraticaListener
*/
protected function getBackOfficePraticaListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/BackOfficePraticaListener.php';
return $this->privates['App\\EventListener\\BackOfficePraticaListener'] = new \App\EventListener\BackOfficePraticaListener(($this->privates['App\\Services\\BackOfficeCollection'] ?? $this->getBackOfficeCollectionService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\EventListener\CompleteProfileListener' shared autowired service.
*
* @return \App\EventListener\CompleteProfileListener
*/
protected function getCompleteProfileListenerService()
{
return $this->privates['App\\EventListener\\CompleteProfileListener'] = new \App\EventListener\CompleteProfileListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Services\\CPSUserProvider'] ?? $this->getCPSUserProviderService()), $this->getEnv('PASSWORD_LIFE_TIME'));
}
/**
* Gets the private 'App\EventListener\CreatePdfPraticaListener' shared autowired service.
*
* @return \App\EventListener\CreatePdfPraticaListener
*/
protected function getCreatePdfPraticaListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/CreatePdfPraticaListener.php';
return $this->privates['App\\EventListener\\CreatePdfPraticaListener'] = new \App\EventListener\CreatePdfPraticaListener(($this->privates['App\\Services\\ModuloPdfBuilderService'] ?? $this->getModuloPdfBuilderServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\EventListener\GiscomSendPraticaListener' shared autowired service.
*
* @return \App\EventListener\GiscomSendPraticaListener
*/
protected function getGiscomSendPraticaListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/GiscomSendPraticaListener.php';
return $this->privates['App\\EventListener\\GiscomSendPraticaListener'] = new \App\EventListener\GiscomSendPraticaListener(($this->privates['App\\Services\\DelayedGiscomAPIAdapterService'] ?? $this->getDelayedGiscomAPIAdapterServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\EventListener\JWTCreatedListener' shared autowired service.
*
* @return \App\EventListener\JWTCreatedListener
*/
protected function getJWTCreatedListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/JWTCreatedListener.php';
return $this->privates['App\\EventListener\\JWTCreatedListener'] = new \App\EventListener\JWTCreatedListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()));
}
/**
* Gets the private 'App\EventListener\KafkaListener' shared autowired service.
*
* @return \App\EventListener\KafkaListener
*/
protected function getKafkaListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/KafkaListener.php';
return $this->privates['App\\EventListener\\KafkaListener'] = new \App\EventListener\KafkaListener(($this->privates['App\\Services\\KafkaService'] ?? $this->getKafkaServiceService()));
}
/**
* Gets the private 'App\EventListener\LocaleCommandListener' shared autowired service.
*
* @return \App\EventListener\LocaleCommandListener
*/
protected function getLocaleCommandListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/LocaleCommandListener.php';
return $this->privates['App\\EventListener\\LocaleCommandListener'] = new \App\EventListener\LocaleCommandListener('it', 'it', ($this->privates['stof_doctrine_extensions.listener.translatable'] ?? $this->getStofDoctrineExtensions_Listener_TranslatableService()));
}
/**
* Gets the private 'App\EventListener\MeetingLifeCycleListener' shared autowired service.
*
* @return \App\EventListener\MeetingLifeCycleListener
*/
protected function getMeetingLifeCycleListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/MeetingLifeCycleListener.php';
return $this->privates['App\\EventListener\\MeetingLifeCycleListener'] = new \App\EventListener\MeetingLifeCycleListener(($this->privates['App\\Services\\MeetingService'] ?? $this->getMeetingServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\EventListener\PaymentOutcomeListener' shared autowired service.
*
* @return \App\EventListener\PaymentOutcomeListener
*/
protected function getPaymentOutcomeListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/PaymentOutcomeListener.php';
return $this->privates['App\\EventListener\\PaymentOutcomeListener'] = new \App\EventListener\PaymentOutcomeListener(($this->privates['App\\Services\\PraticaStatusService'] ?? $this->getPraticaStatusServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\EventListener\PaymentReminderListener' shared autowired service.
*
* @return \App\EventListener\PaymentReminderListener
*/
protected function getPaymentReminderListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/PaymentReminderListener.php';
include_once \dirname(__DIR__, 4).'/src/ScheduledAction/ScheduledActionHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Services/ReminderService.php';
return $this->privates['App\\EventListener\\PaymentReminderListener'] = new \App\EventListener\PaymentReminderListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), new \App\Services\ReminderService(($this->privates['App\\Services\\ScheduleActionService'] ?? $this->getScheduleActionServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\Manager\\MessageManager'] ?? $this->getMessageManagerService()), ($this->privates['App\\Services\\Manager\\PraticaManager'] ?? $this->getPraticaManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\Services\\PraticaPlaceholderService'] ?? $this->getPraticaPlaceholderServiceService())));
}
/**
* Gets the private 'App\EventListener\ProtocollaPraticaListener' shared autowired service.
*
* @return \App\EventListener\ProtocollaPraticaListener
*/
protected function getProtocollaPraticaListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/ProtocollaPraticaListener.php';
include_once \dirname(__DIR__, 4).'/src/Services/AbstractProtocolloService.php';
include_once \dirname(__DIR__, 4).'/src/Services/ProtocolloServiceInterface.php';
include_once \dirname(__DIR__, 4).'/src/ScheduledAction/ScheduledActionHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Services/DelayedProtocolloService.php';
$a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
return $this->privates['App\\EventListener\\ProtocollaPraticaListener'] = new \App\EventListener\ProtocollaPraticaListener(new \App\Services\DelayedProtocolloService(($this->privates['App\\Services\\ProtocolloService'] ?? $this->getProtocolloServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a, ($this->privates['ocsdc.schedule_action_service'] ?? $this->getOcsdc_ScheduleActionServiceService())), ($this->privates['App\\Services\\PraticaStatusService'] ?? $this->getPraticaStatusServiceService()), $a);
}
/**
* Gets the private 'App\EventListener\ProtocolloSuccessSubscriber' shared autowired service.
*
* @return \App\EventListener\ProtocolloSuccessSubscriber
*/
protected function getProtocolloSuccessSubscriberService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/ProtocolloSuccessSubscriber.php';
return $this->privates['App\\EventListener\\ProtocolloSuccessSubscriber'] = new \App\EventListener\ProtocolloSuccessSubscriber(($this->privates['App\\Services\\PraticaStatusService'] ?? $this->getPraticaStatusServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\EventListener\SendMailPraticaListener' shared autowired service.
*
* @return \App\EventListener\SendMailPraticaListener
*/
protected function getSendMailPraticaListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/SendMailPraticaListener.php';
return $this->privates['App\\EventListener\\SendMailPraticaListener'] = new \App\EventListener\SendMailPraticaListener(($this->privates['ocsdc.mailer'] ?? $this->getOcsdc_MailerService()), $this->getEnv('DEFAULT_FROM_EMAIL_ADDRESS'), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\EventListener\StatusMessagePraticaListener' shared autowired service.
*
* @return \App\EventListener\StatusMessagePraticaListener
*/
protected function getStatusMessagePraticaListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/StatusMessagePraticaListener.php';
return $this->privates['App\\EventListener\\StatusMessagePraticaListener'] = new \App\EventListener\StatusMessagePraticaListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Manager\\PraticaManager'] ?? $this->getPraticaManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Services\\PraticaPlaceholderService'] ?? $this->getPraticaPlaceholderServiceService()));
}
/**
* Gets the private 'App\EventListener\TermsAcceptListener' shared autowired service.
*
* @return \App\EventListener\TermsAcceptListener
*/
protected function getTermsAcceptListenerService()
{
return $this->privates['App\\EventListener\\TermsAcceptListener'] = new \App\EventListener\TermsAcceptListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), new \App\Services\TermsAcceptanceCheckerService(($this->services['doctrine'] ?? $this->getDoctrineService())));
}
/**
* Gets the private 'App\EventListener\UserSecuritySubscriber' shared autowired service.
*
* @return \App\EventListener\UserSecuritySubscriber
*/
protected function getUserSecuritySubscriberService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/UserSecuritySubscriber.php';
return $this->privates['App\\EventListener\\UserSecuritySubscriber'] = new \App\EventListener\UserSecuritySubscriber(($this->services['router'] ?? $this->getRouterService()), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()), ($this->privates['App\\Services\\Metrics\\UserMetrics'] ?? $this->getUserMetricsService()));
}
/**
* Gets the private 'App\EventListener\WebhookApplicationListener' shared autowired service.
*
* @return \App\EventListener\WebhookApplicationListener
*/
protected function getWebhookApplicationListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/WebhookApplicationListener.php';
return $this->privates['App\\EventListener\\WebhookApplicationListener'] = new \App\EventListener\WebhookApplicationListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\WebhookService'] ?? $this->getWebhookServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\FormIO\ExpressionValidator' shared autowired service.
*
* @return \App\FormIO\ExpressionValidator
*/
protected function getExpressionValidatorService()
{
include_once \dirname(__DIR__, 4).'/src/FormIO/ExpressionValidator.php';
return $this->privates['App\\FormIO\\ExpressionValidator'] = new \App\FormIO\ExpressionValidator(($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->privates['formio.factory'] ?? $this->getFormio_FactoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\FormIO\FormIOType' shared autowired service.
*
* @return \App\FormIO\FormIOType
*/
protected function getFormIOTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/FormIO/FormIOType.php';
return $this->privates['App\\FormIO\\FormIOType'] = new \App\FormIO\FormIOType(($this->privates['formio.factory'] ?? $this->getFormio_FactoryService()));
}
/**
* Gets the private 'App\Form\AdditionalDataType' shared autowired service.
*
* @return \App\Form\AdditionalDataType
*/
protected function getAdditionalDataTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/AdditionalDataType.php';
return $this->privates['App\\Form\\AdditionalDataType'] = new \App\Form\AdditionalDataType();
}
/**
* Gets the private 'App\Form\Admin\CategoryType' shared autowired service.
*
* @return \App\Form\Admin\CategoryType
*/
protected function getCategoryTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/I18n/AbstractI18nType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Admin/CategoryType.php';
return $this->privates['App\\Form\\Admin\\CategoryType'] = new \App\Form\Admin\CategoryType(($this->privates['App\\Form\\I18n\\I18nDataMapper'] ?? $this->getI18nDataMapperService()), 'it', 'it', ($this->privates['App\\Services\\Manager\\CategoryManager'] ?? $this->getCategoryManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\Admin\ContactPointType' shared autowired service.
*
* @return \App\Form\Admin\ContactPointType
*/
protected function getContactPointTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Admin/ContactPointType.php';
return $this->privates['App\\Form\\Admin\\ContactPointType'] = new \App\Form\Admin\ContactPointType();
}
/**
* Gets the private 'App\Form\Admin\Ente\DefaultProtocolSettingsType' shared autowired service.
*
* @return \App\Form\Admin\Ente\DefaultProtocolSettingsType
*/
protected function getDefaultProtocolSettingsTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Admin/Ente/DefaultProtocolSettingsType.php';
return $this->privates['App\\Form\\Admin\\Ente\\DefaultProtocolSettingsType'] = new \App\Form\Admin\Ente\DefaultProtocolSettingsType();
}
/**
* Gets the private 'App\Form\Admin\Ente\EnteType' shared autowired service.
*
* @return \App\Form\Admin\Ente\EnteType
*/
protected function getEnteTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/I18n/AbstractI18nType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Admin/Ente/EnteType.php';
return $this->privates['App\\Form\\Admin\\Ente\\EnteType'] = new \App\Form\Admin\Ente\EnteType(($this->privates['App\\Form\\I18n\\I18nDataMapper'] ?? $this->getI18nDataMapperService()), 'it', 'it', ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\BackOfficeCollection'] ?? $this->getBackOfficeCollectionService()), ($this->privates['App\\Payment\\GatewayCollection'] ?? $this->getGatewayCollectionService()));
}
/**
* Gets the private 'App\Form\Admin\Ente\MailerType' shared autowired service.
*
* @return \App\Form\Admin\Ente\MailerType
*/
protected function getMailerTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Admin/Ente/MailerType.php';
return $this->privates['App\\Form\\Admin\\Ente\\MailerType'] = new \App\Form\Admin\Ente\MailerType();
}
/**
* Gets the private 'App\Form\Admin\Ente\WebhookType' shared autowired service.
*
* @return \App\Form\Admin\Ente\WebhookType
*/
protected function getWebhookTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Admin/Ente/WebhookType.php';
return $this->privates['App\\Form\\Admin\\Ente\\WebhookType'] = new \App\Form\Admin\Ente\WebhookType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()));
}
/**
* Gets the private 'App\Form\Admin\GeographicAreaType' shared autowired service.
*
* @return \App\Form\Admin\GeographicAreaType
*/
protected function getGeographicAreaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/I18n/AbstractI18nType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Admin/GeographicAreaType.php';
return $this->privates['App\\Form\\Admin\\GeographicAreaType'] = new \App\Form\Admin\GeographicAreaType(($this->privates['App\\Form\\I18n\\I18nDataMapper'] ?? $this->getI18nDataMapperService()), 'it', 'it');
}
/**
* Gets the private 'App\Form\Admin\PlaceType' shared autowired service.
*
* @return \App\Form\Admin\PlaceType
*/
protected function getPlaceTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/I18n/AbstractI18nType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Admin/PlaceType.php';
return $this->privates['App\\Form\\Admin\\PlaceType'] = new \App\Form\Admin\PlaceType(($this->privates['App\\Form\\I18n\\I18nDataMapper'] ?? $this->getI18nDataMapperService()), 'it', 'it');
}
/**
* Gets the private 'App\Form\Admin\RecipientType' shared autowired service.
*
* @return \App\Form\Admin\RecipientType
*/
protected function getRecipientTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/I18n/AbstractI18nType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Admin/RecipientType.php';
return $this->privates['App\\Form\\Admin\\RecipientType'] = new \App\Form\Admin\RecipientType(($this->privates['App\\Form\\I18n\\I18nDataMapper'] ?? $this->getI18nDataMapperService()), 'it', 'it');
}
/**
* Gets the private 'App\Form\Admin\ServiceGroup\ServiceGroupType' shared autowired service.
*
* @return \App\Form\Admin\ServiceGroup\ServiceGroupType
*/
protected function getServiceGroupTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/I18n/AbstractI18nType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Admin/ServiceGroup/ServiceGroupType.php';
return $this->privates['App\\Form\\Admin\\ServiceGroup\\ServiceGroupType'] = new \App\Form\Admin\ServiceGroup\ServiceGroupType(($this->privates['App\\Form\\I18n\\I18nDataMapper'] ?? $this->getI18nDataMapperService()), 'it', 'it', ($this->privates['App\\Services\\FileService\\ServiceAttachmentsFileService'] ?? $this->getServiceAttachmentsFileServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), $this->parameters['allowed_extensions']);
}
/**
* Gets the private 'App\Form\Admin\Servizio\CardDataType' shared autowired service.
*
* @return \App\Form\Admin\Servizio\CardDataType
*/
protected function getCardDataTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/I18n/AbstractI18nType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Admin/Servizio/CardDataType.php';
return $this->privates['App\\Form\\Admin\\Servizio\\CardDataType'] = new \App\Form\Admin\Servizio\CardDataType(($this->privates['App\\Form\\I18n\\I18nDataMapper'] ?? $this->getI18nDataMapperService()), 'it', 'it', ($this->privates['App\\Services\\FileService\\ServiceAttachmentsFileService'] ?? $this->getServiceAttachmentsFileServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), $this->parameters['allowed_extensions']);
}
/**
* Gets the private 'App\Form\Admin\Servizio\FeedbackMessagesDataType' shared autowired service.
*
* @return \App\Form\Admin\Servizio\FeedbackMessagesDataType
*/
protected function getFeedbackMessagesDataTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Admin/Servizio/FeedbackMessagesDataType.php';
return $this->privates['App\\Form\\Admin\\Servizio\\FeedbackMessagesDataType'] = new \App\Form\Admin\Servizio\FeedbackMessagesDataType(($this->privates['App\\Services\\Manager\\ServiceManager'] ?? $this->getServiceManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['formio.factory'] ?? $this->getFormio_FactoryService()), 'it', 'it');
}
/**
* Gets the private 'App\Form\Admin\Servizio\FeedbackMessagesSettingsType' shared autowired service.
*
* @return \App\Form\Admin\Servizio\FeedbackMessagesSettingsType
*/
protected function getFeedbackMessagesSettingsTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Admin/Servizio/FeedbackMessagesSettingsType.php';
return $this->privates['App\\Form\\Admin\\Servizio\\FeedbackMessagesSettingsType'] = new \App\Form\Admin\Servizio\FeedbackMessagesSettingsType();
}
/**
* Gets the private 'App\Form\Admin\Servizio\FormIOBuilderRenderType' shared autowired service.
*
* @return \App\Form\Admin\Servizio\FormIOBuilderRenderType
*/
protected function getFormIOBuilderRenderTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Admin/Servizio/FormIOBuilderRenderType.php';
return $this->privates['App\\Form\\Admin\\Servizio\\FormIOBuilderRenderType'] = new \App\Form\Admin\Servizio\FormIOBuilderRenderType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\FormServerApiAdapterService'] ?? $this->getFormServerApiAdapterServiceService()));
}
/**
* Gets the private 'App\Form\Admin\Servizio\FormIOI18nType' shared autowired service.
*
* @return \App\Form\Admin\Servizio\FormIOI18nType
*/
protected function getFormIOI18nTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Admin/Servizio/FormIOI18nType.php';
return $this->privates['App\\Form\\Admin\\Servizio\\FormIOI18nType'] = new \App\Form\Admin\Servizio\FormIOI18nType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\FormServerApiAdapterService'] ?? $this->getFormServerApiAdapterServiceService()), 'it', 'it');
}
/**
* Gets the private 'App\Form\Admin\Servizio\FormIOTemplateType' shared autowired service.
*
* @return \App\Form\Admin\Servizio\FormIOTemplateType
*/
protected function getFormIOTemplateTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Admin/Servizio/FormIOTemplateType.php';
return $this->privates['App\\Form\\Admin\\Servizio\\FormIOTemplateType'] = new \App\Form\Admin\Servizio\FormIOTemplateType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\FormServerApiAdapterService'] ?? $this->getFormServerApiAdapterServiceService()));
}
/**
* Gets the private 'App\Form\Admin\Servizio\GeneralDataType' shared autowired service.
*
* @return \App\Form\Admin\Servizio\GeneralDataType
*/
protected function getGeneralDataTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/I18n/AbstractI18nType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Admin/Servizio/GeneralDataType.php';
return $this->privates['App\\Form\\Admin\\Servizio\\GeneralDataType'] = new \App\Form\Admin\Servizio\GeneralDataType(($this->privates['App\\Form\\I18n\\I18nDataMapper'] ?? $this->getI18nDataMapperService()), 'it', 'it', ($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\Admin\Servizio\IOIntegrationDataType' shared autowired service.
*
* @return \App\Form\Admin\Servizio\IOIntegrationDataType
*/
protected function getIOIntegrationDataTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Admin/Servizio/IOIntegrationDataType.php';
return $this->privates['App\\Form\\Admin\\Servizio\\IOIntegrationDataType'] = new \App\Form\Admin\Servizio\IOIntegrationDataType();
}
/**
* Gets the private 'App\Form\Admin\Servizio\IntegrationsDataType' shared autowired service.
*
* @return \App\Form\Admin\Servizio\IntegrationsDataType
*/
protected function getIntegrationsDataTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Admin/Servizio/IntegrationsDataType.php';
return $this->privates['App\\Form\\Admin\\Servizio\\IntegrationsDataType'] = new \App\Form\Admin\Servizio\IntegrationsDataType(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\FormServerApiAdapterService'] ?? $this->getFormServerApiAdapterServiceService()), ($this->privates['App\\Services\\BackOfficeCollection'] ?? $this->getBackOfficeCollectionService()));
}
/**
* Gets the private 'App\Form\Admin\Servizio\PaymentDataType' shared autowired service.
*
* @return \App\Form\Admin\Servizio\PaymentDataType
*/
protected function getPaymentDataTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Admin/Servizio/PaymentDataType.php';
return $this->privates['App\\Form\\Admin\\Servizio\\PaymentDataType'] = new \App\Form\Admin\Servizio\PaymentDataType(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\FormServerApiAdapterService'] ?? $this->getFormServerApiAdapterServiceService()), ($this->privates['App\\Services\\PaymentService'] ?? $this->getPaymentServiceService()), ($this->privates['App\\Payment\\GatewayCollection'] ?? $this->getGatewayCollectionService()));
}
/**
* Gets the private 'App\Form\Admin\Servizio\ProtocolDataType' shared autowired service.
*
* @return \App\Form\Admin\Servizio\ProtocolDataType
*/
protected function getProtocolDataTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Admin/Servizio/ProtocolDataType.php';
return $this->privates['App\\Form\\Admin\\Servizio\\ProtocolDataType'] = new \App\Form\Admin\Servizio\ProtocolDataType(($this->privates['App\\Services\\ProtocolloService'] ?? $this->getProtocolloServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Protocollo\\ProtocolloHandlerRegistry'] ?? ($this->privates['App\\Protocollo\\ProtocolloHandlerRegistry'] = new \App\Protocollo\ProtocolloHandlerRegistry())));
}
/**
* Gets the private 'App\Form\Admin\Servizio\TestType' shared autowired service.
*
* @return \App\Form\Admin\Servizio\TestType
*/
protected function getTestTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Admin/Servizio/TestType.php';
return $this->privates['App\\Form\\Admin\\Servizio\\TestType'] = new \App\Form\Admin\Servizio\TestType();
}
/**
* Gets the private 'App\Form\Admin\UserGroupType' shared autowired service.
*
* @return \App\Form\Admin\UserGroupType
*/
protected function getUserGroupTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/I18n/AbstractI18nType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Admin/UserGroupType.php';
return $this->privates['App\\Form\\Admin\\UserGroupType'] = new \App\Form\Admin\UserGroupType(($this->privates['App\\Form\\I18n\\I18nDataMapper'] ?? $this->getI18nDataMapperService()), 'it', 'it');
}
/**
* Gets the private 'App\Form\AllegatoMeetingType' shared autowired service.
*
* @return \App\Form\AllegatoMeetingType
*/
protected function getAllegatoMeetingTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/AllegatoMeetingType.php';
return $this->privates['App\\Form\\AllegatoMeetingType'] = new \App\Form\AllegatoMeetingType();
}
/**
* Gets the private 'App\Form\Api\CategoryApiType' shared autowired service.
*
* @return \App\Form\Api\CategoryApiType
*/
protected function getCategoryApiTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Api/CategoryApiType.php';
return $this->privates['App\\Form\\Api\\CategoryApiType'] = new \App\Form\Api\CategoryApiType(($this->privates['App\\Services\\Manager\\CategoryManager'] ?? $this->getCategoryManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\Api\ContactPointApiType' shared autowired service.
*
* @return \App\Form\Api\ContactPointApiType
*/
protected function getContactPointApiTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Api/ContactPointApiType.php';
return $this->privates['App\\Form\\Api\\ContactPointApiType'] = new \App\Form\Api\ContactPointApiType();
}
/**
* Gets the private 'App\Form\Api\GeographicAreaApiType' shared autowired service.
*
* @return \App\Form\Api\GeographicAreaApiType
*/
protected function getGeographicAreaApiTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Api/GeographicAreaApiType.php';
return $this->privates['App\\Form\\Api\\GeographicAreaApiType'] = new \App\Form\Api\GeographicAreaApiType();
}
/**
* Gets the private 'App\Form\Api\PlaceApiType' shared autowired service.
*
* @return \App\Form\Api\PlaceApiType
*/
protected function getPlaceApiTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Api/PlaceApiType.php';
return $this->privates['App\\Form\\Api\\PlaceApiType'] = new \App\Form\Api\PlaceApiType();
}
/**
* Gets the private 'App\Form\Api\PostalAddressApiType' shared autowired service.
*
* @return \App\Form\Api\PostalAddressApiType
*/
protected function getPostalAddressApiTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Api/PostalAddressApiType.php';
return $this->privates['App\\Form\\Api\\PostalAddressApiType'] = new \App\Form\Api\PostalAddressApiType();
}
/**
* Gets the private 'App\Form\Api\RecipientApiType' shared autowired service.
*
* @return \App\Form\Api\RecipientApiType
*/
protected function getRecipientApiTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Api/RecipientApiType.php';
return $this->privates['App\\Form\\Api\\RecipientApiType'] = new \App\Form\Api\RecipientApiType();
}
/**
* Gets the private 'App\Form\Api\UserGroupApiType' shared autowired service.
*
* @return \App\Form\Api\UserGroupApiType
*/
protected function getUserGroupApiTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Api/UserGroupApiType.php';
return $this->privates['App\\Form\\Api\\UserGroupApiType'] = new \App\Form\Api\UserGroupApiType();
}
/**
* Gets the private 'App\Form\ApplicationMessageType' shared autowired service.
*
* @return \App\Form\ApplicationMessageType
*/
protected function getApplicationMessageTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ApplicationMessageType.php';
return $this->privates['App\\Form\\ApplicationMessageType'] = new \App\Form\ApplicationMessageType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the private 'App\Form\ApplicationType' shared autowired service.
*
* @return \App\Form\ApplicationType
*/
protected function getApplicationTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ApplicationType.php';
return $this->privates['App\\Form\\ApplicationType'] = new \App\Form\ApplicationType();
}
/**
* Gets the private 'App\Form\AzioniOperatore\AllegatoPraticaType' shared autowired service.
*
* @return \App\Form\AzioniOperatore\AllegatoPraticaType
*/
protected function getAllegatoPraticaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/AzioniOperatore/AllegatoPraticaType.php';
return $this->privates['App\\Form\\AzioniOperatore\\AllegatoPraticaType'] = new \App\Form\AzioniOperatore\AllegatoPraticaType();
}
/**
* Gets the private 'App\Form\Base\AccettazioneIstruzioniType' shared autowired service.
*
* @return \App\Form\Base\AccettazioneIstruzioniType
*/
protected function getAccettazioneIstruzioniTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Base/AccettazioneIstruzioniType.php';
return $this->privates['App\\Form\\Base\\AccettazioneIstruzioniType'] = new \App\Form\Base\AccettazioneIstruzioniType();
}
/**
* Gets the private 'App\Form\Base\AllegatiType' shared autowired service.
*
* @return \App\Form\Base\AllegatiType
*/
protected function getAllegatiTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Base/AllegatiType.php';
return $this->privates['App\\Form\\Base\\AllegatiType'] = new \App\Form\Base\AllegatiType();
}
/**
* Gets the private 'App\Form\Base\AllegatoType' shared autowired service.
*
* @return \App\Form\Base\AllegatoType
*/
protected function getAllegatoTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Base/AllegatoType.php';
return $this->privates['App\\Form\\Base\\AllegatoType'] = new \App\Form\Base\AllegatoType();
}
/**
* Gets the private 'App\Form\Base\BlockQuoteType' shared autowired service.
*
* @return \App\Form\Base\BlockQuoteType
*/
protected function getBlockQuoteTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Base/BlockQuoteType.php';
return $this->privates['App\\Form\\Base\\BlockQuoteType'] = new \App\Form\Base\BlockQuoteType();
}
/**
* Gets the private 'App\Form\Base\CertificatoAnagraficoType' shared autowired service.
*
* @return \App\Form\Base\CertificatoAnagraficoType
*/
protected function getCertificatoAnagraficoTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Base/CertificatoAnagraficoType.php';
return $this->privates['App\\Form\\Base\\CertificatoAnagraficoType'] = new \App\Form\Base\CertificatoAnagraficoType();
}
/**
* Gets the private 'App\Form\Base\ChooseAllegatoType' shared autowired service.
*
* @return \App\Form\Base\ChooseAllegatoType
*/
protected function getChooseAllegatoTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Base/ChooseAllegatoType.php';
return $this->privates['App\\Form\\Base\\ChooseAllegatoType'] = new \App\Form\Base\ChooseAllegatoType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['validator'] ?? $this->getValidatorService()));
}
/**
* Gets the private 'App\Form\Base\ComponenteNucleoFamiliareType' shared autowired service.
*
* @return \App\Form\Base\ComponenteNucleoFamiliareType
*/
protected function getComponenteNucleoFamiliareTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Base/ComponenteNucleoFamiliareType.php';
return $this->privates['App\\Form\\Base\\ComponenteNucleoFamiliareType'] = new \App\Form\Base\ComponenteNucleoFamiliareType();
}
/**
* Gets the private 'App\Form\Base\DatiRichiedenteType' shared autowired service.
*
* @return \App\Form\Base\DatiRichiedenteType
*/
protected function getDatiRichiedenteTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Base/DatiRichiedenteType.php';
return $this->privates['App\\Form\\Base\\DatiRichiedenteType'] = new \App\Form\Base\DatiRichiedenteType();
}
/**
* Gets the private 'App\Form\Base\DatiTecnicoType' shared autowired service.
*
* @return \App\Form\Base\DatiTecnicoType
*/
protected function getDatiTecnicoTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Base/DatiRichiedenteType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Base/DatiTecnicoType.php';
return $this->privates['App\\Form\\Base\\DatiTecnicoType'] = new \App\Form\Base\DatiTecnicoType();
}
/**
* Gets the private 'App\Form\Base\DelegaType' shared autowired service.
*
* @return \App\Form\Base\DelegaType
*/
protected function getDelegaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Base/DelegaType.php';
return $this->privates['App\\Form\\Base\\DelegaType'] = new \App\Form\Base\DelegaType();
}
/**
* Gets the private 'App\Form\Base\MessageType' shared autowired service.
*
* @return \App\Form\Base\MessageType
*/
protected function getMessageTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Base/MessageType.php';
return $this->privates['App\\Form\\Base\\MessageType'] = new \App\Form\Base\MessageType();
}
/**
* Gets the private 'App\Form\Base\NucleoFamiliareType' shared autowired service.
*
* @return \App\Form\Base\NucleoFamiliareType
*/
protected function getNucleoFamiliareTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Base/NucleoFamiliareType.php';
return $this->privates['App\\Form\\Base\\NucleoFamiliareType'] = new \App\Form\Base\NucleoFamiliareType();
}
/**
* Gets the private 'App\Form\Base\PaymentGatewayType' shared autowired service.
*
* @return \App\Form\Base\PaymentGatewayType
*/
protected function getPaymentGatewayTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Base/PaymentGatewayType.php';
return $this->privates['App\\Form\\Base\\PaymentGatewayType'] = new \App\Form\Base\PaymentGatewayType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->privates['App\\Payment\\GatewayCollection'] ?? $this->getGatewayCollectionService()));
}
/**
* Gets the private 'App\Form\Base\RecaptchaType' shared autowired service.
*
* @return \App\Form\Base\RecaptchaType
*/
protected function getRecaptchaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Base/RecaptchaType.php';
return $this->privates['App\\Form\\Base\\RecaptchaType'] = new \App\Form\Base\RecaptchaType();
}
/**
* Gets the private 'App\Form\Base\SelectPaymentGatewayType' shared autowired service.
*
* @return \App\Form\Base\SelectPaymentGatewayType
*/
protected function getSelectPaymentGatewayTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Base/SelectPaymentGatewayType.php';
return $this->privates['App\\Form\\Base\\SelectPaymentGatewayType'] = new \App\Form\Base\SelectPaymentGatewayType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\PraticaStatusService'] ?? $this->getPraticaStatusServiceService()), ($this->privates['App\\Payment\\GatewayCollection'] ?? $this->getGatewayCollectionService()));
}
/**
* Gets the private 'App\Form\Base\SelezionaEnteType' shared autowired service.
*
* @return \App\Form\Base\SelezionaEnteType
*/
protected function getSelezionaEnteTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Base/SelezionaEnteType.php';
return $this->privates['App\\Form\\Base\\SelezionaEnteType'] = new \App\Form\Base\SelezionaEnteType();
}
/**
* Gets the private 'App\Form\Base\SpecificaDelegaType' shared autowired service.
*
* @return \App\Form\Base\SpecificaDelegaType
*/
protected function getSpecificaDelegaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Base/SpecificaDelegaType.php';
return $this->privates['App\\Form\\Base\\SpecificaDelegaType'] = new \App\Form\Base\SpecificaDelegaType();
}
/**
* Gets the private 'App\Form\Base\SummaryType' shared autowired service.
*
* @return \App\Form\Base\SummaryType
*/
protected function getSummaryTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Base/SummaryType.php';
return $this->privates['App\\Form\\Base\\SummaryType'] = new \App\Form\Base\SummaryType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\PraticaStatusService'] ?? $this->getPraticaStatusServiceService()), ($this->privates['App\\Services\\PaymentService'] ?? $this->getPaymentServiceService()));
}
/**
* Gets the private 'App\Form\Base\UploadAllegatoType' shared autowired service.
*
* @return \App\Form\Base\UploadAllegatoType
*/
protected function getUploadAllegatoTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Base/UploadAllegatoType.php';
return $this->privates['App\\Form\\Base\\UploadAllegatoType'] = new \App\Form\Base\UploadAllegatoType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['validator'] ?? $this->getValidatorService()));
}
/**
* Gets the private 'App\Form\Base\UsoType' shared autowired service.
*
* @return \App\Form\Base\UsoType
*/
protected function getUsoTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Base/UsoType.php';
return $this->privates['App\\Form\\Base\\UsoType'] = new \App\Form\Base\UsoType();
}
/**
* Gets the private 'App\Form\CalendarBackofficeType' shared autowired service.
*
* @return \App\Form\CalendarBackofficeType
*/
protected function getCalendarBackofficeTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CalendarBackofficeType.php';
return $this->privates['App\\Form\\CalendarBackofficeType'] = new \App\Form\CalendarBackofficeType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\CalendarType' shared autowired service.
*
* @return \App\Form\CalendarType
*/
protected function getCalendarTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CalendarType.php';
return $this->privates['App\\Form\\CalendarType'] = new \App\Form\CalendarType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
}
/**
* Gets the private 'App\Form\CertificatoMatrimonio\DatiAttoType' shared autowired service.
*
* @return \App\Form\CertificatoMatrimonio\DatiAttoType
*/
protected function getDatiAttoTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CertificatoMatrimonio/DatiAttoType.php';
return $this->privates['App\\Form\\CertificatoMatrimonio\\DatiAttoType'] = new \App\Form\CertificatoMatrimonio\DatiAttoType();
}
/**
* Gets the private 'App\Form\CertificatoMorte\DatiAttoType' shared autowired service.
*
* @return \App\Form\CertificatoMorte\DatiAttoType
*/
protected function getDatiAttoType2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CertificatoMorte/DatiAttoType.php';
return $this->privates['App\\Form\\CertificatoMorte\\DatiAttoType'] = new \App\Form\CertificatoMorte\DatiAttoType();
}
/**
* Gets the private 'App\Form\ChangePasswordType' shared autowired service.
*
* @return \App\Form\ChangePasswordType
*/
protected function getChangePasswordTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ChangePasswordType.php';
return $this->privates['App\\Form\\ChangePasswordType'] = new \App\Form\ChangePasswordType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\DateTimeIntervalType' shared autowired service.
*
* @return \App\Form\DateTimeIntervalType
*/
protected function getDateTimeIntervalTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/DateTimeIntervalType.php';
return $this->privates['App\\Form\\DateTimeIntervalType'] = new \App\Form\DateTimeIntervalType();
}
/**
* Gets the private 'App\Form\DocumentAPIType' shared autowired service.
*
* @return \App\Form\DocumentAPIType
*/
protected function getDocumentAPITypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/DocumentAPIType.php';
return $this->privates['App\\Form\\DocumentAPIType'] = new \App\Form\DocumentAPIType($this->parameters['allowed_extensions'], ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\FileService\\DocumentFileService'] ?? $this->getDocumentFileServiceService()));
}
/**
* Gets the private 'App\Form\EstrattoMatrimonio\DatiAttoType' shared autowired service.
*
* @return \App\Form\EstrattoMatrimonio\DatiAttoType
*/
protected function getDatiAttoType3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/EstrattoMatrimonio/DatiAttoType.php';
return $this->privates['App\\Form\\EstrattoMatrimonio\\DatiAttoType'] = new \App\Form\EstrattoMatrimonio\DatiAttoType();
}
/**
* Gets the private 'App\Form\EstrattoMorte\DatiAttoType' shared autowired service.
*
* @return \App\Form\EstrattoMorte\DatiAttoType
*/
protected function getDatiAttoType4Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/EstrattoMorte/DatiAttoType.php';
return $this->privates['App\\Form\\EstrattoMorte\\DatiAttoType'] = new \App\Form\EstrattoMorte\DatiAttoType();
}
/**
* Gets the private 'App\Form\Extension\HelpDataTypeExtension' shared autowired service.
*
* @return \App\Form\Extension\HelpDataTypeExtension
*/
protected function getHelpDataTypeExtensionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/src/Form/Extension/HelpDataTypeExtension.php';
include_once \dirname(__DIR__, 4).'/src/Form/Extension/TestiAccompagnatoriProcedura.php';
return $this->privates['App\\Form\\Extension\\HelpDataTypeExtension'] = new \App\Form\Extension\HelpDataTypeExtension(new \App\Form\Extension\TestiAccompagnatoriProcedura(($this->services['translator'] ?? $this->getTranslatorService()), $this->getEnv('PREFIX')));
}
/**
* Gets the private 'App\Form\ExternalCalendarType' shared autowired service.
*
* @return \App\Form\ExternalCalendarType
*/
protected function getExternalCalendarTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ExternalCalendarType.php';
return $this->privates['App\\Form\\ExternalCalendarType'] = new \App\Form\ExternalCalendarType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\FeedbackMessageType' shared autowired service.
*
* @return \App\Form\FeedbackMessageType
*/
protected function getFeedbackMessageTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/FeedbackMessageType.php';
return $this->privates['App\\Form\\FeedbackMessageType'] = new \App\Form\FeedbackMessageType();
}
/**
* Gets the private 'App\Form\FeedbackMessagesFormType' shared autowired service.
*
* @return \App\Form\FeedbackMessagesFormType
*/
protected function getFeedbackMessagesFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/FeedbackMessagesFormType.php';
return $this->privates['App\\Form\\FeedbackMessagesFormType'] = new \App\Form\FeedbackMessagesFormType();
}
/**
* Gets the private 'App\Form\FlowStepType' shared autowired service.
*
* @return \App\Form\FlowStepType
*/
protected function getFlowStepTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/FlowStepType.php';
return $this->privates['App\\Form\\FlowStepType'] = new \App\Form\FlowStepType();
}
/**
* Gets the private 'App\Form\FolderType' shared autowired service.
*
* @return \App\Form\FolderType
*/
protected function getFolderTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/FolderType.php';
return $this->privates['App\\Form\\FolderType'] = new \App\Form\FolderType();
}
/**
* Gets the private 'App\Form\FormIO\FormIORenderType' shared autowired service.
*
* @return \App\Form\FormIO\FormIORenderType
*/
protected function getFormIORenderTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/FormIO/FormIORenderType.php';
return $this->privates['App\\Form\\FormIO\\FormIORenderType'] = new \App\Form\FormIO\FormIORenderType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\FormServerApiAdapterService'] ?? $this->getFormServerApiAdapterServiceService()), ($this->privates['formio.factory'] ?? $this->getFormio_FactoryService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['session'] ?? $this->getSessionService()), ($this->privates['App\\Services\\UserSessionService'] ?? $this->getUserSessionServiceService()), ($this->privates['App\\Services\\Manager\\PraticaManager'] ?? $this->getPraticaManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\GatewayType' shared autowired service.
*
* @return \App\Form\GatewayType
*/
protected function getGatewayTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/GatewayType.php';
return $this->privates['App\\Form\\GatewayType'] = new \App\Form\GatewayType();
}
/**
* Gets the private 'App\Form\I18n\I18nDataMapper' shared autowired service.
*
* @return \App\Form\I18n\I18nDataMapper
*/
protected function getI18nDataMapperService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/DataMapperInterface.php';
include_once \dirname(__DIR__, 4).'/src/Form/I18n/I18nDataMapperInterface.php';
include_once \dirname(__DIR__, 4).'/src/Form/I18n/I18nDataMapper.php';
return $this->privates['App\\Form\\I18n\\I18nDataMapper'] = new \App\Form\I18n\I18nDataMapper(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the private 'App\Form\I18n\I18nJsonType' shared autowired service.
*
* @return \App\Form\I18n\I18nJsonType
*/
protected function getI18nJsonTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/I18n/I18nFieldInterface.php';
include_once \dirname(__DIR__, 4).'/src/Form/I18n/I18nJsonType.php';
return $this->privates['App\\Form\\I18n\\I18nJsonType'] = new \App\Form\I18n\I18nJsonType();
}
/**
* Gets the private 'App\Form\I18n\I18nTextType' shared autowired service.
*
* @return \App\Form\I18n\I18nTextType
*/
protected function getI18nTextTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/I18n/I18nFieldInterface.php';
include_once \dirname(__DIR__, 4).'/src/Form/I18n/I18nTextType.php';
return $this->privates['App\\Form\\I18n\\I18nTextType'] = new \App\Form\I18n\I18nTextType();
}
/**
* Gets the private 'App\Form\I18n\I18nTextareaType' shared autowired service.
*
* @return \App\Form\I18n\I18nTextareaType
*/
protected function getI18nTextareaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/I18n/I18nFieldInterface.php';
include_once \dirname(__DIR__, 4).'/src/Form/I18n/I18nTextareaType.php';
return $this->privates['App\\Form\\I18n\\I18nTextareaType'] = new \App\Form\I18n\I18nTextareaType();
}
/**
* Gets the private 'App\Form\IOServiceParametersType' shared autowired service.
*
* @return \App\Form\IOServiceParametersType
*/
protected function getIOServiceParametersTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/IOServiceParametersType.php';
return $this->privates['App\\Form\\IOServiceParametersType'] = new \App\Form\IOServiceParametersType();
}
/**
* Gets the private 'App\Form\IdCardType' shared autowired service.
*
* @return \App\Form\IdCardType
*/
protected function getIdCardTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/IdCardType.php';
return $this->privates['App\\Form\\IdCardType'] = new \App\Form\IdCardType();
}
/**
* Gets the private 'App\Form\IntegrationsType' shared autowired service.
*
* @return \App\Form\IntegrationsType
*/
protected function getIntegrationsTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/IntegrationsType.php';
return $this->privates['App\\Form\\IntegrationsType'] = new \App\Form\IntegrationsType(($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()), ($this->privates['App\\Services\\BackOfficeCollection'] ?? $this->getBackOfficeCollectionService()));
}
/**
* Gets the private 'App\Form\IscrizioneRegistroAssociazioni\AllegatiType' shared autowired service.
*
* @return \App\Form\IscrizioneRegistroAssociazioni\AllegatiType
*/
protected function getAllegatiType2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/IscrizioneRegistroAssociazioni/AllegatiType.php';
return $this->privates['App\\Form\\IscrizioneRegistroAssociazioni\\AllegatiType'] = new \App\Form\IscrizioneRegistroAssociazioni\AllegatiType();
}
/**
* Gets the private 'App\Form\IscrizioneRegistroAssociazioni\ContributoType' shared autowired service.
*
* @return \App\Form\IscrizioneRegistroAssociazioni\ContributoType
*/
protected function getContributoTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/IscrizioneRegistroAssociazioni/ContributoType.php';
return $this->privates['App\\Form\\IscrizioneRegistroAssociazioni\\ContributoType'] = new \App\Form\IscrizioneRegistroAssociazioni\ContributoType();
}
/**
* Gets the private 'App\Form\IscrizioneRegistroAssociazioni\OrgRichiedenteType' shared autowired service.
*
* @return \App\Form\IscrizioneRegistroAssociazioni\OrgRichiedenteType
*/
protected function getOrgRichiedenteTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/IscrizioneRegistroAssociazioni/OrgRichiedenteType.php';
return $this->privates['App\\Form\\IscrizioneRegistroAssociazioni\\OrgRichiedenteType'] = new \App\Form\IscrizioneRegistroAssociazioni\OrgRichiedenteType();
}
/**
* Gets the private 'App\Form\IscrizioneRegistroAssociazioni\TipologiaAttivitaType' shared autowired service.
*
* @return \App\Form\IscrizioneRegistroAssociazioni\TipologiaAttivitaType
*/
protected function getTipologiaAttivitaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/IscrizioneRegistroAssociazioni/TipologiaAttivitaType.php';
return $this->privates['App\\Form\\IscrizioneRegistroAssociazioni\\TipologiaAttivitaType'] = new \App\Form\IscrizioneRegistroAssociazioni\TipologiaAttivitaType();
}
/**
* Gets the private 'App\Form\MeetingType' shared autowired service.
*
* @return \App\Form\MeetingType
*/
protected function getMeetingTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/MeetingType.php';
return $this->privates['App\\Form\\MeetingType'] = new \App\Form\MeetingType(($this->privates['App\\Services\\MeetingService'] ?? $this->getMeetingServiceService()));
}
/**
* Gets the private 'App\Form\OccupazioneSuoloPubblico\AllegatiType' shared autowired service.
*
* @return \App\Form\OccupazioneSuoloPubblico\AllegatiType
*/
protected function getAllegatiType3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/OccupazioneSuoloPubblico/AllegatiType.php';
return $this->privates['App\\Form\\OccupazioneSuoloPubblico\\AllegatiType'] = new \App\Form\OccupazioneSuoloPubblico\AllegatiType();
}
/**
* Gets the private 'App\Form\OccupazioneSuoloPubblico\ImportoChecker' shared autowired service.
*
* @return \App\Form\OccupazioneSuoloPubblico\ImportoChecker
*/
protected function getImportoCheckerService()
{
include_once \dirname(__DIR__, 4).'/src/Form/OccupazioneSuoloPubblico/ImportoChecker.php';
return $this->privates['App\\Form\\OccupazioneSuoloPubblico\\ImportoChecker'] = new \App\Form\OccupazioneSuoloPubblico\ImportoChecker(($this->privates['App\\Services\\MyPayService'] ?? $this->getMyPayServiceService()));
}
/**
* Gets the private 'App\Form\OccupazioneSuoloPubblico\ImportoType' shared autowired service.
*
* @return \App\Form\OccupazioneSuoloPubblico\ImportoType
*/
protected function getImportoTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/OccupazioneSuoloPubblico/ImportoType.php';
return $this->privates['App\\Form\\OccupazioneSuoloPubblico\\ImportoType'] = new \App\Form\OccupazioneSuoloPubblico\ImportoType(($this->privates['App\\Services\\MyPayService'] ?? $this->getMyPayServiceService()));
}
/**
* Gets the private 'App\Form\OccupazioneSuoloPubblico\OccupazioneType' shared autowired service.
*
* @return \App\Form\OccupazioneSuoloPubblico\OccupazioneType
*/
protected function getOccupazioneTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/OccupazioneSuoloPubblico/OccupazioneType.php';
return $this->privates['App\\Form\\OccupazioneSuoloPubblico\\OccupazioneType'] = new \App\Form\OccupazioneSuoloPubblico\OccupazioneType();
}
/**
* Gets the private 'App\Form\OccupazioneSuoloPubblico\OrgRichiedenteType' shared autowired service.
*
* @return \App\Form\OccupazioneSuoloPubblico\OrgRichiedenteType
*/
protected function getOrgRichiedenteType2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/OccupazioneSuoloPubblico/OrgRichiedenteType.php';
return $this->privates['App\\Form\\OccupazioneSuoloPubblico\\OrgRichiedenteType'] = new \App\Form\OccupazioneSuoloPubblico\OrgRichiedenteType();
}
/**
* Gets the private 'App\Form\OccupazioneSuoloPubblico\TempoOccupazioneType' shared autowired service.
*
* @return \App\Form\OccupazioneSuoloPubblico\TempoOccupazioneType
*/
protected function getTempoOccupazioneTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/OccupazioneSuoloPubblico/TempoOccupazioneType.php';
return $this->privates['App\\Form\\OccupazioneSuoloPubblico\\TempoOccupazioneType'] = new \App\Form\OccupazioneSuoloPubblico\TempoOccupazioneType();
}
/**
* Gets the private 'App\Form\OccupazioneSuoloPubblico\TipologiaOccupazioneType' shared autowired service.
*
* @return \App\Form\OccupazioneSuoloPubblico\TipologiaOccupazioneType
*/
protected function getTipologiaOccupazioneTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/OccupazioneSuoloPubblico/TipologiaOccupazioneType.php';
return $this->privates['App\\Form\\OccupazioneSuoloPubblico\\TipologiaOccupazioneType'] = new \App\Form\OccupazioneSuoloPubblico\TipologiaOccupazioneType();
}
/**
* Gets the private 'App\Form\OpeningHourType' shared autowired service.
*
* @return \App\Form\OpeningHourType
*/
protected function getOpeningHourTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/OpeningHourType.php';
return $this->privates['App\\Form\\OpeningHourType'] = new \App\Form\OpeningHourType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\OperatoreUserType' shared autowired service.
*
* @return \App\Form\OperatoreUserType
*/
protected function getOperatoreUserTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/OperatoreUserType.php';
return $this->privates['App\\Form\\OperatoreUserType'] = new \App\Form\OperatoreUserType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()));
}
/**
* Gets the private 'App\Form\Operatore\Base\ApplicationOutcomeType' shared autowired service.
*
* @return \App\Form\Operatore\Base\ApplicationOutcomeType
*/
protected function getApplicationOutcomeTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Operatore/Base/ApplicationOutcomeType.php';
return $this->privates['App\\Form\\Operatore\\Base\\ApplicationOutcomeType'] = new \App\Form\Operatore\Base\ApplicationOutcomeType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the private 'App\Form\Operatore\Base\ApprovaORigettaType' shared autowired service.
*
* @return \App\Form\Operatore\Base\ApprovaORigettaType
*/
protected function getApprovaORigettaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Operatore/Base/ApprovaORigettaType.php';
return $this->privates['App\\Form\\Operatore\\Base\\ApprovaORigettaType'] = new \App\Form\Operatore\Base\ApprovaORigettaType();
}
/**
* Gets the private 'App\Form\Operatore\Base\SignedAllegatoType' shared autowired service.
*
* @return \App\Form\Operatore\Base\SignedAllegatoType
*/
protected function getSignedAllegatoTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Base/ChooseAllegatoType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Operatore/Base/SignedAllegatoType.php';
include_once \dirname(__DIR__, 4).'/src/Services/P7MSignatureCheckService.php';
return $this->privates['App\\Form\\Operatore\\Base\\SignedAllegatoType'] = new \App\Form\Operatore\Base\SignedAllegatoType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['App\\Services\\P7MSignatureCheckService'] ?? ($this->privates['App\\Services\\P7MSignatureCheckService'] = new \App\Services\P7MSignatureCheckService())));
}
/**
* Gets the private 'App\Form\Operatore\Base\UploadAllegatoOperatoreType' shared autowired service.
*
* @return \App\Form\Operatore\Base\UploadAllegatoOperatoreType
*/
protected function getUploadAllegatoOperatoreTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Operatore/Base/UploadAllegatoOperatoreType.php';
return $this->privates['App\\Form\\Operatore\\Base\\UploadAllegatoOperatoreType'] = new \App\Form\Operatore\Base\UploadAllegatoOperatoreType();
}
/**
* Gets the private 'App\Form\Operatore\Base\UploadRispostaOperatoreType' shared autowired service.
*
* @return \App\Form\Operatore\Base\UploadRispostaOperatoreType
*/
protected function getUploadRispostaOperatoreTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Operatore/Base/UploadRispostaOperatoreType.php';
return $this->privates['App\\Form\\Operatore\\Base\\UploadRispostaOperatoreType'] = new \App\Form\Operatore\Base\UploadRispostaOperatoreType();
}
/**
* Gets the private 'App\Form\Operatore\CertificatoNascita\UploadCertificatoNascitaType' shared autowired service.
*
* @return \App\Form\Operatore\CertificatoNascita\UploadCertificatoNascitaType
*/
protected function getUploadCertificatoNascitaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Operatore/CertificatoNascita/UploadCertificatoNascitaType.php';
return $this->privates['App\\Form\\Operatore\\CertificatoNascita\\UploadCertificatoNascitaType'] = new \App\Form\Operatore\CertificatoNascita\UploadCertificatoNascitaType();
}
/**
* Gets the private 'App\Form\PaymentOutcomeType' shared autowired service.
*
* @return \App\Form\PaymentOutcomeType
*/
protected function getPaymentOutcomeTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/PaymentOutcomeType.php';
return $this->privates['App\\Form\\PaymentOutcomeType'] = new \App\Form\PaymentOutcomeType();
}
/**
* Gets the private 'App\Form\PaymentParametersType' shared autowired service.
*
* @return \App\Form\PaymentParametersType
*/
protected function getPaymentParametersTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/PaymentParametersType.php';
return $this->privates['App\\Form\\PaymentParametersType'] = new \App\Form\PaymentParametersType();
}
/**
* Gets the private 'App\Form\PraticaFlowRegistry' shared autowired service.
*
* @return \App\Form\PraticaFlowRegistry
*/
protected function getPraticaFlowRegistryService()
{
include_once \dirname(__DIR__, 4).'/src/Form/PraticaFlowRegistry.php';
return $this->privates['App\\Form\\PraticaFlowRegistry'] = new \App\Form\PraticaFlowRegistry();
}
/**
* Gets the private 'App\Form\ProfileUserType' shared autowired service.
*
* @return \App\Form\ProfileUserType
*/
protected function getProfileUserTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ProfileUserType.php';
return $this->privates['App\\Form\\ProfileUserType'] = new \App\Form\ProfileUserType();
}
/**
* Gets the private 'App\Form\Rest\ApplicationBackofficeFormType' shared autowired service.
*
* @return \App\Form\Rest\ApplicationBackofficeFormType
*/
protected function getApplicationBackofficeFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Rest/ApplicationBackofficeFormType.php';
return $this->privates['App\\Form\\Rest\\ApplicationBackofficeFormType'] = new \App\Form\Rest\ApplicationBackofficeFormType();
}
/**
* Gets the private 'App\Form\Rest\ApplicationFormType' shared autowired service.
*
* @return \App\Form\Rest\ApplicationFormType
*/
protected function getApplicationFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Rest/ApplicationFormType.php';
return $this->privates['App\\Form\\Rest\\ApplicationFormType'] = new \App\Form\Rest\ApplicationFormType();
}
/**
* Gets the private 'App\Form\Rest\FileType' shared autowired service.
*
* @return \App\Form\Rest\FileType
*/
protected function getFileTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Rest/FileType.php';
return $this->privates['App\\Form\\Rest\\FileType'] = new \App\Form\Rest\FileType();
}
/**
* Gets the private 'App\Form\Rest\MessageFormType' shared autowired service.
*
* @return \App\Form\Rest\MessageFormType
*/
protected function getMessageFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Rest/MessageFormType.php';
return $this->privates['App\\Form\\Rest\\MessageFormType'] = new \App\Form\Rest\MessageFormType((\dirname(__DIR__, 4).'/src'), $this->parameters['allowed_extensions']);
}
/**
* Gets the private 'App\Form\Rest\Transition\OutcomeFormType' shared autowired service.
*
* @return \App\Form\Rest\Transition\OutcomeFormType
*/
protected function getOutcomeFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Rest/Transition/OutcomeFormType.php';
return $this->privates['App\\Form\\Rest\\Transition\\OutcomeFormType'] = new \App\Form\Rest\Transition\OutcomeFormType((\dirname(__DIR__, 4).'/src'), $this->parameters['allowed_extensions']);
}
/**
* Gets the private 'App\Form\Rest\Transition\RequestIntegrationFormType' shared autowired service.
*
* @return \App\Form\Rest\Transition\RequestIntegrationFormType
*/
protected function getRequestIntegrationFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Rest/Transition/RequestIntegrationFormType.php';
return $this->privates['App\\Form\\Rest\\Transition\\RequestIntegrationFormType'] = new \App\Form\Rest\Transition\RequestIntegrationFormType($this->parameters['allowed_extensions']);
}
/**
* Gets the private 'App\Form\Scia\PraticaEdiliziaAllegatiModuloSciaType' shared autowired service.
*
* @return \App\Form\Scia\PraticaEdiliziaAllegatiModuloSciaType
*/
protected function getPraticaEdiliziaAllegatiModuloSciaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Scia/PraticaEdiliziaAllegatiModuloSciaType.php';
include_once \dirname(__DIR__, 4).'/src/Services/P7MSignatureCheckService.php';
return $this->privates['App\\Form\\Scia\\PraticaEdiliziaAllegatiModuloSciaType'] = new \App\Form\Scia\PraticaEdiliziaAllegatiModuloSciaType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['App\\Services\\P7MSignatureCheckService'] ?? ($this->privates['App\\Services\\P7MSignatureCheckService'] = new \App\Services\P7MSignatureCheckService())));
}
/**
* Gets the private 'App\Form\Scia\PraticaEdiliziaAllegatiTecniciType' shared autowired service.
*
* @return \App\Form\Scia\PraticaEdiliziaAllegatiTecniciType
*/
protected function getPraticaEdiliziaAllegatiTecniciTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Scia/PraticaEdiliziaAllegatiTecniciType.php';
include_once \dirname(__DIR__, 4).'/src/Services/P7MSignatureCheckService.php';
return $this->privates['App\\Form\\Scia\\PraticaEdiliziaAllegatiTecniciType'] = new \App\Form\Scia\PraticaEdiliziaAllegatiTecniciType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['App\\Services\\P7MSignatureCheckService'] ?? ($this->privates['App\\Services\\P7MSignatureCheckService'] = new \App\Services\P7MSignatureCheckService())));
}
/**
* Gets the private 'App\Form\Scia\PraticaEdiliziaModuloSciaType' shared autowired service.
*
* @return \App\Form\Scia\PraticaEdiliziaModuloSciaType
*/
protected function getPraticaEdiliziaModuloSciaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Scia/PraticaEdiliziaModuloSciaType.php';
include_once \dirname(__DIR__, 4).'/src/Services/P7MSignatureCheckService.php';
return $this->privates['App\\Form\\Scia\\PraticaEdiliziaModuloSciaType'] = new \App\Form\Scia\PraticaEdiliziaModuloSciaType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['App\\Services\\P7MSignatureCheckService'] ?? ($this->privates['App\\Services\\P7MSignatureCheckService'] = new \App\Services\P7MSignatureCheckService())));
}
/**
* Gets the private 'App\Form\Scia\PraticaEdiliziaProvvedimentiType' shared autowired service.
*
* @return \App\Form\Scia\PraticaEdiliziaProvvedimentiType
*/
protected function getPraticaEdiliziaProvvedimentiTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Scia/PraticaEdiliziaProvvedimentiType.php';
include_once \dirname(__DIR__, 4).'/src/Services/P7MSignatureCheckService.php';
return $this->privates['App\\Form\\Scia\\PraticaEdiliziaProvvedimentiType'] = new \App\Form\Scia\PraticaEdiliziaProvvedimentiType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['App\\Services\\P7MSignatureCheckService'] ?? ($this->privates['App\\Services\\P7MSignatureCheckService'] = new \App\Services\P7MSignatureCheckService())));
}
/**
* Gets the private 'App\Form\Scia\PraticaEdiliziaSoggettiType' shared autowired service.
*
* @return \App\Form\Scia\PraticaEdiliziaSoggettiType
*/
protected function getPraticaEdiliziaSoggettiTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Scia/PraticaEdiliziaSoggettiType.php';
include_once \dirname(__DIR__, 4).'/src/Services/P7MSignatureCheckService.php';
return $this->privates['App\\Form\\Scia\\PraticaEdiliziaSoggettiType'] = new \App\Form\Scia\PraticaEdiliziaSoggettiType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['App\\Services\\P7MSignatureCheckService'] ?? ($this->privates['App\\Services\\P7MSignatureCheckService'] = new \App\Services\P7MSignatureCheckService())));
}
/**
* Gets the private 'App\Form\Scia\PraticaEdiliziaUlterioriAllegatiTecniciType' shared autowired service.
*
* @return \App\Form\Scia\PraticaEdiliziaUlterioriAllegatiTecniciType
*/
protected function getPraticaEdiliziaUlterioriAllegatiTecniciTypeService()
{
include_once \dirname(__DIR__, 4).'/src/Services/P7MSignatureCheckService.php';
return $this->privates['App\\Form\\Scia\\PraticaEdiliziaUlterioriAllegatiTecniciType'] = new \App\Form\Scia\PraticaEdiliziaUlterioriAllegatiTecniciType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['App\\Services\\P7MSignatureCheckService'] ?? ($this->privates['App\\Services\\P7MSignatureCheckService'] = new \App\Services\P7MSignatureCheckService())));
}
/**
* Gets the private 'App\Form\Scia\PraticaEdiliziaVincoliType' shared autowired service.
*
* @return \App\Form\Scia\PraticaEdiliziaVincoliType
*/
protected function getPraticaEdiliziaVincoliTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Scia/PraticaEdiliziaVincoliType.php';
include_once \dirname(__DIR__, 4).'/src/Services/P7MSignatureCheckService.php';
return $this->privates['App\\Form\\Scia\\PraticaEdiliziaVincoliType'] = new \App\Form\Scia\PraticaEdiliziaVincoliType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['App\\Services\\P7MSignatureCheckService'] ?? ($this->privates['App\\Services\\P7MSignatureCheckService'] = new \App\Services\P7MSignatureCheckService())));
}
/**
* Gets the private 'App\Form\Security\NewPasswordType' shared autowired service.
*
* @return \App\Form\Security\NewPasswordType
*/
protected function getNewPasswordTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Security/NewPasswordType.php';
return $this->privates['App\\Form\\Security\\NewPasswordType'] = new \App\Form\Security\NewPasswordType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\Security\PasswordRequestType' shared autowired service.
*
* @return \App\Form\Security\PasswordRequestType
*/
protected function getPasswordRequestTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Security/PasswordRequestType.php';
return $this->privates['App\\Form\\Security\\PasswordRequestType'] = new \App\Form\Security\PasswordRequestType();
}
/**
* Gets the private 'App\Form\ServizioFormType' shared autowired service.
*
* @return \App\Form\ServizioFormType
*/
protected function getServizioFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ServizioFormType.php';
return $this->privates['App\\Form\\ServizioFormType'] = new \App\Form\ServizioFormType(($this->privates['App\\Services\\Manager\\ServiceManager'] ?? $this->getServiceManagerService()), 'it', ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\SubscriberMessageType' shared autowired service.
*
* @return \App\Form\SubscriberMessageType
*/
protected function getSubscriberMessageTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/SubscriberMessageType.php';
return $this->privates['App\\Form\\SubscriberMessageType'] = new \App\Form\SubscriberMessageType();
}
/**
* Gets the private 'App\Form\SubscriberType' shared autowired service.
*
* @return \App\Form\SubscriberType
*/
protected function getSubscriberTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/SubscriberType.php';
return $this->privates['App\\Form\\SubscriberType'] = new \App\Form\SubscriberType();
}
/**
* Gets the private 'App\Form\SubscriptionPaymentType' shared autowired service.
*
* @return \App\Form\SubscriptionPaymentType
*/
protected function getSubscriptionPaymentTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/SubscriptionPaymentType.php';
return $this->privates['App\\Form\\SubscriptionPaymentType'] = new \App\Form\SubscriptionPaymentType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\SubscriptionServiceType' shared autowired service.
*
* @return \App\Form\SubscriptionServiceType
*/
protected function getSubscriptionServiceTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/SubscriptionServiceType.php';
return $this->privates['App\\Form\\SubscriptionServiceType'] = new \App\Form\SubscriptionServiceType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\SubscriptionType' shared autowired service.
*
* @return \App\Form\SubscriptionType
*/
protected function getSubscriptionTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/SubscriptionType.php';
return $this->privates['App\\Form\\SubscriptionType'] = new \App\Form\SubscriptionType();
}
/**
* Gets the private 'App\Form\TagsType' shared autowired service.
*
* @return \App\Form\TagsType
*/
protected function getTagsTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/TagsType.php';
return $this->privates['App\\Form\\TagsType'] = new \App\Form\TagsType();
}
/**
* Gets the private 'App\Form\TenantType' shared autowired service.
*
* @return \App\Form\TenantType
*/
protected function getTenantTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/TenantType.php';
return $this->privates['App\\Form\\TenantType'] = new \App\Form\TenantType(($this->privates['App\\Services\\BackOfficeCollection'] ?? $this->getBackOfficeCollectionService()));
}
/**
* Gets the private 'App\Form\UserAPIFormType' shared autowired service.
*
* @return \App\Form\UserAPIFormType
*/
protected function getUserAPIFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/UserAPIFormType.php';
return $this->privates['App\\Form\\UserAPIFormType'] = new \App\Form\UserAPIFormType();
}
/**
* Gets the private 'App\Payment\GatewayCollection' shared autowired service.
*
* @return \App\Payment\GatewayCollection
*/
protected function getGatewayCollectionService()
{
include_once \dirname(__DIR__, 4).'/src/Payment/GatewayCollection.php';
return $this->privates['App\\Payment\\GatewayCollection'] = new \App\Payment\GatewayCollection(new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Payment\\Gateway\\Bollo'] ?? ($this->privates['App\\Payment\\Gateway\\Bollo'] = new \App\Payment\Gateway\Bollo()));
yield 1 => ($this->privates['App\\Payment\\Gateway\\GenericExternalPay'] ?? $this->getGenericExternalPayService());
yield 2 => ($this->privates['App\\Payment\\Gateway\\MyPay'] ?? $this->getMyPayService());
}, 3), $this->parameters['payment_gateways']);
}
/**
* Gets the private 'App\Payment\Gateway\GenericExternalPay' shared autowired service.
*
* @return \App\Payment\Gateway\GenericExternalPay
*/
protected function getGenericExternalPayService()
{
include_once \dirname(__DIR__, 4).'/src/Payment/PaymentDataInterface.php';
include_once \dirname(__DIR__, 4).'/src/Payment/AbstractPaymentData.php';
include_once \dirname(__DIR__, 4).'/src/Payment/Gateway/GenericExternalPay.php';
return $this->privates['App\\Payment\\Gateway\\GenericExternalPay'] = new \App\Payment\Gateway\GenericExternalPay(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Payment\Gateway\MyPay' shared autowired service.
*
* @return \App\Payment\Gateway\MyPay
*/
protected function getMyPayService()
{
include_once \dirname(__DIR__, 4).'/src/Payment/PaymentDataInterface.php';
include_once \dirname(__DIR__, 4).'/src/Payment/AbstractPaymentData.php';
include_once \dirname(__DIR__, 4).'/src/Payment/Gateway/MyPay.php';
return $this->privates['App\\Payment\\Gateway\\MyPay'] = new \App\Payment\Gateway\MyPay(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Services\\MyPayService'] ?? $this->getMyPayServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Protocollo\ByPraticaProtocolloHandler' shared autowired service.
*
* @return \App\Protocollo\ByPraticaProtocolloHandler
*/
protected function getByPraticaProtocolloHandlerService()
{
return $this->privates['App\\Protocollo\\ByPraticaProtocolloHandler'] = new \App\Protocollo\ByPraticaProtocolloHandler(($this->privates['App\\Protocollo\\ProtocolloHandlerRegistry'] ?? ($this->privates['App\\Protocollo\\ProtocolloHandlerRegistry'] = new \App\Protocollo\ProtocolloHandlerRegistry())));
}
/**
* Gets the private 'App\Repository\ContactPointRepository' shared autowired service.
*
* @return \App\Repository\ContactPointRepository
*/
protected function getContactPointRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ContactPointRepository.php';
return $this->privates['App\\Repository\\ContactPointRepository'] = new \App\Repository\ContactPointRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PlaceRepository' shared autowired service.
*
* @return \App\Repository\PlaceRepository
*/
protected function getPlaceRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/PlaceRepository.php';
return $this->privates['App\\Repository\\PlaceRepository'] = new \App\Repository\PlaceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
*
* @return \App\Security\LoginFormAuthenticator
*/
protected function getLoginFormAuthenticatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/src/Security/LoginFormAuthenticator.php';
return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
}
/**
* Gets the private 'App\Services\BackOfficeCollection' shared autowired service.
*
* @return \App\Services\BackOfficeCollection
*/
protected function getBackOfficeCollectionService()
{
return $this->privates['App\\Services\\BackOfficeCollection'] = new \App\Services\BackOfficeCollection(new RewindableGenerator(function () {
yield 0 => ($this->services['App\\BackOffice\\CalendarsBackOffice'] ?? $this->getCalendarsBackOfficeService());
yield 1 => ($this->services['App\\BackOffice\\SubcriptionPaymentsBackOffice'] ?? $this->getSubcriptionPaymentsBackOfficeService());
yield 2 => ($this->services['App\\BackOffice\\SubcriptionsBackOffice'] ?? $this->getSubcriptionsBackOfficeService());
}, 3));
}
/**
* Gets the private 'App\Services\BreadcrumbsService' shared autowired service.
*
* @return \App\Services\BreadcrumbsService
*/
protected function getBreadcrumbsServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Services/BreadcrumbsService.php';
return $this->privates['App\\Services\\BreadcrumbsService'] = new \App\Services\BreadcrumbsService(($this->services['white_october_breadcrumbs'] ?? $this->getWhiteOctoberBreadcrumbsService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()));
}
/**
* Gets the private 'App\Services\CPSUserProvider' shared autowired service.
*
* @return \App\Services\CPSUserProvider
*/
protected function getCPSUserProviderService()
{
return $this->privates['App\\Services\\CPSUserProvider'] = new \App\Services\CPSUserProvider(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\Services\DelayedGiscomAPIAdapterService' shared service.
*
* @return \App\Services\DelayedGiscomAPIAdapterService
*/
protected function getDelayedGiscomAPIAdapterServiceService()
{
include_once \dirname(__DIR__, 4).'/src/ScheduledAction/ScheduledActionHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Services/GiscomAPIAdapterServiceInterface.php';
include_once \dirname(__DIR__, 4).'/src/Services/DelayedGiscomAPIAdapterService.php';
return $this->privates['App\\Services\\DelayedGiscomAPIAdapterService'] = new \App\Services\DelayedGiscomAPIAdapterService(($this->privates['App\\Services\\GiscomAPIAdapterService'] ?? $this->getGiscomAPIAdapterServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['ocsdc.schedule_action_service'] ?? $this->getOcsdc_ScheduleActionServiceService()));
}
/**
* Gets the private 'App\Services\FileService\AllegatoFileService' shared autowired service.
*
* @return \App\Services\FileService\AllegatoFileService
*/
protected function getAllegatoFileServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Services/FileService/AbstractFileService.php';
include_once \dirname(__DIR__, 4).'/src/Services/FileService/AllegatoFileService.php';
return $this->privates['App\\Services\\FileService\\AllegatoFileService'] = new \App\Services\FileService\AllegatoFileService(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->services['s3_filesystem'] ?? $this->getS3FilesystemService()), ($this->privates['ocsdc.s3_client'] ?? $this->getOcsdc_S3ClientService()), $this->getEnv('S3_BUCKET'), $this->getEnv('UPLOAD_DESTINATION'));
}
/**
* Gets the private 'App\Services\FileService\DocumentFileService' shared autowired service.
*
* @return \App\Services\FileService\DocumentFileService
*/
protected function getDocumentFileServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Services/FileService/AbstractFileService.php';
include_once \dirname(__DIR__, 4).'/src/Services/FileService/DocumentFileService.php';
return $this->privates['App\\Services\\FileService\\DocumentFileService'] = new \App\Services\FileService\DocumentFileService(($this->services['s3_filesystem'] ?? $this->getS3FilesystemService()), ($this->privates['ocsdc.s3_client'] ?? $this->getOcsdc_S3ClientService()), $this->getEnv('S3_BUCKET'), $this->getEnv('UPLOAD_DESTINATION'));
}
/**
* Gets the private 'App\Services\FileService\ServiceAttachmentsFileService' shared autowired service.
*
* @return \App\Services\FileService\ServiceAttachmentsFileService
*/
protected function getServiceAttachmentsFileServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Services/FileService/AbstractFileService.php';
include_once \dirname(__DIR__, 4).'/src/Services/FileService/ServiceAttachmentsFileService.php';
return $this->privates['App\\Services\\FileService\\ServiceAttachmentsFileService'] = new \App\Services\FileService\ServiceAttachmentsFileService(($this->services['s3_filesystem'] ?? $this->getS3FilesystemService()), ($this->privates['ocsdc.s3_client'] ?? $this->getOcsdc_S3ClientService()), $this->getEnv('S3_BUCKET'), $this->getEnv('UPLOAD_DESTINATION'));
}
/**
* Gets the private 'App\Services\FormServerApiAdapterService' shared autowired service.
*
* @return \App\Services\FormServerApiAdapterService
*/
protected function getFormServerApiAdapterServiceService()
{
include_once \dirname(__DIR__, 4).'/src/FormIO/FormIOSchemaProviderInterface.php';
include_once \dirname(__DIR__, 4).'/src/Services/FormServerApiAdapterService.php';
return $this->privates['App\\Services\\FormServerApiAdapterService'] = new \App\Services\FormServerApiAdapterService($this->getEnv('FORMSERVER_PRIVATE_URL'), $this->getEnv('FORMSERVER_PUBLIC_URL'), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\Services\GiscomAPIAdapterService' shared service.
*
* @return \App\Services\GiscomAPIAdapterService
*/
protected function getGiscomAPIAdapterServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Services/GiscomAPIAdapterServiceInterface.php';
include_once \dirname(__DIR__, 4).'/src/Services/GiscomAPIAdapterService.php';
include_once \dirname(__DIR__, 4).'/src/Services/GiscomAPIMapperService.php';
include_once \dirname(__DIR__, 4).'/src/Mapper/StatusMapperInterface.php';
include_once \dirname(__DIR__, 4).'/src/Mapper/Giscom/GiscomStatusMapper.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
return $this->privates['App\\Services\\GiscomAPIAdapterService'] = new \App\Services\GiscomAPIAdapterService(($this->services['eight_points_guzzle.client.giscom'] ?? $this->getEightPointsGuzzle_Client_GiscomService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), new \App\Services\GiscomAPIMapperService($a, ($this->services['router'] ?? $this->getRouterService())), ($this->privates['App\\Services\\PraticaStatusService'] ?? $this->getPraticaStatusServiceService()), new \App\Mapper\Giscom\GiscomStatusMapper());
}
/**
* Gets the private 'App\Services\KafkaService' shared autowired service.
*
* @return \App\Services\KafkaService
*/
protected function getKafkaServiceService()
{
include_once \dirname(__DIR__, 4).'/src/ScheduledAction/ScheduledActionHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Services/KafkaService.php';
return $this->privates['App\\Services\\KafkaService'] = new \App\Services\KafkaService(($this->privates['App\\Services\\ScheduleActionService'] ?? $this->getScheduleActionServiceService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->privates['App\\Services\\VersionService'] ?? ($this->privates['App\\Services\\VersionService'] = new \App\Services\VersionService('2.9.1'))), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Services\\FormServerApiAdapterService'] ?? $this->getFormServerApiAdapterServiceService()), ($this->privates['App\\Dto\\ApplicationDto'] ?? $this->getApplicationDtoService()), ($this->privates['App\\Dto\\ServiceDto'] ?? $this->getServiceDtoService()), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()), $this->getEnv('KAFKA_URL'), $this->getEnv('int:KAFKA_EVENT_VERSION'), $this->getParameter('kafka_topics'), $this->getEnv('int:KAFKA_REQUEST_TIMEOUT'));
}
/**
* Gets the private 'App\Services\Manager\CalendarManager' shared autowired service.
*
* @return \App\Services\Manager\CalendarManager
*/
protected function getCalendarManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Services/Manager/CalendarManager.php';
return $this->privates['App\\Services\\Manager\\CalendarManager'] = new \App\Services\Manager\CalendarManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'App\Services\Manager\CategoryManager' shared autowired service.
*
* @return \App\Services\Manager\CategoryManager
*/
protected function getCategoryManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Services/Manager/CategoryManager.php';
return $this->privates['App\\Services\\Manager\\CategoryManager'] = new \App\Services\Manager\CategoryManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the private 'App\Services\Manager\MessageManager' shared autowired service.
*
* @return \App\Services\Manager\MessageManager
*/
protected function getMessageManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Services/Manager/MessageManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Flash/FlashBag.php';
return $this->privates['App\\Services\\Manager\\MessageManager'] = new \App\Services\Manager\MessageManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['ocsdc.mailer'] ?? $this->getOcsdc_MailerService()), ($this->privates['ocsdc.io_service'] ?? $this->getOcsdc_IoServiceService()), ($this->services['session'] ?? $this->getSessionService())->getFlashBag(), $this->getEnv('DEFAULT_FROM_EMAIL_ADDRESS'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'App\Services\Manager\PraticaManager' shared autowired service.
*
* @return \App\Services\Manager\PraticaManager
*/
protected function getPraticaManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Services/Manager/PraticaManager.php';
return $this->privates['App\\Services\\Manager\\PraticaManager'] = new \App\Services\Manager\PraticaManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()), ($this->privates['App\\Services\\ModuloPdfBuilderService'] ?? $this->getModuloPdfBuilderServiceService()), ($this->privates['App\\Services\\PraticaStatusService'] ?? $this->getPraticaStatusServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['formio.factory'] ?? $this->getFormio_FactoryService()), ($this->privates['App\\Services\\Manager\\MessageManager'] ?? $this->getMessageManagerService()), ($this->privates['App\\Services\\PaymentService'] ?? $this->getPaymentServiceService()), ($this->privates['App\\FormIO\\ExpressionValidator'] ?? $this->getExpressionValidatorService()));
}
/**
* Gets the private 'App\Services\Manager\ServiceManager' shared autowired service.
*
* @return \App\Services\Manager\ServiceManager
*/
protected function getServiceManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Services/Manager/ServiceManager.php';
return $this->privates['App\\Services\\Manager\\ServiceManager'] = new \App\Services\Manager\ServiceManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['translator'] ?? $this->getTranslatorService()), 'it');
}
/**
* Gets the private 'App\Services\Manager\UserManager' shared autowired service.
*
* @return \App\Services\Manager\UserManager
*/
protected function getUserManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Services/Manager/UserManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
return $this->privates['App\\Services\\Manager\\UserManager'] = new \App\Services\Manager\UserManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['ocsdc.mailer'] ?? $this->getOcsdc_MailerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), $this->getEnv('DEFAULT_FROM_EMAIL_ADDRESS'));
}
/**
* Gets the private 'App\Services\MeetingService' shared autowired service.
*
* @return \App\Services\MeetingService
*/
protected function getMeetingServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Services/MeetingService.php';
return $this->privates['App\\Services\\MeetingService'] = new \App\Services\MeetingService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()), ($this->privates['ocsdc.mailer'] ?? $this->getOcsdc_MailerService()), $this->getEnv('DEFAULT_FROM_EMAIL_ADDRESS'), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'App\Services\Metrics\ScheduledActionMetrics' shared autowired service.
*
* @return \App\Services\Metrics\ScheduledActionMetrics
*/
protected function getScheduledActionMetricsService()
{
$this->privates['App\\Services\\Metrics\\ScheduledActionMetrics'] = $instance = new \App\Services\Metrics\ScheduledActionMetrics(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->init('sdc', ($this->privates['prometheus_metrics_bundle.collector_registry'] ?? $this->getPrometheusMetricsBundle_CollectorRegistryService()));
return $instance;
}
/**
* Gets the private 'App\Services\Metrics\UserMetrics' shared autowired service.
*
* @return \App\Services\Metrics\UserMetrics
*/
protected function getUserMetricsService()
{
$this->privates['App\\Services\\Metrics\\UserMetrics'] = $instance = new \App\Services\Metrics\UserMetrics(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->init('sdc', ($this->privates['prometheus_metrics_bundle.collector_registry'] ?? $this->getPrometheusMetricsBundle_CollectorRegistryService()));
return $instance;
}
/**
* Gets the private 'App\Services\ModuloPdfBuilderService' shared autowired service.
*
* @return \App\Services\ModuloPdfBuilderService
*/
protected function getModuloPdfBuilderServiceService()
{
include_once \dirname(__DIR__, 4).'/src/ScheduledAction/ScheduledActionHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Services/ModuloPdfBuilderService.php';
include_once \dirname(__DIR__, 4).'/src/Services/FileSystemService.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Services/DirectoryNamerService.php';
return $this->privates['App\\Services\\ModuloPdfBuilderService'] = new \App\Services\ModuloPdfBuilderService(new \App\Services\FileSystemService(($this->services['s3_filesystem'] ?? $this->getS3FilesystemService())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->services['ocsdc.allegati.directory_namer'] ?? ($this->services['ocsdc.allegati.directory_namer'] = new \App\Services\DirectoryNamerService())), $this->getEnv('WKHTMLTOPDF_SERVICE'), ($this->services['twig'] ?? $this->getTwigService()), 'd-m-Y H:i:s', ($this->services['router'] ?? $this->getRouterService()), $this->getEnv('EZ_PASSWORD'), ($this->privates['App\\Services\\PraticaStatusService'] ?? $this->getPraticaStatusServiceService()), ($this->privates['App\\Services\\ScheduleActionService'] ?? $this->getScheduleActionServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Services\\PraticaPlaceholderService'] ?? $this->getPraticaPlaceholderServiceService()));
}
/**
* Gets the private 'App\Services\MyPayService' shared autowired service.
*
* @return \App\Services\MyPayService
*/
protected function getMyPayServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Services/MyPayService.php';
return $this->privates['App\\Services\\MyPayService'] = new \App\Services\MyPayService(($this->services['eight_points_guzzle.client.mypay'] ?? $this->getEightPointsGuzzle_Client_MypayService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\Services\PaymentService' shared autowired service.
*
* @return \App\Services\PaymentService
*/
protected function getPaymentServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Services/PaymentService.php';
return $this->privates['App\\Services\\PaymentService'] = new \App\Services\PaymentService(($this->services['router'] ?? $this->getRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $this->getEnv('KSQLDB_URL'));
}
/**
* Gets the private 'App\Services\PraticaPlaceholderService' shared autowired service.
*
* @return \App\Services\PraticaPlaceholderService
*/
protected function getPraticaPlaceholderServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Services/PraticaPlaceholderService.php';
return $this->privates['App\\Services\\PraticaPlaceholderService'] = new \App\Services\PraticaPlaceholderService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\Services\PraticaStatusService' shared autowired service.
*
* @return \App\Services\PraticaStatusService
*/
protected function getPraticaStatusServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Services/PraticaStatusService.php';
return $this->privates['App\\Services\\PraticaStatusService'] = new \App\Services\PraticaStatusService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Services\ProtocolloService' shared autowired service.
*
* @return \App\Services\ProtocolloService
*/
protected function getProtocolloServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Services/AbstractProtocolloService.php';
include_once \dirname(__DIR__, 4).'/src/Services/ProtocolloServiceInterface.php';
include_once \dirname(__DIR__, 4).'/src/Services/ProtocolloService.php';
return $this->privates['App\\Services\\ProtocolloService'] = new \App\Services\ProtocolloService(($this->privates['App\\Protocollo\\ByPraticaProtocolloHandler'] ?? $this->getByPraticaProtocolloHandlerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'App\Services\ScheduleActionService' shared autowired service.
*
* @return \App\Services\ScheduleActionService
*/
protected function getScheduleActionServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Services/ScheduleActionService.php';
return $this->privates['App\\Services\\ScheduleActionService'] = new \App\Services\ScheduleActionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\Services\SubscriptionsService' shared autowired service.
*
* @return \App\Services\SubscriptionsService
*/
protected function getSubscriptionsServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Services/SubscriptionsService.php';
return $this->privates['App\\Services\\SubscriptionsService'] = new \App\Services\SubscriptionsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()), ($this->privates['ocsdc.mailer'] ?? $this->getOcsdc_MailerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['router'] ?? $this->getRouterService()), $this->getEnv('OCSDC_SCHEME'), $this->getEnv('OCSDC_HOST'), $this->getEnv('DEFAULT_FROM_EMAIL_ADDRESS'));
}
/**
* Gets the private 'App\Services\UserSessionService' shared autowired service.
*
* @return \App\Services\UserSessionService
*/
protected function getUserSessionServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Services/UserSessionService.php';
return $this->privates['App\\Services\\UserSessionService'] = new \App\Services\UserSessionService(($this->services['session'] ?? $this->getSessionService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\Services\WebhookService' shared autowired service.
*
* @return \App\Services\WebhookService
*/
protected function getWebhookServiceService()
{
include_once \dirname(__DIR__, 4).'/src/ScheduledAction/ScheduledActionHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Services/WebhookService.php';
return $this->privates['App\\Services\\WebhookService'] = new \App\Services\WebhookService(($this->privates['App\\Services\\ScheduleActionService'] ?? $this->getScheduleActionServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->privates['App\\Services\\VersionService'] ?? ($this->privates['App\\Services\\VersionService'] = new \App\Services\VersionService('2.9.1'))), ($this->privates['App\\Dto\\ApplicationDto'] ?? $this->getApplicationDtoService()));
}
/**
* Gets the private 'App\Validator\Constraints\ValidMimeTypeValidator' shared autowired service.
*
* @return \App\Validator\Constraints\ValidMimeTypeValidator
*/
protected function getValidMimeTypeValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/src/Validator/Constraints/ValidMimeTypeValidator.php';
return $this->privates['App\\Validator\\Constraints\\ValidMimeTypeValidator'] = new \App\Validator\Constraints\ValidMimeTypeValidator(($this->services['translator'] ?? $this->getTranslatorService()), $this->parameters['allowed_extensions']);
}
/**
* Gets the private 'Artprima\PrometheusMetricsBundle\EventListener\MetricsCollectorListener' shared service.
*
* @return \Artprima\PrometheusMetricsBundle\EventListener\MetricsCollectorListener
*/
protected function getMetricsCollectorListenerService()
{
$a = new \Artprima\PrometheusMetricsBundle\Metrics\MetricsCollectorRegistry();
$b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
$c = new \App\Services\Metrics\ApplicationMetrics(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $b);
$c->init('sdc', ($this->privates['prometheus_metrics_bundle.collector_registry'] ?? $this->getPrometheusMetricsBundle_CollectorRegistryService()));
$a->registerMetricsCollector($c);
$a->registerMetricsCollector(($this->privates['App\\Services\\Metrics\\ScheduledActionMetrics'] ?? $this->getScheduledActionMetricsService()));
$a->registerMetricsCollector(($this->privates['App\\Services\\Metrics\\UserMetrics'] ?? $this->getUserMetricsService()));
$this->privates['Artprima\\PrometheusMetricsBundle\\EventListener\\MetricsCollectorListener'] = $instance = new \Artprima\PrometheusMetricsBundle\EventListener\MetricsCollectorListener($a, $this->parameters['prometheus_metrics_bundle.ignored_routes']);
$instance->setLogger($b);
return $instance;
}
/**
* Gets the private 'Artprima\PrometheusMetricsBundle\Metrics\Renderer' shared service.
*
* @return \Artprima\PrometheusMetricsBundle\Metrics\Renderer
*/
protected function getRendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/artprima/prometheus-metrics-bundle/Metrics/Renderer.php';
return $this->privates['Artprima\\PrometheusMetricsBundle\\Metrics\\Renderer'] = new \Artprima\PrometheusMetricsBundle\Metrics\Renderer(($this->privates['prometheus_metrics_bundle.collector_registry'] ?? $this->getPrometheusMetricsBundle_CollectorRegistryService()));
}
/**
* Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
*/
protected function getManagerRegistryAwareConnectionProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default'));
}
/**
* Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
*
* @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
*/
protected function getRunSqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
$this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
$instance->setName('dbal:run-sql');
return $instance;
}
/**
* Gets the private 'OAT\Library\HealthCheck\HealthChecker' shared service.
*
* @return \OAT\Library\HealthCheck\HealthChecker
*/
protected function getHealthCheckerService()
{
include_once \dirname(__DIR__, 4).'/vendor/oat-sa/lib-health-check/src/HealthChecker.php';
return $this->privates['OAT\\Library\\HealthCheck\\HealthChecker'] = new \OAT\Library\HealthCheck\HealthChecker(new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'Omines\DataTablesBundle\Adapter\ArrayAdapter' autowired service.
*
* @return \Omines\DataTablesBundle\Adapter\ArrayAdapter
*/
protected function getArrayAdapterService()
{
include_once \dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Adapter/ArrayAdapter.php';
return new \Omines\DataTablesBundle\Adapter\ArrayAdapter();
}
/**
* Gets the private 'Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter' autowired service.
*
* @return \Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter
*/
protected function getFetchJoinORMAdapterService()
{
include_once \dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Adapter/AbstractAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Adapter/Doctrine/ORMAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Adapter/Doctrine/FetchJoinORMAdapter.php';
return new \Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter' autowired service.
*
* @return \Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter
*/
protected function getORMAdapterService()
{
include_once \dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Adapter/AbstractAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Adapter/Doctrine/ORMAdapter.php';
return new \Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Omines\DataTablesBundle\Column\TwigColumn' autowired service.
*
* @return \Omines\DataTablesBundle\Column\TwigColumn
*/
protected function getTwigColumnService()
{
include_once \dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Column/AbstractColumn.php';
include_once \dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Column/TwigColumn.php';
return new \Omines\DataTablesBundle\Column\TwigColumn(($this->services['twig'] ?? $this->getTwigService()));
}
/**
* Gets the private 'Omines\DataTablesBundle\Column\TwigStringColumn' autowired service.
*
* @return \Omines\DataTablesBundle\Column\TwigStringColumn
*/
protected function getTwigStringColumnService()
{
include_once \dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Column/AbstractColumn.php';
include_once \dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Column/TwigColumn.php';
include_once \dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Column/TwigStringColumn.php';
return new \Omines\DataTablesBundle\Column\TwigStringColumn(($this->services['twig'] ?? $this->getTwigService()));
}
/**
* Gets the private 'Omines\DataTablesBundle\Exporter\Csv\CsvExporter' shared autowired service.
*
* @return \Omines\DataTablesBundle\Exporter\Csv\CsvExporter
*/
protected function getCsvExporterService()
{
include_once \dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Exporter/DataTableExporterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Exporter/Csv/CsvExporter.php';
return $this->privates['Omines\\DataTablesBundle\\Exporter\\Csv\\CsvExporter'] = new \Omines\DataTablesBundle\Exporter\Csv\CsvExporter();
}
/**
* Gets the private 'Omines\DataTablesBundle\Exporter\Excel\ExcelExporter' shared autowired service.
*
* @return \Omines\DataTablesBundle\Exporter\Excel\ExcelExporter
*/
protected function getExcelExporterService()
{
include_once \dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Exporter/DataTableExporterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Exporter/Excel/ExcelExporter.php';
return $this->privates['Omines\\DataTablesBundle\\Exporter\\Excel\\ExcelExporter'] = new \Omines\DataTablesBundle\Exporter\Excel\ExcelExporter();
}
/**
* 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']);
}
/**
* Gets the private 'Vich\UploaderBundle\Metadata\CacheWarmer' shared service.
*
* @return \Vich\UploaderBundle\Metadata\CacheWarmer
*/
protected function getCacheWarmer2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/CacheWarmer.php';
return $this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] = new \Vich\UploaderBundle\Metadata\CacheWarmer(($this->targetDir.''.'/vich_uploader'), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
}
/**
* Gets the private 'Vich\UploaderBundle\Util\Transliterator' shared service.
*
* @return \Vich\UploaderBundle\Util\Transliterator
*/
protected function getTransliteratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Util/Transliterator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
return $this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] = new \Vich\UploaderBundle\Util\Transliterator(new \Symfony\Component\String\Slugger\AsciiSlugger());
}
/**
* 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.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
*/
protected function getAnnotations_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#', true);
}
/**
* Gets the private 'annotations.cached_reader' shared service.
*
* @return \Doctrine\Common\Annotations\PsrCachedReader
*/
protected function getAnnotations_CachedReaderService()
{
return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
}
/**
* Gets the private 'annotations.reader' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationReader
*/
protected function getAnnotations_ReaderService()
{
$this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
$a = new \Doctrine\Common\Annotations\AnnotationRegistry();
$a->registerUniqueLoader('class_exists');
$instance->addGlobalIgnoredName('required', $a);
return $instance;
}
/**
* Gets the private 'anyx.login_gate.attempt_storage' shared service.
*
* @return \Anyx\LoginGateBundle\Storage\CompositeStorage
*/
protected function getAnyx_LoginGate_AttemptStorageService()
{
include_once \dirname(__DIR__, 4).'/vendor/anyx/login-gate-bundle/Storage/StorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/anyx/login-gate-bundle/Storage/CompositeStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/anyx/login-gate-bundle/Storage/DatabaseStorage.php';
return $this->privates['anyx.login_gate.attempt_storage'] = new \Anyx\LoginGateBundle\Storage\CompositeStorage([0 => new \Anyx\LoginGateBundle\Storage\DatabaseStorage(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'Anyx\\LoginGateBundle\\Entity\\FailureLoginAttempt', 3600)]);
}
/**
* Gets the private 'anyx.login_gate.authentication_handler' shared service.
*
* @return \Anyx\LoginGateBundle\Security\AuthenticationHandler
*/
protected function getAnyx_LoginGate_AuthenticationHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/anyx/login-gate-bundle/Security/AuthenticationHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/anyx/login-gate-bundle/Service/UsernameResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/anyx/login-gate-bundle/Service/LoginFormUsernameResolver.php';
return $this->privates['anyx.login_gate.authentication_handler'] = new \Anyx\LoginGateBundle\Security\AuthenticationHandler(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['anyx.login_gate.attempt_storage'] ?? $this->getAnyx_LoginGate_AttemptStorageService()), new \Anyx\LoginGateBundle\Service\LoginFormUsernameResolver());
}
/**
* Gets the private 'anyx.login_gate.brute_force_checker' shared service.
*
* @return \Anyx\LoginGateBundle\Service\BruteForceChecker
*/
protected function getAnyx_LoginGate_BruteForceCheckerService()
{
include_once \dirname(__DIR__, 4).'/vendor/anyx/login-gate-bundle/Service/BruteForceChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/anyx/login-gate-bundle/Service/UsernameResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/anyx/login-gate-bundle/Service/LoginFormUsernameResolver.php';
return $this->privates['anyx.login_gate.brute_force_checker'] = new \Anyx\LoginGateBundle\Service\BruteForceChecker(($this->privates['anyx.login_gate.attempt_storage'] ?? $this->getAnyx_LoginGate_AttemptStorageService()), new \Anyx\LoginGateBundle\Service\LoginFormUsernameResolver(), $this->parameters['anyx.login_gate.brute_force_checker_options']);
}
/**
* Gets the private 'assets.packages' shared service.
*
* @return \Symfony\Component\Asset\Packages
*/
protected function getAssets_PackagesService()
{
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/2.9.1/manifest.json')), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), '', false)), []);
}
/**
* Gets the private 'cache.annotations' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AnnotationsService()
{
return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Qv2K3kLeLQ', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.doctrine.orm.default.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_QueryService()
{
return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.default.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_ResultService()
{
return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.property_info' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_PropertyInfoService()
{
return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pD5Ue93HRH', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.security_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityExpressionLanguageService()
{
return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hX3Uj9ZNN8', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.serializer' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SerializerService()
{
return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ex6V0s19oM', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.validator' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorService()
{
return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('IBhYAgqQ94', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.webpack_encore' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_WebpackEncoreService()
{
return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('K8dwW7hDDO', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'config_cache_factory' shared service.
*
* @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
*/
protected function getConfigCacheFactoryService()
{
return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
yield 0 => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
}, 2));
}
/**
* Gets the private 'console.command.about' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
*/
protected function getConsole_Command_AboutService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
$this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
$instance->setName('about');
return $instance;
}
/**
* Gets the private 'console.command.assets_install' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
*/
protected function getConsole_Command_AssetsInstallService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
$this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__, 4));
$instance->setName('assets:install');
return $instance;
}
/**
* Gets the private 'console.command.cache_clear' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
*/
protected function getConsole_Command_CacheClearService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
$this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
$instance->setName('cache:clear');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_clear' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
*/
protected function getConsole_Command_CachePoolClearService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
$this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
$instance->setName('cache:pool:clear');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_delete' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
*/
protected function getConsole_Command_CachePoolDeleteService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
$this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
$instance->setName('cache:pool:delete');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_list' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
*/
protected function getConsole_Command_CachePoolListService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
$this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.security_expression_language', 7 => 'cache.doctrine.orm.default.result', 8 => 'cache.doctrine.orm.default.query', 9 => 'cache.webpack_encore']);
$instance->setName('cache:pool:list');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_prune' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
*/
protected function getConsole_Command_CachePoolPruneService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
$this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
}, 10));
$instance->setName('cache:pool:prune');
return $instance;
}
/**
* Gets the private 'console.command.cache_warmup' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
*/
protected function getConsole_Command_CacheWarmupService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
$this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
$instance->setName('cache:warmup');
return $instance;
}
/**
* Gets the private 'console.command.config_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
*/
protected function getConsole_Command_ConfigDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
$this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
$instance->setName('debug:config');
return $instance;
}
/**
* Gets the private 'console.command.config_dump_reference' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
*/
protected function getConsole_Command_ConfigDumpReferenceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
$this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
$instance->setName('config:dump-reference');
return $instance;
}
/**
* Gets the private 'console.command.container_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
*/
protected function getConsole_Command_ContainerDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
$this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
$instance->setName('debug:container');
return $instance;
}
/**
* Gets the private 'console.command.container_lint' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
*/
protected function getConsole_Command_ContainerLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
$this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
$instance->setName('lint:container');
return $instance;
}
/**
* Gets the private 'console.command.debug_autowiring' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
*/
protected function getConsole_Command_DebugAutowiringService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
$this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:autowiring');
return $instance;
}
/**
* Gets the private 'console.command.event_dispatcher_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
*/
protected function getConsole_Command_EventDispatcherDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
$this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
$instance->setName('debug:event-dispatcher');
return $instance;
}
/**
* Gets the private 'console.command.form_debug' shared service.
*
* @return \Symfony\Component\Form\Command\DebugCommand
*/
protected function getConsole_Command_FormDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Command/DebugCommand.php';
$this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type', 1 => 'App\\Form', 2 => 'App\\Form\\Admin', 3 => 'App\\Form\\Admin\\Ente', 4 => 'App\\Form\\Admin\\ServiceGroup', 5 => 'App\\Form\\Admin\\Servizio', 6 => 'App\\Form\\Api', 7 => 'App\\Form\\AzioniOperatore', 8 => 'App\\Form\\Base', 9 => 'App\\Form\\CertificatoMatrimonio', 10 => 'App\\Form\\CertificatoMorte', 11 => 'App\\Form\\EstrattoMatrimonio', 12 => 'App\\Form\\EstrattoMorte', 13 => 'App\\Form\\FormIO', 14 => 'App\\Form\\I18n', 15 => 'App\\Form\\IscrizioneRegistroAssociazioni', 16 => 'App\\Form\\OccupazioneSuoloPubblico', 17 => 'App\\Form\\Operatore\\Base', 18 => 'App\\Form\\Operatore\\CertificatoNascita', 19 => 'App\\Form\\Rest', 20 => 'App\\Form\\Rest\\Transition', 21 => 'App\\Form\\Scia', 22 => 'App\\Form\\Security', 23 => 'App\\FormIO', 24 => 'Symfony\\Bridge\\Doctrine\\Form\\Type', 25 => 'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type', 26 => 'Vich\\UploaderBundle\\Form\\Type'], [0 => 'App\\Form\\AdditionalDataType', 1 => 'App\\Form\\Admin\\CategoryType', 2 => 'App\\Form\\Admin\\ContactPointType', 3 => 'App\\Form\\Admin\\Ente\\DefaultProtocolSettingsType', 4 => 'App\\Form\\Admin\\Ente\\EnteType', 5 => 'App\\Form\\Admin\\Ente\\MailerType', 6 => 'App\\Form\\Admin\\Ente\\WebhookType', 7 => 'App\\Form\\Admin\\GeographicAreaType', 8 => 'App\\Form\\Admin\\PlaceType', 9 => 'App\\Form\\Admin\\RecipientType', 10 => 'App\\Form\\Admin\\ServiceGroup\\ServiceGroupType', 11 => 'App\\Form\\Admin\\Servizio\\CardDataType', 12 => 'App\\Form\\Admin\\Servizio\\FeedbackMessagesDataType', 13 => 'App\\Form\\Admin\\Servizio\\FeedbackMessagesSettingsType', 14 => 'App\\Form\\Admin\\Servizio\\FormIOBuilderRenderType', 15 => 'App\\Form\\Admin\\Servizio\\FormIOI18nType', 16 => 'App\\Form\\Admin\\Servizio\\FormIOTemplateType', 17 => 'App\\Form\\Admin\\Servizio\\GeneralDataType', 18 => 'App\\Form\\Admin\\Servizio\\IOIntegrationDataType', 19 => 'App\\Form\\Admin\\Servizio\\IntegrationsDataType', 20 => 'App\\Form\\Admin\\Servizio\\PaymentDataType', 21 => 'App\\Form\\Admin\\Servizio\\ProtocolDataType', 22 => 'App\\Form\\Admin\\Servizio\\TestType', 23 => 'App\\Form\\Admin\\UserGroupType', 24 => 'App\\Form\\AllegatoMeetingType', 25 => 'App\\Form\\Api\\CategoryApiType', 26 => 'App\\Form\\Api\\ContactPointApiType', 27 => 'App\\Form\\Api\\GeographicAreaApiType', 28 => 'App\\Form\\Api\\PlaceApiType', 29 => 'App\\Form\\Api\\PostalAddressApiType', 30 => 'App\\Form\\Api\\RecipientApiType', 31 => 'App\\Form\\Api\\UserGroupApiType', 32 => 'App\\Form\\ApplicationMessageType', 33 => 'App\\Form\\ApplicationType', 34 => 'App\\Form\\AzioniOperatore\\AllegatoPraticaType', 35 => 'App\\Form\\Base\\AccettazioneIstruzioniType', 36 => 'App\\Form\\Base\\AllegatiType', 37 => 'App\\Form\\Base\\AllegatoType', 38 => 'App\\Form\\Base\\BlockQuoteType', 39 => 'App\\Form\\Base\\CertificatoAnagraficoType', 40 => 'App\\Form\\Base\\ChooseAllegatoType', 41 => 'App\\Form\\Base\\ComponenteNucleoFamiliareType', 42 => 'App\\Form\\Base\\DatiRichiedenteType', 43 => 'App\\Form\\Base\\DatiTecnicoType', 44 => 'App\\Form\\Base\\DelegaType', 45 => 'App\\Form\\Base\\MessageType', 46 => 'App\\Form\\Base\\NucleoFamiliareType', 47 => 'App\\Form\\Base\\PaymentGatewayType', 48 => 'App\\Form\\Base\\RecaptchaType', 49 => 'App\\Form\\Base\\SelectPaymentGatewayType', 50 => 'App\\Form\\Base\\SelezionaEnteType', 51 => 'App\\Form\\Base\\SpecificaDelegaType', 52 => 'App\\Form\\Base\\SummaryType', 53 => 'App\\Form\\Base\\UploadAllegatoType', 54 => 'App\\Form\\Base\\UsoType', 55 => 'App\\Form\\CalendarBackofficeType', 56 => 'App\\Form\\CalendarType', 57 => 'App\\Form\\CertificatoMatrimonio\\DatiAttoType', 58 => 'App\\Form\\CertificatoMorte\\DatiAttoType', 59 => 'App\\Form\\ChangePasswordType', 60 => 'App\\Form\\DateTimeIntervalType', 61 => 'App\\Form\\DocumentAPIType', 62 => 'App\\Form\\EstrattoMatrimonio\\DatiAttoType', 63 => 'App\\Form\\EstrattoMorte\\DatiAttoType', 64 => 'App\\Form\\ExternalCalendarType', 65 => 'App\\Form\\FeedbackMessageType', 66 => 'App\\Form\\FeedbackMessagesFormType', 67 => 'App\\Form\\FlowStepType', 68 => 'App\\Form\\FolderType', 69 => 'App\\Form\\FormIO\\FormIORenderType', 70 => 'App\\Form\\GatewayType', 71 => 'App\\Form\\I18n\\I18nJsonType', 72 => 'App\\Form\\I18n\\I18nTextType', 73 => 'App\\Form\\I18n\\I18nTextareaType', 74 => 'App\\Form\\IOServiceParametersType', 75 => 'App\\Form\\IdCardType', 76 => 'App\\Form\\IntegrationsType', 77 => 'App\\Form\\IscrizioneRegistroAssociazioni\\AllegatiType', 78 => 'App\\Form\\IscrizioneRegistroAssociazioni\\ContributoType', 79 => 'App\\Form\\IscrizioneRegistroAssociazioni\\OrgRichiedenteType', 80 => 'App\\Form\\IscrizioneRegistroAssociazioni\\TipologiaAttivitaType', 81 => 'App\\Form\\MeetingType', 82 => 'App\\Form\\OccupazioneSuoloPubblico\\AllegatiType', 83 => 'App\\Form\\OccupazioneSuoloPubblico\\ImportoType', 84 => 'App\\Form\\OccupazioneSuoloPubblico\\OccupazioneType', 85 => 'App\\Form\\OccupazioneSuoloPubblico\\OrgRichiedenteType', 86 => 'App\\Form\\OccupazioneSuoloPubblico\\TempoOccupazioneType', 87 => 'App\\Form\\OccupazioneSuoloPubblico\\TipologiaOccupazioneType', 88 => 'App\\Form\\OpeningHourType', 89 => 'App\\Form\\Operatore\\Base\\ApplicationOutcomeType', 90 => 'App\\Form\\Operatore\\Base\\ApprovaORigettaType', 91 => 'App\\Form\\Operatore\\Base\\SignedAllegatoType', 92 => 'App\\Form\\Operatore\\Base\\UploadAllegatoOperatoreType', 93 => 'App\\Form\\Operatore\\Base\\UploadRispostaOperatoreType', 94 => 'App\\Form\\Operatore\\CertificatoNascita\\UploadCertificatoNascitaType', 95 => 'App\\Form\\OperatoreUserType', 96 => 'App\\Form\\PaymentOutcomeType', 97 => 'App\\Form\\PaymentParametersType', 98 => 'App\\Form\\ProfileUserType', 99 => 'App\\Form\\Rest\\ApplicationBackofficeFormType', 100 => 'App\\Form\\Rest\\ApplicationFormType', 101 => 'App\\Form\\Rest\\FileType', 102 => 'App\\Form\\Rest\\MessageFormType', 103 => 'App\\Form\\Rest\\Transition\\OutcomeFormType', 104 => 'App\\Form\\Rest\\Transition\\RequestIntegrationFormType', 105 => 'App\\Form\\Scia\\PraticaEdiliziaAllegatiModuloSciaType', 106 => 'App\\Form\\Scia\\PraticaEdiliziaAllegatiTecniciType', 107 => 'App\\Form\\Scia\\PraticaEdiliziaModuloSciaType', 108 => 'App\\Form\\Scia\\PraticaEdiliziaProvvedimentiType', 109 => 'App\\Form\\Scia\\PraticaEdiliziaSoggettiType', 110 => 'App\\Form\\Scia\\PraticaEdiliziaVincoliType', 111 => 'App\\Form\\Security\\NewPasswordType', 112 => 'App\\Form\\Security\\PasswordRequestType', 113 => 'App\\Form\\ServizioFormType', 114 => 'App\\Form\\SubscriberMessageType', 115 => 'App\\Form\\SubscriberType', 116 => 'App\\Form\\SubscriptionPaymentType', 117 => 'App\\Form\\SubscriptionServiceType', 118 => 'App\\Form\\SubscriptionType', 119 => 'App\\Form\\TagsType', 120 => 'App\\Form\\TenantType', 121 => 'App\\Form\\UserAPIFormType', 122 => 'App\\FormIO\\FormIOType', 123 => 'App\\Form\\Scia\\PraticaEdiliziaUlterioriAllegatiTecniciType', 124 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType', 125 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType', 126 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType', 127 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType', 128 => 'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType', 129 => 'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type', 130 => 'Vich\\UploaderBundle\\Form\\Type\\VichFileType', 131 => 'Vich\\UploaderBundle\\Form\\Type\\VichImageType'], [0 => 'App\\Form\\Extension\\HelpDataTypeExtension', 1 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension', 2 => 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension', 3 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension', 4 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension', 5 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension', 6 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension', 7 => 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension', 8 => 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension', 9 => 'Craue\\FormFlowBundle\\Form\\Extension\\FormFlowFormExtension', 10 => 'Craue\\FormFlowBundle\\Form\\Extension\\FormFlowHiddenFieldExtension', 11 => 'Exercise\\HTMLPurifierBundle\\Form\\TypeExtension\\HTMLPurifierTextTypeExtension', 12 => 'Nelmio\\ApiDocBundle\\Form\\Extension\\DocumentationExtension'], [0 => 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser', 1 => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:form');
return $instance;
}
/**
* Gets the private 'console.command.router_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
*/
protected function getConsole_Command_RouterDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
$this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:router');
return $instance;
}
/**
* Gets the private 'console.command.router_match' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
*/
protected function getConsole_Command_RouterMatchService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
$this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
$instance->setName('router:match');
return $instance;
}
/**
* Gets the private 'console.command.secrets_decrypt_to_local' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
*/
protected function getConsole_Command_SecretsDecryptToLocalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__, 4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:decrypt-to-local');
return $instance;
}
/**
* Gets the private 'console.command.secrets_encrypt_from_local' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
*/
protected function getConsole_Command_SecretsEncryptFromLocalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__, 4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:encrypt-from-local');
return $instance;
}
/**
* Gets the private 'console.command.secrets_generate_key' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
*/
protected function getConsole_Command_SecretsGenerateKeyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__, 4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:generate-keys');
return $instance;
}
/**
* Gets the private 'console.command.secrets_list' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
*/
protected function getConsole_Command_SecretsListService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__, 4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:list');
return $instance;
}
/**
* Gets the private 'console.command.secrets_remove' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
*/
protected function getConsole_Command_SecretsRemoveService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__, 4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:remove');
return $instance;
}
/**
* Gets the private 'console.command.secrets_set' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
*/
protected function getConsole_Command_SecretsSetService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__, 4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:set');
return $instance;
}
/**
* Gets the private 'console.command.translation_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
*/
protected function getConsole_Command_TranslationDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
$this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__, 4).'/translations'), (\dirname(__DIR__, 4).'/templates'), [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations')], [0 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 2 => (\dirname(__DIR__, 4).'/src/BackOffice/CalendarsBackOffice.php'), 3 => (\dirname(__DIR__, 4).'/src/BackOffice/SubcriptionPaymentsBackOffice.php'), 4 => (\dirname(__DIR__, 4).'/src/BackOffice/SubcriptionsBackOffice.php'), 5 => (\dirname(__DIR__, 4).'/src/Controller/Rest/DocumentsAPIController.php'), 6 => (\dirname(__DIR__, 4).'/src/Controller/Rest/FoldersAPIController.php'), 7 => (\dirname(__DIR__, 4).'/src/Services/PraticaIntegrationService.php'), 8 => (\dirname(__DIR__, 4).'/src/Controller/Rest/MeetingsAPIController.php'), 9 => (\dirname(__DIR__, 4).'/src/Controller/Rest/TenantAPIController.php'), 10 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Backend/AdminController.php'), 11 => (\dirname(__DIR__, 4).'/src/DataTable/Traits/FiltersTrait.php'), 12 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Backend/CalendarsController.php'), 13 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Backend/CategoryController.php'), 14 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Backend/GeographicAreaController.php'), 15 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Backend/OperatoriController.php'), 16 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Backend/PlaceController.php'), 17 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Backend/RecipientController.php'), 18 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Backend/SecurityController.php'), 19 => (\dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php'), 20 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Backend/ServiceController.php'), 21 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Backend/ServiceGroupController.php'), 22 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Backend/SubscriberController.php'), 23 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Backend/UserGroupController.php'), 24 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Backend/WebhookController.php'), 25 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Frontend/AllegatoController.php'), 26 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Frontend/DefaultController.php'), 27 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Frontend/DocumentController.php'), 28 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Frontend/PraticheController.php'), 29 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Frontend/ServiziController.php'), 30 => (\dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php'), 31 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Frontend/SubscriptionServicesController.php'), 32 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Frontend/SubscriptionsController.php'), 33 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Frontend/UserController.php'), 34 => (\dirname(__DIR__, 4).'/src/EventListener/MeetingLifeCycleListener.php'), 35 => (\dirname(__DIR__, 4).'/src/Services/ReminderService.php'), 36 => (\dirname(__DIR__, 4).'/src/EventListener/StatusMessagePraticaListener.php'), 37 => (\dirname(__DIR__, 4).'/src/Form/Admin/CategoryType.php'), 38 => (\dirname(__DIR__, 4).'/src/Form/Admin/Ente/EnteType.php'), 39 => (\dirname(__DIR__, 4).'/src/Form/Admin/ServiceGroup/ServiceGroupType.php'), 40 => (\dirname(__DIR__, 4).'/src/Form/Admin/Servizio/CardDataType.php'), 41 => (\dirname(__DIR__, 4).'/src/Form/Admin/Servizio/GeneralDataType.php'), 42 => (\dirname(__DIR__, 4).'/src/Form/Admin/Servizio/IntegrationsDataType.php'), 43 => (\dirname(__DIR__, 4).'/src/Form/Admin/Servizio/PaymentDataType.php'), 44 => (\dirname(__DIR__, 4).'/src/Form/Api/CategoryApiType.php'), 45 => (\dirname(__DIR__, 4).'/src/Form/CalendarBackofficeType.php'), 46 => (\dirname(__DIR__, 4).'/src/Form/ChangePasswordType.php'), 47 => (\dirname(__DIR__, 4).'/src/Form/DocumentAPIType.php'), 48 => (\dirname(__DIR__, 4).'/src/Form/Extension/TestiAccompagnatoriProcedura.php'), 49 => (\dirname(__DIR__, 4).'/src/Form/ExternalCalendarType.php'), 50 => (\dirname(__DIR__, 4).'/src/Form/FormIO/FormIORenderType.php'), 51 => (\dirname(__DIR__, 4).'/src/Form/OpeningHourType.php'), 52 => (\dirname(__DIR__, 4).'/src/Form/Security/NewPasswordType.php'), 53 => (\dirname(__DIR__, 4).'/src/Form/ServizioFormType.php'), 54 => (\dirname(__DIR__, 4).'/src/Form/SubscriptionPaymentType.php'), 55 => (\dirname(__DIR__, 4).'/src/Form/SubscriptionServiceType.php'), 56 => (\dirname(__DIR__, 4).'/src/Payment/Gateway/GenericExternalPay.php'), 57 => (\dirname(__DIR__, 4).'/src/Payment/Gateway/MyPay.php'), 58 => (\dirname(__DIR__, 4).'/src/Services/Manager/MessageManager.php'), 59 => (\dirname(__DIR__, 4).'/src/Services/Manager/PraticaManager.php'), 60 => (\dirname(__DIR__, 4).'/src/Services/Manager/ServiceManager.php'), 61 => (\dirname(__DIR__, 4).'/src/Services/Manager/UserManager.php'), 62 => (\dirname(__DIR__, 4).'/src/Services/MeetingService.php'), 63 => (\dirname(__DIR__, 4).'/src/Services/ModuloPdfBuilderService.php'), 64 => (\dirname(__DIR__, 4).'/src/Services/PraticaPlaceholderService.php'), 65 => (\dirname(__DIR__, 4).'/src/Services/PraticaStatusService.php'), 66 => (\dirname(__DIR__, 4).'/src/Services/SubscriptionsService.php'), 67 => (\dirname(__DIR__, 4).'/src/Validator/Constraints/ValidMimeTypeValidator.php'), 68 => (\dirname(__DIR__, 4).'/src/Services/MailerService.php'), 69 => (\dirname(__DIR__, 4).'/src/Services/IOService.php'), 70 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 71 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 72 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 73 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 74 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 75 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 76 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 77 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 78 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 79 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php'), 80 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/EventListener/PreviousStepInvalidEventListener.php'), 81 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/EventListener/EventListenerWithTranslatorTrait.php'), 82 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/EventListener/FlowExpiredEventListener.php'), 83 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/EventListener/EventListenerWithTranslatorTrait.php'), 84 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php'), 85 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Exporter/DataTableExporterManager.php'), 86 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 87 => (\dirname(__DIR__, 4).'/src/Twig/TimeAgo.php'), 88 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Twig/DataTablesExtension.php'), 89 => (\dirname(__DIR__, 4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php'), 90 => (\dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 91 => (\dirname(__DIR__, 4).'/src/Command/GeneratePdfCommand.php'), 92 => (\dirname(__DIR__, 4).'/src/Command/RemoveTooManyPdfCommand.php'), 93 => (\dirname(__DIR__, 4).'/src/Command/ScheduledActionCommand.php')]);
$instance->setName('debug:translation');
return $instance;
}
/**
* Gets the private 'console.command.translation_update' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
*/
protected function getConsole_Command_TranslationUpdateService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
$a = new \Symfony\Component\Translation\Writer\TranslationWriter();
$a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
$a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
$a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
$a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
$a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
$a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
$a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
$a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
$a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
$a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
$a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
$this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'it', (\dirname(__DIR__, 4).'/translations'), (\dirname(__DIR__, 4).'/templates'), [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations')], [0 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 2 => (\dirname(__DIR__, 4).'/src/BackOffice/CalendarsBackOffice.php'), 3 => (\dirname(__DIR__, 4).'/src/BackOffice/SubcriptionPaymentsBackOffice.php'), 4 => (\dirname(__DIR__, 4).'/src/BackOffice/SubcriptionsBackOffice.php'), 5 => (\dirname(__DIR__, 4).'/src/Controller/Rest/DocumentsAPIController.php'), 6 => (\dirname(__DIR__, 4).'/src/Controller/Rest/FoldersAPIController.php'), 7 => (\dirname(__DIR__, 4).'/src/Services/PraticaIntegrationService.php'), 8 => (\dirname(__DIR__, 4).'/src/Controller/Rest/MeetingsAPIController.php'), 9 => (\dirname(__DIR__, 4).'/src/Controller/Rest/TenantAPIController.php'), 10 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Backend/AdminController.php'), 11 => (\dirname(__DIR__, 4).'/src/DataTable/Traits/FiltersTrait.php'), 12 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Backend/CalendarsController.php'), 13 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Backend/CategoryController.php'), 14 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Backend/GeographicAreaController.php'), 15 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Backend/OperatoriController.php'), 16 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Backend/PlaceController.php'), 17 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Backend/RecipientController.php'), 18 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Backend/SecurityController.php'), 19 => (\dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php'), 20 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Backend/ServiceController.php'), 21 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Backend/ServiceGroupController.php'), 22 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Backend/SubscriberController.php'), 23 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Backend/UserGroupController.php'), 24 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Backend/WebhookController.php'), 25 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Frontend/AllegatoController.php'), 26 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Frontend/DefaultController.php'), 27 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Frontend/DocumentController.php'), 28 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Frontend/PraticheController.php'), 29 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Frontend/ServiziController.php'), 30 => (\dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php'), 31 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Frontend/SubscriptionServicesController.php'), 32 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Frontend/SubscriptionsController.php'), 33 => (\dirname(__DIR__, 4).'/src/Controller/Ui/Frontend/UserController.php'), 34 => (\dirname(__DIR__, 4).'/src/EventListener/MeetingLifeCycleListener.php'), 35 => (\dirname(__DIR__, 4).'/src/Services/ReminderService.php'), 36 => (\dirname(__DIR__, 4).'/src/EventListener/StatusMessagePraticaListener.php'), 37 => (\dirname(__DIR__, 4).'/src/Form/Admin/CategoryType.php'), 38 => (\dirname(__DIR__, 4).'/src/Form/Admin/Ente/EnteType.php'), 39 => (\dirname(__DIR__, 4).'/src/Form/Admin/ServiceGroup/ServiceGroupType.php'), 40 => (\dirname(__DIR__, 4).'/src/Form/Admin/Servizio/CardDataType.php'), 41 => (\dirname(__DIR__, 4).'/src/Form/Admin/Servizio/GeneralDataType.php'), 42 => (\dirname(__DIR__, 4).'/src/Form/Admin/Servizio/IntegrationsDataType.php'), 43 => (\dirname(__DIR__, 4).'/src/Form/Admin/Servizio/PaymentDataType.php'), 44 => (\dirname(__DIR__, 4).'/src/Form/Api/CategoryApiType.php'), 45 => (\dirname(__DIR__, 4).'/src/Form/CalendarBackofficeType.php'), 46 => (\dirname(__DIR__, 4).'/src/Form/ChangePasswordType.php'), 47 => (\dirname(__DIR__, 4).'/src/Form/DocumentAPIType.php'), 48 => (\dirname(__DIR__, 4).'/src/Form/Extension/TestiAccompagnatoriProcedura.php'), 49 => (\dirname(__DIR__, 4).'/src/Form/ExternalCalendarType.php'), 50 => (\dirname(__DIR__, 4).'/src/Form/FormIO/FormIORenderType.php'), 51 => (\dirname(__DIR__, 4).'/src/Form/OpeningHourType.php'), 52 => (\dirname(__DIR__, 4).'/src/Form/Security/NewPasswordType.php'), 53 => (\dirname(__DIR__, 4).'/src/Form/ServizioFormType.php'), 54 => (\dirname(__DIR__, 4).'/src/Form/SubscriptionPaymentType.php'), 55 => (\dirname(__DIR__, 4).'/src/Form/SubscriptionServiceType.php'), 56 => (\dirname(__DIR__, 4).'/src/Payment/Gateway/GenericExternalPay.php'), 57 => (\dirname(__DIR__, 4).'/src/Payment/Gateway/MyPay.php'), 58 => (\dirname(__DIR__, 4).'/src/Services/Manager/MessageManager.php'), 59 => (\dirname(__DIR__, 4).'/src/Services/Manager/PraticaManager.php'), 60 => (\dirname(__DIR__, 4).'/src/Services/Manager/ServiceManager.php'), 61 => (\dirname(__DIR__, 4).'/src/Services/Manager/UserManager.php'), 62 => (\dirname(__DIR__, 4).'/src/Services/MeetingService.php'), 63 => (\dirname(__DIR__, 4).'/src/Services/ModuloPdfBuilderService.php'), 64 => (\dirname(__DIR__, 4).'/src/Services/PraticaPlaceholderService.php'), 65 => (\dirname(__DIR__, 4).'/src/Services/PraticaStatusService.php'), 66 => (\dirname(__DIR__, 4).'/src/Services/SubscriptionsService.php'), 67 => (\dirname(__DIR__, 4).'/src/Validator/Constraints/ValidMimeTypeValidator.php'), 68 => (\dirname(__DIR__, 4).'/src/Services/MailerService.php'), 69 => (\dirname(__DIR__, 4).'/src/Services/IOService.php'), 70 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 71 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 72 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 73 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 74 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 75 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 76 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 77 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 78 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 79 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php'), 80 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/EventListener/PreviousStepInvalidEventListener.php'), 81 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/EventListener/EventListenerWithTranslatorTrait.php'), 82 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/EventListener/FlowExpiredEventListener.php'), 83 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/EventListener/EventListenerWithTranslatorTrait.php'), 84 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php'), 85 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Exporter/DataTableExporterManager.php'), 86 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 87 => (\dirname(__DIR__, 4).'/src/Twig/TimeAgo.php'), 88 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Twig/DataTablesExtension.php'), 89 => (\dirname(__DIR__, 4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php'), 90 => (\dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 91 => (\dirname(__DIR__, 4).'/src/Command/GeneratePdfCommand.php'), 92 => (\dirname(__DIR__, 4).'/src/Command/RemoveTooManyPdfCommand.php'), 93 => (\dirname(__DIR__, 4).'/src/Command/ScheduledActionCommand.php')]);
$instance->setName('translation:update');
return $instance;
}
/**
* Gets the private 'console.command.xliff_lint' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
*/
protected function getConsole_Command_XliffLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
$this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
$instance->setName('lint:xliff');
return $instance;
}
/**
* Gets the private 'console.command.yaml_lint' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
*/
protected function getConsole_Command_YamlLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/yaml/Command/LintCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
$this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
$instance->setName('lint:yaml');
return $instance;
}
/**
* Gets the private 'console.error_listener' shared service.
*
* @return \Symfony\Component\Console\EventListener\ErrorListener
*/
protected function getConsole_ErrorListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/EventListener/ErrorListener.php';
$a = new \Symfony\Bridge\Monolog\Logger('console');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushProcessor(($this->privates['monolog_processor'] ?? ($this->privates['monolog_processor'] = new \Monolog\Processor\PsrLogMessageProcessor())));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.filter_errors'] ?? $this->getMonolog_Handler_FilterErrorsService()));
$a->pushHandler(($this->privates['monolog.handler.all_logs'] ?? $this->getMonolog_Handler_AllLogsService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
}
/**
* Gets the private 'container.env_var_processor' shared service.
*
* @return \Symfony\Component\DependencyInjection\EnvVarProcessor
*/
protected function getContainer_EnvVarProcessorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
yield 0 => ($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__, 4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'))));
}, 1));
}
/**
* Gets the private 'craue.form.flow.event_listener.flow_expired' shared service.
*
* @return \Craue\FormFlowBundle\EventListener\FlowExpiredEventListener
*/
protected function getCraue_Form_Flow_EventListener_FlowExpiredService()
{
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/EventListener/EventListenerWithTranslatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/EventListener/FlowExpiredEventListener.php';
$this->privates['craue.form.flow.event_listener.flow_expired'] = $instance = new \Craue\FormFlowBundle\EventListener\FlowExpiredEventListener();
$instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
return $instance;
}
/**
* Gets the private 'craue.form.flow.event_listener.previous_step_invalid' shared service.
*
* @return \Craue\FormFlowBundle\EventListener\PreviousStepInvalidEventListener
*/
protected function getCraue_Form_Flow_EventListener_PreviousStepInvalidService()
{
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/EventListener/EventListenerWithTranslatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/EventListener/PreviousStepInvalidEventListener.php';
$this->privates['craue.form.flow.event_listener.previous_step_invalid'] = $instance = new \Craue\FormFlowBundle\EventListener\PreviousStepInvalidEventListener();
$instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
return $instance;
}
/**
* 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 'debug.argument_resolver.default' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_NotTaggedControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.12VcDGM'] ?? $this->get_ServiceLocator_12VcDGMService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.request' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_RequestService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.request_attribute' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_RequestAttributeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.service' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_ServiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.12VcDGM'] ?? $this->get_ServiceLocator_12VcDGMService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.session' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_SessionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.variadic' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_VariadicService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.debug_handlers_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
*/
protected function getDebug_DebugHandlersListenerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('php');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushProcessor(($this->privates['monolog_processor'] ?? ($this->privates['monolog_processor'] = new \Monolog\Processor\PsrLogMessageProcessor())));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.filter_errors'] ?? $this->getMonolog_Handler_FilterErrorsService()));
$a->pushHandler(($this->privates['monolog.handler.all_logs'] ?? $this->getMonolog_Handler_AllLogsService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
}
/**
* Gets the private 'debug.dump_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DumpListener
*/
protected function getDebug_DumpListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__, 4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
}
/**
* Gets the private 'debug.file_link_formatter' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
*/
protected function getDebug_FileLinkFormatterService()
{
return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__, 4), function () {
return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
});
}
/**
* Gets the private 'debug.file_link_formatter.url_format' shared service.
*
* @return \string
*/
protected function getDebug_FileLinkFormatter_UrlFormatService()
{
return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file', '?file=%f&line=%l#line%l');
}
/**
* Gets the private 'debug.log_processor' shared service.
*
* @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
*/
protected function getDebug_LogProcessorService()
{
return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'debug.security.access.decision_manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManagerService()
{
return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
yield 3 => ($this->privates['debug.security.voter.App\\Security\\Voters\\ApplicationVoter'] ?? $this->getApplicationVoterService());
yield 4 => ($this->privates['debug.security.voter.App\\Security\\Voters\\AttachmentVoter'] ?? $this->getAttachmentVoterService());
yield 5 => ($this->privates['debug.security.voter.App\\Security\\Voters\\BackofficeVoter'] ?? $this->getBackofficeVoterService());
yield 6 => ($this->privates['debug.security.voter.App\\Security\\Voters\\CalendarVoter'] ?? $this->getCalendarVoterService());
yield 7 => ($this->privates['debug.security.voter.App\\Security\\Voters\\DocumentVoter'] ?? $this->getDocumentVoterService());
yield 8 => ($this->privates['debug.security.voter.App\\Security\\Voters\\FolderVoter'] ?? $this->getFolderVoterService());
yield 9 => ($this->privates['debug.security.voter.App\\Security\\Voters\\MeetingVoter'] ?? $this->getMeetingVoterService());
yield 10 => ($this->privates['debug.security.voter.App\\Security\\Voters\\MessageVoter'] ?? $this->getMessageVoterService());
yield 11 => ($this->privates['debug.security.voter.App\\Security\\Voters\\SubscriberVoter'] ?? $this->getSubscriberVoterService());
yield 12 => ($this->privates['debug.security.voter.App\\Security\\Voters\\SubscriptionVoter'] ?? $this->getSubscriptionVoterService());
yield 13 => ($this->privates['debug.security.voter.App\\Security\\Voters\\UserVoter'] ?? $this->getUserVoterService());
}, 14), 'affirmative', false, true));
}
/**
* Gets the private 'debug.security.firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
*/
protected function getDebug_Security_FirewallService()
{
return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
}
/**
* Gets the private 'debug.security.user_value_resolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_Security_UserValueResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.security.voter.App\Security\Voters\ApplicationVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getApplicationVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/src/Security/Voters/ApplicationVoter.php';
include_once \dirname(__DIR__, 4).'/src/Handlers/Servizio/ServizioHandlerRegistry.php';
return $this->privates['debug.security.voter.App\\Security\\Voters\\ApplicationVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voters\ApplicationVoter(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['App\\Handlers\\Servizio\\ServizioHandlerRegistry'] ?? ($this->services['App\\Handlers\\Servizio\\ServizioHandlerRegistry'] = new \App\Handlers\Servizio\ServizioHandlerRegistry()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.App\Security\Voters\AttachmentVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getAttachmentVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/src/Security/Voters/AttachmentVoter.php';
return $this->privates['debug.security.voter.App\\Security\\Voters\\AttachmentVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voters\AttachmentVoter(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['session'] ?? $this->getSessionService()), $this->getEnv('HASH_VALIDITY')), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.App\Security\Voters\BackofficeVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getBackofficeVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/src/Security/Voters/BackofficeVoter.php';
return $this->privates['debug.security.voter.App\\Security\\Voters\\BackofficeVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voters\BackofficeVoter(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.App\Security\Voters\CalendarVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getCalendarVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/src/Security/Voters/CalendarVoter.php';
return $this->privates['debug.security.voter.App\\Security\\Voters\\CalendarVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voters\CalendarVoter(($this->privates['security.helper'] ?? $this->getSecurity_HelperService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.App\Security\Voters\DocumentVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDocumentVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/src/Security/Voters/DocumentVoter.php';
return $this->privates['debug.security.voter.App\\Security\\Voters\\DocumentVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voters\DocumentVoter(($this->privates['security.helper'] ?? $this->getSecurity_HelperService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.App\Security\Voters\FolderVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getFolderVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/src/Security/Voters/FolderVoter.php';
return $this->privates['debug.security.voter.App\\Security\\Voters\\FolderVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voters\FolderVoter(($this->privates['security.helper'] ?? $this->getSecurity_HelperService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.App\Security\Voters\MeetingVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getMeetingVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/src/Security/Voters/MeetingVoter.php';
return $this->privates['debug.security.voter.App\\Security\\Voters\\MeetingVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voters\MeetingVoter(($this->privates['security.helper'] ?? $this->getSecurity_HelperService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.App\Security\Voters\MessageVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getMessageVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/src/Security/Voters/MessageVoter.php';
return $this->privates['debug.security.voter.App\\Security\\Voters\\MessageVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voters\MessageVoter(($this->privates['security.helper'] ?? $this->getSecurity_HelperService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.App\Security\Voters\SubscriberVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getSubscriberVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/src/Security/Voters/SubscriberVoter.php';
return $this->privates['debug.security.voter.App\\Security\\Voters\\SubscriberVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voters\SubscriberVoter(($this->privates['security.helper'] ?? $this->getSecurity_HelperService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.App\Security\Voters\SubscriptionVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getSubscriptionVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/src/Security/Voters/SubscriptionVoter.php';
return $this->privates['debug.security.voter.App\\Security\\Voters\\SubscriptionVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voters\SubscriptionVoter(($this->privates['security.helper'] ?? $this->getSecurity_HelperService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.App\Security\Voters\UserVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getUserVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/src/Security/Voters/UserVoter.php';
return $this->privates['debug.security.voter.App\\Security\\Voters\\UserVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voters\UserVoter(($this->privates['security.helper'] ?? $this->getSecurity_HelperService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULL, NULL)))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULL, NULL))), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'debug.security.voter.vote_listener' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
*/
protected function getDebug_Security_Voter_VoteListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
}
/**
* Gets the private 'doctrine.cache_clear_metadata_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
*/
protected function getDoctrine_CacheClearMetadataCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
$this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-metadata');
return $instance;
}
/**
* Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
*/
protected function getDoctrine_CacheClearQueryCacheCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
$this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-query');
return $instance;
}
/**
* Gets the private 'doctrine.cache_clear_result_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
*/
protected function getDoctrine_CacheClearResultCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
$this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-result');
return $instance;
}
/**
* Gets the private 'doctrine.cache_collection_region_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
*/
protected function getDoctrine_CacheCollectionRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
$this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-collection-region');
return $instance;
}
/**
* Gets the private 'doctrine.clear_entity_region_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
*/
protected function getDoctrine_ClearEntityRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
$this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-entity-region');
return $instance;
}
/**
* Gets the private 'doctrine.clear_query_region_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
*/
protected function getDoctrine_ClearQueryRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
$this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-query-region');
return $instance;
}
/**
* Gets the private 'doctrine.database_create_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
*/
protected function getDoctrine_DatabaseCreateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
$this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setName('doctrine:database:create');
return $instance;
}
/**
* Gets the private 'doctrine.database_drop_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
*/
protected function getDoctrine_DatabaseDropCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
$this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setName('doctrine:database:drop');
return $instance;
}
/**
* Gets the private 'doctrine.database_import_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
*/
protected function getDoctrine_DatabaseImportCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
$this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
$instance->setName('doctrine:database:import');
return $instance;
}
/**
* Gets the private 'doctrine.ensure_production_settings_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
*/
protected function getDoctrine_EnsureProductionSettingsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
$this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:ensure-production-settings');
return $instance;
}
/**
* Gets the private 'doctrine.fixtures_load_command' shared service.
*
* @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
*/
protected function getDoctrine_FixturesLoadCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
include_once \dirname(__DIR__, 4).'/src/DataFixtures/AppFixtures.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
$a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
$a->addFixtures([0 => ['fixture' => new \App\DataFixtures\AppFixtures(), 'groups' => []]]);
$this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()]);
$instance->setName('doctrine:fixtures:load');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_convert_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
*/
protected function getDoctrine_MappingConvertCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
$this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:mapping:convert');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_import_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
*/
protected function getDoctrine_MappingImportCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
$this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
$instance->setName('doctrine:mapping:import');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_info_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
*/
protected function getDoctrine_MappingInfoCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
$this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:mapping:info');
return $instance;
}
/**
* Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
*/
protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService())->getMigrationFactory(), $this);
}
/**
* Gets the private 'doctrine.migrations.dependency_factory' shared service.
*
* @return \Doctrine\Migrations\DependencyFactory
*/
protected function getDoctrine_Migrations_DependencyFactoryService()
{
$a = new \Doctrine\Migrations\Configuration\Configuration();
$b = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
$b->setTableName('migration_versions');
$a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__, 4).'/migrations'));
$a->setAllOrNothing(false);
$a->setCheckDatabasePlatform(true);
$a->setTransactional(true);
$a->setMetadataStorageConfiguration($b);
$this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
});
return $instance;
}
/**
* Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
*/
protected function getDoctrine_Orm_Command_EntityManagerProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
*/
protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
{
return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Entity'), 1 => (\dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Translatable/Entity'), 2 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Entity')]);
}
/**
* Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
*
* @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
*/
protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
*
* @return \Doctrine\ORM\Tools\AttachEntityListenersListener
*/
protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
}
/**
* Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
*/
protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
{
$this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__, 4).'/vendor/anyx/login-gate-bundle/Resources/config/doctrine') => 'Anyx\\LoginGateBundle\\Entity']);
$instance->setGlobalBasename('mapping');
return $instance;
}
/**
* Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
*
* @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
*/
protected function getDoctrine_Orm_ProxyCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.orm.validator.unique' shared service.
*
* @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
*/
protected function getDoctrine_Orm_Validator_UniqueService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.query_dql_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
*/
protected function getDoctrine_QueryDqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
$this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:query:dql');
return $instance;
}
/**
* Gets the private 'doctrine.query_sql_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
*/
protected function getDoctrine_QuerySqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
$this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
$instance->setName('doctrine:query:sql');
return $instance;
}
/**
* Gets the private 'doctrine.schema_create_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
*/
protected function getDoctrine_SchemaCreateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
$this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:schema:create');
return $instance;
}
/**
* Gets the private 'doctrine.schema_drop_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
*/
protected function getDoctrine_SchemaDropCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
$this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:schema:drop');
return $instance;
}
/**
* Gets the private 'doctrine.schema_update_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
*/
protected function getDoctrine_SchemaUpdateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
$this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:schema:update');
return $instance;
}
/**
* Gets the private 'doctrine.schema_validate_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
*/
protected function getDoctrine_SchemaValidateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
$this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:schema:validate');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.current_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
*/
protected function getDoctrineMigrations_CurrentCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
$this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
$instance->setName('doctrine:migrations:current');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.diff_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
*/
protected function getDoctrineMigrations_DiffCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
$this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
$instance->setName('doctrine:migrations:diff');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.dump_schema_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
*/
protected function getDoctrineMigrations_DumpSchemaCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
$this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
$instance->setName('doctrine:migrations:dump-schema');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.execute_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
*/
protected function getDoctrineMigrations_ExecuteCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
$this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
$instance->setName('doctrine:migrations:execute');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.generate_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
*/
protected function getDoctrineMigrations_GenerateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
$this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
$instance->setName('doctrine:migrations:generate');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.latest_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
*/
protected function getDoctrineMigrations_LatestCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
$this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
$instance->setName('doctrine:migrations:latest');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.migrate_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
*/
protected function getDoctrineMigrations_MigrateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
$this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
$instance->setName('doctrine:migrations:migrate');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.rollup_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
*/
protected function getDoctrineMigrations_RollupCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
$this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
$instance->setName('doctrine:migrations:rollup');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.status_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
*/
protected function getDoctrineMigrations_StatusCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
$this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
$instance->setName('doctrine:migrations:status');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
*/
protected function getDoctrineMigrations_SyncMetadataCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
$this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
$instance->setName('doctrine:migrations:sync-metadata-storage');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.up_to_date_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
*/
protected function getDoctrineMigrations_UpToDateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
$this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
$instance->setName('doctrine:migrations:up-to-date');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.version_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
*/
protected function getDoctrineMigrations_VersionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
$this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
$instance->setName('doctrine:migrations:version');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.versions_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
*/
protected function getDoctrineMigrations_VersionsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
$this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
$instance->setName('doctrine:migrations:list');
return $instance;
}
/**
* Gets the private 'eight_points_guzzle.data_collector' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector
*/
protected function getEightPointsGuzzle_DataCollectorService()
{
return $this->privates['eight_points_guzzle.data_collector'] = new \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector([0 => ($this->privates['eight_points_guzzle.messages_logger'] ?? ($this->privates['eight_points_guzzle.messages_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), 1 => ($this->privates['eight_points_guzzle.protocollo_cct_logger'] ?? ($this->privates['eight_points_guzzle.protocollo_cct_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), 2 => ($this->privates['eight_points_guzzle.mypay_logger'] ?? ($this->privates['eight_points_guzzle.mypay_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), 3 => ($this->privates['eight_points_guzzle.giscom_logger'] ?? ($this->privates['eight_points_guzzle.giscom_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3)))], 0.0);
}
/**
* Gets the private 'error_handler.error_renderer.html' shared service.
*
* @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
*/
protected function getErrorHandler_ErrorRenderer_HtmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__, 4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'esi_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
*/
protected function getEsiListenerService()
{
return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
}
/**
* Gets the private 'ewz_recaptcha.recaptcha' shared service.
*
* @return \ReCaptcha\ReCaptcha
*/
protected function getEwzRecaptcha_RecaptchaService()
{
include_once \dirname(__DIR__, 4).'/vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php';
include_once \dirname(__DIR__, 4).'/vendor/google/recaptcha/src/ReCaptcha/RequestMethod.php';
include_once \dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Extension/ReCaptcha/RequestMethod/Post.php';
return $this->privates['ewz_recaptcha.recaptcha'] = new \ReCaptcha\ReCaptcha($this->getEnv('EWZ_RECAPTCHA_SECRET'), new \EWZ\Bundle\RecaptchaBundle\Extension\ReCaptcha\RequestMethod\Post('https://www.recaptcha.net', NULL));
}
/**
* Gets the private 'exception_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
*/
protected function getExceptionListenerService()
{
return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
}
/**
* Gets the private 'exercise_html_purifier.cache_warmer.serializer' shared service.
*
* @return \Exercise\HTMLPurifierBundle\CacheWarmer\SerializerCacheWarmer
*/
protected function getExerciseHtmlPurifier_CacheWarmer_SerializerService()
{
include_once \dirname(__DIR__, 4).'/vendor/exercise/htmlpurifier-bundle/src/CacheWarmer/SerializerCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
return $this->privates['exercise_html_purifier.cache_warmer.serializer'] = new \Exercise\HTMLPurifierBundle\CacheWarmer\SerializerCacheWarmer([0 => ($this->targetDir.''.'/htmlpurifier')], [0 => 'default'], ($this->privates['exercise_html_purifier.purifiers_registry'] ?? $this->getExerciseHtmlPurifier_PurifiersRegistryService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
}
/**
* Gets the private 'exercise_html_purifier.default' shared service.
*
* @return \HTMLPurifier
*/
protected function getExerciseHtmlPurifier_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/ezyang/htmlpurifier/library/HTMLPurifier.php';
include_once \dirname(__DIR__, 4).'/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php';
include_once \dirname(__DIR__, 4).'/vendor/exercise/htmlpurifier-bundle/src/HTMLPurifierConfigFactory.php';
return $this->privates['exercise_html_purifier.default'] = new \HTMLPurifier(\Exercise\HTMLPurifierBundle\HTMLPurifierConfigFactory::create('default', ['Core.Encoding' => 'UTF-8', 'Cache.SerializerPath' => ($this->targetDir.''.'/htmlpurifier'), 'Cache.SerializerPermissions' => 493], NULL, [], [], [], []));
}
/**
* Gets the private 'exercise_html_purifier.form.text_type_extension' shared service.
*
* @return \Exercise\HTMLPurifierBundle\Form\TypeExtension\HTMLPurifierTextTypeExtension
*/
protected function getExerciseHtmlPurifier_Form_TextTypeExtensionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/exercise/htmlpurifier-bundle/src/Form/TypeExtension/HTMLPurifierTextTypeExtension.php';
return $this->privates['exercise_html_purifier.form.text_type_extension'] = new \Exercise\HTMLPurifierBundle\Form\TypeExtension\HTMLPurifierTextTypeExtension(($this->privates['exercise_html_purifier.purifiers_registry'] ?? $this->getExerciseHtmlPurifier_PurifiersRegistryService()));
}
/**
* Gets the private 'exercise_html_purifier.purifiers_registry' shared service.
*
* @return \Exercise\HTMLPurifierBundle\HTMLPurifiersRegistry
*/
protected function getExerciseHtmlPurifier_PurifiersRegistryService()
{
include_once \dirname(__DIR__, 4).'/vendor/exercise/htmlpurifier-bundle/src/HTMLPurifiersRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/exercise/htmlpurifier-bundle/src/HTMLPurifiersRegistry.php';
return $this->privates['exercise_html_purifier.purifiers_registry'] = new \Exercise\HTMLPurifierBundle\HTMLPurifiersRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'default' => ['privates', 'exercise_html_purifier.default', 'getExerciseHtmlPurifier_DefaultService', false],
], [
'default' => '?',
]));
}
/**
* Gets the private 'exercise_html_purifier.twig.runtime' shared service.
*
* @return \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierRuntime
*/
protected function getExerciseHtmlPurifier_Twig_RuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierRuntime.php';
return $this->privates['exercise_html_purifier.twig.runtime'] = new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierRuntime(($this->privates['exercise_html_purifier.purifiers_registry'] ?? $this->getExerciseHtmlPurifier_PurifiersRegistryService()));
}
/**
* Gets the private 'flagception.activator.chain_activator' shared service.
*
* @return \Flagception\Bundle\FlagceptionBundle\Activator\TraceableChainActivator
*/
protected function getFlagception_Activator_ChainActivatorService()
{
$this->privates['flagception.activator.chain_activator'] = $instance = new \Flagception\Bundle\FlagceptionBundle\Activator\TraceableChainActivator();
$a = new \Flagception\Factory\ExpressionLanguageFactory();
$a->addProvider(new \Flagception\Constraint\Provider\DateProvider());
$a->addProvider(new \Flagception\Constraint\Provider\MatchProvider());
$instance->add(new \Flagception\Activator\ArrayActivator(['feature_new_outdatedbrowser' => false, 'feature_application_detail' => true, 'feature_calendar_type' => true, 'feature_analytics' => false, 'feature_service_identifier' => false]));
$instance->add(new \Flagception\Activator\EnvironmentActivator(['feature_new_outdatedbrowser' => 'FEATURE_NEW_OUTDATED_BROWSER', 'feature_application_detail' => 'FEATURE_APPLICATION_DETAIL', 'feature_calendar_type' => 'FEATURE_CALENDAR_TYPE', 'feature_analytics' => 'FEATURE_ANALYTICS', 'feature_service_identifier' => 'FEATURE_SERVICE_IDENTIFIER']));
$instance->add(new \Flagception\Activator\ConstraintActivator(new \Flagception\Constraint\ConstraintResolver($a->create()), []));
return $instance;
}
/**
* Gets the private 'form.choice_list_factory.cached' shared service.
*
* @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
*/
protected function getForm_ChoiceListFactory_CachedService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
}
/**
* Gets the private 'form.registry' shared service.
*
* @return \Symfony\Component\Form\FormRegistry
*/
protected function getForm_RegistryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([0 => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\FormIO\\FormIOType' => ['privates', 'App\\FormIO\\FormIOType', 'getFormIOTypeService', false],
'App\\Form\\AdditionalDataType' => ['privates', 'App\\Form\\AdditionalDataType', 'getAdditionalDataTypeService', false],
'App\\Form\\Admin\\CategoryType' => ['privates', 'App\\Form\\Admin\\CategoryType', 'getCategoryTypeService', false],
'App\\Form\\Admin\\ContactPointType' => ['privates', 'App\\Form\\Admin\\ContactPointType', 'getContactPointTypeService', false],
'App\\Form\\Admin\\Ente\\DefaultProtocolSettingsType' => ['privates', 'App\\Form\\Admin\\Ente\\DefaultProtocolSettingsType', 'getDefaultProtocolSettingsTypeService', false],
'App\\Form\\Admin\\Ente\\EnteType' => ['privates', 'App\\Form\\Admin\\Ente\\EnteType', 'getEnteTypeService', false],
'App\\Form\\Admin\\Ente\\MailerType' => ['privates', 'App\\Form\\Admin\\Ente\\MailerType', 'getMailerTypeService', false],
'App\\Form\\Admin\\Ente\\WebhookType' => ['privates', 'App\\Form\\Admin\\Ente\\WebhookType', 'getWebhookTypeService', false],
'App\\Form\\Admin\\GeographicAreaType' => ['privates', 'App\\Form\\Admin\\GeographicAreaType', 'getGeographicAreaTypeService', false],
'App\\Form\\Admin\\PlaceType' => ['privates', 'App\\Form\\Admin\\PlaceType', 'getPlaceTypeService', false],
'App\\Form\\Admin\\RecipientType' => ['privates', 'App\\Form\\Admin\\RecipientType', 'getRecipientTypeService', false],
'App\\Form\\Admin\\ServiceGroup\\ServiceGroupType' => ['privates', 'App\\Form\\Admin\\ServiceGroup\\ServiceGroupType', 'getServiceGroupTypeService', false],
'App\\Form\\Admin\\Servizio\\CardDataType' => ['privates', 'App\\Form\\Admin\\Servizio\\CardDataType', 'getCardDataTypeService', false],
'App\\Form\\Admin\\Servizio\\FeedbackMessagesDataType' => ['privates', 'App\\Form\\Admin\\Servizio\\FeedbackMessagesDataType', 'getFeedbackMessagesDataTypeService', false],
'App\\Form\\Admin\\Servizio\\FeedbackMessagesSettingsType' => ['privates', 'App\\Form\\Admin\\Servizio\\FeedbackMessagesSettingsType', 'getFeedbackMessagesSettingsTypeService', false],
'App\\Form\\Admin\\Servizio\\FormIOBuilderRenderType' => ['privates', 'App\\Form\\Admin\\Servizio\\FormIOBuilderRenderType', 'getFormIOBuilderRenderTypeService', false],
'App\\Form\\Admin\\Servizio\\FormIOI18nType' => ['privates', 'App\\Form\\Admin\\Servizio\\FormIOI18nType', 'getFormIOI18nTypeService', false],
'App\\Form\\Admin\\Servizio\\FormIOTemplateType' => ['privates', 'App\\Form\\Admin\\Servizio\\FormIOTemplateType', 'getFormIOTemplateTypeService', false],
'App\\Form\\Admin\\Servizio\\GeneralDataType' => ['privates', 'App\\Form\\Admin\\Servizio\\GeneralDataType', 'getGeneralDataTypeService', false],
'App\\Form\\Admin\\Servizio\\IOIntegrationDataType' => ['privates', 'App\\Form\\Admin\\Servizio\\IOIntegrationDataType', 'getIOIntegrationDataTypeService', false],
'App\\Form\\Admin\\Servizio\\IntegrationsDataType' => ['privates', 'App\\Form\\Admin\\Servizio\\IntegrationsDataType', 'getIntegrationsDataTypeService', false],
'App\\Form\\Admin\\Servizio\\PaymentDataType' => ['privates', 'App\\Form\\Admin\\Servizio\\PaymentDataType', 'getPaymentDataTypeService', false],
'App\\Form\\Admin\\Servizio\\ProtocolDataType' => ['privates', 'App\\Form\\Admin\\Servizio\\ProtocolDataType', 'getProtocolDataTypeService', false],
'App\\Form\\Admin\\Servizio\\TestType' => ['privates', 'App\\Form\\Admin\\Servizio\\TestType', 'getTestTypeService', false],
'App\\Form\\Admin\\UserGroupType' => ['privates', 'App\\Form\\Admin\\UserGroupType', 'getUserGroupTypeService', false],
'App\\Form\\AllegatoMeetingType' => ['privates', 'App\\Form\\AllegatoMeetingType', 'getAllegatoMeetingTypeService', false],
'App\\Form\\Api\\CategoryApiType' => ['privates', 'App\\Form\\Api\\CategoryApiType', 'getCategoryApiTypeService', false],
'App\\Form\\Api\\ContactPointApiType' => ['privates', 'App\\Form\\Api\\ContactPointApiType', 'getContactPointApiTypeService', false],
'App\\Form\\Api\\GeographicAreaApiType' => ['privates', 'App\\Form\\Api\\GeographicAreaApiType', 'getGeographicAreaApiTypeService', false],
'App\\Form\\Api\\PlaceApiType' => ['privates', 'App\\Form\\Api\\PlaceApiType', 'getPlaceApiTypeService', false],
'App\\Form\\Api\\PostalAddressApiType' => ['privates', 'App\\Form\\Api\\PostalAddressApiType', 'getPostalAddressApiTypeService', false],
'App\\Form\\Api\\RecipientApiType' => ['privates', 'App\\Form\\Api\\RecipientApiType', 'getRecipientApiTypeService', false],
'App\\Form\\Api\\UserGroupApiType' => ['privates', 'App\\Form\\Api\\UserGroupApiType', 'getUserGroupApiTypeService', false],
'App\\Form\\ApplicationMessageType' => ['privates', 'App\\Form\\ApplicationMessageType', 'getApplicationMessageTypeService', false],
'App\\Form\\ApplicationType' => ['privates', 'App\\Form\\ApplicationType', 'getApplicationTypeService', false],
'App\\Form\\AzioniOperatore\\AllegatoPraticaType' => ['privates', 'App\\Form\\AzioniOperatore\\AllegatoPraticaType', 'getAllegatoPraticaTypeService', false],
'App\\Form\\Base\\AccettazioneIstruzioniType' => ['privates', 'App\\Form\\Base\\AccettazioneIstruzioniType', 'getAccettazioneIstruzioniTypeService', false],
'App\\Form\\Base\\AllegatiType' => ['privates', 'App\\Form\\Base\\AllegatiType', 'getAllegatiTypeService', false],
'App\\Form\\Base\\AllegatoType' => ['privates', 'App\\Form\\Base\\AllegatoType', 'getAllegatoTypeService', false],
'App\\Form\\Base\\BlockQuoteType' => ['privates', 'App\\Form\\Base\\BlockQuoteType', 'getBlockQuoteTypeService', false],
'App\\Form\\Base\\CertificatoAnagraficoType' => ['privates', 'App\\Form\\Base\\CertificatoAnagraficoType', 'getCertificatoAnagraficoTypeService', false],
'App\\Form\\Base\\ChooseAllegatoType' => ['privates', 'App\\Form\\Base\\ChooseAllegatoType', 'getChooseAllegatoTypeService', false],
'App\\Form\\Base\\ComponenteNucleoFamiliareType' => ['privates', 'App\\Form\\Base\\ComponenteNucleoFamiliareType', 'getComponenteNucleoFamiliareTypeService', false],
'App\\Form\\Base\\DatiRichiedenteType' => ['privates', 'App\\Form\\Base\\DatiRichiedenteType', 'getDatiRichiedenteTypeService', false],
'App\\Form\\Base\\DatiTecnicoType' => ['privates', 'App\\Form\\Base\\DatiTecnicoType', 'getDatiTecnicoTypeService', false],
'App\\Form\\Base\\DelegaType' => ['privates', 'App\\Form\\Base\\DelegaType', 'getDelegaTypeService', false],
'App\\Form\\Base\\MessageType' => ['privates', 'App\\Form\\Base\\MessageType', 'getMessageTypeService', false],
'App\\Form\\Base\\NucleoFamiliareType' => ['privates', 'App\\Form\\Base\\NucleoFamiliareType', 'getNucleoFamiliareTypeService', false],
'App\\Form\\Base\\PaymentGatewayType' => ['privates', 'App\\Form\\Base\\PaymentGatewayType', 'getPaymentGatewayTypeService', false],
'App\\Form\\Base\\RecaptchaType' => ['privates', 'App\\Form\\Base\\RecaptchaType', 'getRecaptchaTypeService', false],
'App\\Form\\Base\\SelectPaymentGatewayType' => ['privates', 'App\\Form\\Base\\SelectPaymentGatewayType', 'getSelectPaymentGatewayTypeService', false],
'App\\Form\\Base\\SelezionaEnteType' => ['privates', 'App\\Form\\Base\\SelezionaEnteType', 'getSelezionaEnteTypeService', false],
'App\\Form\\Base\\SpecificaDelegaType' => ['privates', 'App\\Form\\Base\\SpecificaDelegaType', 'getSpecificaDelegaTypeService', false],
'App\\Form\\Base\\SummaryType' => ['privates', 'App\\Form\\Base\\SummaryType', 'getSummaryTypeService', false],
'App\\Form\\Base\\UploadAllegatoType' => ['privates', 'App\\Form\\Base\\UploadAllegatoType', 'getUploadAllegatoTypeService', false],
'App\\Form\\Base\\UsoType' => ['privates', 'App\\Form\\Base\\UsoType', 'getUsoTypeService', false],
'App\\Form\\CalendarBackofficeType' => ['privates', 'App\\Form\\CalendarBackofficeType', 'getCalendarBackofficeTypeService', false],
'App\\Form\\CalendarType' => ['privates', 'App\\Form\\CalendarType', 'getCalendarTypeService', false],
'App\\Form\\CertificatoMatrimonio\\DatiAttoType' => ['privates', 'App\\Form\\CertificatoMatrimonio\\DatiAttoType', 'getDatiAttoTypeService', false],
'App\\Form\\CertificatoMorte\\DatiAttoType' => ['privates', 'App\\Form\\CertificatoMorte\\DatiAttoType', 'getDatiAttoType2Service', false],
'App\\Form\\ChangePasswordType' => ['privates', 'App\\Form\\ChangePasswordType', 'getChangePasswordTypeService', false],
'App\\Form\\DateTimeIntervalType' => ['privates', 'App\\Form\\DateTimeIntervalType', 'getDateTimeIntervalTypeService', false],
'App\\Form\\DocumentAPIType' => ['privates', 'App\\Form\\DocumentAPIType', 'getDocumentAPITypeService', false],
'App\\Form\\EstrattoMatrimonio\\DatiAttoType' => ['privates', 'App\\Form\\EstrattoMatrimonio\\DatiAttoType', 'getDatiAttoType3Service', false],
'App\\Form\\EstrattoMorte\\DatiAttoType' => ['privates', 'App\\Form\\EstrattoMorte\\DatiAttoType', 'getDatiAttoType4Service', false],
'App\\Form\\ExternalCalendarType' => ['privates', 'App\\Form\\ExternalCalendarType', 'getExternalCalendarTypeService', false],
'App\\Form\\FeedbackMessageType' => ['privates', 'App\\Form\\FeedbackMessageType', 'getFeedbackMessageTypeService', false],
'App\\Form\\FeedbackMessagesFormType' => ['privates', 'App\\Form\\FeedbackMessagesFormType', 'getFeedbackMessagesFormTypeService', false],
'App\\Form\\FlowStepType' => ['privates', 'App\\Form\\FlowStepType', 'getFlowStepTypeService', false],
'App\\Form\\FolderType' => ['privates', 'App\\Form\\FolderType', 'getFolderTypeService', false],
'App\\Form\\FormIO\\FormIORenderType' => ['privates', 'App\\Form\\FormIO\\FormIORenderType', 'getFormIORenderTypeService', false],
'App\\Form\\GatewayType' => ['privates', 'App\\Form\\GatewayType', 'getGatewayTypeService', false],
'App\\Form\\I18n\\I18nJsonType' => ['privates', 'App\\Form\\I18n\\I18nJsonType', 'getI18nJsonTypeService', false],
'App\\Form\\I18n\\I18nTextType' => ['privates', 'App\\Form\\I18n\\I18nTextType', 'getI18nTextTypeService', false],
'App\\Form\\I18n\\I18nTextareaType' => ['privates', 'App\\Form\\I18n\\I18nTextareaType', 'getI18nTextareaTypeService', false],
'App\\Form\\IOServiceParametersType' => ['privates', 'App\\Form\\IOServiceParametersType', 'getIOServiceParametersTypeService', false],
'App\\Form\\IdCardType' => ['privates', 'App\\Form\\IdCardType', 'getIdCardTypeService', false],
'App\\Form\\IntegrationsType' => ['privates', 'App\\Form\\IntegrationsType', 'getIntegrationsTypeService', false],
'App\\Form\\IscrizioneRegistroAssociazioni\\AllegatiType' => ['privates', 'App\\Form\\IscrizioneRegistroAssociazioni\\AllegatiType', 'getAllegatiType2Service', false],
'App\\Form\\IscrizioneRegistroAssociazioni\\ContributoType' => ['privates', 'App\\Form\\IscrizioneRegistroAssociazioni\\ContributoType', 'getContributoTypeService', false],
'App\\Form\\IscrizioneRegistroAssociazioni\\OrgRichiedenteType' => ['privates', 'App\\Form\\IscrizioneRegistroAssociazioni\\OrgRichiedenteType', 'getOrgRichiedenteTypeService', false],
'App\\Form\\IscrizioneRegistroAssociazioni\\TipologiaAttivitaType' => ['privates', 'App\\Form\\IscrizioneRegistroAssociazioni\\TipologiaAttivitaType', 'getTipologiaAttivitaTypeService', false],
'App\\Form\\MeetingType' => ['privates', 'App\\Form\\MeetingType', 'getMeetingTypeService', false],
'App\\Form\\OccupazioneSuoloPubblico\\AllegatiType' => ['privates', 'App\\Form\\OccupazioneSuoloPubblico\\AllegatiType', 'getAllegatiType3Service', false],
'App\\Form\\OccupazioneSuoloPubblico\\ImportoType' => ['privates', 'App\\Form\\OccupazioneSuoloPubblico\\ImportoType', 'getImportoTypeService', false],
'App\\Form\\OccupazioneSuoloPubblico\\OccupazioneType' => ['privates', 'App\\Form\\OccupazioneSuoloPubblico\\OccupazioneType', 'getOccupazioneTypeService', false],
'App\\Form\\OccupazioneSuoloPubblico\\OrgRichiedenteType' => ['privates', 'App\\Form\\OccupazioneSuoloPubblico\\OrgRichiedenteType', 'getOrgRichiedenteType2Service', false],
'App\\Form\\OccupazioneSuoloPubblico\\TempoOccupazioneType' => ['privates', 'App\\Form\\OccupazioneSuoloPubblico\\TempoOccupazioneType', 'getTempoOccupazioneTypeService', false],
'App\\Form\\OccupazioneSuoloPubblico\\TipologiaOccupazioneType' => ['privates', 'App\\Form\\OccupazioneSuoloPubblico\\TipologiaOccupazioneType', 'getTipologiaOccupazioneTypeService', false],
'App\\Form\\OpeningHourType' => ['privates', 'App\\Form\\OpeningHourType', 'getOpeningHourTypeService', false],
'App\\Form\\OperatoreUserType' => ['privates', 'App\\Form\\OperatoreUserType', 'getOperatoreUserTypeService', false],
'App\\Form\\Operatore\\Base\\ApplicationOutcomeType' => ['privates', 'App\\Form\\Operatore\\Base\\ApplicationOutcomeType', 'getApplicationOutcomeTypeService', false],
'App\\Form\\Operatore\\Base\\ApprovaORigettaType' => ['privates', 'App\\Form\\Operatore\\Base\\ApprovaORigettaType', 'getApprovaORigettaTypeService', false],
'App\\Form\\Operatore\\Base\\SignedAllegatoType' => ['privates', 'App\\Form\\Operatore\\Base\\SignedAllegatoType', 'getSignedAllegatoTypeService', false],
'App\\Form\\Operatore\\Base\\UploadAllegatoOperatoreType' => ['privates', 'App\\Form\\Operatore\\Base\\UploadAllegatoOperatoreType', 'getUploadAllegatoOperatoreTypeService', false],
'App\\Form\\Operatore\\Base\\UploadRispostaOperatoreType' => ['privates', 'App\\Form\\Operatore\\Base\\UploadRispostaOperatoreType', 'getUploadRispostaOperatoreTypeService', false],
'App\\Form\\Operatore\\CertificatoNascita\\UploadCertificatoNascitaType' => ['privates', 'App\\Form\\Operatore\\CertificatoNascita\\UploadCertificatoNascitaType', 'getUploadCertificatoNascitaTypeService', false],
'App\\Form\\PaymentOutcomeType' => ['privates', 'App\\Form\\PaymentOutcomeType', 'getPaymentOutcomeTypeService', false],
'App\\Form\\PaymentParametersType' => ['privates', 'App\\Form\\PaymentParametersType', 'getPaymentParametersTypeService', false],
'App\\Form\\ProfileUserType' => ['privates', 'App\\Form\\ProfileUserType', 'getProfileUserTypeService', false],
'App\\Form\\Rest\\ApplicationBackofficeFormType' => ['privates', 'App\\Form\\Rest\\ApplicationBackofficeFormType', 'getApplicationBackofficeFormTypeService', false],
'App\\Form\\Rest\\ApplicationFormType' => ['privates', 'App\\Form\\Rest\\ApplicationFormType', 'getApplicationFormTypeService', false],
'App\\Form\\Rest\\FileType' => ['privates', 'App\\Form\\Rest\\FileType', 'getFileTypeService', false],
'App\\Form\\Rest\\MessageFormType' => ['privates', 'App\\Form\\Rest\\MessageFormType', 'getMessageFormTypeService', false],
'App\\Form\\Rest\\Transition\\OutcomeFormType' => ['privates', 'App\\Form\\Rest\\Transition\\OutcomeFormType', 'getOutcomeFormTypeService', false],
'App\\Form\\Rest\\Transition\\RequestIntegrationFormType' => ['privates', 'App\\Form\\Rest\\Transition\\RequestIntegrationFormType', 'getRequestIntegrationFormTypeService', false],
'App\\Form\\Scia\\PraticaEdiliziaAllegatiModuloSciaType' => ['privates', 'App\\Form\\Scia\\PraticaEdiliziaAllegatiModuloSciaType', 'getPraticaEdiliziaAllegatiModuloSciaTypeService', false],
'App\\Form\\Scia\\PraticaEdiliziaAllegatiTecniciType' => ['privates', 'App\\Form\\Scia\\PraticaEdiliziaAllegatiTecniciType', 'getPraticaEdiliziaAllegatiTecniciTypeService', false],
'App\\Form\\Scia\\PraticaEdiliziaModuloSciaType' => ['privates', 'App\\Form\\Scia\\PraticaEdiliziaModuloSciaType', 'getPraticaEdiliziaModuloSciaTypeService', false],
'App\\Form\\Scia\\PraticaEdiliziaProvvedimentiType' => ['privates', 'App\\Form\\Scia\\PraticaEdiliziaProvvedimentiType', 'getPraticaEdiliziaProvvedimentiTypeService', false],
'App\\Form\\Scia\\PraticaEdiliziaSoggettiType' => ['privates', 'App\\Form\\Scia\\PraticaEdiliziaSoggettiType', 'getPraticaEdiliziaSoggettiTypeService', false],
'App\\Form\\Scia\\PraticaEdiliziaUlterioriAllegatiTecniciType' => ['privates', 'App\\Form\\Scia\\PraticaEdiliziaUlterioriAllegatiTecniciType', 'getPraticaEdiliziaUlterioriAllegatiTecniciTypeService', false],
'App\\Form\\Scia\\PraticaEdiliziaVincoliType' => ['privates', 'App\\Form\\Scia\\PraticaEdiliziaVincoliType', 'getPraticaEdiliziaVincoliTypeService', false],
'App\\Form\\Security\\NewPasswordType' => ['privates', 'App\\Form\\Security\\NewPasswordType', 'getNewPasswordTypeService', false],
'App\\Form\\Security\\PasswordRequestType' => ['privates', 'App\\Form\\Security\\PasswordRequestType', 'getPasswordRequestTypeService', false],
'App\\Form\\ServizioFormType' => ['privates', 'App\\Form\\ServizioFormType', 'getServizioFormTypeService', false],
'App\\Form\\SubscriberMessageType' => ['privates', 'App\\Form\\SubscriberMessageType', 'getSubscriberMessageTypeService', false],
'App\\Form\\SubscriberType' => ['privates', 'App\\Form\\SubscriberType', 'getSubscriberTypeService', false],
'App\\Form\\SubscriptionPaymentType' => ['privates', 'App\\Form\\SubscriptionPaymentType', 'getSubscriptionPaymentTypeService', false],
'App\\Form\\SubscriptionServiceType' => ['privates', 'App\\Form\\SubscriptionServiceType', 'getSubscriptionServiceTypeService', false],
'App\\Form\\SubscriptionType' => ['privates', 'App\\Form\\SubscriptionType', 'getSubscriptionTypeService', false],
'App\\Form\\TagsType' => ['privates', 'App\\Form\\TagsType', 'getTagsTypeService', false],
'App\\Form\\TenantType' => ['privates', 'App\\Form\\TenantType', 'getTenantTypeService', false],
'App\\Form\\UserAPIFormType' => ['privates', 'App\\Form\\UserAPIFormType', 'getUserAPIFormTypeService', false],
'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => ['services', 'ewz_recaptcha.form.type', 'getEwzRecaptcha_Form_TypeService', false],
'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => ['services', 'ewz_recaptcha.v3.form.type', 'getEwzRecaptcha_V3_Form_TypeService', false],
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', 'form.type.file', 'getForm_Type_FileService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', false],
'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services', 'vich_uploader.form.type.file', 'getVichUploader_Form_Type_FileService', false],
'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services', 'vich_uploader.form.type.image', 'getVichUploader_Form_Type_ImageService', false],
], [
'App\\FormIO\\FormIOType' => '?',
'App\\Form\\AdditionalDataType' => '?',
'App\\Form\\Admin\\CategoryType' => '?',
'App\\Form\\Admin\\ContactPointType' => '?',
'App\\Form\\Admin\\Ente\\DefaultProtocolSettingsType' => '?',
'App\\Form\\Admin\\Ente\\EnteType' => '?',
'App\\Form\\Admin\\Ente\\MailerType' => '?',
'App\\Form\\Admin\\Ente\\WebhookType' => '?',
'App\\Form\\Admin\\GeographicAreaType' => '?',
'App\\Form\\Admin\\PlaceType' => '?',
'App\\Form\\Admin\\RecipientType' => '?',
'App\\Form\\Admin\\ServiceGroup\\ServiceGroupType' => '?',
'App\\Form\\Admin\\Servizio\\CardDataType' => '?',
'App\\Form\\Admin\\Servizio\\FeedbackMessagesDataType' => '?',
'App\\Form\\Admin\\Servizio\\FeedbackMessagesSettingsType' => '?',
'App\\Form\\Admin\\Servizio\\FormIOBuilderRenderType' => '?',
'App\\Form\\Admin\\Servizio\\FormIOI18nType' => '?',
'App\\Form\\Admin\\Servizio\\FormIOTemplateType' => '?',
'App\\Form\\Admin\\Servizio\\GeneralDataType' => '?',
'App\\Form\\Admin\\Servizio\\IOIntegrationDataType' => '?',
'App\\Form\\Admin\\Servizio\\IntegrationsDataType' => '?',
'App\\Form\\Admin\\Servizio\\PaymentDataType' => '?',
'App\\Form\\Admin\\Servizio\\ProtocolDataType' => '?',
'App\\Form\\Admin\\Servizio\\TestType' => '?',
'App\\Form\\Admin\\UserGroupType' => '?',
'App\\Form\\AllegatoMeetingType' => '?',
'App\\Form\\Api\\CategoryApiType' => '?',
'App\\Form\\Api\\ContactPointApiType' => '?',
'App\\Form\\Api\\GeographicAreaApiType' => '?',
'App\\Form\\Api\\PlaceApiType' => '?',
'App\\Form\\Api\\PostalAddressApiType' => '?',
'App\\Form\\Api\\RecipientApiType' => '?',
'App\\Form\\Api\\UserGroupApiType' => '?',
'App\\Form\\ApplicationMessageType' => '?',
'App\\Form\\ApplicationType' => '?',
'App\\Form\\AzioniOperatore\\AllegatoPraticaType' => '?',
'App\\Form\\Base\\AccettazioneIstruzioniType' => '?',
'App\\Form\\Base\\AllegatiType' => '?',
'App\\Form\\Base\\AllegatoType' => '?',
'App\\Form\\Base\\BlockQuoteType' => '?',
'App\\Form\\Base\\CertificatoAnagraficoType' => '?',
'App\\Form\\Base\\ChooseAllegatoType' => '?',
'App\\Form\\Base\\ComponenteNucleoFamiliareType' => '?',
'App\\Form\\Base\\DatiRichiedenteType' => '?',
'App\\Form\\Base\\DatiTecnicoType' => '?',
'App\\Form\\Base\\DelegaType' => '?',
'App\\Form\\Base\\MessageType' => '?',
'App\\Form\\Base\\NucleoFamiliareType' => '?',
'App\\Form\\Base\\PaymentGatewayType' => '?',
'App\\Form\\Base\\RecaptchaType' => '?',
'App\\Form\\Base\\SelectPaymentGatewayType' => '?',
'App\\Form\\Base\\SelezionaEnteType' => '?',
'App\\Form\\Base\\SpecificaDelegaType' => '?',
'App\\Form\\Base\\SummaryType' => '?',
'App\\Form\\Base\\UploadAllegatoType' => '?',
'App\\Form\\Base\\UsoType' => '?',
'App\\Form\\CalendarBackofficeType' => '?',
'App\\Form\\CalendarType' => '?',
'App\\Form\\CertificatoMatrimonio\\DatiAttoType' => '?',
'App\\Form\\CertificatoMorte\\DatiAttoType' => '?',
'App\\Form\\ChangePasswordType' => '?',
'App\\Form\\DateTimeIntervalType' => '?',
'App\\Form\\DocumentAPIType' => '?',
'App\\Form\\EstrattoMatrimonio\\DatiAttoType' => '?',
'App\\Form\\EstrattoMorte\\DatiAttoType' => '?',
'App\\Form\\ExternalCalendarType' => '?',
'App\\Form\\FeedbackMessageType' => '?',
'App\\Form\\FeedbackMessagesFormType' => '?',
'App\\Form\\FlowStepType' => '?',
'App\\Form\\FolderType' => '?',
'App\\Form\\FormIO\\FormIORenderType' => '?',
'App\\Form\\GatewayType' => '?',
'App\\Form\\I18n\\I18nJsonType' => '?',
'App\\Form\\I18n\\I18nTextType' => '?',
'App\\Form\\I18n\\I18nTextareaType' => '?',
'App\\Form\\IOServiceParametersType' => '?',
'App\\Form\\IdCardType' => '?',
'App\\Form\\IntegrationsType' => '?',
'App\\Form\\IscrizioneRegistroAssociazioni\\AllegatiType' => '?',
'App\\Form\\IscrizioneRegistroAssociazioni\\ContributoType' => '?',
'App\\Form\\IscrizioneRegistroAssociazioni\\OrgRichiedenteType' => '?',
'App\\Form\\IscrizioneRegistroAssociazioni\\TipologiaAttivitaType' => '?',
'App\\Form\\MeetingType' => '?',
'App\\Form\\OccupazioneSuoloPubblico\\AllegatiType' => '?',
'App\\Form\\OccupazioneSuoloPubblico\\ImportoType' => '?',
'App\\Form\\OccupazioneSuoloPubblico\\OccupazioneType' => '?',
'App\\Form\\OccupazioneSuoloPubblico\\OrgRichiedenteType' => '?',
'App\\Form\\OccupazioneSuoloPubblico\\TempoOccupazioneType' => '?',
'App\\Form\\OccupazioneSuoloPubblico\\TipologiaOccupazioneType' => '?',
'App\\Form\\OpeningHourType' => '?',
'App\\Form\\OperatoreUserType' => '?',
'App\\Form\\Operatore\\Base\\ApplicationOutcomeType' => '?',
'App\\Form\\Operatore\\Base\\ApprovaORigettaType' => '?',
'App\\Form\\Operatore\\Base\\SignedAllegatoType' => '?',
'App\\Form\\Operatore\\Base\\UploadAllegatoOperatoreType' => '?',
'App\\Form\\Operatore\\Base\\UploadRispostaOperatoreType' => '?',
'App\\Form\\Operatore\\CertificatoNascita\\UploadCertificatoNascitaType' => '?',
'App\\Form\\PaymentOutcomeType' => '?',
'App\\Form\\PaymentParametersType' => '?',
'App\\Form\\ProfileUserType' => '?',
'App\\Form\\Rest\\ApplicationBackofficeFormType' => '?',
'App\\Form\\Rest\\ApplicationFormType' => '?',
'App\\Form\\Rest\\FileType' => '?',
'App\\Form\\Rest\\MessageFormType' => '?',
'App\\Form\\Rest\\Transition\\OutcomeFormType' => '?',
'App\\Form\\Rest\\Transition\\RequestIntegrationFormType' => '?',
'App\\Form\\Scia\\PraticaEdiliziaAllegatiModuloSciaType' => '?',
'App\\Form\\Scia\\PraticaEdiliziaAllegatiTecniciType' => '?',
'App\\Form\\Scia\\PraticaEdiliziaModuloSciaType' => '?',
'App\\Form\\Scia\\PraticaEdiliziaProvvedimentiType' => '?',
'App\\Form\\Scia\\PraticaEdiliziaSoggettiType' => '?',
'App\\Form\\Scia\\PraticaEdiliziaUlterioriAllegatiTecniciType' => '?',
'App\\Form\\Scia\\PraticaEdiliziaVincoliType' => '?',
'App\\Form\\Security\\NewPasswordType' => '?',
'App\\Form\\Security\\PasswordRequestType' => '?',
'App\\Form\\ServizioFormType' => '?',
'App\\Form\\SubscriberMessageType' => '?',
'App\\Form\\SubscriberType' => '?',
'App\\Form\\SubscriptionPaymentType' => '?',
'App\\Form\\SubscriptionServiceType' => '?',
'App\\Form\\SubscriptionType' => '?',
'App\\Form\\TagsType' => '?',
'App\\Form\\TenantType' => '?',
'App\\Form\\UserAPIFormType' => '?',
'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => '?',
'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => '?',
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Form\\Extension\\HelpDataTypeExtension'] ?? $this->getHelpDataTypeExtensionService());
yield 1 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
yield 2 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
yield 3 => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
yield 4 => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
yield 5 => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
yield 6 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
yield 7 => ($this->privates['craue.form.flow.form_extension'] ?? ($this->privates['craue.form.flow.form_extension'] = new \Craue\FormFlowBundle\Form\Extension\FormFlowFormExtension()));
yield 8 => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
}, 9), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\HiddenType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['craue.form.flow.hidden_field_extension'] ?? ($this->privates['craue.form.flow.hidden_field_extension'] = new \Craue\FormFlowBundle\Form\Extension\FormFlowHiddenFieldExtension()));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['exercise_html_purifier.form.text_type_extension'] ?? $this->getExerciseHtmlPurifier_Form_TextTypeExtensionService());
}, 1)], new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
}, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
}
/**
* Gets the private 'form.server_params' shared service.
*
* @return \Symfony\Component\Form\Util\ServerParams
*/
protected function getForm_ServerParamsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Util/ServerParams.php';
return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'form.type.choice' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
*/
protected function getForm_Type_ChoiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type.entity' shared service.
*
* @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
*/
protected function getForm_Type_EntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'form.type.form' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\FormType
*/
protected function getForm_Type_FormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the private 'form.type_extension.csrf' shared service.
*
* @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
*/
protected function getForm_TypeExtension_CsrfService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true, '_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
}
/**
* Gets the private 'form.type_extension.form.data_collector' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
*/
protected function getForm_TypeExtension_Form_DataCollectorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
}
/**
* Gets the private 'form.type_extension.form.http_foundation' shared service.
*
* @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
*/
protected function getForm_TypeExtension_Form_HttpFoundationService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/RequestHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
}
/**
* Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
*/
protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type_extension.form.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
*/
protected function getForm_TypeExtension_Form_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
}
/**
* Gets the private 'form.type_extension.upload.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
*/
protected function getForm_TypeExtension_Upload_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
}
/**
* Gets the private 'form.type_guesser.doctrine' shared service.
*
* @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
*/
protected function getForm_TypeGuesser_DoctrineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'form.type_guesser.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
*/
protected function getForm_TypeGuesser_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
}
/**
* Gets the private 'formio.factory' shared autowired service.
*
* @return \App\FormIO\SchemaFactory
*/
protected function getFormio_FactoryService()
{
include_once \dirname(__DIR__, 4).'/src/FormIO/SchemaFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/src/FormIO/SchemaFactory.php';
return $this->privates['formio.factory'] = new \App\FormIO\SchemaFactory(($this->privates['App\\Services\\FormServerApiAdapterService'] ?? $this->getFormServerApiAdapterServiceService()), ($this->privates['http.client'] ?? $this->getHttp_ClientService()), ($this->services['session'] ?? $this->getSessionService()));
}
/**
* Gets the private 'fos_rest.allowed_methods_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\AllowedMethodsListener
*/
protected function getFosRest_AllowedMethodsListenerService()
{
return $this->privates['fos_rest.allowed_methods_listener'] = new \FOS\RestBundle\EventListener\AllowedMethodsListener(($this->privates['fos_rest.allowed_methods_loader'] ?? $this->getFosRest_AllowedMethodsLoaderService()));
}
/**
* Gets the private 'fos_rest.allowed_methods_loader' shared service.
*
* @return \FOS\RestBundle\Response\AllowedMethodsLoader\AllowedMethodsRouterLoader
*/
protected function getFosRest_AllowedMethodsLoaderService()
{
return $this->privates['fos_rest.allowed_methods_loader'] = new \FOS\RestBundle\Response\AllowedMethodsLoader\AllowedMethodsRouterLoader(($this->services['router'] ?? $this->getRouterService()), ($this->targetDir.''.'/fos_rest'), true);
}
/**
* Gets the private 'fos_rest.body_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\BodyListener
*/
protected function getFosRest_BodyListenerService()
{
$this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'fos_rest.decoder.json' => ['privates', 'fos_rest.decoder.json', 'getFosRest_Decoder_JsonService', false],
], [
'fos_rest.decoder.json' => '?',
]), ['json' => 'fos_rest.decoder.json']), true);
$instance->setDefaultFormat(NULL);
return $instance;
}
/**
* Gets the private 'fos_rest.decoder.json' shared service.
*
* @return \FOS\RestBundle\Decoder\JsonDecoder
*/
protected function getFosRest_Decoder_JsonService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Decoder/JsonDecoder.php';
return $this->privates['fos_rest.decoder.json'] = new \FOS\RestBundle\Decoder\JsonDecoder();
}
/**
* Gets the private 'fos_rest.format_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\FormatListener
*/
protected function getFosRest_FormatListenerService()
{
$a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/', NULL, NULL, NULL, []), ['methods' => NULL, 'priorities' => [0 => 'html', 1 => 'json'], 'fallback_format' => 'html', 'attributes' => [], 'prefer_extension' => '2.0']);
$a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:PREFIX').'/api', NULL, NULL, NULL, []), ['prefer_extension' => '2.0', 'fallback_format' => 'json', 'priorities' => [0 => 'json'], 'methods' => NULL, 'attributes' => [], 'stop' => false]);
$a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:PREFIX'), NULL, NULL, NULL, []), ['prefer_extension' => '2.0', 'fallback_format' => 'html', 'priorities' => [0 => 'html', 1 => '*/*'], 'methods' => NULL, 'attributes' => [], 'stop' => false]);
return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
}
/**
* Gets the private 'fos_rest.param_fetcher_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\ParamFetcherListener
*/
protected function getFosRest_ParamFetcherListenerService()
{
return $this->privates['fos_rest.param_fetcher_listener'] = new \FOS\RestBundle\EventListener\ParamFetcherListener(new \FOS\RestBundle\Request\ParamFetcher($this, new \FOS\RestBundle\Request\ParamReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['validator'] ?? $this->getValidatorService())), true);
}
/**
* Gets the private 'fos_rest.serializer.form_error_handler' shared service.
*
* @return \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler
*/
protected function getFosRest_Serializer_FormErrorHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
return $this->privates['fos_rest.serializer.form_error_handler'] = new \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler(new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators'));
}
/**
* Gets the private 'fos_rest.versioning.exclusion_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\VersionExclusionListener
*/
protected function getFosRest_Versioning_ExclusionListenerService()
{
return $this->privates['fos_rest.versioning.exclusion_listener'] = new \FOS\RestBundle\EventListener\VersionExclusionListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()));
}
/**
* Gets the private 'fos_rest.versioning.listener' shared service.
*
* @return \FOS\RestBundle\EventListener\VersionListener
*/
protected function getFosRest_Versioning_ListenerService()
{
$a = new \FOS\RestBundle\Version\ChainVersionResolver([]);
$a->addResolver(new \FOS\RestBundle\Version\Resolver\QueryParameterVersionResolver('version'));
$a->addResolver(new \FOS\RestBundle\Version\Resolver\HeaderVersionResolver('X-Accept-Version'));
$a->addResolver(new \FOS\RestBundle\Version\Resolver\MediaTypeVersionResolver('/(v|version)=(?P<version>[0-9\\.]+)/'));
return $this->privates['fos_rest.versioning.listener'] = new \FOS\RestBundle\EventListener\VersionListener($a, NULL);
}
/**
* Gets the private 'fos_rest.view_response_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\ViewResponseListener
*/
protected function getFosRest_ViewResponseListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ViewResponseListener.php';
return $this->privates['fos_rest.view_response_listener'] = new \FOS\RestBundle\EventListener\ViewResponseListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()), false);
}
/**
* Gets the private 'fragment.renderer.esi' shared service.
*
* @return \Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer
*/
protected function getFragment_Renderer_EsiService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/EsiFragmentRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
$this->privates['fragment.renderer.esi'] = $instance = new \Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())), ($this->privates['fragment.renderer.inline'] ?? $this->getFragment_Renderer_InlineService()), new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')));
$instance->setFragmentPath('/_fragment');
return $instance;
}
/**
* Gets the private 'fragment.renderer.inline' shared service.
*
* @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
*/
protected function getFragment_Renderer_InlineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
$this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
$instance->setFragmentPath('/_fragment');
return $instance;
}
/**
* Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
*/
protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
{
return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
}
/**
* Gets the private 'framework_extra_bundle.event.is_granted' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
*/
protected function getFrameworkExtraBundle_Event_IsGrantedService()
{
return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
}
/**
* Gets the private 'gedmo.listener.sluggable' shared autowired service.
*
* @return \Gedmo\Sluggable\SluggableListener
*/
protected function getGedmo_Listener_SluggableService()
{
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Sluggable/SluggableListener.php';
$this->privates['gedmo.listener.sluggable'] = $instance = new \Gedmo\Sluggable\SluggableListener();
$instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
return $instance;
}
/**
* Gets the private 'http.client' shared autowired service.
*
* @return \Symfony\Component\HttpClient\CurlHttpClient
*/
protected function getHttp_ClientService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClientTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/CurlHttpClient.php';
$this->privates['http.client'] = $instance = new \Symfony\Component\HttpClient\CurlHttpClient();
$instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
return $instance;
}
/**
* Gets the private 'jms_serializer.array_collection_handler' shared service.
*
* @return \JMS\Serializer\Handler\ArrayCollectionHandler
*/
protected function getJmsSerializer_ArrayCollectionHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
}
/**
* Gets the private 'jms_serializer.cache.cache_clearer' shared service.
*
* @return \JMS\SerializerBundle\Cache\CacheClearer
*/
protected function getJmsSerializer_Cache_CacheClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Cache/CacheClearer.php';
return $this->privates['jms_serializer.cache.cache_clearer'] = new \JMS\SerializerBundle\Cache\CacheClearer(($this->privates['jms_serializer.metadata.traceable_cache'] ?? $this->getJmsSerializer_Metadata_TraceableCacheService()));
}
/**
* Gets the private 'jms_serializer.constraint_violation_handler' shared service.
*
* @return \JMS\Serializer\Handler\ConstraintViolationHandler
*/
protected function getJmsSerializer_ConstraintViolationHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
}
/**
* Gets the private 'jms_serializer.datetime_handler' shared service.
*
* @return \JMS\Serializer\Handler\DateHandler
*/
protected function getJmsSerializer_DatetimeHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP', 'Europe/Rome', true);
}
/**
* Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
*
* @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
*/
protected function getJmsSerializer_DoctrineProxySubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(true, false);
}
/**
* Gets the private 'jms_serializer.iterator_handler' shared service.
*
* @return \JMS\Serializer\Handler\IteratorHandler
*/
protected function getJmsSerializer_IteratorHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
}
/**
* Gets the private 'jms_serializer.metadata.traceable_cache' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableDriver
*/
protected function getJmsSerializer_Metadata_TraceableCacheService()
{
return $this->privates['jms_serializer.metadata.traceable_cache'] = new \JMS\SerializerBundle\Debug\TraceableDriver(new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')));
}
/**
* Gets the private 'jms_serializer.metadata_factory' shared service.
*
* @return \Metadata\MetadataFactory
*/
protected function getJmsSerializer_MetadataFactoryService()
{
$this->privates['jms_serializer.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'metadata_driver' => ['services', 'jms_serializer.metadata_driver', 'getJmsSerializer_MetadataDriverService', false],
], [
'metadata_driver' => '?',
]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata', true);
$instance->setCache(($this->privates['jms_serializer.metadata.traceable_cache'] ?? $this->getJmsSerializer_Metadata_TraceableCacheService()));
$instance->setIncludeInterfaces(false);
return $instance;
}
/**
* Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
*
* @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
*/
protected function getJmsSerializer_StopwatchSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
return $this->privates['jms_serializer.stopwatch_subscriber'] = new \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
*/
protected function getJmsSerializer_TraceableEventDispatcherService()
{
$this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'jms_serializer.stopwatch_subscriber' => ['privates', 'jms_serializer.stopwatch_subscriber', 'getJmsSerializer_StopwatchSubscriberService', false],
'jms_serializer.traceable_runs_listener' => ['privates', 'jms_serializer.traceable_runs_listener', 'getJmsSerializer_TraceableRunsListenerService', false],
'jms_serializer.doctrine_proxy_subscriber' => ['privates', 'jms_serializer.doctrine_proxy_subscriber', 'getJmsSerializer_DoctrineProxySubscriberService', false],
], [
'jms_serializer.stopwatch_subscriber' => '?',
'jms_serializer.traceable_runs_listener' => '?',
'jms_serializer.doctrine_proxy_subscriber' => '?',
]));
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPreSerialize'], NULL, NULL, NULL);
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.traceable_runs_listener', 1 => 'saveRunInfo'], NULL, NULL, NULL);
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], NULL, NULL, 'Doctrine\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], NULL, NULL, 'Doctrine\\Common\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ORM\\PersistentCollection');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ODM\\MongoDB\\PersistentCollection');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ODM\\PHPCR\\PersistentCollection');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\Common\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'ProxyManager\\Proxy\\LazyLoadingInterface');
$instance->addListener('serializer.post_serialize', [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPostSerialize'], NULL, NULL, NULL);
return $instance;
}
/**
* Gets the private 'jms_serializer.traceable_handler_registry' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
*/
protected function getJmsSerializer_TraceableHandlerRegistryService()
{
$this->privates['jms_serializer.traceable_handler_registry'] = $instance = new \JMS\SerializerBundle\Debug\TraceableHandlerRegistry(new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'jms_serializer.array_collection_handler' => ['privates', 'jms_serializer.array_collection_handler', 'getJmsSerializer_ArrayCollectionHandlerService', false],
'jms_serializer.constraint_violation_handler' => ['privates', 'jms_serializer.constraint_violation_handler', 'getJmsSerializer_ConstraintViolationHandlerService', false],
'jms_serializer.datetime_handler' => ['privates', 'jms_serializer.datetime_handler', 'getJmsSerializer_DatetimeHandlerService', false],
'jms_serializer.iterator_handler' => ['privates', 'jms_serializer.iterator_handler', 'getJmsSerializer_IteratorHandlerService', false],
'fos_rest.serializer.form_error_handler' => ['privates', 'fos_rest.serializer.form_error_handler', 'getFosRest_Serializer_FormErrorHandlerService', false],
], [
'jms_serializer.array_collection_handler' => '?',
'jms_serializer.constraint_violation_handler' => '?',
'jms_serializer.datetime_handler' => '?',
'jms_serializer.iterator_handler' => '?',
'fos_rest.serializer.form_error_handler' => '?',
])));
$instance->registerHandler(1, 'ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'ArrayCollection', 'yml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\Common\\Collections\\ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\Common\\Collections\\ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\Common\\Collections\\ArrayCollection', 'yml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ORM\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ORM\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ORM\\PersistentCollection', 'yml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'yml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'yml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolationList', 'xml', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolationList', 'json', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListTojson']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolation', 'xml', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolation', 'json', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationTojson']);
$instance->registerHandler(1, 'DateTime', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime']);
$instance->registerHandler(1, 'DateTime', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime']);
$instance->registerHandler(1, 'DateTimeImmutable', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable']);
$instance->registerHandler(1, 'DateTimeImmutable', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable']);
$instance->registerHandler(1, 'DateInterval', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval']);
$instance->registerHandler(1, 'DateInterval', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval']);
$instance->registerHandler(1, 'DateTimeInterface', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface']);
$instance->registerHandler(1, 'DateTimeInterface', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface']);
$instance->registerHandler(1, 'Iterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Iterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'ArrayIterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'ArrayIterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Generator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Generator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\Form', 'xml', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\Form', 'json', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormTojson']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormInterface', 'xml', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormToXml']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormInterface', 'json', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormToJson']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormError', 'xml', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormErrorToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormError', 'json', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormErrorTojson']);
$instance->registerHandler(2, 'ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'ArrayCollection', 'yml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\Common\\Collections\\ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\Common\\Collections\\ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\Common\\Collections\\ArrayCollection', 'yml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ORM\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ORM\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ORM\\PersistentCollection', 'yml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'yml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'yml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'DateTime', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromjson']);
$instance->registerHandler(2, 'DateTime', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromxml']);
$instance->registerHandler(2, 'DateTimeImmutable', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromjson']);
$instance->registerHandler(2, 'DateTimeImmutable', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromxml']);
$instance->registerHandler(2, 'DateInterval', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromjson']);
$instance->registerHandler(2, 'DateInterval', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromxml']);
$instance->registerHandler(2, 'DateTimeInterface', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromJson']);
$instance->registerHandler(2, 'DateTimeInterface', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromXml']);
$instance->registerHandler(2, 'Iterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'Iterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'ArrayIterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'ArrayIterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'Generator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator']);
$instance->registerHandler(2, 'Generator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator']);
return $instance;
}
/**
* Gets the private 'jms_serializer.traceable_runs_listener' shared service.
*
* @return \JMS\SerializerBundle\Debug\RunsListener
*/
protected function getJmsSerializer_TraceableRunsListenerService()
{
return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
}
/**
* Gets the private 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
*
* @return \JMS\Serializer\Twig\SerializerRuntimeHelper
*/
protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
return $this->privates['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
}
/**
* Gets the private 'lexik_jwt_authentication.check_config_command' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
*/
protected function getLexikJwtAuthentication_CheckConfigCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
$this->privates['lexik_jwt_authentication.check_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'RS256');
$instance->setName('lexik:jwt:check-config');
return $instance;
}
/**
* Gets the private 'lexik_jwt_authentication.generate_keypair_command' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand
*/
protected function getLexikJwtAuthentication_GenerateKeypairCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateKeyPairCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
$this->privates['lexik_jwt_authentication.generate_keypair_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), $this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'), 'RS256');
$instance->setName('lexik:jwt:generate-keypair');
return $instance;
}
/**
* Gets the private 'lexik_jwt_authentication.security.guard.jwt_token_authenticator' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator
*/
protected function getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor([0 => new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer', 'Authorization')]), new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage(), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* 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['translator.default'] ?? $this->getTranslator_DefaultService());
}, 1), ($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())), 'it', ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'maker.auto_command.make_auth' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeAuthService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
$this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a, $b);
$instance->setDescription('Creates a Guard authenticator of different flavors');
$instance->setName('make:auth');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_command' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
$this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new console command class');
$instance->setName('make:command');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_controller' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new controller class');
$instance->setName('make:controller');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_crud' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeCrudService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
$this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates CRUD for Doctrine entity class');
$instance->setName('make:crud');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_docker_database' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeDockerDatabaseService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Adds a database container to your docker-compose.yaml file');
$instance->setName('make:docker:database');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_entity' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeEntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
$this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__, 4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, $b);
$instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
$instance->setName('make:entity');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_fixtures' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeFixturesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
$this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new class to load Doctrine fixtures');
$instance->setName('make:fixtures');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_form' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeFormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
$this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new form class');
$instance->setName('make:form');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_message' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMessageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new message and handler');
$instance->setName('make:message');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
$this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new messenger middleware');
$instance->setName('make:messenger-middleware');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_migration' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMigrationService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
$this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__, 4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new migration based on database changes');
$instance->setName('make:migration');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_registration_form' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeRegistrationFormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new registration form system');
$instance->setName('make:registration-form');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_reset_password' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeResetPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
$instance->setName('make:reset-password');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSerializerEncoderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
$this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new serializer encoder class');
$instance->setName('make:serializer:encoder');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
$this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new serializer normalizer class');
$instance->setName('make:serializer:normalizer');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_subscriber' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
$this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new event subscriber class');
$instance->setName('make:subscriber');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_test' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeTestService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
$this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new test class');
$instance->setName('make:test');
$instance->setAliases([0 => 'make:unit-test', 1 => 'make:functional-test']);
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_twig_extension' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeTwigExtensionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
$this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new Twig extension class');
$instance->setName('make:twig-extension');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_user' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeUserService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new security user class');
$instance->setName('make:user');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_validator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
$this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new validator and constraint class');
$instance->setName('make:validator');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_voter' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
$this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setDescription('Creates a new security voter class');
$instance->setName('make:voter');
return $instance;
}
/**
* Gets the private 'maker.doctrine_helper' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
*/
protected function getMaker_DoctrineHelperService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
$a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [0 => [0 => 'App\\Entity', 1 => $a], 1 => [0 => 'Gedmo\\Translatable\\Entity', 1 => $a], 2 => [0 => 'Vich\\UploaderBundle\\Entity', 1 => $a], 3 => [0 => 'Anyx\\LoginGateBundle\\Entity', 1 => ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService())]]]);
}
/**
* Gets the private 'maker.entity_class_generator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
*/
protected function getMaker_EntityClassGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
$this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
$instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
return $instance;
}
/**
* Gets the private 'maker.file_manager' shared service.
*
* @return \Symfony\Bundle\MakerBundle\FileManager
*/
protected function getMaker_FileManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/FileManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__, 4), (\dirname(__DIR__, 4).'/templates'));
}
/**
* Gets the private 'maker.generator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Generator
*/
protected function getMaker_GeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Generator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
$a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App', $a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
}
/**
* Gets the private 'maker.php_compat_util' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
*/
protected function getMaker_PhpCompatUtilService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
}
/**
* Gets the private 'maker.renderer.form_type_renderer' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
*/
protected function getMaker_Renderer_FormTypeRendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
}
/**
* Gets the private 'monolog.command.server_log' shared service.
*
* @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
*/
protected function getMonolog_Command_ServerLogService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
$this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
$instance->setName('server:log');
return $instance;
}
/**
* Gets the private 'monolog.handler.all_logs' shared service.
*
* @return \Monolog\Handler\FingersCrossedHandler
*/
protected function getMonolog_Handler_AllLogsService()
{
$a = new \Monolog\Handler\StreamHandler('php://stdout', 100, true, NULL, false);
$a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
$a->setFormatter(($this->privates['monolog.formatter.json'] ?? ($this->privates['monolog.formatter.json'] = new \Monolog\Formatter\JsonFormatter())));
return $this->privates['monolog.handler.all_logs'] = new \Monolog\Handler\FingersCrossedHandler($a, new \Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), [0 => ['code' => 404, 'urls' => []], 1 => ['code' => 405, 'urls' => []]], 200), 0, true, true, NULL);
}
/**
* 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.filter_errors' shared service.
*
* @return \Monolog\Handler\FingersCrossedHandler
*/
protected function getMonolog_Handler_FilterErrorsService()
{
$a = new \Monolog\Handler\StreamHandler('php://stderr', 400, true, NULL, false);
$a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
$a->setFormatter(($this->privates['monolog.formatter.json'] ?? ($this->privates['monolog.formatter.json'] = new \Monolog\Formatter\JsonFormatter())));
return $this->privates['monolog.handler.filter_errors'] = new \Monolog\Handler\FingersCrossedHandler($a, new \Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), [0 => ['code' => 404, 'urls' => []], 1 => ['code' => 405, 'urls' => []]], 400), 0, true, true, NULL);
}
/**
* Gets the private 'monolog.logger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_LoggerService()
{
$this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushProcessor(($this->privates['monolog_processor'] ?? ($this->privates['monolog_processor'] = new \Monolog\Processor\PsrLogMessageProcessor())));
$instance->useMicrosecondTimestamps(true);
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.filter_errors'] ?? $this->getMonolog_Handler_FilterErrorsService()));
$instance->pushHandler(($this->privates['monolog.handler.all_logs'] ?? $this->getMonolog_Handler_AllLogsService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.cache' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_CacheService()
{
$this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushProcessor(($this->privates['monolog_processor'] ?? ($this->privates['monolog_processor'] = new \Monolog\Processor\PsrLogMessageProcessor())));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.filter_errors'] ?? $this->getMonolog_Handler_FilterErrorsService()));
$instance->pushHandler(($this->privates['monolog.handler.all_logs'] ?? $this->getMonolog_Handler_AllLogsService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.nelmio_api_doc' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_NelmioApiDocService()
{
$this->privates['monolog.logger.nelmio_api_doc'] = $instance = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushProcessor(($this->privates['monolog_processor'] ?? ($this->privates['monolog_processor'] = new \Monolog\Processor\PsrLogMessageProcessor())));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.filter_errors'] ?? $this->getMonolog_Handler_FilterErrorsService()));
$instance->pushHandler(($this->privates['monolog.handler.all_logs'] ?? $this->getMonolog_Handler_AllLogsService()));
\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->pushProcessor(($this->privates['monolog_processor'] ?? ($this->privates['monolog_processor'] = new \Monolog\Processor\PsrLogMessageProcessor())));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.filter_errors'] ?? $this->getMonolog_Handler_FilterErrorsService()));
$instance->pushHandler(($this->privates['monolog.handler.all_logs'] ?? $this->getMonolog_Handler_AllLogsService()));
\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->pushProcessor(($this->privates['monolog_processor'] ?? ($this->privates['monolog_processor'] = new \Monolog\Processor\PsrLogMessageProcessor())));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.filter_errors'] ?? $this->getMonolog_Handler_FilterErrorsService()));
$instance->pushHandler(($this->privates['monolog.handler.all_logs'] ?? $this->getMonolog_Handler_AllLogsService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'nelmio_api_doc.describers.config' shared service.
*
* @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
*/
protected function getNelmioApiDoc_Describers_ConfigService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
return $this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['info' => ['title' => 'SDC Api Definition', 'description' => '', 'version' => '2.2.0', 'contact' => ['name' => 'Opencontent S.c.a.r.l', 'email' => 'support@opencontent.it', 'url' => 'https://www.opencontent.it/'], 'license' => ['name' => 'GNU General Public License, version 2', 'url' => 'https://www.gnu.org/licenses/old-licenses/gpl-2.0.html']], 'components' => ['securitySchemes' => ['Bearer' => ['type' => 'http', 'scheme' => 'bearer', 'bearerFormat' => 'JWT']]], 'security' => [0 => ['Bearer' => []]]]);
}
/**
* Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
*
* @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
*/
protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Util/SetsContextTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/OpenApiPhpDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
return $this->privates['nelmio_api_doc.describers.openapi_php.default'] = new \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'nelmio_api_doc.describers.openapi_php.v2' shared service.
*
* @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
*/
protected function getNelmioApiDoc_Describers_OpenapiPhp_V2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Util/SetsContextTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/OpenApiPhpDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
return $this->privates['nelmio_api_doc.describers.openapi_php.v2'] = new \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber(($this->privates['nelmio_api_doc.routes.v2'] ?? $this->getNelmioApiDoc_Routes_V2Service()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'nelmio_api_doc.describers.route.default' shared service.
*
* @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
*/
protected function getNelmioApiDoc_Describers_Route_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
return $this->privates['nelmio_api_doc.describers.route.default'] = new \Nelmio\ApiDocBundle\Describer\RouteDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.route_describers.fos_rest'] ?? $this->getNelmioApiDoc_RouteDescribers_FosRestService());
yield 1 => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
yield 2 => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
}, 3));
}
/**
* Gets the private 'nelmio_api_doc.describers.route.v2' shared service.
*
* @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
*/
protected function getNelmioApiDoc_Describers_Route_V2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
return $this->privates['nelmio_api_doc.describers.route.v2'] = new \Nelmio\ApiDocBundle\Describer\RouteDescriber(($this->privates['nelmio_api_doc.routes.v2'] ?? $this->getNelmioApiDoc_Routes_V2Service()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.route_describers.fos_rest'] ?? $this->getNelmioApiDoc_RouteDescribers_FosRestService());
yield 1 => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
yield 2 => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
}, 3));
}
/**
* Gets the private 'nelmio_api_doc.model_describers.form' shared service.
*
* @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
*/
protected function getNelmioApiDoc_ModelDescribers_FormService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
return $this->privates['nelmio_api_doc.model_describers.form'] = new \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber(($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), [0 => 'json']);
}
/**
* Gets the private 'nelmio_api_doc.model_describers.jms' shared service.
*
* @return \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber
*/
protected function getNelmioApiDoc_ModelDescribers_JmsService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/JMSModelDescriber.php';
return $this->privates['nelmio_api_doc.model_describers.jms'] = new \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), [0 => 'json'], NULL);
}
/**
* Gets the private 'nelmio_api_doc.model_describers.object' shared service.
*
* @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
*/
protected function getNelmioApiDoc_ModelDescribers_ObjectService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
return $this->privates['nelmio_api_doc.model_describers.object'] = new \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber(($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
yield 1 => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
yield 2 => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
yield 3 => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
yield 4 => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
yield 5 => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
yield 6 => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
yield 7 => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
}, 8), [0 => 'json'], NULL);
}
/**
* Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
*
* @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
*/
protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/NullablePropertyTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
yield 1 => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
yield 2 => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
yield 3 => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
yield 4 => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
yield 5 => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
yield 6 => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
yield 7 => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
}, 8));
}
/**
* Gets the private 'nelmio_api_doc.object_model.property_describers.compound' shared service.
*
* @return \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber
*/
protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/CompoundPropertyDescriber.php';
return $this->privates['nelmio_api_doc.object_model.property_describers.compound'] = new \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber(new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
yield 1 => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
yield 2 => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
yield 3 => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
yield 4 => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
yield 5 => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
yield 6 => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
yield 7 => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
}, 8));
}
/**
* Gets the private 'nelmio_api_doc.route_describers.fos_rest' shared service.
*
* @return \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber
*/
protected function getNelmioApiDoc_RouteDescribers_FosRestService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/FosRestDescriber.php';
return $this->privates['nelmio_api_doc.route_describers.fos_rest'] = new \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => 'json']);
}
/**
* Gets the private 'nelmio_api_doc.routes.default' shared service.
*
* @return \Symfony\Component\Routing\RouteCollection
*/
protected function getNelmioApiDoc_Routes_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouteCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
return $this->privates['nelmio_api_doc.routes.default'] = (new \Nelmio\ApiDocBundle\Routing\FilteredRouteCollectionBuilder(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), 'default', ['path_patterns' => [0 => '^/'.$this->getEnv('string:PREFIX').'/api/(services|user-groups|services-groups|services-groups|applications|subscription-services|subscriptions|calendars|meetings|folders|documents|messages|users|tenants|categories|recipients|geographic-areas|subscribers|payments|places)(?!/doc$)'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false, 'disable_default_routes' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
}
/**
* Gets the private 'nelmio_api_doc.routes.v2' shared service.
*
* @return \Symfony\Component\Routing\RouteCollection
*/
protected function getNelmioApiDoc_Routes_V2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouteCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
return $this->privates['nelmio_api_doc.routes.v2'] = (new \Nelmio\ApiDocBundle\Routing\FilteredRouteCollectionBuilder(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), 'v2', ['name_patterns' => [0 => '^v2'], 'path_patterns' => [], 'host_patterns' => [], 'with_annotation' => false, 'disable_default_routes' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
}
/**
* Gets the private 'ocsdc.cas.authenticator' shared autowired service.
*
* @return \App\Security\CasAuthenticator
*/
protected function getOcsdc_Cas_AuthenticatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/src/Security/AbstractAuthenticator.php';
include_once \dirname(__DIR__, 4).'/src/Security/CasAuthenticator.php';
return $this->privates['ocsdc.cas.authenticator'] = new \App\Security\CasAuthenticator(($this->services['router'] ?? $this->getRouterService()), $this->getEnv('LOGIN_ROUTE'), ($this->privates['App\\Services\\UserSessionService'] ?? $this->getUserSessionServiceService()), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()), ($this->privates['App\\Services\\Metrics\\UserMetrics'] ?? $this->getUserMetricsService()), ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), 'https://mycasserver/cas/', 'https://mycasserver/cas/serviceValidate', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'ocsdc.dedalogin.authenticator' shared autowired service.
*
* @return \App\Security\DedaLoginAuthenticator
*/
protected function getOcsdc_Dedalogin_AuthenticatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/src/Security/AbstractAuthenticator.php';
include_once \dirname(__DIR__, 4).'/src/Security/OpenLoginAuthenticator.php';
include_once \dirname(__DIR__, 4).'/src/Security/DedaLoginAuthenticator.php';
return $this->privates['ocsdc.dedalogin.authenticator'] = new \App\Security\DedaLoginAuthenticator(($this->services['router'] ?? $this->getRouterService()), $this->getEnv('LOGIN_ROUTE'), ($this->privates['App\\Services\\UserSessionService'] ?? $this->getUserSessionServiceService()), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()), ($this->privates['App\\Services\\Metrics\\UserMetrics'] ?? $this->getUserMetricsService()), ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->services['session'] ?? $this->getSessionService()));
}
/**
* Gets the private 'ocsdc.io_service' shared autowired service.
*
* @return \App\Services\IOService
*/
protected function getOcsdc_IoServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Services/IOService.php';
return $this->privates['ocsdc.io_service'] = new \App\Services\IOService($this->getEnv('IO_API_URL'), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'ocsdc.locale_api_listener' shared autowired service.
*
* @return \App\EventListener\LocaleApiListener
*/
protected function getOcsdc_LocaleApiListenerService()
{
return $this->privates['ocsdc.locale_api_listener'] = new \App\EventListener\LocaleApiListener('it', 'it', ($this->privates['stof_doctrine_extensions.listener.translatable'] ?? $this->getStofDoctrineExtensions_Listener_TranslatableService()));
}
/**
* Gets the private 'ocsdc.locale_rewrite_listener' shared autowired service.
*
* @return \App\EventListener\LocaleRewriteListener
*/
protected function getOcsdc_LocaleRewriteListenerService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
return $this->privates['ocsdc.locale_rewrite_listener'] = new \App\EventListener\LocaleRewriteListener($a, $a, $this->getEnv('PREFIX'), 'it');
}
/**
* Gets the private 'ocsdc.mailer' shared autowired service.
*
* @return \App\Services\MailerService
*/
protected function getOcsdc_MailerService()
{
include_once \dirname(__DIR__, 4).'/src/Services/MailerService.php';
return $this->privates['ocsdc.mailer'] = new \App\Services\MailerService(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['ocsdc.io_service'] ?? $this->getOcsdc_IoServiceService()), ($this->privates['App\\Services\\PraticaPlaceholderService'] ?? $this->getPraticaPlaceholderServiceService()), ($this->privates['App\\Services\\FileService\\AllegatoFileService'] ?? $this->getAllegatoFileServiceService()));
}
/**
* Gets the private 'ocsdc.openlogin.authenticator' shared autowired service.
*
* @return \App\Security\OpenLoginAuthenticator
*/
protected function getOcsdc_Openlogin_AuthenticatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/src/Security/AbstractAuthenticator.php';
include_once \dirname(__DIR__, 4).'/src/Security/OpenLoginAuthenticator.php';
return $this->privates['ocsdc.openlogin.authenticator'] = new \App\Security\OpenLoginAuthenticator(($this->services['router'] ?? $this->getRouterService()), $this->getEnv('LOGIN_ROUTE'), ($this->privates['App\\Services\\UserSessionService'] ?? $this->getUserSessionServiceService()), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()), ($this->privates['App\\Services\\Metrics\\UserMetrics'] ?? $this->getUserMetricsService()), ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()));
}
/**
* Gets the private 'ocsdc.pat.authenticator' shared autowired service.
*
* @return \App\Security\PatAuthenticator
*/
protected function getOcsdc_Pat_AuthenticatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/src/Security/AbstractAuthenticator.php';
include_once \dirname(__DIR__, 4).'/src/Security/PatAuthenticator.php';
return $this->privates['ocsdc.pat.authenticator'] = new \App\Security\PatAuthenticator(($this->services['router'] ?? $this->getRouterService()), $this->getParameter('shibbolet_server_varnames'), $this->getEnv('LOGIN_ROUTE'), ($this->privates['App\\Services\\UserSessionService'] ?? $this->getUserSessionServiceService()), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()), ($this->privates['App\\Services\\Metrics\\UserMetrics'] ?? $this->getUserMetricsService()), ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()));
}
/**
* Gets the private 'ocsdc.s3_client' shared autowired service.
*
* @return \Aws\S3\S3Client
*/
protected function getOcsdc_S3ClientService()
{
return $this->privates['ocsdc.s3_client'] = new \Aws\S3\S3Client(['version' => '2006-03-01', 'region' => $this->getEnv('S3_REGION'), 'credentials' => ['key' => $this->getEnv('S3_KEY'), 'secret' => $this->getEnv('S3_SECRET')]]);
}
/**
* Gets the private 'ocsdc.schedule_action_service' shared autowired service.
*
* @return \App\Services\ScheduleActionService
*/
protected function getOcsdc_ScheduleActionServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Services/ScheduleActionService.php';
return $this->privates['ocsdc.schedule_action_service'] = new \App\Services\ScheduleActionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'ocsdc.token.authenticator' shared autowired service.
*
* @return \App\Security\TokenAuthenticator
*/
protected function getOcsdc_Token_AuthenticatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/src/Security/AbstractAuthenticator.php';
include_once \dirname(__DIR__, 4).'/src/Security/TokenAuthenticator.php';
return $this->privates['ocsdc.token.authenticator'] = new \App\Security\TokenAuthenticator(($this->services['router'] ?? $this->getRouterService()), $this->getEnv('LOGIN_ROUTE'), ($this->privates['App\\Services\\UserSessionService'] ?? $this->getUserSessionServiceService()), ($this->services['App\\Services\\InstanceService'] ?? $this->getInstanceServiceService()), ($this->privates['App\\Services\\Metrics\\UserMetrics'] ?? $this->getUserMetricsService()), ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the private 'ocsdc.validator.scia.at_least_one_attachment' shared autowired service.
*
* @return \App\Validator\Constraints\AtLeastOneAttachmentConstraintValidator
*/
protected function getOcsdc_Validator_Scia_AtLeastOneAttachmentService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/src/Validator/Constraints/AtLeastOneAttachmentConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Services/DirectoryNamerService.php';
return $this->privates['ocsdc.validator.scia.at_least_one_attachment'] = new \App\Validator\Constraints\AtLeastOneAttachmentConstraintValidator(($this->services['ocsdc.allegati.directory_namer'] ?? ($this->services['ocsdc.allegati.directory_namer'] = new \App\Services\DirectoryNamerService())), ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->services['ocsdc.filesystem'] ?? $this->getOcsdc_FilesystemService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the private 'parameter_bag' shared service.
*
* @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
*/
protected function getParameterBagService()
{
return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
}
/**
* Gets the private 'profiler_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
*/
protected function getProfilerListenerService()
{
return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
}
/**
* Gets the private 'prometheus_metrics_bundle.collector_registry' shared service.
*
* @return \Prometheus\CollectorRegistry
*/
protected function getPrometheusMetricsBundle_CollectorRegistryService()
{
return $this->privates['prometheus_metrics_bundle.collector_registry'] = new \Prometheus\CollectorRegistry(new \Prometheus\Storage\InMemory());
}
/**
* Gets the private 'property_accessor' shared service.
*
* @return \Symfony\Component\PropertyAccess\PropertyAccessor
*/
protected function getPropertyAccessorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(false, false, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), true);
}
/**
* 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.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
yield 1 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
}, 2), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
yield 1 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
yield 2 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 3), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.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->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.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
*/
protected function getRouter_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'router' => ['services', 'router', 'getRouterService', false],
], [
'router' => '?',
]))->withContext('router.cache_warmer', $this));
}
/**
* Gets the private 'router.request_context' shared service.
*
* @return \Symfony\Component\Routing\RequestContext
*/
protected function getRouter_RequestContextService()
{
return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('', 'GET', 'localhost', 'http', 80, 443);
}
/**
* 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.access_listener' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AccessListener
*/
protected function getSecurity_AccessListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
}
/**
* Gets the private 'security.access_map' shared service.
*
* @return \Symfony\Component\Security\Http\AccessMap
*/
protected function getSecurity_AccessMapService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMap.php';
$this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:PREFIX').'/(it)/servizi/'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:PREFIX').'/(it)/operatori/login$'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:PREFIX').'/api/doc'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:PREFIX').'/(it)/operatori/reset-password'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:PREFIX').'/(it)/pratiche/.*/pdf'), [0 => 'ROLE_CPS_USER', 1 => 'ROLE_OPERATORE'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:PREFIX').'/(it)/(pratiche|terms_accept|user|documenti|subscriptions)/'), [0 => 'ROLE_CPS_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:PREFIX').'/api/v\\d+\\.\\d+/user/.*'), [0 => 'ROLE_CPS_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:PREFIX').'/api/session-auth'), [0 => 'ROLE_CPS_USER', 1 => 'ROLE_OPERATORE', 2 => 'ROLE_ADMIN'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:PREFIX').'/(it)/operatori/profile'), [0 => 'ROLE_OPERATORE', 1 => 'ROLE_ADMIN'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:PREFIX').'/(it)/operatori/change-password'), [0 => 'ROLE_OPERATORE', 1 => 'ROLE_ADMIN'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:PREFIX').'/(it)/operatori/logout'), [0 => 'ROLE_OPERATORE', 1 => 'ROLE_ADMIN'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:PREFIX').'/(it)/operatori/subscriptions'), [0 => 'ROLE_OPERATORE', 1 => 'ROLE_ADMIN'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:PREFIX').'/(it)/operatori/subscription-service'), [0 => 'ROLE_OPERATORE', 1 => 'ROLE_ADMIN'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:PREFIX').'/(it)/operatori/subscriber'), [0 => 'ROLE_OPERATORE', 1 => 'ROLE_ADMIN'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:PREFIX').'/(it)/operatori/calendars'), [0 => 'ROLE_OPERATORE', 1 => 'ROLE_ADMIN'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:PREFIX').'/(it)/operatori/meetings'), [0 => 'ROLE_OPERATORE', 1 => 'ROLE_ADMIN'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:PREFIX').'/(it)/operatori/analytics'), [0 => 'ROLE_OPERATORE', 1 => 'ROLE_ADMIN'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:PREFIX').'/(it)/operatori'), [0 => 'ROLE_OPERATORE'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:PREFIX').'/(it)/admin'), [0 => 'ROLE_ADMIN'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:PREFIX').'/api/v\\d+\\.\\d+/pratica/.*/.*'), [0 => 'ROLE_GISCOM'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:PREFIX').'/api/v\\d+\\.\\d+/schedaInformativa/.*'), [0 => 'ROLE_EZ'], NULL);
return $instance;
}
/**
* Gets the private 'security.authentication.guard_handler' shared service.
*
* @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
*/
protected function getSecurity_Authentication_GuardHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/GuardAuthenticatorHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
$this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), [0 => 'api_login', 1 => 'api_secure', 2 => 'api']);
$instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
return $instance;
}
/**
* Gets the private 'security.authentication.listener.anonymous.api_login' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
*/
protected function getSecurity_Authentication_Listener_Anonymous_ApiLoginService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
return $this->privates['security.authentication.listener.anonymous.api_login'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
}
/**
* Gets the private 'security.authentication.listener.anonymous.backend' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
*/
protected function getSecurity_Authentication_Listener_Anonymous_BackendService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
return $this->privates['security.authentication.listener.anonymous.backend'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
}
/**
* Gets the private 'security.authentication.listener.anonymous.main' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
*/
protected function getSecurity_Authentication_Listener_Anonymous_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
}
/**
* Gets the private 'security.authentication.listener.anonymous.open_login' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
*/
protected function getSecurity_Authentication_Listener_Anonymous_OpenLoginService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
return $this->privates['security.authentication.listener.anonymous.open_login'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
}
/**
* Gets the private 'security.authentication.listener.basic.ez_api' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\BasicAuthenticationListener
*/
protected function getSecurity_Authentication_Listener_Basic_EzApiService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/BasicAuthenticationListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/BasicAuthenticationEntryPoint.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
$this->privates['security.authentication.listener.basic.ez_api'] = $instance = new \Symfony\Component\Security\Http\Firewall\BasicAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'ez_api', ($this->privates['security.authentication.basic_entry_point.ez_api'] ?? ($this->privates['security.authentication.basic_entry_point.ez_api'] = new \Symfony\Component\Security\Http\EntryPoint\BasicAuthenticationEntryPoint('Secured Area'))), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
$instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
return $instance;
}
/**
* Gets the private 'security.authentication.listener.basic.giscom_api' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\BasicAuthenticationListener
*/
protected function getSecurity_Authentication_Listener_Basic_GiscomApiService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/BasicAuthenticationListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/BasicAuthenticationEntryPoint.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
$this->privates['security.authentication.listener.basic.giscom_api'] = $instance = new \Symfony\Component\Security\Http\Firewall\BasicAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'giscom_api', ($this->privates['security.authentication.basic_entry_point.giscom_api'] ?? ($this->privates['security.authentication.basic_entry_point.giscom_api'] = new \Symfony\Component\Security\Http\EntryPoint\BasicAuthenticationEntryPoint('Secured Area'))), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
$instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
return $instance;
}
/**
* Gets the private 'security.authentication.listener.basic.print' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\BasicAuthenticationListener
*/
protected function getSecurity_Authentication_Listener_Basic_PrintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/BasicAuthenticationListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/BasicAuthenticationEntryPoint.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
$this->privates['security.authentication.listener.basic.print'] = $instance = new \Symfony\Component\Security\Http\Firewall\BasicAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'print', ($this->privates['security.authentication.basic_entry_point.print'] ?? ($this->privates['security.authentication.basic_entry_point.print'] = new \Symfony\Component\Security\Http\EntryPoint\BasicAuthenticationEntryPoint('Secured Area'))), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
$instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
return $instance;
}
/**
* Gets the private 'security.authentication.listener.form.backend' shared service.
*
* @return \Anyx\LoginGateBundle\Security\UsernamePasswordFormAuthenticationListener
*/
protected function getSecurity_Authentication_Listener_Form_BackendService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
include_once \dirname(__DIR__, 4).'/vendor/anyx/login-gate-bundle/Security/AuthenticationListenerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/anyx/login-gate-bundle/Security/UsernamePasswordFormAuthenticationListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
include_once \dirname(__DIR__, 4).'/src/Handlers/Auth/AfterLoginRedirection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
$a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
$b = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
$c = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $b);
$c->setOptions(['login_path' => 'security_login', 'failure_path' => NULL, 'failure_forward' => false, 'failure_path_parameter' => '_failure_path']);
$d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
$this->privates['security.authentication.listener.form.backend'] = $instance = new \Anyx\LoginGateBundle\Security\UsernamePasswordFormAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a, 'backend', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(new \App\Handlers\Auth\AfterLoginRedirection(($this->services['router'] ?? $this->getRouterService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())), ['login_path' => 'security_login', 'always_use_default_target_path' => false, 'default_target_path' => '/', 'target_path_parameter' => '_target_path', 'use_referer' => false], 'backend'), $c, ['check_path' => 'security_login', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'post_only' => true], $b, $d, ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
$instance->setBruteForceChecker(($this->privates['anyx.login_gate.brute_force_checker'] ?? $this->getAnyx_LoginGate_BruteForceCheckerService()));
$instance->setDispatcher($d);
return $instance;
}
/**
* Gets the private 'security.authentication.listener.guard.api' shared service.
*
* @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
*/
protected function getSecurity_Authentication_Listener_Guard_ApiService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api', new RewindableGenerator(function () {
yield 0 => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
}, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
}
/**
* Gets the private 'security.authentication.listener.guard.api_secure' shared service.
*
* @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
*/
protected function getSecurity_Authentication_Listener_Guard_ApiSecureService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
return $this->privates['security.authentication.listener.guard.api_secure'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api_secure', new RewindableGenerator(function () {
yield 0 => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
}, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
}
/**
* Gets the private 'security.authentication.listener.guard.backend' shared service.
*
* @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
*/
protected function getSecurity_Authentication_Listener_Guard_BackendService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
return $this->privates['security.authentication.listener.guard.backend'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'backend', new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
}, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
}
/**
* Gets the private 'security.authentication.listener.guard.open_login' shared service.
*
* @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
*/
protected function getSecurity_Authentication_Listener_Guard_OpenLoginService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
return $this->privates['security.authentication.listener.guard.open_login'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'open_login', new RewindableGenerator(function () {
yield 0 => ($this->privates['ocsdc.pat.authenticator'] ?? $this->getOcsdc_Pat_AuthenticatorService());
yield 1 => ($this->privates['ocsdc.openlogin.authenticator'] ?? $this->getOcsdc_Openlogin_AuthenticatorService());
yield 2 => ($this->privates['ocsdc.dedalogin.authenticator'] ?? $this->getOcsdc_Dedalogin_AuthenticatorService());
yield 3 => ($this->privates['ocsdc.cas.authenticator'] ?? $this->getOcsdc_Cas_AuthenticatorService());
yield 4 => ($this->privates['ocsdc.token.authenticator'] ?? $this->getOcsdc_Token_AuthenticatorService());
}, 5), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
}
/**
* Gets the private 'security.authentication.listener.json.api_login' shared service.
*
* @return \Anyx\LoginGateBundle\Security\UsernamePasswordJsonAuthenticationListener
*/
protected function getSecurity_Authentication_Listener_Json_ApiLoginService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/UsernamePasswordJsonAuthenticationListener.php';
include_once \dirname(__DIR__, 4).'/vendor/anyx/login-gate-bundle/Security/AuthenticationListenerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/anyx/login-gate-bundle/Security/UsernamePasswordJsonAuthenticationListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
$this->privates['security.authentication.listener.json.api_login'] = $instance = new \Anyx\LoginGateBundle\Security\UsernamePasswordJsonAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_login', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), $a, [], true), [], 'api_login'), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler($a, ($this->services['translator'] ?? $this->getTranslatorService())), []), ['check_path' => '/'.$this->getEnv('string:PREFIX').'/api/auth', 'require_previous_session' => false, 'use_forward' => false, 'username_path' => 'username', 'password_path' => 'password'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
$instance->setBruteForceChecker(($this->privates['anyx.login_gate.brute_force_checker'] ?? $this->getAnyx_LoginGate_BruteForceCheckerService()));
$instance->setDispatcher($a);
$instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('none'));
return $instance;
}
/**
* Gets the private 'security.authentication.manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
*/
protected function getSecurity_Authentication_ManagerService()
{
$this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.authentication.provider.dao.api_login'] ?? $this->getSecurity_Authentication_Provider_Dao_ApiLoginService());
yield 1 => ($this->privates['security.authentication.provider.anonymous.api_login'] ?? ($this->privates['security.authentication.provider.anonymous.api_login'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
yield 2 => ($this->privates['security.authentication.provider.guard.api_secure'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiSecureService());
yield 3 => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
yield 4 => ($this->privates['security.authentication.provider.guard.backend'] ?? $this->getSecurity_Authentication_Provider_Guard_BackendService());
yield 5 => ($this->privates['security.authentication.provider.dao.backend'] ?? $this->getSecurity_Authentication_Provider_Dao_BackendService());
yield 6 => ($this->privates['security.authentication.provider.anonymous.backend'] ?? ($this->privates['security.authentication.provider.anonymous.backend'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
yield 7 => ($this->privates['security.authentication.provider.dao.giscom_api'] ?? $this->getSecurity_Authentication_Provider_Dao_GiscomApiService());
yield 8 => ($this->privates['security.authentication.provider.dao.ez_api'] ?? $this->getSecurity_Authentication_Provider_Dao_EzApiService());
yield 9 => ($this->privates['security.authentication.provider.dao.print'] ?? $this->getSecurity_Authentication_Provider_Dao_PrintService());
yield 10 => ($this->privates['security.authentication.provider.guard.open_login'] ?? $this->getSecurity_Authentication_Provider_Guard_OpenLoginService());
yield 11 => ($this->privates['security.authentication.provider.anonymous.open_login'] ?? ($this->privates['security.authentication.provider.anonymous.open_login'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
yield 12 => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
}, 13), true);
$instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
return $instance;
}
/**
* Gets the private 'security.authentication.provider.dao.api_login' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
*/
protected function getSecurity_Authentication_Provider_Dao_ApiLoginService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserChecker.php';
return $this->privates['security.authentication.provider.dao.api_login'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.chain_provider'] ?? $this->getSecurity_User_Provider_Concrete_ChainProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'api_login', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
}
/**
* Gets the private 'security.authentication.provider.dao.backend' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
*/
protected function getSecurity_Authentication_Provider_Dao_BackendService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Security/UserChecker.php';
return $this->privates['security.authentication.provider.dao.backend'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['App\\Security\\UserChecker'] ?? ($this->privates['App\\Security\\UserChecker'] = new \App\Security\UserChecker())), 'backend', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
}
/**
* Gets the private 'security.authentication.provider.dao.ez_api' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
*/
protected function getSecurity_Authentication_Provider_Dao_EzApiService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserChecker.php';
return $this->privates['security.authentication.provider.dao.ez_api'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.in_memory'] ?? $this->getSecurity_User_Provider_Concrete_InMemoryService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'ez_api', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
}
/**
* Gets the private 'security.authentication.provider.dao.giscom_api' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
*/
protected function getSecurity_Authentication_Provider_Dao_GiscomApiService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserChecker.php';
return $this->privates['security.authentication.provider.dao.giscom_api'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.in_memory'] ?? $this->getSecurity_User_Provider_Concrete_InMemoryService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'giscom_api', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
}
/**
* Gets the private 'security.authentication.provider.dao.print' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
*/
protected function getSecurity_Authentication_Provider_Dao_PrintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserChecker.php';
return $this->privates['security.authentication.provider.dao.print'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.in_memory'] ?? $this->getSecurity_User_Provider_Concrete_InMemoryService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'print', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
}
/**
* Gets the private 'security.authentication.provider.guard.api' shared service.
*
* @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
*/
protected function getSecurity_Authentication_Provider_Guard_ApiService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserChecker.php';
return $this->privates['security.authentication.provider.guard.api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
}, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'api', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
}
/**
* Gets the private 'security.authentication.provider.guard.api_secure' shared service.
*
* @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
*/
protected function getSecurity_Authentication_Provider_Guard_ApiSecureService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserChecker.php';
return $this->privates['security.authentication.provider.guard.api_secure'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
}, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'api_secure', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
}
/**
* Gets the private 'security.authentication.provider.guard.backend' shared service.
*
* @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
*/
protected function getSecurity_Authentication_Provider_Guard_BackendService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Security/UserChecker.php';
return $this->privates['security.authentication.provider.guard.backend'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
}, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'backend', ($this->privates['App\\Security\\UserChecker'] ?? ($this->privates['App\\Security\\UserChecker'] = new \App\Security\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
}
/**
* Gets the private 'security.authentication.provider.guard.open_login' shared service.
*
* @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
*/
protected function getSecurity_Authentication_Provider_Guard_OpenLoginService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserChecker.php';
return $this->privates['security.authentication.provider.guard.open_login'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['ocsdc.pat.authenticator'] ?? $this->getOcsdc_Pat_AuthenticatorService());
yield 1 => ($this->privates['ocsdc.openlogin.authenticator'] ?? $this->getOcsdc_Openlogin_AuthenticatorService());
yield 2 => ($this->privates['ocsdc.dedalogin.authenticator'] ?? $this->getOcsdc_Dedalogin_AuthenticatorService());
yield 3 => ($this->privates['ocsdc.cas.authenticator'] ?? $this->getOcsdc_Cas_AuthenticatorService());
yield 4 => ($this->privates['ocsdc.token.authenticator'] ?? $this->getOcsdc_Token_AuthenticatorService());
}, 5), ($this->privates['App\\Services\\CPSUserProvider'] ?? $this->getCPSUserProviderService()), 'open_login', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
}
/**
* Gets the private 'security.channel_listener' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ChannelListener
*/
protected function getSecurity_ChannelListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80, 443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
}
/**
* Gets the private 'security.command.user_password_encoder' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
*/
protected function getSecurity_Command_UserPasswordEncoderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
$this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [0 => 'App\\Entity\\User', 1 => 'Symfony\\Component\\Security\\Core\\User\\User']);
$instance->setName('security:encode-password');
return $instance;
}
/**
* Gets the private 'security.context_listener.0' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_0Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
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.chain_provider'] ?? $this->getSecurity_User_Provider_Concrete_ChainProviderService());
yield 1 => ($this->privates['security.user.provider.concrete.in_memory'] ?? $this->getSecurity_User_Provider_Concrete_InMemoryService());
yield 2 => ($this->privates['App\\Services\\CPSUserProvider'] ?? $this->getCPSUserProviderService());
yield 3 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
}, 4), 'sdc_auth_context', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULL, NULL))), [0 => ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.context_listener.1' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_1Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
return $this->privates['security.context_listener.1'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
yield 0 => ($this->privates['security.user.provider.concrete.chain_provider'] ?? $this->getSecurity_User_Provider_Concrete_ChainProviderService());
yield 1 => ($this->privates['security.user.provider.concrete.in_memory'] ?? $this->getSecurity_User_Provider_Concrete_InMemoryService());
yield 2 => ($this->privates['App\\Services\\CPSUserProvider'] ?? $this->getCPSUserProviderService());
yield 3 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
}, 4), 'giscom_api', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULL, NULL))), [0 => ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.context_listener.2' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
return $this->privates['security.context_listener.2'] = 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.chain_provider'] ?? $this->getSecurity_User_Provider_Concrete_ChainProviderService());
yield 1 => ($this->privates['security.user.provider.concrete.in_memory'] ?? $this->getSecurity_User_Provider_Concrete_InMemoryService());
yield 2 => ($this->privates['App\\Services\\CPSUserProvider'] ?? $this->getCPSUserProviderService());
yield 3 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
}, 4), 'ez_api', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULL, NULL))), [0 => ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.context_listener.3' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
return $this->privates['security.context_listener.3'] = 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.chain_provider'] ?? $this->getSecurity_User_Provider_Concrete_ChainProviderService());
yield 1 => ($this->privates['security.user.provider.concrete.in_memory'] ?? $this->getSecurity_User_Provider_Concrete_InMemoryService());
yield 2 => ($this->privates['App\\Services\\CPSUserProvider'] ?? $this->getCPSUserProviderService());
yield 3 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
}, 4), 'print', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULL, NULL))), [0 => ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.context_listener.4' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_4Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
return $this->privates['security.context_listener.4'] = 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.chain_provider'] ?? $this->getSecurity_User_Provider_Concrete_ChainProviderService());
yield 1 => ($this->privates['security.user.provider.concrete.in_memory'] ?? $this->getSecurity_User_Provider_Concrete_InMemoryService());
yield 2 => ($this->privates['App\\Services\\CPSUserProvider'] ?? $this->getCPSUserProviderService());
yield 3 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
}, 4), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULL, NULL))), [0 => ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.csrf.token_storage' shared service.
*
* @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
*/
protected function getSecurity_Csrf_TokenStorageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
}
/**
* Gets the private 'security.encoder_factory.generic' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
*/
protected function getSecurity_EncoderFactory_GenericService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder', 'arguments' => [0 => NULL, 1 => NULL, 2 => NULL, 3 => '2y']], 'Symfony\\Component\\Security\\Core\\User\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\PlaintextPasswordEncoder', 'arguments' => [0 => false]]]);
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.api' => ['privates', 'security.firewall.map.context.api', 'getSecurity_Firewall_Map_Context_ApiService', false],
'security.firewall.map.context.api_login' => ['privates', 'security.firewall.map.context.api_login', 'getSecurity_Firewall_Map_Context_ApiLoginService', false],
'security.firewall.map.context.api_secure' => ['privates', 'security.firewall.map.context.api_secure', 'getSecurity_Firewall_Map_Context_ApiSecureService', false],
'security.firewall.map.context.backend' => ['privates', 'security.firewall.map.context.backend', 'getSecurity_Firewall_Map_Context_BackendService', false],
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', false],
'security.firewall.map.context.ez_api' => ['privates', 'security.firewall.map.context.ez_api', 'getSecurity_Firewall_Map_Context_EzApiService', false],
'security.firewall.map.context.giscom_api' => ['privates', 'security.firewall.map.context.giscom_api', 'getSecurity_Firewall_Map_Context_GiscomApiService', false],
'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', false],
'security.firewall.map.context.open_login' => ['privates', 'security.firewall.map.context.open_login', 'getSecurity_Firewall_Map_Context_OpenLoginService', false],
'security.firewall.map.context.print' => ['privates', 'security.firewall.map.context.print', 'getSecurity_Firewall_Map_Context_PrintService', false],
], [
'security.firewall.map.context.api' => '?',
'security.firewall.map.context.api_login' => '?',
'security.firewall.map.context.api_secure' => '?',
'security.firewall.map.context.backend' => '?',
'security.firewall.map.context.dev' => '?',
'security.firewall.map.context.ez_api' => '?',
'security.firewall.map.context.giscom_api' => '?',
'security.firewall.map.context.main' => '?',
'security.firewall.map.context.open_login' => '?',
'security.firewall.map.context.print' => '?',
]), 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.api_login' => ($this->privates['.security.request_matcher.0KDQiOi'] ?? ($this->privates['.security.request_matcher.0KDQiOi'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:PREFIX').'/api/auth')));
yield 'security.firewall.map.context.api_secure' => ($this->privates['.security.request_matcher.VKPmyRp'] ?? ($this->privates['.security.request_matcher.VKPmyRp'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/'.$this->getEnv('string:PREFIX').'/api/(folders|documents|users|user-groups|meetings|applications|subscriptions|subscribers|subscription-services\\/.{36}\\/subscriptions|payments|places)')));
yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher._w1vFDa'] ?? $this->get_Security_RequestMatcher_W1vFDaService());
yield 'security.firewall.map.context.backend' => ($this->privates['.security.request_matcher.LvTf1Nj'] ?? ($this->privates['.security.request_matcher.LvTf1Nj'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:PREFIX').'/(it)/(operatori|admin)')));
yield 'security.firewall.map.context.giscom_api' => ($this->privates['.security.request_matcher.8uJZrDv'] ?? ($this->privates['.security.request_matcher.8uJZrDv'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:PREFIX').'/api/v\\d+\\.\\d+/giscom/pratica/.*/.*')));
yield 'security.firewall.map.context.ez_api' => ($this->privates['.security.request_matcher.EJFQ.Pt'] ?? ($this->privates['.security.request_matcher.EJFQ.Pt'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:PREFIX').'/api/v\\d+\\.\\d+/schedaInformativa/.*')));
yield 'security.firewall.map.context.print' => ($this->privates['.security.request_matcher.ysKt38w'] ?? ($this->privates['.security.request_matcher.ysKt38w'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:PREFIX').'/(it)/print/pratica/.*')));
yield 'security.firewall.map.context.open_login' => NULL;
yield 'security.firewall.map.context.main' => NULL;
}, 10));
}
/**
* Gets the private 'security.firewall.map.context.api' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_ApiService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULL, NULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api', ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()), NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api', 'security.user_checker', '.security.request_matcher._w1vFDa', true, true, 'security.user.provider.concrete.app_user_provider', NULL, 'lexik_jwt_authentication.jwt_token_authenticator', NULL, NULL, [0 => 'guard'], NULL));
}
/**
* Gets the private 'security.firewall.map.context.api_login' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_ApiLoginService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.context.api_login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['security.authentication.listener.json.api_login'] ?? $this->getSecurity_Authentication_Listener_Json_ApiLoginService());
yield 2 => ($this->privates['security.authentication.listener.anonymous.api_login'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiLoginService());
yield 3 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULL, NULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_login', NULL, NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_login', 'security.user_checker', '.security.request_matcher.0KDQiOi', true, true, 'security.user.provider.concrete.chain_provider', NULL, NULL, NULL, NULL, [0 => 'json_login', 1 => 'anonymous'], NULL));
}
/**
* Gets the private 'security.firewall.map.context.api_secure' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_ApiSecureService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.context.api_secure'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['security.authentication.listener.guard.api_secure'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiSecureService());
yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULL, NULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_secure', ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()), NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_secure', 'security.user_checker', '.security.request_matcher.VKPmyRp', true, true, 'security.user.provider.concrete.app_user_provider', NULL, 'lexik_jwt_authentication.jwt_token_authenticator', NULL, NULL, [0 => 'guard'], NULL));
}
/**
* Gets the private 'security.firewall.map.context.backend' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_BackendService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/CookieClearingLogoutHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
$a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
$b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
$c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'.$this->getEnv('string:PREFIX').'/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'security_logout']);
$c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
$c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
$c->addHandler(new \Symfony\Component\Security\Http\Logout\CookieClearingLogoutHandler(['PHPSESSID' => ['path' => NULL, 'domain' => NULL, 'secure' => false, 'samesite' => NULL], 'token' => ['path' => NULL, 'domain' => NULL, 'secure' => false, 'samesite' => NULL], 'refresh_token' => ['path' => NULL, 'domain' => NULL, 'secure' => false, 'samesite' => NULL]]));
return $this->privates['security.firewall.map.context.backend'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
yield 2 => ($this->privates['security.authentication.listener.guard.backend'] ?? $this->getSecurity_Authentication_Listener_Guard_BackendService());
yield 3 => ($this->privates['security.authentication.listener.form.backend'] ?? $this->getSecurity_Authentication_Listener_Form_BackendService());
yield 4 => ($this->privates['security.authentication.listener.anonymous.backend'] ?? $this->getSecurity_Authentication_Listener_Anonymous_BackendService());
yield 5 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULL, NULL))), $b, 'backend', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b, 'security_login', false), NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('backend', 'App\\Security\\UserChecker', '.security.request_matcher.LvTf1Nj', true, false, 'security.user.provider.concrete.app_user_provider', 'sdc_auth_context', 'security.authentication.form_entry_point.backend', NULL, NULL, [0 => 'guard', 1 => 'form_login', 2 => 'anonymous'], NULL));
}
/**
* Gets the private 'security.firewall.map.context.dev' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_DevService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0), NULL, NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev', 'security.user_checker', '.security.request_matcher.Iy.T22O', false, false, '', '', '', '', '', [], NULL));
}
/**
* Gets the private 'security.firewall.map.context.ez_api' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_EzApiService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/BasicAuthenticationEntryPoint.php';
return $this->privates['security.firewall.map.context.ez_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['security.context_listener.2'] ?? $this->getSecurity_ContextListener_2Service());
yield 2 => ($this->privates['security.authentication.listener.basic.ez_api'] ?? $this->getSecurity_Authentication_Listener_Basic_EzApiService());
yield 3 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULL, NULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'ez_api', ($this->privates['security.authentication.basic_entry_point.ez_api'] ?? ($this->privates['security.authentication.basic_entry_point.ez_api'] = new \Symfony\Component\Security\Http\EntryPoint\BasicAuthenticationEntryPoint('Secured Area'))), NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('ez_api', 'security.user_checker', '.security.request_matcher.EJFQ.Pt', true, false, NULL, 'ez_api', 'security.authentication.basic_entry_point.ez_api', NULL, NULL, [0 => 'http_basic'], NULL));
}
/**
* Gets the private 'security.firewall.map.context.giscom_api' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_GiscomApiService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/BasicAuthenticationEntryPoint.php';
return $this->privates['security.firewall.map.context.giscom_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
yield 2 => ($this->privates['security.authentication.listener.basic.giscom_api'] ?? $this->getSecurity_Authentication_Listener_Basic_GiscomApiService());
yield 3 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULL, NULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'giscom_api', ($this->privates['security.authentication.basic_entry_point.giscom_api'] ?? ($this->privates['security.authentication.basic_entry_point.giscom_api'] = new \Symfony\Component\Security\Http\EntryPoint\BasicAuthenticationEntryPoint('Secured Area'))), NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('giscom_api', 'security.user_checker', '.security.request_matcher.8uJZrDv', true, false, NULL, 'giscom_api', 'security.authentication.basic_entry_point.giscom_api', NULL, NULL, [0 => 'http_basic'], NULL));
}
/**
* Gets the private 'security.firewall.map.context.main' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['security.context_listener.4'] ?? $this->getSecurity_ContextListener_4Service());
yield 2 => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
yield 3 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULL, NULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'main', NULL, NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, NULL, 'main', NULL, NULL, NULL, [0 => 'anonymous'], NULL));
}
/**
* Gets the private 'security.firewall.map.context.open_login' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_OpenLoginService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Security/LogoutSuccessHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/CookieClearingLogoutHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
$a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
$b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
$c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \App\Security\LogoutSuccessHandler(($this->services['router'] ?? $this->getRouterService()), $this->getEnv('SINGLE_LOGOUT_URL')), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'user_logout']);
$c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
$c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
$c->addHandler(new \Symfony\Component\Security\Http\Logout\CookieClearingLogoutHandler(['_forward_auth_csrf' => ['path' => NULL, 'domain' => NULL, 'secure' => false, 'samesite' => NULL], '_forward_auth_spid' => ['path' => NULL, 'domain' => NULL, 'secure' => false, 'samesite' => NULL], 'PHPSESSID' => ['path' => NULL, 'domain' => NULL, 'secure' => false, 'samesite' => NULL], 'token' => ['path' => NULL, 'domain' => NULL, 'secure' => false, 'samesite' => NULL], 'refresh_token' => ['path' => NULL, 'domain' => NULL, 'secure' => false, 'samesite' => NULL]]));
return $this->privates['security.firewall.map.context.open_login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
yield 2 => ($this->privates['security.authentication.listener.guard.open_login'] ?? $this->getSecurity_Authentication_Listener_Guard_OpenLoginService());
yield 3 => ($this->privates['security.authentication.listener.anonymous.open_login'] ?? $this->getSecurity_Authentication_Listener_Anonymous_OpenLoginService());
yield 4 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULL, NULL))), $b, 'open_login', ($this->privates['ocsdc.pat.authenticator'] ?? $this->getOcsdc_Pat_AuthenticatorService()), NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('open_login', 'security.user_checker', NULL, true, false, 'App\\Services\\CPSUserProvider', 'sdc_auth_context', 'ocsdc.pat.authenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL));
}
/**
* Gets the private 'security.firewall.map.context.print' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_PrintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/BasicAuthenticationEntryPoint.php';
return $this->privates['security.firewall.map.context.print'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['security.context_listener.3'] ?? $this->getSecurity_ContextListener_3Service());
yield 2 => ($this->privates['security.authentication.listener.basic.print'] ?? $this->getSecurity_Authentication_Listener_Basic_PrintService());
yield 3 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULL, NULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'print', ($this->privates['security.authentication.basic_entry_point.print'] ?? ($this->privates['security.authentication.basic_entry_point.print'] = new \Symfony\Component\Security\Http\EntryPoint\BasicAuthenticationEntryPoint('Secured Area'))), NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('print', 'security.user_checker', '.security.request_matcher.ysKt38w', true, false, NULL, 'print', 'security.authentication.basic_entry_point.print', NULL, NULL, [0 => 'http_basic'], NULL));
}
/**
* Gets the private 'security.helper' shared service.
*
* @return \Symfony\Component\Security\Core\Security
*/
protected function getSecurity_HelperService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.authorization_checker' => ['services', 'security.authorization_checker', 'getSecurity_AuthorizationCheckerService', false],
'security.token_storage' => ['services', 'security.token_storage', 'getSecurity_TokenStorageService', false],
], [
'security.authorization_checker' => '?',
'security.token_storage' => '?',
]));
}
/**
* Gets the private 'security.http_utils' shared service.
*
* @return \Symfony\Component\Security\Http\HttpUtils
*/
protected function getSecurity_HttpUtilsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/HttpUtils.php';
$a = ($this->services['router'] ?? $this->getRouterService());
return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https?://%s$}i', '{^https://%s$}i');
}
/**
* Gets the private 'security.logout.handler.csrf_token_clearing' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler
*/
protected function getSecurity_Logout_Handler_CsrfTokenClearingService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
return $this->privates['security.logout.handler.csrf_token_clearing'] = new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
}
/**
* Gets the private 'security.logout_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService()
{
$this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
$instance->registerListener('backend', 'security_logout', 'logout', '_csrf_token', NULL, 'sdc_auth_context');
$instance->registerListener('open_login', 'user_logout', 'logout', '_csrf_token', NULL, 'sdc_auth_context');
return $instance;
}
/**
* Gets the private 'security.role_hierarchy' shared service.
*
* @return \Symfony\Component\Security\Core\Role\RoleHierarchy
*/
protected function getSecurity_RoleHierarchyService()
{
return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
}
/**
* Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
*
* @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
*/
protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User', 'username', NULL);
}
/**
* Gets the private 'security.user.provider.concrete.chain_provider' shared service.
*
* @return \Symfony\Component\Security\Core\User\ChainUserProvider
*/
protected function getSecurity_User_Provider_Concrete_ChainProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/ChainUserProvider.php';
return $this->privates['security.user.provider.concrete.chain_provider'] = new \Symfony\Component\Security\Core\User\ChainUserProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.user.provider.concrete.in_memory'] ?? $this->getSecurity_User_Provider_Concrete_InMemoryService());
yield 1 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
yield 2 => ($this->privates['App\\Services\\CPSUserProvider'] ?? $this->getCPSUserProviderService());
}, 3));
}
/**
* Gets the private 'security.user.provider.concrete.in_memory' shared service.
*
* @return \Symfony\Component\Security\Core\User\InMemoryUserProvider
*/
protected function getSecurity_User_Provider_Concrete_InMemoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserProvider.php';
return $this->privates['security.user.provider.concrete.in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider(['ez' => ['password' => $this->getEnv('EZ_PASSWORD'), 'roles' => [0 => 'ROLE_EZ']], 'giscom' => ['password' => $this->getEnv('GISCOM_PASSWORD'), 'roles' => [0 => 'ROLE_GISCOM']]]);
}
/**
* Gets the private 'security.validator.user_password' shared service.
*
* @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
*/
protected function getSecurity_Validator_UserPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
}
/**
* Gets the private 'sensio_framework_extra.controller.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
*/
protected function getSensioFrameworkExtra_Controller_ListenerService()
{
return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'sensio_framework_extra.converter.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
*/
protected function getSensioFrameworkExtra_Converter_ListenerService()
{
$a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
}
/**
* Gets the private 'sensio_framework_extra.security.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
*/
protected function getSensioFrameworkExtra_Security_ListenerService()
{
return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULL, NULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'sensio_framework_extra.view.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
*/
protected function getSensioFrameworkExtra_View_ListenerService()
{
$this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel', 1))));
$instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', 'twig', 'getTwigService', false],
], [
'twig' => 'Twig\\Environment',
]))->withContext('sensio_framework_extra.view.listener', $this));
return $instance;
}
/**
* Gets the private 'session.storage.native' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
*/
protected function getSession_Storage_NativeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0));
}
/**
* Gets the private 'session_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SessionListener
*/
protected function getSessionListenerService()
{
return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'initialized_session' => ['services', 'session', NULL, false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'session' => ['services', 'session', 'getSessionService', false],
'session_storage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', false],
], [
'initialized_session' => '?',
'request_stack' => '?',
'session' => '?',
'session_storage' => '?',
]));
}
/**
* Gets the private 'stof_doctrine_extensions.event_listener.locale' shared service.
*
* @return \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener
*/
protected function getStofDoctrineExtensions_EventListener_LocaleService()
{
return $this->privates['stof_doctrine_extensions.event_listener.locale'] = new \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener(($this->privates['stof_doctrine_extensions.listener.translatable'] ?? $this->getStofDoctrineExtensions_Listener_TranslatableService()));
}
/**
* Gets the private 'stof_doctrine_extensions.listener.timestampable' shared service.
*
* @return \Gedmo\Timestampable\TimestampableListener
*/
protected function getStofDoctrineExtensions_Listener_TimestampableService()
{
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Timestampable/TimestampableListener.php';
$this->privates['stof_doctrine_extensions.listener.timestampable'] = $instance = new \Gedmo\Timestampable\TimestampableListener();
$instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
return $instance;
}
/**
* Gets the private 'stof_doctrine_extensions.listener.translatable' shared service.
*
* @return \Gedmo\Translatable\TranslatableListener
*/
protected function getStofDoctrineExtensions_Listener_TranslatableService()
{
$this->privates['stof_doctrine_extensions.listener.translatable'] = $instance = new \Gedmo\Translatable\TranslatableListener();
$instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->setDefaultLocale('it');
$instance->setTranslatableLocale('it');
$instance->setTranslationFallback(true);
$instance->setPersistDefaultLocaleTranslation(false);
$instance->setSkipOnLoad(false);
return $instance;
}
/**
* Gets the private 'swiftmailer.command.debug' shared service.
*
* @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
*/
protected function getSwiftmailer_Command_DebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
$this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
$instance->setName('debug:swiftmailer');
return $instance;
}
/**
* Gets the private 'swiftmailer.command.new_email' shared service.
*
* @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
*/
protected function getSwiftmailer_Command_NewEmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
$this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
$instance->setName('swiftmailer:email:send');
return $instance;
}
/**
* Gets the private 'swiftmailer.command.send_email' shared service.
*
* @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
*/
protected function getSwiftmailer_Command_SendEmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
$this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
$instance->setName('swiftmailer:spool:send');
return $instance;
}
/**
* Gets the private 'swiftmailer.email_sender.listener' shared service.
*
* @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
*/
protected function getSwiftmailer_EmailSender_ListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'translation.extractor' shared service.
*
* @return \Symfony\Component\Translation\Extractor\ChainExtractor
*/
protected function getTranslation_ExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
$this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
$instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
$instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
return $instance;
}
/**
* Gets the private 'translation.loader.csv' shared service.
*
* @return \Symfony\Component\Translation\Loader\CsvFileLoader
*/
protected function getTranslation_Loader_CsvService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
}
/**
* Gets the private 'translation.loader.dat' shared service.
*
* @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
*/
protected function getTranslation_Loader_DatService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
}
/**
* Gets the private 'translation.loader.ini' shared service.
*
* @return \Symfony\Component\Translation\Loader\IniFileLoader
*/
protected function getTranslation_Loader_IniService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
}
/**
* Gets the private 'translation.loader.json' shared service.
*
* @return \Symfony\Component\Translation\Loader\JsonFileLoader
*/
protected function getTranslation_Loader_JsonService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
}
/**
* Gets the private 'translation.loader.mo' shared service.
*
* @return \Symfony\Component\Translation\Loader\MoFileLoader
*/
protected function getTranslation_Loader_MoService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
}
/**
* Gets the private 'translation.loader.php' shared service.
*
* @return \Symfony\Component\Translation\Loader\PhpFileLoader
*/
protected function getTranslation_Loader_PhpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
}
/**
* Gets the private 'translation.loader.po' shared service.
*
* @return \Symfony\Component\Translation\Loader\PoFileLoader
*/
protected function getTranslation_Loader_PoService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
}
/**
* Gets the private 'translation.loader.qt' shared service.
*
* @return \Symfony\Component\Translation\Loader\QtFileLoader
*/
protected function getTranslation_Loader_QtService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
}
/**
* Gets the private 'translation.loader.res' shared service.
*
* @return \Symfony\Component\Translation\Loader\IcuResFileLoader
*/
protected function getTranslation_Loader_ResService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
}
/**
* Gets the private 'translation.loader.xliff' shared service.
*
* @return \Symfony\Component\Translation\Loader\XliffFileLoader
*/
protected function getTranslation_Loader_XliffService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
}
/**
* Gets the private 'translation.loader.yml' shared service.
*
* @return \Symfony\Component\Translation\Loader\YamlFileLoader
*/
protected function getTranslation_Loader_YmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
}
/**
* Gets the private 'translation.reader' shared service.
*
* @return \Symfony\Component\Translation\Reader\TranslationReader
*/
protected function getTranslation_ReaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
$this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
$a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
$b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
$instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
$instance->addLoader('yaml', $a);
$instance->addLoader('yml', $a);
$instance->addLoader('xlf', $b);
$instance->addLoader('xliff', $b);
$instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
$instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
$instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
$instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
$instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
$instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
$instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
$instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
return $instance;
}
/**
* Gets the private 'translation.warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
*/
protected function getTranslation_WarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'translator' => '?',
]))->withContext('translation.warmer', $this));
}
/**
* Gets the private 'translator.default' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
*/
protected function getTranslator_DefaultService()
{
$this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', false],
'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', false],
'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', false],
'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', false],
'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', false],
'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', false],
'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', false],
'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', false],
'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', false],
'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', false],
'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', false],
], [
'translation.loader.csv' => '?',
'translation.loader.dat' => '?',
'translation.loader.ini' => '?',
'translation.loader.json' => '?',
'translation.loader.mo' => '?',
'translation.loader.php' => '?',
'translation.loader.po' => '?',
'translation.loader.qt' => '?',
'translation.loader.res' => '?',
'translation.loader.xliff' => '?',
'translation.loader.yml' => '?',
]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'it', ['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'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.af.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.af.yml')], '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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ar.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ar.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.az.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.az.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.be.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.be.yml')], '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/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.bg.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.bg.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.bg.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], '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/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ca.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ca.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ca.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml')], '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/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.cs.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.cs.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.cs.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.cs.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.cs.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.cy.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.cy.yml')], '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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.da.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.da.yml')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.de.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.de.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.de.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.de.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.de.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), 9 => (\dirname(__DIR__, 4).'/translations/CraueFormFlowBundle.de.yml'), 10 => (\dirname(__DIR__, 4).'/translations/messages.de.yml'), 11 => (\dirname(__DIR__, 4).'/translations/validators.de.yml')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.el.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.el.yml')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.en.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.en.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.en.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.en.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.en.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), 9 => (\dirname(__DIR__, 4).'/translations/CraueFormFlowBundle.en.yml'), 10 => (\dirname(__DIR__, 4).'/translations/messages.en.yml'), 11 => (\dirname(__DIR__, 4).'/translations/validators.en.yml')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.es.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.es.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.es.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.es.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.es.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.et.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.et.yml')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.eu.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.eu.yml')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.fa.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.fa.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.fa.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.fa.yml')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.fi.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.fr.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.fr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.fr.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.fr.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.fr.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.gl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.gl.yml')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.he.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.he.yml')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.hr.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.hr.yml')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.hu.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.hu.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hu.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hy.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.hy.yml')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.id.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.id.yml')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.it.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.it.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.it.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.it.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), 8 => (\dirname(__DIR__, 4).'/translations/CraueFormFlowBundle.it.yml'), 9 => (\dirname(__DIR__, 4).'/translations/messages.it.yml'), 10 => (\dirname(__DIR__, 4).'/translations/security.it.yaml'), 11 => (\dirname(__DIR__, 4).'/translations/validators.it.yml')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ja.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ja.yml')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.lt.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.lt.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.lv.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.lv.yml')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.mn.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.mn.yml')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.nb.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.nb.yml')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.nl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.nl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.nl.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.nl.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.nl.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.nn.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.nn.yml')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.pl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.pl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.pl.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.pl.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.pl.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.pt.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.pt.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.pt_BR.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.pt_BR.yml')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ro.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ro.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ro.yml')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.ru.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.ru.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ru.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ru.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ru.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.sk.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.sk.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sk.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sk.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sk.yml')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sl.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sl.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sq.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sq.yml')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sr_Latn.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sr_Latn.yml')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sv.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sv.yml')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.th.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.th.yml')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.tr.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.tr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.tr.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.uk.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.uk.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.uk.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.uk.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.uk.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ur.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ur.yml')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.uz.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.uz.yml')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.vi.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.vi.yml')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.zh_CN.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.zh_CN.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.zh_TW.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.zh_TW.yml')], 'bn' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.bn.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.bn.yml')], 'ga' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ga.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ga.yml')], 'gu' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.gu.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.gu.yml')], 'hi' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hi.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.hi.yml')], 'is' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.is.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.is.yml')], 'ka' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ka.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ka.yml')], 'ko' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ko.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ko.yml')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.mk.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.mk.yml')], 'ms' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ms.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ms.yml')], 'ne' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ne.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ne.yml')], 'ps' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ps.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ps.yml')], 'si' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.si.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.si.yml')], 'sr' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sr.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sr.yml')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sw.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sw.yml')], 'ta' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ta.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ta.yml')], 'te' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.te.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.te.yml')], 'zh' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.zh.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.zh.yml')], 'am' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.am.yml')], 'cn' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.cn.yml')], 'eo' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.eo.yml')], 'kk' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.kk.yml')], 'km' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.km.yml')], 'ku' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ku.yml')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ky.yml')], 'lo' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.lo.yml')], 'ua' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ua.yml')], 'vn' => [0 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/src/Resources/FrameworkBundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/src/Resources/SecurityBundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/anyx/login-gate-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/src/Resources/LoginGateBundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/artprima/prometheus-metrics-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/src/Resources/ArtprimaPrometheusMetricsBundle/translations'), 16 => (\dirname(__DIR__, 4).'/src/Resources/CraueFormFlowBundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 18 => (\dirname(__DIR__, 4).'/src/Resources/DoctrineBundle/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 20 => (\dirname(__DIR__, 4).'/src/Resources/DoctrineFixturesBundle/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 22 => (\dirname(__DIR__, 4).'/src/Resources/DoctrineMigrationsBundle/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/translations'), 24 => (\dirname(__DIR__, 4).'/src/Resources/EightPointsGuzzleBundle/translations'), 25 => (\dirname(__DIR__, 4).'/src/Resources/EWZRecaptchaBundle/translations'), 26 => (\dirname(__DIR__, 4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 27 => (\dirname(__DIR__, 4).'/src/Resources/ExerciseHTMLPurifierBundle/translations'), 28 => (\dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src/translations'), 29 => (\dirname(__DIR__, 4).'/src/Resources/FlagceptionBundle/translations'), 30 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/translations'), 31 => (\dirname(__DIR__, 4).'/src/Resources/FOSRestBundle/translations'), 32 => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/translations'), 33 => (\dirname(__DIR__, 4).'/src/Resources/JMSSerializerBundle/translations'), 34 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/translations'), 35 => (\dirname(__DIR__, 4).'/src/Resources/LexikJWTAuthenticationBundle/translations'), 36 => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/translations'), 37 => (\dirname(__DIR__, 4).'/src/Resources/NelmioApiDocBundle/translations'), 38 => (\dirname(__DIR__, 4).'/src/Resources/DataTablesBundle/translations'), 39 => (\dirname(__DIR__, 4).'/vendor/oneup/flysystem-bundle/translations'), 40 => (\dirname(__DIR__, 4).'/src/Resources/OneupFlysystemBundle/translations'), 41 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 42 => (\dirname(__DIR__, 4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 43 => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 44 => (\dirname(__DIR__, 4).'/src/Resources/StofDoctrineExtensionsBundle/translations'), 45 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 46 => (\dirname(__DIR__, 4).'/src/Resources/DebugBundle/translations'), 47 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 48 => (\dirname(__DIR__, 4).'/src/Resources/MakerBundle/translations'), 49 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 50 => (\dirname(__DIR__, 4).'/src/Resources/MonologBundle/translations'), 51 => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/translations'), 52 => (\dirname(__DIR__, 4).'/src/Resources/SwiftmailerBundle/translations'), 53 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 54 => (\dirname(__DIR__, 4).'/src/Resources/TwigBundle/translations'), 55 => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 56 => (\dirname(__DIR__, 4).'/src/Resources/WebpackEncoreBundle/translations'), 57 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 58 => (\dirname(__DIR__, 4).'/src/Resources/TwigExtraBundle/translations'), 59 => (\dirname(__DIR__, 4).'/src/Resources/VichUploaderBundle/translations'), 60 => (\dirname(__DIR__, 4).'/vendor/willdurand/js-translation-bundle/translations'), 61 => (\dirname(__DIR__, 4).'/src/Resources/BazingaJsTranslationBundle/translations'), 62 => (\dirname(__DIR__, 4).'/vendor/mhujer/breadcrumbs-bundle/translations'), 63 => (\dirname(__DIR__, 4).'/src/Resources/WhiteOctoberBreadcrumbsBundle/translations'), 64 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 65 => (\dirname(__DIR__, 4).'/src/Resources/WebProfilerBundle/translations'), 66 => (\dirname(__DIR__, 4).'/vendor/oat-sa/bundle-health-check/translations'), 67 => (\dirname(__DIR__, 4).'/src/Resources/HealthCheckBundle/translations'), 68 => (\dirname(__DIR__, 4).'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'vendor/craue/formflow-bundle/Resources/translations', 4 => 'vendor/excelwebzone/recaptcha-bundle/src/Resources/translations', 5 => 'vendor/omines/datatables-bundle/src/Resources/translations', 6 => 'vendor/vich/uploader-bundle/translations', 7 => 'translations', 8 => 'vendor/symfony/framework-bundle/translations', 9 => 'src/Resources/FrameworkBundle/translations', 10 => 'vendor/symfony/security-bundle/translations', 11 => 'src/Resources/SecurityBundle/translations', 12 => 'vendor/anyx/login-gate-bundle/translations', 13 => 'src/Resources/LoginGateBundle/translations', 14 => 'vendor/artprima/prometheus-metrics-bundle/translations', 15 => 'src/Resources/ArtprimaPrometheusMetricsBundle/translations', 16 => 'src/Resources/CraueFormFlowBundle/translations', 17 => 'vendor/doctrine/doctrine-bundle/translations', 18 => 'src/Resources/DoctrineBundle/translations', 19 => 'vendor/doctrine/doctrine-fixtures-bundle/translations', 20 => 'src/Resources/DoctrineFixturesBundle/translations', 21 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 22 => 'src/Resources/DoctrineMigrationsBundle/translations', 23 => 'vendor/eightpoints/guzzle-bundle/src/translations', 24 => 'src/Resources/EightPointsGuzzleBundle/translations', 25 => 'src/Resources/EWZRecaptchaBundle/translations', 26 => 'vendor/exercise/htmlpurifier-bundle/src/translations', 27 => 'src/Resources/ExerciseHTMLPurifierBundle/translations', 28 => 'vendor/flagception/flagception-bundle/src/translations', 29 => 'src/Resources/FlagceptionBundle/translations', 30 => 'vendor/friendsofsymfony/rest-bundle/translations', 31 => 'src/Resources/FOSRestBundle/translations', 32 => 'vendor/jms/serializer-bundle/translations', 33 => 'src/Resources/JMSSerializerBundle/translations', 34 => 'vendor/lexik/jwt-authentication-bundle/translations', 35 => 'src/Resources/LexikJWTAuthenticationBundle/translations', 36 => 'vendor/nelmio/api-doc-bundle/translations', 37 => 'src/Resources/NelmioApiDocBundle/translations', 38 => 'src/Resources/DataTablesBundle/translations', 39 => 'vendor/oneup/flysystem-bundle/translations', 40 => 'src/Resources/OneupFlysystemBundle/translations', 41 => 'vendor/sensio/framework-extra-bundle/src/translations', 42 => 'src/Resources/SensioFrameworkExtraBundle/translations', 43 => 'vendor/stof/doctrine-extensions-bundle/src/translations', 44 => 'src/Resources/StofDoctrineExtensionsBundle/translations', 45 => 'vendor/symfony/debug-bundle/translations', 46 => 'src/Resources/DebugBundle/translations', 47 => 'vendor/symfony/maker-bundle/src/translations', 48 => 'src/Resources/MakerBundle/translations', 49 => 'vendor/symfony/monolog-bundle/translations', 50 => 'src/Resources/MonologBundle/translations', 51 => 'vendor/symfony/swiftmailer-bundle/translations', 52 => 'src/Resources/SwiftmailerBundle/translations', 53 => 'vendor/symfony/twig-bundle/translations', 54 => 'src/Resources/TwigBundle/translations', 55 => 'vendor/symfony/webpack-encore-bundle/src/translations', 56 => 'src/Resources/WebpackEncoreBundle/translations', 57 => 'vendor/twig/extra-bundle/translations', 58 => 'src/Resources/TwigExtraBundle/translations', 59 => 'src/Resources/VichUploaderBundle/translations', 60 => 'vendor/willdurand/js-translation-bundle/translations', 61 => 'src/Resources/BazingaJsTranslationBundle/translations', 62 => 'vendor/mhujer/breadcrumbs-bundle/translations', 63 => 'src/Resources/WhiteOctoberBreadcrumbsBundle/translations', 64 => 'vendor/symfony/web-profiler-bundle/translations', 65 => 'src/Resources/WebProfilerBundle/translations', 66 => 'vendor/oat-sa/bundle-health-check/translations', 67 => 'src/Resources/HealthCheckBundle/translations', 68 => 'src/Resources/translations']]]);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales([0 => 'it']);
return $instance;
}
/**
* Gets the private 'twig.command.debug' shared service.
*
* @return \Symfony\Bridge\Twig\Command\DebugCommand
*/
protected function getTwig_Command_DebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
$this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__, 4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__, 4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), (\dirname(__DIR__, 4).'/src'));
$instance->setName('debug:twig');
return $instance;
}
/**
* Gets the private 'twig.command.lint' shared service.
*
* @return \Symfony\Bundle\TwigBundle\Command\LintCommand
*/
protected function getTwig_Command_LintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
$this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
$instance->setName('lint:twig');
return $instance;
}
/**
* Gets the private 'twig.form.engine' shared service.
*
* @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
*/
protected function getTwig_Form_EngineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererEngineInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractRendererEngine.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService()));
}
/**
* Gets the private 'twig.form.renderer' shared service.
*
* @return \Symfony\Component\Form\FormRenderer
*/
protected function getTwig_Form_RendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRenderer.php';
return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
}
/**
* Gets the private 'twig.runtime.httpkernel' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
*/
protected function getTwig_Runtime_HttpkernelService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'esi' => ['privates', 'fragment.renderer.esi', 'getFragment_Renderer_EsiService', false],
'inline' => ['privates', 'fragment.renderer.inline', 'getFragment_Renderer_InlineService', false],
], [
'esi' => '?',
'inline' => '?',
]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
}
/**
* Gets the private 'twig.runtime.security_csrf' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
*/
protected function getTwig_Runtime_SecurityCsrfService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
}
/**
* Gets the private 'twig.template_cache_warmer' shared service.
*
* @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
*/
protected function getTwig_TemplateCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', 'twig', 'getTwigService', false],
], [
'twig' => 'Twig\\Environment',
]))->withContext('twig.template_cache_warmer', $this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel', 1)), (\dirname(__DIR__, 4).'/src'), [(\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__, 4).'/templates')));
}
/**
* Gets the private 'validator.builder' shared service.
*
* @return \Symfony\Component\Validator\ValidatorBuilder
*/
protected function getValidator_BuilderService()
{
$this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
$instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Validator\\Constraints\\AtLeastOneAttachmentConstraintValidator' => ['privates', 'ocsdc.validator.scia.at_least_one_attachment', 'getOcsdc_Validator_Scia_AtLeastOneAttachmentService', false],
'App\\Validator\\Constraints\\ExpressionBasedFormIOConstraintValidator' => ['services', 'formio.expression_based_validator', 'getFormio_ExpressionBasedValidatorService', false],
'App\\Validator\\Constraints\\ServerSideFormIOConstraintValidator' => ['services', 'formio.constraint_validator', 'getFormio_ConstraintValidatorService', false],
'App\\Validator\\Constraints\\ValidMimeTypeValidator' => ['privates', 'App\\Validator\\Constraints\\ValidMimeTypeValidator', 'getValidMimeTypeValidatorService', false],
'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => ['services', 'ewz_recaptcha.validator.true', 'getEwzRecaptcha_Validator_TrueService', false],
'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => ['services', 'ewz_recaptcha.validator.v3.true', 'getEwzRecaptcha_Validator_V3_TrueService', false],
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', false],
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', false],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
'ewz_recaptcha.true' => ['services', 'ewz_recaptcha.validator.true', 'getEwzRecaptcha_Validator_TrueService', false],
'ewz_recaptcha.v3.true' => ['services', 'ewz_recaptcha.validator.v3.true', 'getEwzRecaptcha_Validator_V3_TrueService', false],
'formio.constraint_validator' => ['services', 'formio.constraint_validator', 'getFormio_ConstraintValidatorService', false],
'formio.expression_based_validator' => ['services', 'formio.expression_based_validator', 'getFormio_ExpressionBasedValidatorService', false],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
], [
'App\\Validator\\Constraints\\AtLeastOneAttachmentConstraintValidator' => '?',
'App\\Validator\\Constraints\\ExpressionBasedFormIOConstraintValidator' => '?',
'App\\Validator\\Constraints\\ServerSideFormIOConstraintValidator' => '?',
'App\\Validator\\Constraints\\ValidMimeTypeValidator' => '?',
'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => '?',
'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => '?',
'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' => '?',
'ewz_recaptcha.true' => '?',
'ewz_recaptcha.v3.true' => '?',
'formio.constraint_validator' => '?',
'formio.expression_based_validator' => '?',
'security.validator.user_password' => '?',
'validator.expression' => '?',
])));
$instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
$instance->setTranslationDomain('validators');
$instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
$instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->addMethodMapping('loadValidatorMetadata');
$instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
$instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
return $instance;
}
/**
* Gets the private 'validator.email' shared service.
*
* @return \Symfony\Component\Validator\Constraints\EmailValidator
*/
protected function getValidator_EmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
}
/**
* Gets the private 'validator.expression' shared service.
*
* @return \Symfony\Component\Validator\Constraints\ExpressionValidator
*/
protected function getValidator_ExpressionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
}
/**
* Gets the private 'validator.mapping.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
*/
protected function getValidator_Mapping_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
}
/**
* Gets the private 'validator.not_compromised_password' shared service.
*
* @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
*/
protected function getValidator_NotCompromisedPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8', true, NULL);
}
/**
* Gets the private 'var_dumper.command.server_dump' shared service.
*
* @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
*/
protected function getVarDumper_Command_ServerDumpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
$a = new \Symfony\Bridge\Monolog\Logger('debug');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushProcessor(($this->privates['monolog_processor'] ?? ($this->privates['monolog_processor'] = new \Monolog\Processor\PsrLogMessageProcessor())));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.filter_errors'] ?? $this->getMonolog_Handler_FilterErrorsService()));
$a->pushHandler(($this->privates['monolog.handler.all_logs'] ?? $this->getMonolog_Handler_AllLogsService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
$instance->setName('server:dump');
return $instance;
}
/**
* Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\CliDumper
*/
protected function getVarDumper_ContextualizedCliDumper_InnerService()
{
$this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL, 'UTF-8', 0);
$instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
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 'vich_uploader.command.mapping_debug' shared service.
*
* @return \Vich\UploaderBundle\Command\MappingDebugCommand
*/
protected function getVichUploader_Command_MappingDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugCommand.php';
$this->privates['vich_uploader.command.mapping_debug'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugCommand($this->getParameter('vich_uploader.mappings'));
$instance->setName('vich:mapping:debug');
return $instance;
}
/**
* Gets the private 'vich_uploader.command.mapping_debug_class' shared service.
*
* @return \Vich\UploaderBundle\Command\MappingDebugClassCommand
*/
protected function getVichUploader_Command_MappingDebugClassService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugClassCommand.php';
$this->privates['vich_uploader.command.mapping_debug_class'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugClassCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
$instance->setName('vich:mapping:debug-class');
return $instance;
}
/**
* Gets the private 'vich_uploader.command.mapping_list_classes' shared service.
*
* @return \Vich\UploaderBundle\Command\MappingListClassesCommand
*/
protected function getVichUploader_Command_MappingListClassesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Command/MappingListClassesCommand.php';
$this->privates['vich_uploader.command.mapping_list_classes'] = $instance = new \Vich\UploaderBundle\Command\MappingListClassesCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
$instance->setName('vich:mapping:list-classes');
return $instance;
}
/**
* Gets the private 'vich_uploader.listener.clean.allegato' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
*/
protected function getVichUploader_Listener_Clean_AllegatoService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.clean.allegato'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('allegato', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.inject.allegato' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
*/
protected function getVichUploader_Listener_Inject_AllegatoService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.inject.allegato'] = new \Vich\UploaderBundle\EventListener\Doctrine\InjectListener('allegato', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.remove.allegato' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_AllegatoService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.remove.allegato'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('allegato', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.upload.allegato' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_AllegatoService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.upload.allegato'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('allegato', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.metadata_reader' shared service.
*
* @return \Vich\UploaderBundle\Metadata\MetadataReader
*/
protected function getVichUploader_MetadataReaderService()
{
$a = new \Metadata\Driver\FileLocator([]);
$b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([0 => new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), 1 => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), 2 => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a)]), 'Metadata\\ClassHierarchyMetadata', true);
$b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
}
/**
* Gets the private 'vich_uploader.property_mapping_factory' shared service.
*
* @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
*/
protected function getVichUploader_PropertyMappingFactoryService()
{
return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->getParameter('vich_uploader.mappings'), '_name');
}
/**
* Gets the private 'vich_uploader.storage.flysystem' shared service.
*
* @return \Vich\UploaderBundle\Storage\FlysystemStorage
*/
protected function getVichUploader_Storage_FlysystemService()
{
return $this->privates['vich_uploader.storage.flysystem'] = new \Vich\UploaderBundle\Storage\FlysystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->services['oneup_flysystem.mount_manager'] ?? $this->getOneupFlysystem_MountManagerService()));
}
/**
* Gets the private 'web_profiler.csp.handler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
*/
protected function getWebProfiler_Csp_HandlerService()
{
return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
}
/**
* Gets the private 'web_profiler.debug_toolbar' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
*/
protected function getWebProfiler_DebugToolbarService()
{
return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false, 2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
}
/**
* Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
*
* @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
*/
protected function getWebpackEncore_EntrypointLookupDefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__, 4).'/public/build/2.9.1//entrypoints.json'), NULL, '_default', true);
}
/**
* 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', false],
], [
'_default' => '?',
]), '_default');
}
/**
* Gets the private 'webpack_encore.exception_listener' shared service.
*
* @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
*/
protected function getWebpackEncore_ExceptionListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
}
/**
* Gets the private 'webpack_encore.tag_renderer' shared service.
*
* @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
*/
protected function getWebpackEncore_TagRendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], ['defer' => true], [], ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* @return array|bool|float|int|string|\UnitEnum|null
*/
public function getParameter($name)
{
$name = (string) $name;
if (isset($this->buildParameters[$name])) {
return $this->buildParameters[$name];
}
if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name, $this->parameters))) {
throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
}
if (isset($this->loadedDynamicParameters[$name])) {
return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
return $this->parameters[$name];
}
public function hasParameter($name): bool
{
$name = (string) $name;
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($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.cache_dir' => false,
'database_driver' => false,
'database_host' => false,
'database_port' => false,
'database_name' => false,
'database_user' => false,
'database_password' => false,
'prefix' => false,
'database_reconnect_attemps' => false,
'pec_mailer_transport' => false,
'pec_mailer_host' => false,
'pec_mailer_port' => false,
'pec_mailer_user' => false,
'pec_mailer_password' => false,
'pec_delivery_address' => false,
'secret' => false,
'default_from_email_address' => false,
'wkhtmltopdf_service' => false,
'ez_password' => false,
'pitre_adapter_url' => false,
'header_top_title' => false,
'header_top_link' => false,
'ocsdc_scheme' => false,
'ocsdc_host' => false,
'giscom_password' => false,
'giscom_adapter_url' => false,
'giscom_adapter_username' => false,
'giscom_adapter_password' => false,
'mypay_adapter_url' => false,
'PasswordLifeTime' => false,
'InactiveUserLifeTime' => false,
'formserver_private_url' => false,
'formserver_public_url' => false,
'formserver_admin_url' => false,
'hash_validity' => false,
'token_ttl' => false,
'recaptcha_key' => false,
'recaptcha_secret' => false,
'shibbolet_server_varnames' => false,
'sentry_dsn' => false,
'login_route' => false,
'single_logout_url' => false,
'browsers_restrictions' => false,
'io_api_url' => false,
'cache_max_age' => false,
'metrics_type' => false,
'metrics_redis_host' => false,
'metrics_redis_password' => false,
'upload_destination' => false,
's3_region' => false,
's3_key' => false,
's3_secret' => false,
's3_bucket' => false,
'kafka_url' => false,
'ksqldb_url' => false,
'kafka_event_version' => false,
'kafka_request_timeout' => false,
'kafka_topics' => false,
'analytics' => false,
'google_recaptcha_site_key' => false,
'google_tag_manager_key' => false,
'signature_check_ws_url' => false,
'kernel.secret' => false,
'session.save_path' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'debug.container.dump' => false,
'doctrine.orm.proxy_dir' => false,
'ewz_recaptcha.public_key' => false,
'ewz_recaptcha.private_key' => false,
'lexik_jwt_authentication.pass_phrase' => false,
'lexik_jwt_authentication.token_ttl' => false,
'vich_uploader.mappings' => false,
];
private $dynamicParameters = [];
private function getDynamicParameter(string $name)
{
switch ($name) {
case 'kernel.cache_dir': $value = $this->targetDir.''; break;
case 'database_driver': $value = $this->getEnv('DB_DRIVER'); break;
case 'database_host': $value = $this->getEnv('DB_HOST'); break;
case 'database_port': $value = $this->getEnv('DB_PORT'); break;
case 'database_name': $value = $this->getEnv('DB_NAME'); break;
case 'database_user': $value = $this->getEnv('DB_USER'); break;
case 'database_password': $value = $this->getEnv('DB_PASSWORD'); break;
case 'prefix': $value = $this->getEnv('PREFIX'); break;
case 'database_reconnect_attemps': $value = $this->getEnv('int:DB_RECONNECT_ATTEMPS'); break;
case 'pec_mailer_transport': $value = $this->getEnv('PEC_MAILER_TRANSPORT'); break;
case 'pec_mailer_host': $value = $this->getEnv('PEC_MAILER_HOST'); break;
case 'pec_mailer_port': $value = $this->getEnv('PEC_MAILER_PORT'); break;
case 'pec_mailer_user': $value = $this->getEnv('PEC_MAILER_USER'); break;
case 'pec_mailer_password': $value = $this->getEnv('PEC_MAILER_PASSWORD'); break;
case 'pec_delivery_address': $value = $this->getEnv('PEC_DELIVERY_ADDRESS'); break;
case 'secret': $value = $this->getEnv('SECRET'); break;
case 'default_from_email_address': $value = $this->getEnv('DEFAULT_FROM_EMAIL_ADDRESS'); break;
case 'wkhtmltopdf_service': $value = $this->getEnv('WKHTMLTOPDF_SERVICE'); break;
case 'ez_password': $value = $this->getEnv('EZ_PASSWORD'); break;
case 'pitre_adapter_url': $value = $this->getEnv('PITRE_ADAPTER_URL'); break;
case 'header_top_title': $value = $this->getEnv('HEADER_TOP_TITLE'); break;
case 'header_top_link': $value = $this->getEnv('HEADER_TOP_LINK'); break;
case 'ocsdc_scheme': $value = $this->getEnv('OCSDC_SCHEME'); break;
case 'ocsdc_host': $value = $this->getEnv('OCSDC_HOST'); break;
case 'giscom_password': $value = $this->getEnv('GISCOM_PASSWORD'); break;
case 'giscom_adapter_url': $value = $this->getEnv('GISCOM_ADAPTER_URL'); break;
case 'giscom_adapter_username': $value = $this->getEnv('GISCOM_ADAPTER_USERNAME'); break;
case 'giscom_adapter_password': $value = $this->getEnv('GISCOM_ADAPTER_PASSWORD'); break;
case 'mypay_adapter_url': $value = $this->getEnv('MYPAY_ADAPTER_URL'); break;
case 'PasswordLifeTime': $value = $this->getEnv('PASSWORD_LIFE_TIME'); break;
case 'InactiveUserLifeTime': $value = $this->getEnv('INACTIVE_USER_LIFE_TIME'); break;
case 'formserver_private_url': $value = $this->getEnv('FORMSERVER_PRIVATE_URL'); break;
case 'formserver_public_url': $value = $this->getEnv('FORMSERVER_PUBLIC_URL'); break;
case 'formserver_admin_url': $value = $this->getEnv('FORMSERVER_ADMIN_URL'); break;
case 'hash_validity': $value = $this->getEnv('HASH_VALIDITY'); break;
case 'token_ttl': $value = $this->getEnv('TOKEN_TTL'); break;
case 'recaptcha_key': $value = $this->getEnv('RECAPTCHA_KEY'); break;
case 'recaptcha_secret': $value = $this->getEnv('RECAPTCHA_SECRET'); break;
case 'shibbolet_server_varnames': $value = [
'codiceFiscale' => $this->getEnv('SHIB_CODICEFISCALE'),
'capDomicilio' => $this->getEnv('SHIB_CAPDOMICILIO'),
'capResidenza' => $this->getEnv('SHIB_CAPRESIDENZA'),
'cellulare' => $this->getEnv('SHIB_CELLULARE'),
'cittaDomicilio' => $this->getEnv('SHIB_CITTADOMICILIO'),
'cittaResidenza' => $this->getEnv('SHIB_CITTARESIDENZA'),
'cognome' => $this->getEnv('SHIB_COGNOME'),
'dataNascita' => $this->getEnv('SHIB_DATANASCITA'),
'emailAddress' => $this->getEnv('SHIB_EMAILADDRESS'),
'emailAddressPersonale' => $this->getEnv('SHIB_EMAILADDRESSPERSONALE'),
'indirizzoDomicilio' => $this->getEnv('SHIB_INDIRIZZODOMICILIO'),
'indirizzoResidenza' => $this->getEnv('SHIB_INDIRIZZORESIDENZA'),
'luogoNascita' => $this->getEnv('SHIB_LUOGONASCITA'),
'nome' => $this->getEnv('SHIB_NOME'),
'provinciaDomicilio' => $this->getEnv('SHIB_PROVINCIADOMICILIO'),
'provinciaNascita' => $this->getEnv('SHIB_PROVINCIANASCITA'),
'provinciaResidenza' => $this->getEnv('SHIB_PROVINCIARESIDENZA'),
'sesso' => $this->getEnv('SHIB_SESSO'),
'statoDomicilio' => $this->getEnv('SHIB_STATODOMICILIO'),
'statoNascita' => $this->getEnv('SHIB_STATONASCITA'),
'statoResidenza' => $this->getEnv('SHIB_STATORESIDENZA'),
'telefono' => $this->getEnv('SHIB_TELEFONO'),
'titolo' => $this->getEnv('SHIB_TITOLO'),
'idCard' => '%env(SHIB_IDCARD)',
'x509certificate_issuerdn' => $this->getEnv('SHIB_X509CERTIFICATE_ISSUERDN'),
'x509certificate_subjectdn' => $this->getEnv('SHIB_X509CERTIFICATE_SUBJECTDN'),
'x509certificate_base64' => $this->getEnv('SHIB_X509CERTIFICATE_BASE64'),
'spidCode' => $this->getEnv('SHIB_SPID_CODE'),
'shibSessionId' => $this->getEnv('SHIB_SESSION_ID'),
'shibSessionIndex' => $this->getEnv('SHIB_SESSION_INDEX'),
'shibAuthenticationIstant' => $this->getEnv('SHIB_AUTHENTICATION_INSTANT'),
'shibAuthnContextClass' => $this->getEnv('SHIB_AUTHN_CONTEXT_CLASS'),
]; break;
case 'sentry_dsn': $value = $this->getEnv('SENTRY_DSN'); break;
case 'login_route': $value = $this->getEnv('LOGIN_ROUTE'); break;
case 'single_logout_url': $value = $this->getEnv('SINGLE_LOGOUT_URL'); break;
case 'browsers_restrictions': $value = $this->getEnv('BROWSERS_RESTRICTIONS'); break;
case 'io_api_url': $value = $this->getEnv('IO_API_URL'); break;
case 'cache_max_age': $value = $this->getEnv('CACHE_MAX_AGE'); break;
case 'metrics_type': $value = $this->getEnv('METRICS_TYPE'); break;
case 'metrics_redis_host': $value = $this->getEnv('METRICS_REDIS_HOST'); break;
case 'metrics_redis_password': $value = $this->getEnv('METRICS_REDIS_PASSWORD'); break;
case 'upload_destination': $value = $this->getEnv('UPLOAD_DESTINATION'); break;
case 's3_region': $value = $this->getEnv('S3_REGION'); break;
case 's3_key': $value = $this->getEnv('S3_KEY'); break;
case 's3_secret': $value = $this->getEnv('S3_SECRET'); break;
case 's3_bucket': $value = $this->getEnv('S3_BUCKET'); break;
case 'kafka_url': $value = $this->getEnv('KAFKA_URL'); break;
case 'ksqldb_url': $value = $this->getEnv('KSQLDB_URL'); break;
case 'kafka_event_version': $value = $this->getEnv('int:KAFKA_EVENT_VERSION'); break;
case 'kafka_request_timeout': $value = $this->getEnv('int:KAFKA_REQUEST_TIMEOUT'); break;
case 'kafka_topics': $value = [
'applications' => $this->getEnv('KAFKA_TOPIC_APPLICATIONS'),
'services' => $this->getEnv('KAFKA_TOPIC_SERVICES'),
'meetings' => $this->getEnv('KAFKA_TOPIC_MEETINGS'),
'calendars' => $this->getEnv('KAFKA_TOPIC_CALENDARS'),
]; break;
case 'analytics': $value = [
'plan' => $this->getEnv('ANALYTICS_PLAN'),
]; break;
case 'google_recaptcha_site_key': $value = $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'); break;
case 'google_tag_manager_key': $value = $this->getEnv('GOOGLE_TAG_MANAGER_KEY'); break;
case 'signature_check_ws_url': $value = $this->getEnv('SIGNATURE_CHECK_WS_URL'); break;
case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
case 'session.save_path': $value = ($this->targetDir.''.'/sessions'); break;
case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
case 'ewz_recaptcha.public_key': $value = $this->getEnv('EWZ_RECAPTCHA_SITE_KEY'); break;
case 'ewz_recaptcha.private_key': $value = $this->getEnv('EWZ_RECAPTCHA_SECRET'); break;
case 'lexik_jwt_authentication.pass_phrase': $value = $this->getEnv('JWT_PASSPHRASE'); break;
case 'lexik_jwt_authentication.token_ttl': $value = $this->getEnv('TOKEN_TTL'); break;
case 'vich_uploader.mappings': $value = [
'allegato' => [
'upload_destination' => $this->getEnv('UPLOAD_DESTINATION'),
'directory_namer' => [
'service' => 'ocsdc.allegati.directory_namer',
'options' => [
],
],
'namer' => [
'service' => 'vich_uploader.namer_uniqid.allegato',
'options' => [
],
],
'inject_on_load' => true,
'delete_on_update' => true,
'delete_on_remove' => true,
'uri_prefix' => '/uploads',
'db_driver' => 'orm',
],
]; 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.root_dir' => (\dirname(__DIR__, 4).'/src'),
'kernel.project_dir' => \dirname(__DIR__, 4),
'kernel.environment' => 'dev',
'kernel.debug' => true,
'kernel.name' => 'src',
'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'LoginGateBundle' => 'Anyx\\LoginGateBundle\\LoginGateBundle',
'ArtprimaPrometheusMetricsBundle' => 'Artprima\\PrometheusMetricsBundle\\ArtprimaPrometheusMetricsBundle',
'CraueFormFlowBundle' => 'Craue\\FormFlowBundle\\CraueFormFlowBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'EightPointsGuzzleBundle' => 'EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle',
'EWZRecaptchaBundle' => 'EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle',
'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
'FlagceptionBundle' => 'Flagception\\Bundle\\FlagceptionBundle\\FlagceptionBundle',
'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
'DataTablesBundle' => 'Omines\\DataTablesBundle\\DataTablesBundle',
'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
'BazingaJsTranslationBundle' => 'Bazinga\\Bundle\\JsTranslationBundle\\BazingaJsTranslationBundle',
'WhiteOctoberBreadcrumbsBundle' => 'WhiteOctober\\BreadcrumbsBundle\\WhiteOctoberBreadcrumbsBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'HealthCheckBundle' => 'OAT\\Bundle\\HealthCheckBundle\\HealthCheckBundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'SecurityBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'LoginGateBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/anyx/login-gate-bundle'),
'namespace' => 'Anyx\\LoginGateBundle',
],
'ArtprimaPrometheusMetricsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/artprima/prometheus-metrics-bundle'),
'namespace' => 'Artprima\\PrometheusMetricsBundle',
],
'CraueFormFlowBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle'),
'namespace' => 'Craue\\FormFlowBundle',
],
'DoctrineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'DoctrineFixturesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
],
'DoctrineMigrationsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
],
'EightPointsGuzzleBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src'),
'namespace' => 'EightPoints\\Bundle\\GuzzleBundle',
],
'EWZRecaptchaBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src'),
'namespace' => 'EWZ\\Bundle\\RecaptchaBundle',
],
'ExerciseHTMLPurifierBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/exercise/htmlpurifier-bundle/src'),
'namespace' => 'Exercise\\HTMLPurifierBundle',
],
'FlagceptionBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src'),
'namespace' => 'Flagception\\Bundle\\FlagceptionBundle',
],
'FOSRestBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle'),
'namespace' => 'FOS\\RestBundle',
],
'JMSSerializerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle'),
'namespace' => 'JMS\\SerializerBundle',
],
'LexikJWTAuthenticationBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle'),
'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
],
'NelmioApiDocBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle'),
'namespace' => 'Nelmio\\ApiDocBundle',
],
'DataTablesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src'),
'namespace' => 'Omines\\DataTablesBundle',
],
'OneupFlysystemBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/oneup/flysystem-bundle'),
'namespace' => 'Oneup\\FlysystemBundle',
],
'SensioFrameworkExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'StofDoctrineExtensionsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src'),
'namespace' => 'Stof\\DoctrineExtensionsBundle',
],
'DebugBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
'namespace' => 'Symfony\\Bundle\\DebugBundle',
],
'MakerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MakerBundle',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'SwiftmailerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle'),
'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
],
'TwigBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'WebpackEncoreBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
'namespace' => 'Symfony\\WebpackEncoreBundle',
],
'TwigExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
'namespace' => 'Twig\\Extra\\TwigExtraBundle',
],
'VichUploaderBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle'),
'namespace' => 'Vich\\UploaderBundle',
],
'BazingaJsTranslationBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/willdurand/js-translation-bundle'),
'namespace' => 'Bazinga\\Bundle\\JsTranslationBundle',
],
'WhiteOctoberBreadcrumbsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/mhujer/breadcrumbs-bundle'),
'namespace' => 'WhiteOctober\\BreadcrumbsBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'HealthCheckBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/oat-sa/bundle-health-check'),
'namespace' => 'OAT\\Bundle\\HealthCheckBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
'container.dumper.inline_class_loader' => true,
'container.dumper.inline_factories' => true,
'version' => '2.9.1',
'locale' => 'it',
'app_locales' => 'it',
'instance' => '',
'protocollo' => '',
'ocsdc_iter_duration_start_status' => 3,
'ocsdc_iter_duration_end_statuses' => [
0 => 10,
1 => 100,
],
'ocsdc_default_date_format' => 'd-m-Y',
'ocsdc_default_datetime_format' => 'd-m-Y H:i:s',
'ocsdc_default_time_format' => 'H:i:s',
'ocsdc_default_moment_datetime_format' => 'DD-MM-YYYY HH:mm:ss',
'ocsdc_slim_datetime_format' => 'd/m/y H:i',
'allowed_extensions' => [
0 => [
'doc' => 'application/msword',
],
1 => [
'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
],
2 => [
'odt' => 'application/vnd.oasis.opendocument.text',
],
3 => [
'pdf' => 'application/pdf',
],
4 => [
'txt' => 'text/plain',
],
5 => [
'jpeg' => 'image/jpeg',
],
6 => [
'jpg' => 'image/jpeg',
],
7 => [
'png' => 'image/png',
],
8 => [
'gif' => 'image/gif',
],
9 => [
'p7' => 'application/pkcs7',
],
10 => [
'p7m' => 'application/pkcs7-mime',
],
11 => [
'xp7m' => 'application/x-pkcs7-mime',
],
12 => [
'p7c' => 'application/pkcs7',
],
13 => [
'zip' => 'application/zip',
],
],
'metrics_redis_port' => 6379,
'deda_login_client_id' => 'example',
'deda_login_secret' => 'example',
'deda_login_env' => 'prod',
'api_version' => 1,
'cas_login_url' => 'https://mycasserver/cas/',
'cas_validation_url' => 'https://mycasserver/cas/serviceValidate',
'payment_gateways' => [
'bollo' => [
'name' => 'Bollo',
'url' => NULL,
'handler' => 'bollo',
'enabled' => true,
],
'efil' => [
'name' => 'Efil',
'url' => 'http://efil.localtest.me',
'handler' => 'generic-external',
'enabled' => true,
],
'mypay' => [
'name' => 'Mypay',
'url' => 'mypay.gateway.opencontent.io',
'handler' => 'mypay',
'enabled' => true,
],
],
'env(PREFIX)' => '',
'env(DB_DRIVER)' => 'pdo_pgsql',
'env(DB_HOST)' => 'postgres',
'env(DB_PORT)' => '5432',
'env(DB_NAME)' => 'sdc',
'env(DB_USER)' => 'sdc',
'env(DB_PASSWORD)' => 'sdc',
'env(DB_RECONNECT_ATTEMPS)' => 3,
'env(PEC_MAILER_TRANSPORT)' => 'smtp',
'env(PEC_MAILER_HOST)' => 'smpt.pec.host',
'env(PEC_MAILER_PORT)' => '465',
'env(PEC_MAILER_USER)' => NULL,
'env(PEC_MAILER_PASSWORD)' => NULL,
'env(PEC_DELIVERY_ADDRESS)' => 'pec.stanzadelcittadino@localtest.me',
'env(SECRET)' => 'ThisTokenIsNotSoSecretChangeIt',
'env(DEFAULT_FROM_EMAIL_ADDRESS)' => 'stanzadelcittadino@localtest.me',
'env(WKHTMLTOPDF_SERVICE)' => 'wkhtmltopdf',
'env(EZ_PASSWORD)' => 'ez',
'env(PITRE_ADAPTER_URL)' => 'http://localhost:8080/',
'env(HEADER_TOP_TITLE)' => 'Provincia autonoma di Trento',
'env(HEADER_TOP_LINK)' => 'http://www.provincia.tn.it/ La <strong>Stanza del cittadino</strong> è una iniziativa progettuale del Consorzio dei Comuni Trentini',
'env(OCSDC_SCHEME)' => 'http',
'env(OCSDC_HOST)' => 'stanzadelcittadino.localtest.me',
'env(GISCOM_PASSWORD)' => 'giscom',
'env(GISCOM_ADAPTER_URL)' => 'https://www.giscom.cloud/WebAPI/',
'env(GISCOM_ADAPTER_USERNAME)' => 'pippo',
'env(GISCOM_ADAPTER_PASSWORD)' => 'passw',
'env(PASSWORD_LIFE_TIME)' => '365',
'env(INACTIVE_USER_LIFE_TIME)' => '545',
'env(FORMSERVER_PRIVATE_URL)' => 'http://formserver',
'env(FORMSERVER_PUBLIC_URL)' => 'http://formserver.localtest.me',
'env(FORMSERVER_ADMIN_URL)' => 'http://formserver.localtest.me',
'env(HASH_VALIDITY)' => '1',
'env(TOKEN_TTL)' => '3600',
'env(RECAPTCHA_KEY)' => '',
'env(RECAPTCHA_SECRET)' => '',
'env(SHIB_CODICEFISCALE)' => 'shibb_pat_attribute_codicefiscale',
'env(SHIB_CAPDOMICILIO)' => 'shibb_pat_attribute_capdomicilio',
'env(SHIB_CAPRESIDENZA)' => 'shibb_pat_attribute_capresidenza',
'env(SHIB_CELLULARE)' => 'shibb_pat_attribute_cellulare',
'env(SHIB_CITTADOMICILIO)' => 'shibb_pat_attribute_cittadomicilio',
'env(SHIB_CITTARESIDENZA)' => 'shibb_pat_attribute_cittaresidenza',
'env(SHIB_COGNOME)' => 'shibb_pat_attribute_cognome',
'env(SHIB_DATANASCITA)' => 'shibb_pat_attribute_datanascita',
'env(SHIB_EMAILADDRESS)' => 'shibb_pat_attribute_emailaddress',
'env(SHIB_EMAILADDRESSPERSONALE)' => 'shibb_pat_attribute_emailaddresspersonale',
'env(SHIB_INDIRIZZODOMICILIO)' => 'shibb_pat_attribute_indirizzodomicilio',
'env(SHIB_INDIRIZZORESIDENZA)' => 'shibb_pat_attribute_indirizzoresidenza',
'env(SHIB_LUOGONASCITA)' => 'shibb_pat_attribute_luogonascita',
'env(SHIB_NOME)' => 'shibb_pat_attribute_nome',
'env(SHIB_PROVINCIADOMICILIO)' => 'shibb_pat_attribute_provinciadomicilio',
'env(SHIB_PROVINCIANASCITA)' => 'shibb_pat_attribute_provincianascita',
'env(SHIB_PROVINCIARESIDENZA)' => 'shibb_pat_attribute_provinciaresidenza',
'env(SHIB_SESSO)' => 'shibb_pat_attribute_sesso',
'env(SHIB_STATODOMICILIO)' => 'shibb_pat_attribute_statodomicilio',
'env(SHIB_STATONASCITA)' => 'shibb_pat_attribute_statonascita',
'env(SHIB_STATORESIDENZA)' => 'shibb_pat_attribute_statoresidenza',
'env(SHIB_TELEFONO)' => 'shibb_pat_attribute_telefono',
'env(SHIB_TITOLO)' => 'shibb_pat_attribute_titolo',
'env(SHIB_IDCARD)' => 'shibb_IDCARD',
'env(SHIB_X509CERTIFICATE_ISSUERDN)' => 'shibb_pat_attribute_x509certificate_issuerdn',
'env(SHIB_X509CERTIFICATE_SUBJECTDN)' => 'shibb_pat_attribute_x509certificate_subjectdn',
'env(SHIB_X509CERTIFICATE_BASE64)' => 'shibb_pat_attribute_x509certificate_base64',
'env(SHIB_SPID_CODE)' => 'shibb_pat_attribute_spid_code',
'env(SHIB_SESSION_ID)' => 'shibb_Shib-Session-ID',
'env(SHIB_SESSION_INDEX)' => 'shibb_Shib-Session-Index',
'env(SHIB_AUTHENTICATION_INSTANT)' => 'shibb_Shib-Authentication-Instant',
'env(SHIB_AUTHN_CONTEXT_CLASS)' => 'shibb_Shib-AuthnContext-Class',
'env(SENTRY_DSN)' => '',
'env(LOGIN_ROUTE)' => 'login_pat',
'env(SINGLE_LOGOUT_URL)' => '/Shibboleth.sso/Logout',
'env(BROWSERS_RESTRICTIONS)' => 'Chrome,57|Edge,39|Safari,10|Mobile Safari,10|Firefox,50|Opera,50|Vivaldi,1|Yandex,10|Internet Explorer,11',
'env(IO_API_URL)' => 'https://api.io.italia.it/api/v1',
'env(CACHE_MAX_AGE)' => '0',
'env(METRICS_TYPE)' => 'in_memory',
'env(METRICS_REDIS_HOST)' => 'redis',
'env(METRICS_REDIS_PORT)' => 6379,
'env(METRICS_REDIS_PASSWORD)' => NULL,
'env(UPLOAD_DESTINATION)' => 'local_filesystem',
'env(S3_REGION)' => 'eu-west-1',
'env(S3_KEY)' => '',
'env(S3_SECRET)' => '',
'env(S3_BUCKET)' => 'test',
'env(KAFKA_URL)' => NULL,
'env(KSQLDB_URL)' => NULL,
'env(KAFKA_EVENT_VERSION)' => 1,
'env(KAFKA_REQUEST_TIMEOUT)' => 2,
'env(KAFKA_TOPIC_APPLICATIONS)' => 'applications',
'env(KAFKA_TOPIC_SERVICES)' => 'services',
'env(KAFKA_TOPIC_MEETINGS)' => 'meetings',
'env(KAFKA_TOPIC_CALENDARS)' => 'calendars',
'env(API_VERSION)' => 1,
'env(MYPAY_ADAPTER_URL)' => 'https://mypay-dev.ship.opencontent.io',
'env(ANALYTICS_PLAN)' => 'free',
'env(JWT_SECRET_KEY)' => (\dirname(__DIR__, 4).'/config/jwt/private.pem'),
'env(JWT_PUBLIC_KEY)' => (\dirname(__DIR__, 4).'/config/jwt/public.pem'),
'env(JWT_PASSPHRASE)' => 'stanzadelcittadino',
'env(MAILER_URL)' => 'smtp://mailserver:1025',
'env(GOOGLE_TAG_MANAGER_KEY)' => NULL,
'env(SIGNATURE_CHECK_WS_URL)' => NULL,
'event_dispatcher.event_aliases' => [
'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
'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\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
],
'fragment.renderer.hinclude.global_template' => '',
'fragment.path' => '/_fragment',
'kernel.http_method_override' => true,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'it',
'kernel.error_controller' => 'error_controller',
'templating.helper.code.file_link_format' => NULL,
'debug.file_link_format' => NULL,
'session.metadata.storage_key' => '_sf2_meta',
'session.storage.options' => [
'cache_limiter' => '0',
'cookie_secure' => 'auto',
'cookie_httponly' => true,
'cookie_samesite' => 'lax',
'gc_probability' => 1,
],
'session.metadata.update_threshold' => 0,
'form.type_extension.csrf.enabled' => true,
'form.type_extension.csrf.field_name' => '_token',
'asset.request_context.base_path' => '',
'asset.request_context.secure' => false,
'validator.translation_domain' => 'validators',
'translator.logging' => false,
'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_master_requests' => false,
'debug.error_handler.throw_at' => -1,
'router.request_context.host' => 'localhost',
'router.request_context.scheme' => 'http',
'router.request_context.base_url' => '',
'router.resource' => 'kernel::loadRoutes',
'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'security.authentication.trust_resolver.anonymous_class' => NULL,
'security.authentication.trust_resolver.rememberme_class' => NULL,
'security.role_hierarchy.roles' => [
'ROLE_SUPER_ADMIN' => [
0 => 'ROLE_USER',
1 => 'ROLE_ADMIN',
2 => 'ROLE_ALLOWED_TO_SWITCH',
],
'ROLE_ADMIN' => [
0 => 'ROLE_USER',
],
'ROLE_OPERATORE_ADMIN' => [
0 => 'ROLE_OPERATORE',
],
'ROLE_OPERATORE' => [
0 => 'ROLE_USER',
],
],
'security.access.denied_url' => NULL,
'security.authentication.manager.erase_credentials' => true,
'security.authentication.session_strategy.strategy' => 'migrate',
'security.access.always_authenticate_before_granting' => false,
'security.authentication.hide_user_not_found' => true,
'anyx.login_gate.authentication.listener.form.class' => 'Anyx\\LoginGateBundle\\Security\\UsernamePasswordFormAuthenticationListener',
'anyx.login_gate.authentication.listener.json.class' => 'Anyx\\LoginGateBundle\\Security\\UsernamePasswordJsonAuthenticationListener',
'anyx.login_gate.orm.entity_class' => 'Anyx\\LoginGateBundle\\Entity\\FailureLoginAttempt',
'anyx.login_gate.storages' => [
0 => 'anyx.login_gate.storage.orm',
],
'anyx.login_gate.brute_force_checker_options' => [
'max_count_attempts' => 3,
'timeout' => 600,
'watch_period' => 3600,
],
'anyx.login_gate.watch_period' => 3600,
'prometheus_metrics_bundle.namespace' => 'sdc',
'prometheus_metrics_bundle.type' => 'in_memory',
'prometheus_metrics_bundle.ignored_routes' => [
0 => 'prometheus_bundle_prometheus',
1 => '_wdt',
],
'prometheus_metrics_bundle.disable_default_metrics' => true,
'prometheus_metrics_bundle.enable_console_metrics' => false,
'prometheus_metrics_bundle.collector_registry.class' => 'Prometheus\\CollectorRegistry',
'craue.form.flow.class' => 'Craue\\FormFlowBundle\\Form\\FormFlow',
'craue.form.flow.storage.class' => 'Craue\\FormFlowBundle\\Storage\\SessionStorage',
'craue.form.flow.event_listener.previous_step_invalid.class' => 'Craue\\FormFlowBundle\\EventListener\\PreviousStepInvalidEventListener',
'craue.form.flow.event_listener.previous_step_invalid.event' => 'flow.previous_step_invalid',
'craue.form.flow.event_listener.flow_expired.class' => 'Craue\\FormFlowBundle\\EventListener\\FlowExpiredEventListener',
'craue.form.flow.event_listener.flow_expired.event' => 'flow.flow_expired',
'craue_twig_extensions.formflow.class' => 'Craue\\FormFlowBundle\\Twig\\Extension\\FormFlowExtension',
'craue_formflow.util.class' => 'Craue\\FormFlowBundle\\Util\\FormFlowUtil',
'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
'doctrine.entity_managers' => [
'default' => 'doctrine.orm.default_entity_manager',
],
'doctrine.default_entity_manager' => 'default',
'doctrine.dbal.connection_factory.types' => [
],
'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.proxy_namespace' => 'Proxies',
'doctrine.migrations.preferred_em' => NULL,
'doctrine.migrations.preferred_connection' => NULL,
'eight_points_guzzle.http_client.class' => 'GuzzleHttp\\Client',
'eight_points_guzzle.formatter.class' => 'GuzzleHttp\\MessageFormatter',
'eight_points_guzzle.symfony_log_formatter.class' => 'GuzzleHttp\\MessageFormatter',
'eight_points_guzzle.data_collector.class' => 'EightPoints\\Bundle\\GuzzleBundle\\DataCollector\\HttpDataCollector',
'eight_points_guzzle.logger.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Log\\Logger',
'eight_points_guzzle.middleware.log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\LogMiddleware',
'eight_points_guzzle.middleware.profile.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\ProfileMiddleware',
'eight_points_guzzle.middleware.event_dispatcher.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\EventDispatchMiddleware',
'eight_points_guzzle.middleware.request_time.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\RequestTimeMiddleware',
'eight_points_guzzle.middleware.symfony_log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\SymfonyLogMiddleware',
'eight_points_guzzle.symfony_log_formatter.pattern' => '{method} {uri} {code}',
'eight_points_guzzle.middleware.class' => 'GuzzleHttp\\Middleware',
'eight_points_guzzle.plugin.header.headers' => [
],
'ewz_recaptcha.api_host' => 'www.recaptcha.net',
'ewz_recaptcha.enabled' => false,
'ewz_recaptcha.verify_host' => false,
'ewz_recaptcha.ajax' => false,
'ewz_recaptcha.locale_key' => 'it',
'ewz_recaptcha.locale_from_request' => false,
'ewz_recaptcha.version' => 2,
'ewz_recaptcha.hide_badge' => false,
'ewz_recaptcha.score_threshold' => 0.5,
'ewz_recaptcha.timeout' => NULL,
'ewz_recaptcha.trusted_roles' => [
],
'ewz_recaptcha.http_proxy' => [
'host' => NULL,
'port' => NULL,
'auth' => NULL,
],
'ewz_recaptcha.service_definition' => [
],
'twig.form.resources' => [
0 => '@VichUploader/Form/fields.html.twig',
1 => 'form_div_layout.html.twig',
2 => 'bootstrap_4_layout.html.twig',
3 => 'form/fields.html.twig',
4 => '@EWZRecaptcha/Form/ewz_recaptcha_widget.html.twig',
],
'fos_rest.format_listener.rules' => NULL,
'lexik_jwt_authentication.clock_skew' => 0,
'lexik_jwt_authentication.user_identity_field' => 'username',
'lexik_jwt_authentication.allow_no_expiration' => false,
'lexik_jwt_authentication.user_id_claim' => 'username',
'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
'nelmio_api_doc.areas' => [
0 => 'default',
1 => 'v2',
],
'datatables.config' => [
'language_from_cdn' => true,
'method' => 'POST',
'options' => [
'searching' => true,
'ordering' => true,
'lengthMenu' => [
0 => 10,
1 => 25,
2 => 50,
3 => 100,
4 => 250,
5 => 500,
6 => 1000,
7 => 2500,
],
'pageLength' => 50,
'dom' => '<\'row\' <\'col-sm-12\' tr>><\'row\' <\'col-sm-6\'l><\'col-sm-6 text-right\'pi>>',
],
'template_parameters' => [
'className' => 'table table-striped table-bordered table-hover data-table',
'columnFilter' => NULL,
],
'translation_domain' => 'messages',
'persist_state' => 'fragment',
'template' => '@DataTables/datatable_html.html.twig',
],
'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
'stof_doctrine_extensions.event_listener.locale.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener',
'stof_doctrine_extensions.default_locale' => 'it',
'stof_doctrine_extensions.translation_fallback' => true,
'stof_doctrine_extensions.persist_default_translation' => false,
'stof_doctrine_extensions.skip_translation_on_load' => false,
'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
],
],
'monolog.handler.filter_errors' => NULL,
'monolog.handler.all_logs' => NULL,
],
'swiftmailer.mailer.default.transport.name' => 'dynamic',
'swiftmailer.mailer.default.spool.enabled' => false,
'swiftmailer.mailer.default.plugin.impersonate' => NULL,
'swiftmailer.mailer.default.single_address' => NULL,
'swiftmailer.mailer.default.delivery.enabled' => true,
'swiftmailer.spool.enabled' => false,
'swiftmailer.delivery.enabled' => true,
'swiftmailer.single_address' => NULL,
'swiftmailer.mailers' => [
'default' => 'swiftmailer.mailer.default',
],
'swiftmailer.default_mailer' => 'default',
'twig.exception_listener.controller' => NULL,
'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
'vich_uploader.default_filename_attribute_suffix' => '_name',
'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
'bazinga.jstranslation.translation_finder.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Finder\\TranslationFinder',
'bazinga.jstranslation.translation_dumper.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Dumper\\TranslationDumper',
'bazinga.jstranslation.controller.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Controller\\Controller',
'white_october_breadcrumbs.options' => [
'separator' => '/',
'separatorClass' => 'separator',
'listId' => 'breadcrumb',
'listClass' => 'breadcrumb pb-0',
'itemClass' => 'breadcrumb-item',
'linkRel' => '',
'locale' => NULL,
'translation_domain' => NULL,
'viewTemplate' => 'Default/breadcrumbs.html.twig',
],
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'maker.compatible_check.doctrine.supports_attributes' => true,
'data_collector.templates' => [
'data_collector.request' => [
0 => 'request',
1 => '@WebProfiler/Collector/request.html.twig',
],
'data_collector.time' => [
0 => 'time',
1 => '@WebProfiler/Collector/time.html.twig',
],
'data_collector.memory' => [
0 => 'memory',
1 => '@WebProfiler/Collector/memory.html.twig',
],
'data_collector.validator' => [
0 => 'validator',
1 => '@WebProfiler/Collector/validator.html.twig',
],
'data_collector.ajax' => [
0 => 'ajax',
1 => '@WebProfiler/Collector/ajax.html.twig',
],
'data_collector.form' => [
0 => 'form',
1 => '@WebProfiler/Collector/form.html.twig',
],
'data_collector.exception' => [
0 => 'exception',
1 => '@WebProfiler/Collector/exception.html.twig',
],
'data_collector.logger' => [
0 => 'logger',
1 => '@WebProfiler/Collector/logger.html.twig',
],
'data_collector.events' => [
0 => 'events',
1 => '@WebProfiler/Collector/events.html.twig',
],
'data_collector.router' => [
0 => 'router',
1 => '@WebProfiler/Collector/router.html.twig',
],
'data_collector.cache' => [
0 => 'cache',
1 => '@WebProfiler/Collector/cache.html.twig',
],
'data_collector.translation' => [
0 => 'translation',
1 => '@WebProfiler/Collector/translation.html.twig',
],
'data_collector.security' => [
0 => 'security',
1 => '@Security/Collector/security.html.twig',
],
'data_collector.twig' => [
0 => 'twig',
1 => '@WebProfiler/Collector/twig.html.twig',
],
'data_collector.http_client' => [
0 => 'http_client',
1 => '@WebProfiler/Collector/http_client.html.twig',
],
'data_collector.doctrine' => [
0 => 'db',
1 => '@Doctrine/Collector/db.html.twig',
],
'doctrine_migrations.migrations_collector' => [
0 => 'doctrine_migrations',
1 => '@DoctrineMigrations/Collector/migrations.html.twig',
],
'swiftmailer.data_collector' => [
0 => 'swiftmailer',
1 => '@Swiftmailer/Collector/swiftmailer.html.twig',
],
'data_collector.dump' => [
0 => 'dump',
1 => '@Debug/Profiler/dump.html.twig',
],
'eight_points_guzzle.data_collector' => [
0 => 'eight_points_guzzle',
1 => '@EightPointsGuzzle/debug.html.twig',
],
'flagception.profiler.feature_data_collector' => [
0 => 'flagception',
1 => '@Flagception/profiler/layout.html.twig',
],
'data_collector.jms_serializer' => [
0 => 'jms_serializer',
1 => '@JMSSerializer/Collector/panel.html.twig',
],
'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
0 => 'vich_uploader.mapping_collector',
1 => '@VichUploader/Collector/mapping_collector.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'console.command.ids' => [
0 => 'console.command.public_alias.App\\Command\\AdministratorCreateCommand',
1 => 'console.command.public_alias.App\\Command\\ChangeApplicationStatusCommand',
2 => 'console.command.public_alias.App\\Command\\ConfigureInstanceCommand',
3 => 'console.command.public_alias.App\\Command\\CreateSubscriptionPaymentDraftsCommand',
4 => 'console.command.public_alias.App\\Command\\DeleteDraftMeetingsCommand',
5 => 'console.command.public_alias.App\\Command\\FixPeoPaymentSettingsCommand',
6 => 'console.command.public_alias.App\\Command\\FixPrivacyAndCategoriesCommand',
7 => 'console.command.public_alias.App\\Command\\FixUserPlaceOfBirthAsCodeCommand',
8 => 'console.command.public_alias.App\\Command\\GeneratePdfCommand',
9 => 'console.command.public_alias.App\\Command\\HotFixI18nSyncCommand',
10 => 'console.command.public_alias.App\\Command\\HotFixMigratePaymentTypeCommand',
11 => 'console.command.public_alias.App\\Command\\HotFixMissingErogatoreCommand',
12 => 'console.command.public_alias.App\\Command\\HotFixStatusConsistencyCommand',
13 => 'console.command.public_alias.App\\Command\\HotFixSubscriberBirthDateFromFiscalCodeCommand',
14 => 'console.command.public_alias.App\\Command\\HotFixZeroMeetingQueueCommand',
15 => 'console.command.public_alias.App\\Command\\I18nMigrationsCommand',
16 => 'console.command.public_alias.App\\Command\\OperatoreAbilitaServizioCommand',
17 => 'console.command.public_alias.App\\Command\\OperatoreCreateCommand',
18 => 'console.command.public_alias.App\\Command\\PopulateServiceShortDescriptionCommand',
19 => 'console.command.public_alias.App\\Command\\ProduceKafkaMessagesCommand',
20 => 'console.command.public_alias.App\\Command\\ProtocolloConfigureCommand',
21 => 'console.command.public_alias.App\\Command\\RemoveTooManyPdfCommand',
22 => 'console.command.public_alias.App\\Command\\ScheduledActionCommand',
23 => 'console.command.public_alias.App\\Command\\SecureUserCommand',
24 => 'console.command.public_alias.App\\Command\\SendPraticaToGiscomCommand',
25 => 'console.command.public_alias.App\\Command\\ServizioCreateCommand',
26 => 'console.command.public_alias.OAT\\Bundle\\HealthCheckBundle\\Command\\HealthCheckCommand',
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}