<?php
namespace ContainerDZxMzxI;
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 srcHarmonizely_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 = [
'cache.app' => 'getCache_AppService',
'cache.system' => 'getCache_SystemService',
'data_collector.dump' => 'getDataCollector_DumpService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.dbal.harmonizely_connection' => 'getDoctrine_Dbal_HarmonizelyConnectionService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'doctrine.orm.harmonizely_entity_manager' => 'getDoctrine_Orm_HarmonizelyEntityManagerService',
'event_dispatcher' => 'getEventDispatcherService',
'filesystem' => 'getFilesystemService',
'hateoas.generator.registry' => 'getHateoas_Generator_RegistryService',
'hateoas.helper.link' => 'getHateoas_Helper_LinkService',
'http_kernel' => 'getHttpKernelService',
'jms_serializer' => 'getJmsSerializerService',
'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
'liip_imagine.cache.resolver.user_avatar' => 'getLiipImagine_Cache_Resolver_UserAvatarService',
'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
'message_bus' => 'getMessageBusService',
'oneup_flysystem.awss3v3_filesystem' => 'getOneupFlysystem_Awss3v3FilesystemService',
'oneup_flysystem.local_filesystem' => 'getOneupFlysystem_LocalFilesystemService',
'oneup_flysystem.mount_manager' => 'getOneupFlysystem_MountManagerService',
'profiler' => 'getProfilerService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'serializer' => 'getSerializerService',
'translator' => 'getTranslatorService',
'twig' => 'getTwigService',
'validator' => 'getValidatorService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
];
$this->fileMap = [
'Harmonizely\\Controller\\ApiController' => 'getApiControllerService.php',
'Harmonizely\\Controller\\Api\\BookingController' => 'getBookingControllerService.php',
'Harmonizely\\Controller\\Api\\BookingPayment\\PaymentStatusController' => 'getPaymentStatusControllerService.php',
'Harmonizely\\Controller\\Api\\Calendars\\TwoWaySync\\HandleGoogleCalendarNotificationController' => 'getHandleGoogleCalendarNotificationControllerService.php',
'Harmonizely\\Controller\\Api\\Calendars\\TwoWaySync\\HandleOutlookCalendarNotificationController' => 'getHandleOutlookCalendarNotificationControllerService.php',
'Harmonizely\\Controller\\Api\\CustomDomainController' => 'getCustomDomainControllerService.php',
'Harmonizely\\Controller\\Api\\EventCancellationController' => 'getEventCancellationControllerService.php',
'Harmonizely\\Controller\\Api\\EventController' => 'getEventControllerService.php',
'Harmonizely\\Controller\\Api\\EventTypeController' => 'getEventTypeControllerService.php',
'Harmonizely\\Controller\\Api\\EventTypes\\EventTypeCalendarPatchController' => 'getEventTypeCalendarPatchControllerService.php',
'Harmonizely\\Controller\\Api\\EventTypes\\EventTypePaymentInfoGetController' => 'getEventTypePaymentInfoGetControllerService.php',
'Harmonizely\\Controller\\Api\\OrganizationController' => 'getOrganizationControllerService.php',
'Harmonizely\\Controller\\Api\\OrganizationTag\\CreateOrganizationTagController' => 'getCreateOrganizationTagControllerService.php',
'Harmonizely\\Controller\\Api\\OrganizationTag\\DeleteOrganizationTagController' => 'getDeleteOrganizationTagControllerService.php',
'Harmonizely\\Controller\\Api\\OrganizationTag\\OrganizationTagListController' => 'getOrganizationTagListControllerService.php',
'Harmonizely\\Controller\\Api\\OrganizationTag\\UpdateOrganizationTagController' => 'getUpdateOrganizationTagControllerService.php',
'Harmonizely\\Controller\\Api\\Organizations\\Export\\MembersMeetingsStatisticsController' => 'getMembersMeetingsStatisticsControllerService.php',
'Harmonizely\\Controller\\Api\\Organizations\\Statistics\\MembersMeetingsController' => 'getMembersMeetingsControllerService.php',
'Harmonizely\\Controller\\Api\\Poll\\CreatePollResultController' => 'getCreatePollResultControllerService.php',
'Harmonizely\\Controller\\Api\\Registration\\ChangeUserEmailController' => 'getChangeUserEmailControllerService.php',
'Harmonizely\\Controller\\Api\\Registration\\ResendUserVerificationCodeController' => 'getResendUserVerificationCodeControllerService.php',
'Harmonizely\\Controller\\Api\\Registration\\ValidateUserEmailController' => 'getValidateUserEmailControllerService.php',
'Harmonizely\\Controller\\Api\\Registration\\ValidateUserSlugController' => 'getValidateUserSlugControllerService.php',
'Harmonizely\\Controller\\Api\\Registration\\ValidateUserVerificationCodeController' => 'getValidateUserVerificationCodeControllerService.php',
'Harmonizely\\Controller\\Api\\Review\\CanLeaveReviewController' => 'getCanLeaveReviewControllerService.php',
'Harmonizely\\Controller\\Api\\Review\\LeaveReviewController' => 'getLeaveReviewControllerService.php',
'Harmonizely\\Controller\\Api\\RoutingForm\\CreateRoutingFormResultController' => 'getCreateRoutingFormResultControllerService.php',
'Harmonizely\\Controller\\Api\\SingleUseLinkController' => 'getSingleUseLinkControllerService.php',
'Harmonizely\\Controller\\Api\\SingleUseLinkListController' => 'getSingleUseLinkListControllerService.php',
'Harmonizely\\Controller\\Api\\StatsController' => 'getStatsControllerService.php',
'Harmonizely\\Controller\\Api\\UserController' => 'getUserControllerService.php',
'Harmonizely\\Controller\\Api\\UserEventTypesController' => 'getUserEventTypesControllerService.php',
'Harmonizely\\Controller\\Api\\UserOrganizationTag\\AddUserOrganizationTagController' => 'getAddUserOrganizationTagControllerService.php',
'Harmonizely\\Controller\\Api\\UserOrganizationTag\\RemoveUserOrganizationTagController' => 'getRemoveUserOrganizationTagControllerService.php',
'Harmonizely\\Controller\\Api\\UserOrganizationTag\\UserOrganizationTagListController' => 'getUserOrganizationTagListControllerService.php',
'Harmonizely\\Controller\\Api\\ViewHandler' => 'getViewHandlerService.php',
'Harmonizely\\Controller\\Api\\Webhooks\\CreateWebhookController' => 'getCreateWebhookControllerService.php',
'Harmonizely\\Controller\\Api\\Webhooks\\DeleteWebhookController' => 'getDeleteWebhookControllerService.php',
'Harmonizely\\Controller\\Api\\Webhooks\\GetWebhooksController' => 'getGetWebhooksControllerService.php',
'Harmonizely\\Controller\\BookingPayment\\NotificationPaymentCallbackController' => 'getNotificationPaymentCallbackControllerService.php',
'Harmonizely\\Controller\\BookingPayment\\ReturnPaymentController' => 'getReturnPaymentControllerService.php',
'Harmonizely\\Controller\\CalendarController' => 'getCalendarControllerService.php',
'Harmonizely\\Controller\\CancellationController' => 'getCancellationControllerService.php',
'Harmonizely\\Controller\\Client\\AcceptCookieController' => 'getAcceptCookieControllerService.php',
'Harmonizely\\Controller\\ConsentController' => 'getConsentControllerService.php',
'Harmonizely\\Controller\\CustomDomainController' => 'getCustomDomainController2Service.php',
'Harmonizely\\Controller\\CustomRegistrationController' => 'getCustomRegistrationControllerService.php',
'Harmonizely\\Controller\\CustomResettingController' => 'getCustomResettingControllerService.php',
'Harmonizely\\Controller\\DashboardController' => 'getDashboardControllerService.php',
'Harmonizely\\Controller\\DayliteController' => 'getDayliteControllerService.php',
'Harmonizely\\Controller\\DefaultController' => 'getDefaultControllerService.php',
'Harmonizely\\Controller\\EmbedController' => 'getEmbedControllerService.php',
'Harmonizely\\Controller\\EventController' => 'getEventController2Service.php',
'Harmonizely\\Controller\\EventTypeController' => 'getEventTypeController2Service.php',
'Harmonizely\\Controller\\EventTypeTagIntegrationController' => 'getEventTypeTagIntegrationControllerService.php',
'Harmonizely\\Controller\\FacebookPixelIntegrationController' => 'getFacebookPixelIntegrationControllerService.php',
'Harmonizely\\Controller\\FacebookPixelOrganizationIntegrationController' => 'getFacebookPixelOrganizationIntegrationControllerService.php',
'Harmonizely\\Controller\\FlexibleDurationIntegrationController' => 'getFlexibleDurationIntegrationControllerService.php',
'Harmonizely\\Controller\\GoogleAnalyticsIntegrationController' => 'getGoogleAnalyticsIntegrationControllerService.php',
'Harmonizely\\Controller\\GoogleAnalyticsOrganizationIntegrationController' => 'getGoogleAnalyticsOrganizationIntegrationControllerService.php',
'Harmonizely\\Controller\\HealthCheckGetController' => 'getHealthCheckGetControllerService.php',
'Harmonizely\\Controller\\ICalFileController' => 'getICalFileControllerService.php',
'Harmonizely\\Controller\\IntegrationController' => 'getIntegrationControllerService.php',
'Harmonizely\\Controller\\JsController' => 'getJsControllerService.php',
'Harmonizely\\Controller\\KopanoMeetIntegrationController' => 'getKopanoMeetIntegrationControllerService.php',
'Harmonizely\\Controller\\Login\\LoadSecretSecondFactorController' => 'getLoadSecretSecondFactorControllerService.php',
'Harmonizely\\Controller\\Login\\LoginOAuthCallbackController' => 'getLoginOAuthCallbackControllerService.php',
'Harmonizely\\Controller\\Login\\LoginOAuthController' => 'getLoginOAuthControllerService.php',
'Harmonizely\\Controller\\Login\\LoginSecondFactorController' => 'getLoginSecondFactorControllerService.php',
'Harmonizely\\Controller\\Login\\SecondFactorController' => 'getSecondFactorControllerService.php',
'Harmonizely\\Controller\\Login\\SetupSecondFactorController' => 'getSetupSecondFactorControllerService.php',
'Harmonizely\\Controller\\Login\\SkipSecondFactorController' => 'getSkipSecondFactorControllerService.php',
'Harmonizely\\Controller\\MigrationSubscription\\ApplyMigrationSubscriptionController' => 'getApplyMigrationSubscriptionControllerService.php',
'Harmonizely\\Controller\\MigrationSubscription\\MigrationSubscriptionController' => 'getMigrationSubscriptionControllerService.php',
'Harmonizely\\Controller\\MultipleEmailIntegrationController' => 'getMultipleEmailIntegrationControllerService.php',
'Harmonizely\\Controller\\MultipleMeetingIntegrationController' => 'getMultipleMeetingIntegrationControllerService.php',
'Harmonizely\\Controller\\OktaOAuthController' => 'getOktaOAuthControllerService.php',
'Harmonizely\\Controller\\OktaOrganizationIntegrationController' => 'getOktaOrganizationIntegrationControllerService.php',
'Harmonizely\\Controller\\OrganizationBookingController' => 'getOrganizationBookingControllerService.php',
'Harmonizely\\Controller\\OrganizationController' => 'getOrganizationController2Service.php',
'Harmonizely\\Controller\\Panel\\Api\\Acl\\AclListController' => 'getAclListControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\ApiKey\\ApiKeyListController' => 'getApiKeyListControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\ApiKey\\BlockApiKeyController' => 'getBlockApiKeyControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\ApiKey\\CreateApiKeyController' => 'getCreateApiKeyControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Appearance\\GetOrganizationAppearanceController' => 'getGetOrganizationAppearanceControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Appearance\\GetUserAppearanceController' => 'getGetUserAppearanceControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Appearance\\SaveOrganizationAppearanceController' => 'getSaveOrganizationAppearanceControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Appearance\\SaveUserAppearanceController' => 'getSaveUserAppearanceControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\AvailabilityRule\\SaveAvailabilityRuleController' => 'getSaveAvailabilityRuleControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\CalendarIntegration\\CalendarAccountListController' => 'getCalendarAccountListControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\CalendarIntegration\\CheckCalendarForConflictsController' => 'getCheckCalendarForConflictsControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\CalendarIntegration\\CheckCalendarForExternalController' => 'getCheckCalendarForExternalControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\CalendarIntegration\\DeleteCalendarAccountController' => 'getDeleteCalendarAccountControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\CalendarIntegration\\SetDefaultCalendarController' => 'getSetDefaultCalendarControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\CalendarIntegration\\SyncCalendarAccountController' => 'getSyncCalendarAccountControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\CalendarIntegration\\UpdateCalendarEventNameTypeController' => 'getUpdateCalendarEventNameTypeControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Calendar\\CalendarEventListController' => 'getCalendarEventListControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Calendar\\CalendarEventTypeListController' => 'getCalendarEventTypeListControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\CancellationPolicy\\OrganizationCancellationPolicyController' => 'getOrganizationCancellationPolicyControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\CancellationPolicy\\UpdateOrganizationCancellationPolicyController' => 'getUpdateOrganizationCancellationPolicyControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\CancellationPolicy\\UpdateUserCancellationPolicyController' => 'getUpdateUserCancellationPolicyControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\CancellationPolicy\\UserCancellationPolicyController' => 'getUserCancellationPolicyControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Chart\\HourChartController' => 'getHourChartControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Chart\\ListStatusChartController' => 'getListStatusChartControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Chart\\StatusChartController' => 'getStatusChartControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\CustomTranslation\\OrganizationCustomTranslationListController' => 'getOrganizationCustomTranslationListControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\CustomTranslation\\SaveOrganizationCustomTranslationController' => 'getSaveOrganizationCustomTranslationControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\CustomTranslation\\SaveUserCustomTranslationController' => 'getSaveUserCustomTranslationControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\CustomTranslation\\UserCustomTranslationListController' => 'getUserCustomTranslationListControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Dashboard\\GetDashboardStatisticsController' => 'getGetDashboardStatisticsControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Directory\\DeleteCompanyController' => 'getDeleteCompanyControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Directory\\GetCompanyController' => 'getGetCompanyControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Directory\\SaveCompanyController' => 'getSaveCompanyControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\EventTypeTag\\AddEventTypeTagController' => 'getAddEventTypeTagControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\EventTypeTag\\EventTypeTagListController' => 'getEventTypeTagListControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\EventTypeTag\\RemoveEventTypeTagController' => 'getRemoveEventTypeTagControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\EventType\\EventTypeListController' => 'getEventTypeListControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\EventType\\GetEventTypeAvailabilityController' => 'getGetEventTypeAvailabilityControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\EventType\\GetEventTypeController' => 'getGetEventTypeControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Event\\CancelEventController' => 'getCancelEventControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Event\\CancelEventListController' => 'getCancelEventListControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Event\\CreateEventController' => 'getCreateEventControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Event\\DeleteEventController' => 'getDeleteEventControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Event\\DeleteEventListController' => 'getDeleteEventListControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Event\\EditEventController' => 'getEditEventControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Event\\EventEditNotesController' => 'getEventEditNotesControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Event\\EventInviteParticipantsController' => 'getEventInviteParticipantsControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Event\\EventListController' => 'getEventListControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Event\\GetEventController' => 'getGetEventControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Event\\NoShowEventController' => 'getNoShowEventControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Event\\NoShowEventListController' => 'getNoShowEventListControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Event\\RescheduleEventController' => 'getRescheduleEventControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Event\\ResendNotificationEventController' => 'getResendNotificationEventControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Export\\ExportListController' => 'getExportListControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Export\\GenerateExportController' => 'getGenerateExportControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\File\\UploadImageController' => 'getUploadImageControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Integration\\IntegrationListController' => 'getIntegrationListControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Login\\Login2FAController' => 'getLogin2FAControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Login\\LoginController' => 'getLoginControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Login\\LoginOAuthController' => 'getLoginOAuthController2Service.php',
'Harmonizely\\Controller\\Panel\\Api\\Login\\LoginRefreshTokenController' => 'getLoginRefreshTokenControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Logout\\LogoutController' => 'getLogoutControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\MultipleEmail\\MultipleEmailConfigController' => 'getMultipleEmailConfigControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\MultipleEmail\\UpdateMultipleEmailConfigController' => 'getUpdateMultipleEmailConfigControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\News\\NewsListController' => 'getNewsListControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\News\\ViewNewsController' => 'getViewNewsControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Organization\\LeaveFromOrganizationController' => 'getLeaveFromOrganizationControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Poll\\CreatePollController' => 'getCreatePollControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Poll\\DeletePollController' => 'getDeletePollControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Poll\\GetPollController' => 'getGetPollControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Poll\\PollListController' => 'getPollListControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\CreateRoutingFormController' => 'getCreateRoutingFormControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\CreateRoutingFormFieldController' => 'getCreateRoutingFormFieldControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\CreateRoutingFormRouteController' => 'getCreateRoutingFormRouteControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\DeleteRoutingFormController' => 'getDeleteRoutingFormControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\DeleteRoutingFormFieldController' => 'getDeleteRoutingFormFieldControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\DeleteRoutingFormRouteController' => 'getDeleteRoutingFormRouteControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\GetRoutingFormController' => 'getGetRoutingFormControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\GetRoutingFormRouteController' => 'getGetRoutingFormRouteControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\RoutingFormListController' => 'getRoutingFormListControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\RoutingFormResultListController' => 'getRoutingFormResultListControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\UpdateRoutingFormController' => 'getUpdateRoutingFormControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\UpdateRoutingFormFieldController' => 'getUpdateRoutingFormFieldControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\UpdateRoutingFormRouteController' => 'getUpdateRoutingFormRouteControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Search\\SearchRelevantResourcesController' => 'getSearchRelevantResourcesControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Search\\SearchStreamGptController' => 'getSearchStreamGptControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\SingleUseLink\\CreateSingleUseLinkController' => 'getCreateSingleUseLinkControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Tax\\CreateOrganizationTaxController' => 'getCreateOrganizationTaxControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Tax\\CreateUserTaxController' => 'getCreateUserTaxControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Tax\\DeleteOrganizationTaxController' => 'getDeleteOrganizationTaxControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Tax\\DeleteUserTaxController' => 'getDeleteUserTaxControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Tax\\OrganizationTaxListController' => 'getOrganizationTaxListControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Tax\\UpdateOrganizationTaxController' => 'getUpdateOrganizationTaxControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Tax\\UpdateUserTaxController' => 'getUpdateUserTaxControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Tax\\UserTaxListController' => 'getUserTaxListControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Timezone\\TimezoneListController' => 'getTimezoneListControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\UserDeviceNotificationSettings\\GetUserDeviceNotificationSettingsController' => 'getGetUserDeviceNotificationSettingsControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\UserDeviceNotificationSettings\\UpdateUserDeviceNotificationSettingsController' => 'getUpdateUserDeviceNotificationSettingsControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\UserEventTypeTag\\CreateUserEventTypeTagController' => 'getCreateUserEventTypeTagControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\UserEventTypeTag\\DeleteUserEventTypeTagController' => 'getDeleteUserEventTypeTagControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\UserEventTypeTag\\UpdateUserEventTypeTagController' => 'getUpdateUserEventTypeTagControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\UserEventTypeTag\\UserEventTypeTagListController' => 'getUserEventTypeTagListControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\UserRelation\\CreateUserRelationController' => 'getCreateUserRelationControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\UserRelation\\DeleteUserRelationController' => 'getDeleteUserRelationControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\UserRelation\\UserRelationListController' => 'getUserRelationListControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\User\\ChangeEmailController' => 'getChangeEmailControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\User\\ChangePasswordController' => 'getChangePasswordControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\User\\DeleteCurrentUserController' => 'getDeleteCurrentUserControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\User\\GetCurrentUserController' => 'getGetCurrentUserControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\User\\GetSecondFactorSecretCode' => 'getGetSecondFactorSecretCodeService.php',
'Harmonizely\\Controller\\Panel\\Api\\User\\ResetSecondFactorController' => 'getResetSecondFactorControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\User\\SetupSecondFactorController' => 'getSetupSecondFactorController2Service.php',
'Harmonizely\\Controller\\Panel\\Api\\User\\SkipTutorialController' => 'getSkipTutorialControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\User\\UserListController' => 'getUserListControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Widget\\GetOrganizationWidgetController' => 'getGetOrganizationWidgetControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Widget\\GetUserWidgetController' => 'getGetUserWidgetControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Widget\\SaveOrganizationWidgetController' => 'getSaveOrganizationWidgetControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Widget\\SaveUserWidgetController' => 'getSaveUserWidgetControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Zapier\\GetEventMockController' => 'getGetEventMockControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Zapier\\GetEventZapierController' => 'getGetEventZapierControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Zapier\\SubscribeZapierController' => 'getSubscribeZapierControllerService.php',
'Harmonizely\\Controller\\Panel\\Api\\Zapier\\UnsubscribeZapierController' => 'getUnsubscribeZapierControllerService.php',
'Harmonizely\\Controller\\Panel\\AppearanceController' => 'getAppearanceControllerService.php',
'Harmonizely\\Controller\\Panel\\CalendarController' => 'getCalendarController2Service.php',
'Harmonizely\\Controller\\Panel\\CalendarIntegrationController' => 'getCalendarIntegrationControllerService.php',
'Harmonizely\\Controller\\Panel\\CustomTranslationListController' => 'getCustomTranslationListControllerService.php',
'Harmonizely\\Controller\\Panel\\DashboardController' => 'getDashboardController2Service.php',
'Harmonizely\\Controller\\Panel\\DeleteOrganizationController' => 'getDeleteOrganizationControllerService.php',
'Harmonizely\\Controller\\Panel\\DirectoryController' => 'getDirectoryControllerService.php',
'Harmonizely\\Controller\\Panel\\DisconnectOAuthController' => 'getDisconnectOAuthControllerService.php',
'Harmonizely\\Controller\\Panel\\DownloadExportController' => 'getDownloadExportControllerService.php',
'Harmonizely\\Controller\\Panel\\EmailUnsubscribeController' => 'getEmailUnsubscribeControllerService.php',
'Harmonizely\\Controller\\Panel\\EventListController' => 'getEventListController2Service.php',
'Harmonizely\\Controller\\Panel\\LoginByCodeController' => 'getLoginByCodeControllerService.php',
'Harmonizely\\Controller\\Panel\\MultipleEmailController' => 'getMultipleEmailControllerService.php',
'Harmonizely\\Controller\\Panel\\OpenSimplypayEventController' => 'getOpenSimplypayEventControllerService.php',
'Harmonizely\\Controller\\Panel\\OrganizationTaxController' => 'getOrganizationTaxControllerService.php',
'Harmonizely\\Controller\\Panel\\PollListController' => 'getPollListController2Service.php',
'Harmonizely\\Controller\\Panel\\RoutingFormListController' => 'getRoutingFormListController2Service.php',
'Harmonizely\\Controller\\Panel\\UserRelationLoginController' => 'getUserRelationLoginControllerService.php',
'Harmonizely\\Controller\\Panel\\UserTaxController' => 'getUserTaxControllerService.php',
'Harmonizely\\Controller\\Panel\\WelcomeTourController' => 'getWelcomeTourControllerService.php',
'Harmonizely\\Controller\\Panel\\WelcomeTourSkipStepController' => 'getWelcomeTourSkipStepControllerService.php',
'Harmonizely\\Controller\\Panel\\WidgetController' => 'getWidgetControllerService.php',
'Harmonizely\\Controller\\Payment\\Callback\\SubscriptionCallbackController' => 'getSubscriptionCallbackControllerService.php',
'Harmonizely\\Controller\\Payment\\Callback\\ValidateSubscriptionController' => 'getValidateSubscriptionControllerService.php',
'Harmonizely\\Controller\\Payment\\PaymentController' => 'getPaymentControllerService.php',
'Harmonizely\\Controller\\Payment\\PaymentWidgetController' => 'getPaymentWidgetControllerService.php',
'Harmonizely\\Controller\\PollController' => 'getPollControllerService.php',
'Harmonizely\\Controller\\ProfileSetupSecondFactorController' => 'getProfileSetupSecondFactorControllerService.php',
'Harmonizely\\Controller\\RescheduleController' => 'getRescheduleControllerService.php',
'Harmonizely\\Controller\\RoutingFormController' => 'getRoutingFormControllerService.php',
'Harmonizely\\Controller\\RoutingFormIntegrationController' => 'getRoutingFormIntegrationControllerService.php',
'Harmonizely\\Controller\\SMTPIntegrationController' => 'getSMTPIntegrationControllerService.php',
'Harmonizely\\Controller\\SMTPOrganizationIntegrationController' => 'getSMTPOrganizationIntegrationControllerService.php',
'Harmonizely\\Controller\\SameSiteCookieController' => 'getSameSiteCookieControllerService.php',
'Harmonizely\\Controller\\SimplypayIntegrationController' => 'getSimplypayIntegrationControllerService.php',
'Harmonizely\\Controller\\SimplypayOrganizationIntegrationController' => 'getSimplypayOrganizationIntegrationControllerService.php',
'Harmonizely\\Controller\\SingleUseLinkController' => 'getSingleUseLinkController2Service.php',
'Harmonizely\\Controller\\SmsIntegrationController' => 'getSmsIntegrationControllerService.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\Acl\\AclListController' => 'getAclListController2Service.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\CustomerDeletionReason\\CustomerDeletionReasonListController' => 'getCustomerDeletionReasonListControllerService.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\Customer\\CustomerDetailsController' => 'getCustomerDetailsControllerService.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\Customer\\CustomerListController' => 'getCustomerListControllerService.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\Customer\\DeleteCustomerController' => 'getDeleteCustomerControllerService.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\Customer\\DisableCustomerController' => 'getDisableCustomerControllerService.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\Customer\\EnableCustomerController' => 'getEnableCustomerControllerService.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\Customer\\GetCustomerLoginUrlController' => 'getGetCustomerLoginUrlControllerService.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\Customer\\ResetSecondFactorCustomerController' => 'getResetSecondFactorCustomerControllerService.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\Customer\\SaveCustomerLimitController' => 'getSaveCustomerLimitControllerService.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\Login\\LoadSecret2FAController' => 'getLoadSecret2FAControllerService.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\Login\\Login2FAController' => 'getLogin2FAController2Service.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\Login\\LoginController' => 'getLoginController2Service.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\Login\\NextStepController' => 'getNextStepControllerService.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\Login\\Setup2FAController' => 'getSetup2FAControllerService.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\Login\\SetupPasswordController' => 'getSetupPasswordControllerService.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\Organization\\OrganizationDetailsController' => 'getOrganizationDetailsControllerService.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\Organization\\OrganizationListController' => 'getOrganizationListControllerService.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\Organization\\SaveOrganizationLimitController' => 'getSaveOrganizationLimitControllerService.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\Profile\\ChangePasswordController' => 'getChangePasswordController2Service.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\Profile\\ChangeSecondFactorController' => 'getChangeSecondFactorControllerService.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\Profile\\GenerateSecret2FAController' => 'getGenerateSecret2FAControllerService.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\Profile\\GetProfileController' => 'getGetProfileControllerService.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\Profile\\LoadSecondFactorCodeController' => 'getLoadSecondFactorCodeControllerService.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\Profile\\UpdateProfileController' => 'getUpdateProfileControllerService.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\UserActionLog\\UserActionLogListController' => 'getUserActionLogListControllerService.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\User\\BlockUserController' => 'getBlockUserControllerService.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\User\\CreateUserController' => 'getCreateUserControllerService.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\User\\GetUserController' => 'getGetUserControllerService.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\User\\ResetPasswordUserController' => 'getResetPasswordUserControllerService.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\User\\UpdateUserController' => 'getUpdateUserControllerService.php',
'Harmonizely\\Controller\\SuperAdmin\\Api\\User\\UserListController' => 'getUserListController2Service.php',
'Harmonizely\\Controller\\SuperAdmin\\IndexController' => 'getIndexControllerService.php',
'Harmonizely\\Controller\\SuperAdmin\\LoginByCodeController' => 'getLoginByCodeController2Service.php',
'Harmonizely\\Controller\\SuperAdmin\\LoginController' => 'getLoginController3Service.php',
'Harmonizely\\Controller\\SuperAdmin\\LogoutController' => 'getLogoutController2Service.php',
'Harmonizely\\Controller\\SuperAdmin\\PanelController' => 'getPanelControllerService.php',
'Harmonizely\\Controller\\UntranslatedController' => 'getUntranslatedControllerService.php',
'Harmonizely\\Controller\\UserBookingController' => 'getUserBookingControllerService.php',
'Harmonizely\\Controller\\WelcomeController' => 'getWelcomeControllerService.php',
'Harmonizely\\Controller\\WherebyIntegrationController' => 'getWherebyIntegrationControllerService.php',
'Harmonizely\\Controller\\ZapierIntegrationController' => 'getZapierIntegrationControllerService.php',
'Harmonizely\\Controller\\ZoomIntegrationController' => 'getZoomIntegrationControllerService.php',
'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService.php',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService.php',
'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService.php',
'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService.php',
'Vich\\UploaderBundle\\Naming\\HashNamer.user_avatar' => 'getHashNamer_UserAvatarService.php',
'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService.php',
'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService.php',
'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService.php',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService.php',
'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService.php',
'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService.php',
'cache.app_clearer' => 'getCache_AppClearerService.php',
'cache.global_clearer' => 'getCache_GlobalClearerService.php',
'cache.system_clearer' => 'getCache_SystemClearerService.php',
'cache_clearer' => 'getCacheClearerService.php',
'cache_warmer' => 'getCacheWarmerService.php',
'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectoryDeleteCompanyEventWorker' => 'getDirectoryDeleteCompanyEventWorkerService.php',
'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectoryDeleteCompanyWorker' => 'getDirectoryDeleteCompanyWorkerService.php',
'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectorySaveAllCompanyEventWorker' => 'getDirectorySaveAllCompanyEventWorkerService.php',
'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectorySaveCompanyEventWorker' => 'getDirectorySaveCompanyEventWorkerService.php',
'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectorySaveCompanyWorker' => 'getDirectorySaveCompanyWorkerService.php',
'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectorySaveUserWorker' => 'getDirectorySaveUserWorkerService.php',
'console.command.public_alias.Harmonizely\\Background\\Worker\\ExportWorker' => 'getExportWorkerService.php',
'console.command.public_alias.Harmonizely\\Background\\Worker\\PollNotificationWorker' => 'getPollNotificationWorkerService.php',
'console.command.public_alias.Harmonizely\\Background\\Worker\\PushNotificationWorker' => 'getPushNotificationWorkerService.php',
'console.command.public_alias.Harmonizely\\Background\\Worker\\ZapierNotificationWorker' => 'getZapierNotificationWorkerService.php',
'console.command.public_alias.Harmonizely\\Command\\CancelPendingBookingsCommand' => 'getCancelPendingBookingsCommandService.php',
'console.command.public_alias.Harmonizely\\Command\\CloneMeetingTypeCommand' => 'getCloneMeetingTypeCommandService.php',
'console.command.public_alias.Harmonizely\\Command\\CreateInternalCalendarCommand' => 'getCreateInternalCalendarCommandService.php',
'console.command.public_alias.Harmonizely\\Command\\DisableMeetingTypesCommand' => 'getDisableMeetingTypesCommandService.php',
'console.command.public_alias.Harmonizely\\Command\\RemoveMeetingTypeCommand' => 'getRemoveMeetingTypeCommandService.php',
'console.command.public_alias.Harmonizely\\Command\\SendSecondUserEmailCommand' => 'getSendSecondUserEmailCommandService.php',
'console.command.public_alias.Harmonizely\\Command\\SendThirdUserEmailCommand' => 'getSendThirdUserEmailCommandService.php',
'console.command.public_alias.Harmonizely\\Command\\SetEncryptedConfigFromConfigCommand' => 'getSetEncryptedConfigFromConfigCommandService.php',
'console.command.public_alias.Harmonizely\\Command\\SyncOlsonTimezonesCommand' => 'getSyncOlsonTimezonesCommandService.php',
'console.command.public_alias.Harmonizely\\Command\\TestSMTPFromUserConfigCommand' => 'getTestSMTPFromUserConfigCommandService.php',
'console.command.public_alias.Harmonizely\\Command\\TwoWayCalendar\\ConnectTwoWaySyncCalendarCommand' => 'getConnectTwoWaySyncCalendarCommandService.php',
'console.command.public_alias.Harmonizely\\Command\\TwoWayCalendar\\DisconnectTwoWaySyncCalendarCommand' => 'getDisconnectTwoWaySyncCalendarCommandService.php',
'console.command.public_alias.Harmonizely\\Command\\TwoWayCalendar\\ReconnectTwoWaySyncCalendarCommand' => 'getReconnectTwoWaySyncCalendarCommandService.php',
'console.command.public_alias.Sentry\\SentryBundle\\Command\\SentryTestCommand' => 'getSentryTestCommandService.php',
'console.command_loader' => 'getConsole_CommandLoaderService.php',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService.php',
'error_controller' => 'getErrorControllerService.php',
'form.factory' => 'getForm_FactoryService.php',
'form.type.file' => 'getForm_Type_FileService.php',
'fos_rest.exception.controller' => 'getFosRest_Exception_ControllerService.php',
'fos_rest.exception.twig_controller' => 'getFosRest_Exception_TwigControllerService.php',
'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService.php',
'fos_rest.view_handler' => 'getFosRest_ViewHandlerService.php',
'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService.php',
'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService.php',
'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService.php',
'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService.php',
'fos_user.security.controller' => 'getFosUser_Security_ControllerService.php',
'fos_user.user_manager' => 'getFosUser_UserManagerService.php',
'hateoas.configuration.metadata_driver' => 'getHateoas_Configuration_MetadataDriverService.php',
'hateoas.configuration.provider' => 'getHateoas_Configuration_ProviderService.php',
'hateoas.event_listener.json' => 'getHateoas_EventListener_JsonService.php',
'hateoas.event_listener.xml' => 'getHateoas_EventListener_XmlService.php',
'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService.php',
'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService.php',
'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php',
'knpu.oauth2.client.daylite_calendar_connect' => 'getKnpu_Oauth2_Client_DayliteCalendarConnectService.php',
'knpu.oauth2.client.daylite_login' => 'getKnpu_Oauth2_Client_DayliteLoginService.php',
'knpu.oauth2.client.stripe_oauth' => 'getKnpu_Oauth2_Client_StripeOauthService.php',
'knpu.oauth2.registry' => 'getKnpu_Oauth2_RegistryService.php',
'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService.php',
'liip_imagine.binary.loader.user_avatar' => 'getLiipImagine_Binary_Loader_UserAvatarService.php',
'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService.php',
'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService.php',
'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService.php',
'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService.php',
'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService.php',
'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService.php',
'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService.php',
'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService.php',
'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService.php',
'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService.php',
'meteo_concept_h_captcha.captcha_validator' => 'getMeteoConceptHCaptcha_CaptchaValidatorService.php',
'meteo_concept_h_captcha.captcha_verifier' => 'getMeteoConceptHCaptcha_CaptchaVerifierService.php',
'meteo_concept_h_captcha.hcaptcha_form_type' => 'getMeteoConceptHCaptcha_HcaptchaFormTypeService.php',
'meteo_concept_h_captcha.hcaptcha_value_fetcher' => 'getMeteoConceptHCaptcha_HcaptchaValueFetcherService.php',
'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService.php',
'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService.php',
'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService.php',
'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService.php',
'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService.php',
'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService.php',
'routing.loader' => 'getRouting_LoaderService.php',
'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
'services_resetter' => 'getServicesResetterService.php',
'session' => 'getSessionService.php',
'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService.php',
'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService.php',
'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService.php',
'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService.php',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
];
$this->aliases = [
'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
'mailer' => 'swiftmailer.mailer.default',
'messenger.default_bus' => 'message_bus',
'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
'oauth2.registry' => 'knpu.oauth2.registry',
'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',
];
}
public function compile(): void
{
throw new LogicException('You cannot compile a dumped container that was already compiled.');
}
public function isCompiled(): bool
{
return true;
}
public function getRemovedIds(): array
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
}
protected function load($file, $lazyLoad = true)
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
}
protected function createProxy($class, \Closure $factory)
{
class_exists($class, false) || $this->load("{$class}.php");
return $factory();
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('Sv5IUBTc3Q', 0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = 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.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('vQhVqMbMpe', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'data_collector.dump' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
*/
protected function getDataCollector_DumpService()
{
return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
}
/**
* Gets the public 'doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Registry
*/
protected function getDoctrineService()
{
return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
}
/**
* Gets the public 'doctrine.dbal.default_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_DefaultConnectionService()
{
$a = new \Doctrine\DBAL\Configuration();
$b = new \Doctrine\DBAL\Logging\LoggerChain();
$b->addLogger(($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()));
$b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
$a->setSQLLogger($b);
$a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => ($this->privates['doctrine.dbal.well_known_schema_asset_filter'] ?? ($this->privates['doctrine.dbal.well_known_schema_asset_filter'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter([0 => 'sessions'])))]));
$c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Harmonizely\\EventListener\\GenerateOrganizationSlugListener' => ['privates', 'Harmonizely\\EventListener\\GenerateOrganizationSlugListener', 'getGenerateOrganizationSlugListenerService.php', true],
'Harmonizely\\EventListener\\GenerateUserSlugListener' => ['privates', 'Harmonizely\\EventListener\\GenerateUserSlugListener', 'getGenerateUserSlugListenerService.php', true],
'Harmonizely\\EventListener\\SetEventEndDateListener' => ['privates', 'Harmonizely\\EventListener\\SetEventEndDateListener', 'getSetEventEndDateListenerService.php', true],
'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php', true],
], [
'Harmonizely\\EventListener\\GenerateOrganizationSlugListener' => '?',
'Harmonizely\\EventListener\\GenerateUserSlugListener' => '?',
'Harmonizely\\EventListener\\SetEventEndDateListener' => '?',
'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
]));
$d = new \Gedmo\Sortable\SortableListener();
$d->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$c->addEventSubscriber(($this->privates['vich_uploader.listener.clean.user_avatar'] ?? $this->getVichUploader_Listener_Clean_UserAvatarService()));
$c->addEventSubscriber(($this->privates['Harmonizely\\EventSubscriber\\DoctrineCurrentUserSubscriber'] ?? $this->getDoctrineCurrentUserSubscriberService()));
$c->addEventSubscriber(($this->privates['doctrine.orm.listeners.resolve_target_entity'] ?? $this->getDoctrine_Orm_Listeners_ResolveTargetEntityService()));
$c->addEventSubscriber(($this->privates['fos_user.user_listener'] ?? $this->getFosUser_UserListenerService()));
$c->addEventSubscriber(($this->privates['vich_uploader.listener.remove.user_avatar'] ?? $this->getVichUploader_Listener_Remove_UserAvatarService()));
$c->addEventSubscriber(($this->privates['vich_uploader.listener.upload.user_avatar'] ?? $this->getVichUploader_Listener_Upload_UserAvatarService()));
$c->addEventSubscriber($d);
$c->addEventListener([0 => 'onFlush'], 'Harmonizely\\EventListener\\GenerateOrganizationSlugListener');
$c->addEventListener([0 => 'onFlush'], 'Harmonizely\\EventListener\\GenerateUserSlugListener');
$c->addEventListener([0 => 'prePersist'], 'Harmonizely\\EventListener\\SetEventEndDateListener');
$c->addEventListener([0 => 'preUpdate'], 'Harmonizely\\EventListener\\SetEventEndDateListener');
$c->addEventListener([0 => 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_pgsql', 'charset' => 'UTF8', 'url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'serverVersion' => 10, 'defaultTableOptions' => []], $a, $c, ['name' => 'string', 'enum' => 'string']);
}
/**
* Gets the public 'doctrine.dbal.harmonizely_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_HarmonizelyConnectionService()
{
$a = new \Doctrine\DBAL\Configuration();
$b = new \Doctrine\DBAL\Logging\LoggerChain();
$b->addLogger(($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()));
$b->addLogger(($this->privates['doctrine.dbal.logger.profiling.harmonizely'] ?? ($this->privates['doctrine.dbal.logger.profiling.harmonizely'] = new \Doctrine\DBAL\Logging\DebugStack())));
$a->setSQLLogger($b);
$a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => ($this->privates['doctrine.dbal.well_known_schema_asset_filter'] ?? ($this->privates['doctrine.dbal.well_known_schema_asset_filter'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter([0 => 'sessions'])))]));
$c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Harmonizely\\EventListener\\GenerateOrganizationSlugListener' => ['privates', 'Harmonizely\\EventListener\\GenerateOrganizationSlugListener', 'getGenerateOrganizationSlugListenerService.php', true],
'Harmonizely\\EventListener\\GenerateUserSlugListener' => ['privates', 'Harmonizely\\EventListener\\GenerateUserSlugListener', 'getGenerateUserSlugListenerService.php', true],
'Harmonizely\\EventListener\\SetEventEndDateListener' => ['privates', 'Harmonizely\\EventListener\\SetEventEndDateListener', 'getSetEventEndDateListenerService.php', true],
'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php', true],
'doctrine.orm.harmonizely_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.harmonizely_listeners.attach_entity_listeners', 'getDoctrine_Orm_HarmonizelyListeners_AttachEntityListenersService.php', true],
], [
'Harmonizely\\EventListener\\GenerateOrganizationSlugListener' => '?',
'Harmonizely\\EventListener\\GenerateUserSlugListener' => '?',
'Harmonizely\\EventListener\\SetEventEndDateListener' => '?',
'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
'doctrine.orm.harmonizely_listeners.attach_entity_listeners' => '?',
]));
$c->addEventSubscriber(($this->privates['vich_uploader.listener.clean.user_avatar'] ?? $this->getVichUploader_Listener_Clean_UserAvatarService()));
$c->addEventSubscriber(($this->privates['Harmonizely\\EventSubscriber\\DoctrineCurrentUserSubscriber'] ?? $this->getDoctrineCurrentUserSubscriberService()));
$c->addEventSubscriber(($this->privates['doctrine.orm.listeners.resolve_target_entity'] ?? $this->getDoctrine_Orm_Listeners_ResolveTargetEntityService()));
$c->addEventSubscriber(($this->privates['fos_user.user_listener'] ?? $this->getFosUser_UserListenerService()));
$c->addEventSubscriber(($this->privates['vich_uploader.listener.remove.user_avatar'] ?? $this->getVichUploader_Listener_Remove_UserAvatarService()));
$c->addEventSubscriber(($this->privates['vich_uploader.listener.upload.user_avatar'] ?? $this->getVichUploader_Listener_Upload_UserAvatarService()));
$c->addEventListener([0 => 'onFlush'], 'Harmonizely\\EventListener\\GenerateOrganizationSlugListener');
$c->addEventListener([0 => 'onFlush'], 'Harmonizely\\EventListener\\GenerateUserSlugListener');
$c->addEventListener([0 => 'prePersist'], 'Harmonizely\\EventListener\\SetEventEndDateListener');
$c->addEventListener([0 => 'preUpdate'], 'Harmonizely\\EventListener\\SetEventEndDateListener');
$c->addEventListener([0 => 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
$c->addEventListener([0 => 'loadClassMetadata'], 'doctrine.orm.harmonizely_listeners.attach_entity_listeners');
return $this->services['doctrine.dbal.harmonizely_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_pgsql', 'url' => $this->getEnv('resolve:HARMONIZELY_DATABASE_URL'), 'charset' => 'UTF8', 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'serverVersion' => 10, 'defaultTableOptions' => []], $a, $c, ['name' => 'string', 'enum' => 'string']);
}
/**
* Gets the public 'doctrine.orm.default_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
$a = new \Doctrine\ORM\Configuration();
$b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$c = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__, 4).'/config/doctrine') => 'Harmonizely\\Model']);
$c->setGlobalBasename('mapping');
$d = 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/vich/uploader-bundle/src/Entity')]);
$b->addDriver($c, 'Harmonizely\\Model');
$b->addDriver($d, 'Harmonizely\\Entity');
$b->addDriver($d, 'Vich\\UploaderBundle\\Entity');
$b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
$a->setEntityNamespaces(['Harmonizely' => 'Harmonizely\\Model', 'HarmonizelyEntity' => 'Harmonizely\\Entity', 'VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
$a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
$a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
$a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($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->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
$a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
$a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
$a->addCustomStringFunction('cast', 'Harmonizely\\Doctrine\\ORM\\Extension\\Cast');
$a->addCustomDatetimeFunction('date_format', 'DoctrineExtensions\\Query\\Mysql\\DateFormat');
$a->addCustomDatetimeFunction('date', 'DoctrineExtensions\\Query\\Mysql\\Date');
$a->addFilter('current_user', 'Harmonizely\\Doctrine\\Query\\CurrentUserFilter');
$instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([0 => 'current_user'], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'doctrine.orm.harmonizely_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_HarmonizelyEntityManagerService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['doctrine.orm.harmonizely_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getDoctrine_Orm_HarmonizelyEntityManagerService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
$a = new \Doctrine\ORM\Configuration();
$a->setEntityNamespaces([]);
$a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.harmonizely.metadata'] ?? $this->getCache_Doctrine_Orm_Harmonizely_MetadataService())));
$a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.harmonizely.query'] ?? $this->getCache_Doctrine_Orm_Harmonizely_QueryService())));
$a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.harmonizely.result'] ?? $this->getCache_Doctrine_Orm_Harmonizely_ResultService())));
$a->setMetadataDriverImpl(new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain());
$a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$a->setProxyNamespace('Proxies');
$a->setAutoGenerateProxyClasses(true);
$a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$a->setNamingStrategy(new \Doctrine\ORM\Mapping\DefaultNamingStrategy());
$a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
$a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
$instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.harmonizely_connection'] ?? $this->getDoctrine_Dbal_HarmonizelyConnectionService()), $a);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'event_dispatcher' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
*/
protected function getEventDispatcherService()
{
$a = new \Symfony\Bridge\Monolog\Logger('event');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['Sentry\\Monolog\\Handler'] ?? $this->getHandlerService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Harmonizely\\EventListener\\CryptContainerInitListener'] ?? $this->getCryptContainerInitListenerService());
}, 1 => 'onKernelRequest'], 10000);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['Harmonizely\\EventListener\\CryptContainerInitListener'] ?? $this->getCryptContainerInitListenerService());
}, 1 => 'onCommandRequest'], 10000);
$instance->addListener('hly.event.post_cancel', [0 => function () {
return ($this->privates['Harmonizely\\EventListener\\EventCanceledListener'] ?? $this->load('getEventCanceledListenerService.php'));
}, 1 => 'sendEmail'], 0);
$instance->addListener('hly.event.post_cancel', [0 => function () {
return ($this->privates['Harmonizely\\EventListener\\EventCanceledListener'] ?? $this->load('getEventCanceledListenerService.php'));
}, 1 => 'sendCancellationNotifyToInvitee'], 0);
$instance->addListener('hly.event.pre_cancel', [0 => function () {
return ($this->privates['Harmonizely\\EventListener\\EventCanceledListener'] ?? $this->load('getEventCanceledListenerService.php'));
}, 1 => 'calDavCancel'], 0);
$instance->addListener('hly.event.post_reschedule', [0 => function () {
return ($this->privates['Harmonizely\\EventListener\\EventRescheduledListener'] ?? $this->load('getEventRescheduledListenerService.php'));
}, 1 => 'sendEmail'], 0);
$instance->addListener('hly.event.post_reschedule', [0 => function () {
return ($this->privates['Harmonizely\\EventListener\\EventRescheduledListener'] ?? $this->load('getEventRescheduledListenerService.php'));
}, 1 => 'sendReschedulingNotifyToInvitee'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['Harmonizely\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService.php'));
}, 1 => 'onKernelException'], 0);
$instance->addListener('hly.event.after_persist', [0 => function () {
return ($this->privates['Harmonizely\\EventListener\\ExpireSingleUseLinkListener'] ?? $this->load('getExpireSingleUseLinkListenerService.php'));
}, 1 => 'expireSingleUseLink'], 0);
$instance->addListener('hly.event.post_create', [0 => function () {
return ($this->privates['Harmonizely\\EventListener\\NewEventScheduledListener'] ?? $this->load('getNewEventScheduledListenerService.php'));
}, 1 => 'sendEmail'], 0);
$instance->addListener('hly.event.post_create', [0 => function () {
return ($this->privates['Harmonizely\\EventListener\\NewEventScheduledListener'] ?? $this->load('getNewEventScheduledListenerService.php'));
}, 1 => 'sendNewEventEmailConfirmation'], 0);
$instance->addListener('hly.event.post_invite_more', [0 => function () {
return ($this->privates['Harmonizely\\EventListener\\ParticipantInvitedListener'] ?? $this->load('getParticipantInvitedListenerService.php'));
}, 1 => 'sendInvitationNotifyToParticipants'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Harmonizely\\EventListener\\RedirectLoggedInUserListener'] ?? $this->getRedirectLoggedInUserListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Harmonizely\\EventListener\\ReferrerListener'] ?? ($this->privates['Harmonizely\\EventListener\\ReferrerListener'] = new \Harmonizely\EventListener\ReferrerListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Harmonizely\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
}, 1 => 'onKernelRequest'], '100');
$instance->addListener('hly.event.post_create', [0 => function () {
return ($this->privates['Harmonizely\\EventListener\\SendZapierPayloadListener'] ?? $this->load('getSendZapierPayloadListenerService.php'));
}, 1 => 'sendCreatedPayload'], 0);
$instance->addListener('hly.event.post_cancel', [0 => function () {
return ($this->privates['Harmonizely\\EventListener\\SendZapierPayloadListener'] ?? $this->load('getSendZapierPayloadListenerService.php'));
}, 1 => 'sendCancelledPayload'], 0);
$instance->addListener('hly.event.post_reschedule', [0 => function () {
return ($this->privates['Harmonizely\\EventListener\\SendZapierPayloadListener'] ?? $this->load('getSendZapierPayloadListenerService.php'));
}, 1 => 'sendRescheduledPayload'], 0);
$instance->addListener('hly.integration.test_created', [0 => function () {
return ($this->privates['Harmonizely\\EventListener\\SendZapierPayloadListener'] ?? $this->load('getSendZapierPayloadListenerService.php'));
}, 1 => 'sendCreatedTestPayload'], 0);
$instance->addListener('hly.integration.test_canceled', [0 => function () {
return ($this->privates['Harmonizely\\EventListener\\SendZapierPayloadListener'] ?? $this->load('getSendZapierPayloadListenerService.php'));
}, 1 => 'sendCancelledTestPayload'], 0);
$instance->addListener('hly.integration.test_rescheduled', [0 => function () {
return ($this->privates['Harmonizely\\EventListener\\SendZapierPayloadListener'] ?? $this->load('getSendZapierPayloadListenerService.php'));
}, 1 => 'sendRescheduledTestPayload'], 0);
$instance->addListener('hly.event.pre_create', [0 => function () {
return ($this->privates['Harmonizely\\EventListener\\SetEventEndDateListener'] ?? ($this->privates['Harmonizely\\EventListener\\SetEventEndDateListener'] = new \Harmonizely\EventListener\SetEventEndDateListener()));
}, 1 => 'setEventEndDate'], 0);
$instance->addListener('hly.event.pre_account_connect', [0 => function () {
return ($this->privates['Harmonizely\\EventListener\\UserCalendarAccountListener'] ?? $this->load('getUserCalendarAccountListenerService.php'));
}, 1 => 'update'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Harmonizely\\Service\\Common\\TranslateHelper'] ?? $this->getTranslateHelperService());
}, 1 => 'init'], 10000);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['Harmonizely\\Service\\Common\\TranslateHelper'] ?? $this->getTranslateHelperService());
}, 1 => 'init'], 10000);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Harmonizely\\Service\\Common\\UrlHelper'] ?? ($this->privates['Harmonizely\\Service\\Common\\UrlHelper'] = new \Harmonizely\Service\Common\UrlHelper($this->getEnv('APP_HOST'))));
}, 1 => 'init'], 10000);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['Harmonizely\\Service\\Common\\UrlHelper'] ?? ($this->privates['Harmonizely\\Service\\Common\\UrlHelper'] = new \Harmonizely\Service\Common\UrlHelper($this->getEnv('APP_HOST'))));
}, 1 => 'init'], 10000);
$instance->addListener('super_admin.user.action', [0 => function () {
return ($this->privates['Harmonizely\\Service\\SuperAdmin\\EventListener\\UserActionLogListener'] ?? $this->load('getUserActionLogListenerService.php'));
}, 1 => 'onAction'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Harmonizely\\Service\\SuperAdmin\\EventListener\\UserActivityListener'] ?? $this->getUserActivityListenerService());
}, 1 => 'onRequest'], 0);
$instance->addListener('super_admin.login.attempt', [0 => function () {
return ($this->privates['Harmonizely\\Service\\SuperAdmin\\EventListener\\UserLoginAttemptsListener'] ?? $this->load('getUserLoginAttemptsListenerService.php'));
}, 1 => 'onAttemptLogin'], 0);
$instance->addListener('super_admin.2fa.passed', [0 => function () {
return ($this->privates['Harmonizely\\Service\\SuperAdmin\\EventListener\\UserLoginLogListener'] ?? $this->load('getUserLoginLogListenerService.php'));
}, 1 => 'onSecondFactorPassed'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Harmonizely\\Service\\UserLoginAttempt\\EventListener\\LoginRequestListener'] ?? $this->getLoginRequestListenerService());
}, 1 => 'onKernelRequest'], '101');
$instance->addListener('user.login.attempt', [0 => function () {
return ($this->privates['Harmonizely\\Service\\UserLoginAttempt\\EventListener\\UserLoginAttemptsListener'] ?? $this->load('getUserLoginAttemptsListener2Service.php'));
}, 1 => 'onAttemptLogin'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
}, 1 => 'onKernelRequest'], 250);
$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.zone_matcher_listener'] ?? $this->getFosRest_ZoneMatcherListenerService());
}, 1 => 'onKernelRequest'], 248);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService.php'));
}, 1 => 'onConsoleCommand'], 1);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListener2Service());
}, 1 => 'onKernelRequest'], 1);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListener2Service());
}, 1 => 'onKernelController'], 1);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener()));
}, 1 => 'onKernelRequest'], 1);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener()));
}, 1 => 'onKernelFinishRequest'], 1);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService.php'));
}, 1 => 'onWorkerMessageFailed'], 99);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService.php'));
}, 1 => 'onWorkerMessageHandled'], 99);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService.php'));
}, 1 => 'onKernelException'], 0);
$instance->addListener('calendar.unavailable', [0 => function () {
return ($this->privates['Harmonizely\\Calendar\\EventSubscriber\\CalendarUnavailableSubscriber'] ?? $this->load('getCalendarUnavailableSubscriberService.php'));
}, 1 => 'onCalendarUnavailable'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['Harmonizely\\Core\\Security\\Subscriber\\RememberMeLoginSubscriber'] ?? $this->load('getRememberMeLoginSubscriberService.php'));
}, 1 => 'onInteractiveLogin'], 0);
$instance->addListener('user.2fa.passed', [0 => function () {
return ($this->privates['Harmonizely\\Core\\Security\\Subscriber\\SetSecondFactorPassedSubscriber'] ?? $this->load('getSetSecondFactorPassedSubscriberService.php'));
}, 1 => 'onSecondFactorPassed'], 0);
$instance->addListener('fos_user.registration.confirmed', [0 => function () {
return ($this->privates['Harmonizely\\EventListener\\ApplyFreeSubscriptionListener'] ?? $this->load('getApplyFreeSubscriptionListenerService.php'));
}, 1 => 'confirmed'], 0);
$instance->addListener('fos_user.registration.confirm', [0 => function () {
return ($this->privates['Harmonizely\\EventListener\\RegistrationConfirmListener'] ?? $this->load('getRegistrationConfirmListenerService.php'));
}, 1 => 'onRegistrationConfirm'], 0);
$instance->addListener('fos_user.resetting.send_email.initialize', [0 => function () {
return ($this->privates['Harmonizely\\EventListener\\ResettingListener'] ?? $this->load('getResettingListenerService.php'));
}, 1 => 'onResettingSendEmailInitialize'], 0);
$instance->addListener('fos_user.registration.initialize', [0 => function () {
return ($this->privates['Harmonizely\\EventListener\\SetDefaultUserIntroListener'] ?? $this->load('getSetDefaultUserIntroListenerService.php'));
}, 1 => 'onInitialize'], 0);
$instance->addListener('fos_user.registration.completed', [0 => function () {
return ($this->privates['Harmonizely\\EventListener\\SetDefaultUserIntroListener'] ?? $this->load('getSetDefaultUserIntroListenerService.php'));
}, 1 => 'onCompeted'], 0);
$instance->addListener('hly.event.post_cancel', [0 => function () {
return ($this->privates['Harmonizely\\EventSubscriber\\ClearCalendarCacheSubscriber'] ?? $this->load('getClearCalendarCacheSubscriberService.php'));
}, 1 => 'clearCache'], 0);
$instance->addListener('hly.event.post_create', [0 => function () {
return ($this->privates['Harmonizely\\EventSubscriber\\ClearCalendarCacheSubscriber'] ?? $this->load('getClearCalendarCacheSubscriberService.php'));
}, 1 => 'clearCache'], 0);
$instance->addListener('hly.event.post_reschedule', [0 => function () {
return ($this->privates['Harmonizely\\EventSubscriber\\ClearCalendarCacheSubscriber'] ?? $this->load('getClearCalendarCacheSubscriberService.php'));
}, 1 => 'clearCache'], 0);
$instance->addListener('fos_user.registration.confirm', [0 => function () {
return ($this->privates['Harmonizely\\EventSubscriber\\CreateInternalCalendarSubscriber'] ?? $this->load('getCreateInternalCalendarSubscriberService.php'));
}, 1 => 'createInternalCalendar'], 0);
$instance->addListener('hly.event.pre_create', [0 => function () {
return ($this->privates['Harmonizely\\EventSubscriber\\CreateKopanoMeetLinkSubscriber'] ?? $this->load('getCreateKopanoMeetLinkSubscriberService.php'));
}, 1 => 'createMeeting'], 0);
$instance->addListener('hly.event.pre_create', [0 => function () {
return ($this->privates['Harmonizely\\EventSubscriber\\CreateWherebyMeetingLinkSubscriber'] ?? $this->load('getCreateWherebyMeetingLinkSubscriberService.php'));
}, 1 => 'createMeeting'], 0);
$instance->addListener('hly.event.pre_create', [0 => function () {
return ($this->privates['Harmonizely\\EventSubscriber\\CreateZoomMeetingSubscriber'] ?? $this->load('getCreateZoomMeetingSubscriberService.php'));
}, 1 => 'createMeeting'], 0);
$instance->addListener('hly.event.post_cancel', [0 => function () {
return ($this->privates['Harmonizely\\EventSubscriber\\CreateZoomMeetingSubscriber'] ?? $this->load('getCreateZoomMeetingSubscriberService.php'));
}, 1 => 'cancelMeeting'], 0);
$instance->addListener('hly.event.post_reschedule', [0 => function () {
return ($this->privates['Harmonizely\\EventSubscriber\\CreateZoomMeetingSubscriber'] ?? $this->load('getCreateZoomMeetingSubscriberService.php'));
}, 1 => 'updateMeeting'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Harmonizely\\EventSubscriber\\CurrentUserSubscriber'] ?? $this->getCurrentUserSubscriberService());
}, 1 => 'setCurrentUser'], 0);
$instance->addListener('fos_user.profile.edit.completed', [0 => function () {
return ($this->privates['Harmonizely\\EventSubscriber\\EditProfileSubscriber'] ?? $this->load('getEditProfileSubscriberService.php'));
}, 1 => 'profileEditCompleted'], 0);
$instance->addListener('fos_user.profile.edit.initialize', [0 => function () {
return ($this->privates['Harmonizely\\EventSubscriber\\EditProfileSubscriber'] ?? $this->load('getEditProfileSubscriberService.php'));
}, 1 => 'profileEditInitialize'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Harmonizely\\EventSubscriber\\RequireProfileSettingsSubscriber'] ?? $this->getRequireProfileSettingsSubscriberService());
}, 1 => 'redirect'], 0);
$instance->addListener('hly.member.post_create', [0 => function () {
return ($this->privates['Harmonizely\\EventSubscriber\\SendMembershipInvitationEmailSubscriber'] ?? $this->load('getSendMembershipInvitationEmailSubscriberService.php'));
}, 1 => 'onMemberCreate'], 0);
$instance->addListener('hly.event.post_create', [0 => function () {
return ($this->privates['Harmonizely\\EventSubscriber\\SendParticipantInviteEventPostCreateSubscriber'] ?? $this->load('getSendParticipantInviteEventPostCreateSubscriberService.php'));
}, 1 => 'sendParticipantInviteEventPostCreate'], 0);
$instance->addListener('fos_user.registration.confirm', [0 => function () {
return ($this->privates['Harmonizely\\EventSubscriber\\SendWelcomeEmailSubscriber'] ?? $this->load('getSendWelcomeEmailSubscriberService.php'));
}, 1 => 'onRegistrationConfirm'], 0);
$instance->addListener('hly.event.pre_create', [0 => function () {
return ($this->privates['Harmonizely\\EventSubscriber\\SetEventLocationSubscriber'] ?? $this->load('getSetEventLocationSubscriberService.php'));
}, 1 => 'setEventLocation'], 0);
$instance->addListener('hly.event.post_cancel', [0 => function () {
return ($this->privates['Harmonizely\\EventSubscriber\\SetEventLocationSubscriber'] ?? $this->load('getSetEventLocationSubscriberService.php'));
}, 1 => 'setEventLocation'], 0);
$instance->addListener('hly.event.post_reschedule', [0 => function () {
return ($this->privates['Harmonizely\\EventSubscriber\\SetEventLocationSubscriber'] ?? $this->load('getSetEventLocationSubscriberService.php'));
}, 1 => 'setEventLocation'], 100);
$instance->addListener('form.pre_submit', [0 => function () {
return ($this->privates['Harmonizely\\Form\\EventListener\\AddEventTypeUsersFieldSubscriber'] ?? ($this->privates['Harmonizely\\Form\\EventListener\\AddEventTypeUsersFieldSubscriber'] = new \Harmonizely\Form\EventListener\AddEventTypeUsersFieldSubscriber()));
}, 1 => 'preSubmit'], 0);
$instance->addListener('form.pre_submit', [0 => function () {
return ($this->privates['Harmonizely\\Form\\EventListener\\AddLocationLabelFieldSubscriber'] ?? ($this->privates['Harmonizely\\Form\\EventListener\\AddLocationLabelFieldSubscriber'] = new \Harmonizely\Form\EventListener\AddLocationLabelFieldSubscriber()));
}, 1 => 'preSubmit'], 0);
$instance->addListener('form.pre_submit', [0 => function () {
return ($this->privates['Harmonizely\\Form\\EventListener\\AddPhoneNumberFieldSubscriber'] ?? ($this->privates['Harmonizely\\Form\\EventListener\\AddPhoneNumberFieldSubscriber'] = new \Harmonizely\Form\EventListener\AddPhoneNumberFieldSubscriber()));
}, 1 => 'preSubmit'], 0);
$instance->addListener('booking.payment.cancel', [0 => function () {
return ($this->privates['Harmonizely\\Integration\\BookingPayment\\Subscribers\\CancelBookingPaymentEventSubscriber'] ?? $this->load('getCancelBookingPaymentEventSubscriberService.php'));
}, 1 => 'onCancelPayment'], 0);
$instance->addListener('booking.payment.confirm', [0 => function () {
return ($this->privates['Harmonizely\\Integration\\BookingPayment\\Subscribers\\ConfirmBookingPaymentEventSubscriber'] ?? $this->load('getConfirmBookingPaymentEventSubscriberService.php'));
}, 1 => 'onConfirmPayment'], 0);
$instance->addListener('booking.payment.error', [0 => function () {
return ($this->privates['Harmonizely\\Integration\\BookingPayment\\Subscribers\\ErrorBookingPaymentEventSubscriber'] ?? $this->load('getErrorBookingPaymentEventSubscriberService.php'));
}, 1 => 'onErrorPayment'], 0);
$instance->addListener('hly.event.pre_create', [0 => function () {
return ($this->privates['Harmonizely\\Integration\\Simplypay\\Subscribers\\SimplypayInitBookingPaymentEventSubscriber'] ?? $this->load('getSimplypayInitBookingPaymentEventSubscriberService.php'));
}, 1 => 'onEventPreCreate'], 0);
$instance->addListener('hly.custom_translation.set', [0 => function () {
return ($this->privates['Harmonizely\\Service\\CustomTranslation\\EventListener\\SetCustomTranslationListener'] ?? $this->load('getSetCustomTranslationListenerService.php'));
}, 1 => 'onSetCustomTranslation'], 0);
$instance->addListener('event_type.create', [0 => function () {
return ($this->privates['Harmonizely\\Service\\EventSubscriber\\DirectorySubscriber'] ?? $this->load('getDirectorySubscriberService.php'));
}, 1 => 'createEventType'], 0);
$instance->addListener('event_type.update', [0 => function () {
return ($this->privates['Harmonizely\\Service\\EventSubscriber\\DirectorySubscriber'] ?? $this->load('getDirectorySubscriberService.php'));
}, 1 => 'updateEventType'], 0);
$instance->addListener('event_type.delete', [0 => function () {
return ($this->privates['Harmonizely\\Service\\EventSubscriber\\DirectorySubscriber'] ?? $this->load('getDirectorySubscriberService.php'));
}, 1 => 'deleteEventType'], 0);
$instance->addListener('hly.event.post_create', [0 => function () {
return ($this->privates['Harmonizely\\Service\\EventSubscriber\\RoutingFormResultSubscriber'] ?? $this->load('getRoutingFormResultSubscriberService.php'));
}, 1 => 'postCreateEvent'], 0);
$instance->addListener('event_type.create', [0 => function () {
return ($this->privates['Harmonizely\\Service\\EventSubscriber\\WelcomeTourSubscriber'] ?? $this->load('getWelcomeTourSubscriberService.php'));
}, 1 => 'createEventType'], 0);
$instance->addListener('hly.locale.set', [0 => function () {
return ($this->privates['Harmonizely\\Service\\Locale\\EventListener\\SetLocaleListener'] ?? $this->getSetLocaleListenerService());
}, 1 => 'onSetLocale'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Harmonizely\\Service\\Locale\\EventListener\\SetLocaleListener'] ?? $this->getSetLocaleListenerService());
}, 1 => 'onRequestSetLocale'], 0);
$instance->addListener('hly.event.post_account_connect', [0 => function () {
return ($this->privates['Harmonizely\\Service\\Panel\\Api\\CalendarIntegration\\EventSubscriber\\CalendarAccountConnectSubscriber'] ?? $this->load('getCalendarAccountConnectSubscriberService.php'));
}, 1 => 'accountPostConnect'], 0);
$instance->addListener('hly.event.post_create', [0 => function () {
return ($this->privates['Harmonizely\\Service\\Panel\\Api\\PushNotification\\EventSubscriber\\PushNotificationSubscriber'] ?? $this->load('getPushNotificationSubscriberService.php'));
}, 1 => 'create'], 0);
$instance->addListener('hly.event.post_reschedule', [0 => function () {
return ($this->privates['Harmonizely\\Service\\Panel\\Api\\PushNotification\\EventSubscriber\\PushNotificationSubscriber'] ?? $this->load('getPushNotificationSubscriberService.php'));
}, 1 => 'reschedule'], 0);
$instance->addListener('hly.event.post_cancel', [0 => function () {
return ($this->privates['Harmonizely\\Service\\Panel\\Api\\PushNotification\\EventSubscriber\\PushNotificationSubscriber'] ?? $this->load('getPushNotificationSubscriberService.php'));
}, 1 => 'cancel'], 0);
$instance->addListener('hly.member.post_join', [0 => function () {
return ($this->privates['Harmonizely\\Service\\Panel\\Api\\PushNotification\\EventSubscriber\\PushNotificationSubscriber'] ?? $this->load('getPushNotificationSubscriberService.php'));
}, 1 => 'memberPostJoin'], 0);
$instance->addListener('hly.event.post_create', [0 => function () {
return ($this->privates['Harmonizely\\Service\\Panel\\Api\\SmsGateway\\EventSubscriber\\SendSmsSubscriber'] ?? $this->load('getSendSmsSubscriberService.php'));
}, 1 => 'create'], 0);
$instance->addListener('hly.event.post_reschedule', [0 => function () {
return ($this->privates['Harmonizely\\Service\\Panel\\Api\\SmsGateway\\EventSubscriber\\SendSmsSubscriber'] ?? $this->load('getSendSmsSubscriberService.php'));
}, 1 => 'reschedule'], 0);
$instance->addListener('hly.event.post_cancel', [0 => function () {
return ($this->privates['Harmonizely\\Service\\Panel\\Api\\SmsGateway\\EventSubscriber\\SendSmsSubscriber'] ?? $this->load('getSendSmsSubscriberService.php'));
}, 1 => 'cancel'], 0);
$instance->addListener('hly.event.post_create', [0 => function () {
return ($this->privates['Harmonizely\\Service\\Panel\\Api\\Zapier\\EventSubscriber\\ZapierNotificationSubscriber'] ?? $this->load('getZapierNotificationSubscriberService.php'));
}, 1 => 'create'], 0);
$instance->addListener('hly.event.post_reschedule', [0 => function () {
return ($this->privates['Harmonizely\\Service\\Panel\\Api\\Zapier\\EventSubscriber\\ZapierNotificationSubscriber'] ?? $this->load('getZapierNotificationSubscriberService.php'));
}, 1 => 'reschedule'], 0);
$instance->addListener('hly.event.post_cancel', [0 => function () {
return ($this->privates['Harmonizely\\Service\\Panel\\Api\\Zapier\\EventSubscriber\\ZapierNotificationSubscriber'] ?? $this->load('getZapierNotificationSubscriberService.php'));
}, 1 => 'cancel'], 0);
$instance->addListener('user.deleted', [0 => function () {
return ($this->privates['Harmonizely\\Service\\Simplypay\\Subscribers\\UserDeletedSubscriber'] ?? $this->load('getUserDeletedSubscriberService.php'));
}, 1 => 'onUserDeleted'], 0);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['Harmonizely\\Service\\UserLoginAttempt\\EventListener\\AuthenticationListener'] ?? $this->load('getAuthenticationListenerService.php'));
}, 1 => 'onAuthenticationSuccess'], 0);
$instance->addListener('security.authentication.failure', [0 => function () {
return ($this->privates['Harmonizely\\Service\\UserLoginAttempt\\EventListener\\AuthenticationListener'] ?? $this->load('getAuthenticationListenerService.php'));
}, 1 => 'onAuthenticationFailure'], 0);
$instance->addListener('fos_user.resetting.reset.completed', [0 => function () {
return ($this->privates['Harmonizely\\Service\\UserLoginAttempt\\EventListener\\ResetPasswordListener'] ?? $this->load('getResetPasswordListenerService.php'));
}, 1 => 'onResettingResetCompleted'], -100);
$instance->addListener('user.deleted', [0 => function () {
return ($this->privates['Harmonizely\\User\\EventSubscriber\\DeleteUserSubscriber'] ?? $this->load('getDeleteUserSubscriberService.php'));
}, 1 => 'onUserDeleted'], 0);
$instance->addListener('hly.event.post_create', [0 => function () {
return ($this->privates['Harmonizely\\Webhooks\\EventSubscriber\\SendWebhookPayloadSubscriber'] ?? $this->load('getSendWebhookPayloadSubscriberService.php'));
}, 1 => 'sendScheduled'], 0);
$instance->addListener('hly.event.post_cancel', [0 => function () {
return ($this->privates['Harmonizely\\Webhooks\\EventSubscriber\\SendWebhookPayloadSubscriber'] ?? $this->load('getSendWebhookPayloadSubscriberService.php'));
}, 1 => 'sendCancelled'], 0);
$instance->addListener('hly.event.post_reschedule', [0 => function () {
return ($this->privates['Harmonizely\\Webhooks\\EventSubscriber\\SendWebhookPayloadSubscriber'] ?? $this->load('getSendWebhookPayloadSubscriberService.php'));
}, 1 => 'sendRescheduled'], 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.request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelRequest'], 15);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelFinishRequest'], -15);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
}, 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('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService.php'));
}, 1 => 'onMessageFailed'], 100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService.php'));
}, 1 => 'onMessageFailed'], -100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService.php'));
}, 1 => 'onWorkerStarted'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService.php'));
}, 1 => 'onWorkerRunning'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
}, 1 => 'onMessage'], -255);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
}, 1 => 'onMessage'], -255);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelTerminate'], -1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.request'] ?? ($this->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.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.exception', [0 => function () {
return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
}, 1 => 'onKernelException'], -128);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService.php'));
}, 1 => 'onMessage'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService.php'));
}, 1 => 'onWorkerMessageHandled'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService.php'));
}, 1 => 'onWorkerMessageFailed'], 0);
$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->load('getDebug_Security_Voter_VoteListenerService.php'));
}, 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('fos_user.security.implicit_login', [0 => function () {
return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
}, 1 => 'onImplicitLogin'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
}, 1 => 'onSecurityInteractiveLogin'], 0);
$instance->addListener('fos_user.registration.completed', [0 => function () {
return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
}, 1 => 'authenticate'], 0);
$instance->addListener('fos_user.registration.confirmed', [0 => function () {
return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
}, 1 => 'authenticate'], 0);
$instance->addListener('fos_user.resetting.reset.completed', [0 => function () {
return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
}, 1 => 'authenticate'], 0);
$instance->addListener('fos_user.change_password.edit.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.group.create.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.group.delete.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.group.edit.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.profile.edit.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.registration.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.resetting.reset.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.registration.success', [0 => function () {
return ($this->privates['fos_user.listener.email_confirmation'] ?? $this->load('getFosUser_Listener_EmailConfirmationService.php'));
}, 1 => 'onRegistrationSuccess'], 0);
$instance->addListener('fos_user.resetting.reset.initialize', [0 => function () {
return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
}, 1 => 'onResettingResetInitialize'], 0);
$instance->addListener('fos_user.resetting.reset.success', [0 => function () {
return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
}, 1 => 'onResettingResetSuccess'], 0);
$instance->addListener('fos_user.resetting.reset.request', [0 => function () {
return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
}, 1 => 'onResettingResetRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
}, 1 => 'onException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
}, 1 => 'onTerminate'], 0);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
}, 1 => 'onException'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
}, 1 => 'onTerminate'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -128);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleTerminate'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['fos_rest.exception_listener'] ?? $this->load('getFosRest_ExceptionListenerService.php'));
}, 1 => 'onKernelException'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['pagerfanta.convert_not_valid_max_per_page_to_not_found_listener'] ?? ($this->privates['pagerfanta.convert_not_valid_max_per_page_to_not_found_listener'] = new \WhiteOctober\PagerfantaBundle\EventListener\ConvertNotValidMaxPerPageToNotFoundListener()));
}, 1 => 'onException'], 512);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['pagerfanta.convert_not_valid_current_page_to_not_found_listener'] ?? ($this->privates['pagerfanta.convert_not_valid_current_page_to_not_found_listener'] = new \WhiteOctober\PagerfantaBundle\EventListener\ConvertNotValidCurrentPageToNotFoundListener()));
}, 1 => 'onException'], 512);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onCommand'], 255);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onTerminate'], -255);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
}, 1 => 'configure'], 1024);
return $instance;
}
/**
* Gets the public 'filesystem' shared service.
*
* @return \Symfony\Component\Filesystem\Filesystem
*/
protected function getFilesystemService()
{
return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
}
/**
* Gets the public 'hateoas.generator.registry' shared service.
*
* @return \Hateoas\UrlGenerator\UrlGeneratorRegistry
*/
protected function getHateoas_Generator_RegistryService()
{
return $this->services['hateoas.generator.registry'] = new \Hateoas\UrlGenerator\UrlGeneratorRegistry(new \Hateoas\UrlGenerator\SymfonyUrlGenerator(($this->services['router'] ?? $this->getRouterService())));
}
/**
* Gets the public 'hateoas.helper.link' shared service.
*
* @return \Hateoas\Helper\LinkHelper
*/
protected function getHateoas_Helper_LinkService()
{
return $this->services['hateoas.helper.link'] = new \Hateoas\Helper\LinkHelper(($this->privates['hateoas.link_factory'] ?? $this->getHateoas_LinkFactoryService()), ($this->privates['hateoas.configuration.metadata_factory'] ?? $this->getHateoas_Configuration_MetadataFactoryService()));
}
/**
* 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->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
}, 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->services['fos_rest.serializer.jms_handler_registry'] ?? $this->load('getFosRest_Serializer_JmsHandlerRegistryService.php'));
$c = ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService());
$d = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($c);
$e = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Harmonizely\\Serializer\\EventCancellationSubscriber' => ['privates', 'Harmonizely\\Serializer\\EventCancellationSubscriber', 'getEventCancellationSubscriberService.php', true],
'Harmonizely\\Serializer\\UserSubscriber' => ['privates', 'Harmonizely\\Serializer\\UserSubscriber', 'getUserSubscriberService.php', true],
'hateoas.event_listener.json' => ['services', 'hateoas.event_listener.json', 'getHateoas_EventListener_JsonService.php', true],
'hateoas.event_listener.xml' => ['services', 'hateoas.event_listener.xml', 'getHateoas_EventListener_XmlService.php', true],
'jms_serializer.doctrine_proxy_subscriber' => ['privates', 'jms_serializer.doctrine_proxy_subscriber', 'getJmsSerializer_DoctrineProxySubscriberService.php', true],
'jms_serializer.stopwatch_subscriber' => ['privates', 'jms_serializer.stopwatch_subscriber', 'getJmsSerializer_StopwatchSubscriberService.php', true],
], [
'Harmonizely\\Serializer\\EventCancellationSubscriber' => '?',
'Harmonizely\\Serializer\\UserSubscriber' => '?',
'hateoas.event_listener.json' => '?',
'hateoas.event_listener.xml' => '?',
'jms_serializer.doctrine_proxy_subscriber' => '?',
'jms_serializer.stopwatch_subscriber' => '?',
]));
$e->setListeners(['serializer.post_serialize' => [0 => [0 => [0 => 'hateoas.event_listener.xml', 1 => 'onPostSerialize'], 1 => NULL, 2 => 'xml'], 1 => [0 => [0 => 'hateoas.event_listener.json', 1 => 'onPostSerialize'], 1 => NULL, 2 => 'json'], 2 => [0 => [0 => 'Harmonizely\\Serializer\\EventCancellationSubscriber', 1 => 'onPostSerialize'], 1 => 'Harmonizely\\Model\\Cancellation', 2 => NULL, 3 => NULL], 3 => [0 => [0 => 'Harmonizely\\Serializer\\UserSubscriber', 1 => 'onPostSerialize'], 1 => 'Harmonizely\\Model\\User', 2 => NULL, 3 => NULL], 4 => [0 => [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPostSerialize'], 1 => NULL, 2 => NULL, 3 => NULL]], 'serializer.pre_serialize' => [0 => [0 => [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => NULL], 1 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\Persistence\\Proxy'], 2 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\Common\\Persistence\\Proxy'], 3 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\ORM\\PersistentCollection'], 4 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\ODM\\MongoDB\\PersistentCollection'], 5 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\ODM\\PHPCR\\PersistentCollection'], 6 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\Persistence\\Proxy'], 7 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\Common\\Persistence\\Proxy'], 8 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'ProxyManager\\Proxy\\LazyLoadingInterface']]]);
$f = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
$f->setOptions(1216);
$g = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
$g->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'), $d, $e, $c), 1 => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a, $b, $d, $e, $c)], ['json' => $f, 'xml' => new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory()], ['json' => $g, '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.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 'liip_imagine.cache.manager' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
*/
protected function getLiipImagine_Cache_ManagerService()
{
$this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'user_avatar');
$instance->addResolver('user_avatar', ($this->services['liip_imagine.cache.resolver.user_avatar'] ?? $this->getLiipImagine_Cache_Resolver_UserAvatarService()));
$instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
$instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
return $instance;
}
/**
* Gets the public 'liip_imagine.cache.resolver.default' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
*/
protected function getLiipImagine_Cache_Resolver_DefaultService()
{
return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__, 4).'/public'), 'media/cache');
}
/**
* Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
*/
protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
{
return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
}
/**
* Gets the public 'liip_imagine.cache.resolver.user_avatar' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemResolver
*/
protected function getLiipImagine_Cache_Resolver_UserAvatarService()
{
return $this->services['liip_imagine.cache.resolver.user_avatar'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemResolver(($this->services['oneup_flysystem.local_filesystem'] ?? $this->getOneupFlysystem_LocalFilesystemService()), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), '/uploads/', 'avatars', 'public');
}
/**
* Gets the public 'liip_imagine.cache.signer' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Signer
*/
protected function getLiipImagine_Cache_SignerService()
{
return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
}
/**
* Gets the public 'message_bus' shared service.
*
* @return \Symfony\Component\Messenger\TraceableMessageBus
*/
protected function getMessageBusService()
{
return $this->services['message_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
yield 0 => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService.php'));
yield 1 => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService.php'));
yield 6 => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService.php'));
}, 7)));
}
/**
* Gets the public 'oneup_flysystem.awss3v3_filesystem' shared service.
*
* @return \League\Flysystem\Filesystem
*/
protected function getOneupFlysystem_Awss3v3FilesystemService()
{
return $this->services['oneup_flysystem.awss3v3_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\AwsS3v3\AwsS3Adapter(new \Aws\S3\S3Client(['version' => 'latest', 'region' => $this->getEnv('FS_AWS_S3_REGION'), 'credentials' => ['key' => $this->getEnv('FS_AWS_S3_KEY'), 'secret' => $this->getEnv('FS_AWS_S3_SECRET')]]), $this->getEnv('FS_AWS_BUCKET'), '', []), ['disable_asserts' => false]);
}
/**
* Gets the public 'oneup_flysystem.local_filesystem' shared service.
*
* @return \League\Flysystem\Filesystem
*/
protected function getOneupFlysystem_LocalFilesystemService()
{
return $this->services['oneup_flysystem.local_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Adapter\Local((\dirname(__DIR__, 4).'/src/../public/uploads'), 2, 2, ['file' => ['public' => 420, 'private' => 384], 'dir' => ['public' => 493, 'private' => 448]]), ['disable_asserts' => false]);
}
/**
* 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('oneup_flysystem.local_filesystem', ($this->services['oneup_flysystem.local_filesystem'] ?? $this->getOneupFlysystem_LocalFilesystemService()));
$instance->mountFilesystem('oneup_flysystem.awss3v3_filesystem', ($this->services['oneup_flysystem.awss3v3_filesystem'] ?? $this->getOneupFlysystem_Awss3v3FilesystemService()));
return $instance;
}
/**
* Gets the public 'profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function getProfilerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('profiler');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['Sentry\\Monolog\\Handler'] ?? $this->getHandlerService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
$b = ($this->services['kernel'] ?? $this->get('kernel'));
$c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
$d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
$d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
$d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
$d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
$d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
$d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
$d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
$d->addInstance('doctrine.result_cache_pool', ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService()));
$d->addInstance('doctrine.system_cache_pool', ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService()));
$d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
$d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$d->addInstance('cache.doctrine.orm.harmonizely.metadata', ($this->privates['cache.doctrine.orm.harmonizely.metadata'] ?? $this->getCache_Doctrine_Orm_Harmonizely_MetadataService()));
$d->addInstance('cache.doctrine.orm.harmonizely.result', ($this->privates['cache.doctrine.orm.harmonizely.result'] ?? $this->getCache_Doctrine_Orm_Harmonizely_ResultService()));
$d->addInstance('cache.doctrine.orm.harmonizely.query', ($this->privates['cache.doctrine.orm.harmonizely.query'] ?? $this->getCache_Doctrine_Orm_Harmonizely_QueryService()));
$d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
$d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
$e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
$f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
$f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
$f->addLogger('harmonizely', ($this->privates['doctrine.dbal.logger.profiling.harmonizely'] ?? ($this->privates['doctrine.dbal.logger.profiling.harmonizely'] = new \Doctrine\DBAL\Logging\DebugStack())));
$g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
$g->registerBus('messenger.bus.default', ($this->services['message_bus'] ?? $this->getMessageBusService()));
$h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$h->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.''.'/srcHarmonizely_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 \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
$instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
$instance->add($g);
$instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
$instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
$instance->add($h);
return $instance;
}
/**
* Gets the public 'request_stack' shared service.
*
* @return \Symfony\Component\HttpFoundation\RequestStack
*/
protected function getRequestStackService()
{
return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
}
/**
* Gets the public 'router' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\Router
*/
protected function getRouterService()
{
$a = new \Symfony\Bridge\Monolog\Logger('router');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['Sentry\\Monolog\\Handler'] ?? $this->getHandlerService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService.php', true],
], [
'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, 'en');
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
return $instance;
}
/**
* 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.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.php', true],
], [
'session' => '?',
]));
}
/**
* Gets the public 'serializer' shared service.
*
* @return \Symfony\Component\Serializer\Serializer
*/
protected function getSerializerService()
{
$a = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
$b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
$c = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($a);
$d = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Harmonizely\Core\Request\ParamConverter\SerializableObjectNormalizer(), 1 => new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($a, NULL, $b, $c), 2 => new \Misd\PhoneNumberBundle\Serializer\Normalizer\PhoneNumberNormalizer(($this->privates['libphonenumber.phone_number_util'] ?? $this->getLibphonenumber_PhoneNumberUtilService())), 3 => new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), 4 => $this->load('getFosRest_Serializer_ExceptionNormalizer_SymfonyService.php'), 5 => new \FOS\RestBundle\Serializer\Normalizer\FlattenExceptionNormalizer(($this->privates['fos_rest.exception.codes_map'] ?? ($this->privates['fos_rest.exception.codes_map'] = new \FOS\RestBundle\Util\ExceptionValueMap(['Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException' => 405, 'Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException' => 404, 'Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException' => 404]))), ($this->privates['fos_rest.exception.messages_map'] ?? ($this->privates['fos_rest.exception.messages_map'] = new \FOS\RestBundle\Util\ExceptionValueMap(['Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException' => true, 'Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException' => true]))), true, false), 6 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 7 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 8 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $d), 9 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 11 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 12 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 14 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($a, $d, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), $b, $c, NULL, [])], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 1 => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
}
/**
* Gets the public '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()
{
$this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
$a = ($this->privates['twig.missing_extension_suggestor'] ?? ($this->privates['twig.missing_extension_suggestor'] = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor()));
$instance->addExtension(($this->privates['twig.extension.security_csrf'] ?? ($this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension())));
$instance->addExtension(($this->privates['twig.extension.profiler'] ?? $this->getTwig_Extension_ProfilerService()));
$instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
$instance->addExtension(($this->privates['twig.extension.assets'] ?? $this->getTwig_Extension_AssetsService()));
$instance->addExtension(($this->privates['twig.extension.code'] ?? $this->getTwig_Extension_CodeService()));
$instance->addExtension(($this->privates['twig.extension.routing'] ?? $this->getTwig_Extension_RoutingService()));
$instance->addExtension(($this->privates['twig.extension.yaml'] ?? ($this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension())));
$instance->addExtension(($this->privates['twig.extension.debug.stopwatch'] ?? $this->getTwig_Extension_Debug_StopwatchService()));
$instance->addExtension(($this->privates['twig.extension.expression'] ?? ($this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension())));
$instance->addExtension(($this->privates['twig.extension.httpkernel'] ?? ($this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension())));
$instance->addExtension(($this->privates['twig.extension.httpfoundation'] ?? $this->getTwig_Extension_HttpfoundationService()));
$instance->addExtension(($this->privates['twig.extension.form'] ?? ($this->privates['twig.extension.form'] = new \Symfony\Bridge\Twig\Extension\FormExtension())));
$instance->addExtension(($this->privates['twig.extension.logout_url'] ?? $this->getTwig_Extension_LogoutUrlService()));
$instance->addExtension(($this->privates['twig.extension.security'] ?? $this->getTwig_Extension_SecurityService()));
$instance->addExtension(($this->privates['twig.extension.dump'] ?? $this->getTwig_Extension_DumpService()));
$instance->addExtension(($this->privates['Twig\\Extensions\\IntlExtension'] ?? ($this->privates['Twig\\Extensions\\IntlExtension'] = new \Twig\Extensions\IntlExtension())));
$instance->addExtension(($this->privates['Twig\\Extension\\StringLoaderExtension'] ?? ($this->privates['Twig\\Extension\\StringLoaderExtension'] = new \Twig\Extension\StringLoaderExtension())));
$instance->addExtension(($this->privates['Twig\\Extension\\SandboxExtension'] ?? $this->getSandboxExtensionService()));
$instance->addExtension(($this->privates['Harmonizely\\Twig\\AppearanceExtension'] ?? $this->getAppearanceExtensionService()));
$instance->addExtension(($this->privates['Harmonizely\\Twig\\CanLeaveReviewExtension'] ?? $this->getCanLeaveReviewExtensionService()));
$instance->addExtension(($this->privates['Harmonizely\\Twig\\EventLinkGeneratorExtension'] ?? $this->getEventLinkGeneratorExtensionService()));
$instance->addExtension(($this->privates['Harmonizely\\Twig\\FormatDateExtension'] ?? ($this->privates['Harmonizely\\Twig\\FormatDateExtension'] = new \Harmonizely\Twig\FormatDateExtension())));
$instance->addExtension(($this->privates['Harmonizely\\Twig\\FormatTimeExtension'] ?? ($this->privates['Harmonizely\\Twig\\FormatTimeExtension'] = new \Harmonizely\Twig\FormatTimeExtension())));
$instance->addExtension(($this->privates['Harmonizely\\Twig\\GetIntegrationConfigExtension'] ?? $this->getGetIntegrationConfigExtensionService()));
$instance->addExtension(($this->privates['Harmonizely\\Twig\\GetLocaleChoicesExtension'] ?? $this->getGetLocaleChoicesExtensionService()));
$instance->addExtension(($this->privates['Harmonizely\\Twig\\GetTimezonesExtension'] ?? ($this->privates['Harmonizely\\Twig\\GetTimezonesExtension'] = new \Harmonizely\Twig\GetTimezonesExtension())));
$instance->addExtension(($this->privates['Harmonizely\\Twig\\IsRtlExtension'] ?? ($this->privates['Harmonizely\\Twig\\IsRtlExtension'] = new \Harmonizely\Twig\IsRtlExtension())));
$instance->addExtension(($this->privates['Harmonizely\\Twig\\LocationExtension'] ?? $this->getLocationExtensionService()));
$instance->addExtension(($this->privates['Harmonizely\\Twig\\SBPayWidgetExtension'] ?? $this->getSBPayWidgetExtensionService()));
$instance->addExtension(($this->privates['Harmonizely\\Twig\\SchedulingPageUrlExtension'] ?? ($this->privates['Harmonizely\\Twig\\SchedulingPageUrlExtension'] = new \Harmonizely\Twig\SchedulingPageUrlExtension())));
$instance->addExtension(($this->privates['Harmonizely\\Twig\\SimplypayIntegrationExtension'] ?? $this->getSimplypayIntegrationExtensionService()));
$instance->addExtension(($this->privates['Harmonizely\\Twig\\SubscriptionIsAllowedExtension'] ?? $this->getSubscriptionIsAllowedExtensionService()));
$instance->addExtension(($this->privates['Harmonizely\\Twig\\isBookingFromAdmin'] ?? $this->getIsBookingFromAdminService()));
$instance->addExtension(($this->privates['doctrine.twig.doctrine_extension'] ?? ($this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension())));
$instance->addExtension(($this->privates['twig.extension.webprofiler'] ?? $this->getTwig_Extension_WebprofilerService()));
$instance->addExtension(($this->privates['jms_serializer.twig_extension.serializer'] ?? ($this->privates['jms_serializer.twig_extension.serializer'] = new \JMS\Serializer\Twig\SerializerRuntimeExtension())));
$instance->addExtension(($this->privates['nelmio_api_doc.render_docs.html.asset'] ?? $this->getNelmioApiDoc_RenderDocs_Html_AssetService()));
$instance->addExtension(($this->privates['hateoas.twig.link'] ?? $this->getHateoas_Twig_LinkService()));
$instance->addExtension(($this->privates['twig.extension.pagerfanta'] ?? $this->getTwig_Extension_PagerfantaService()));
$instance->addExtension(($this->privates['Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtension'] ?? $this->getUploaderExtensionService()));
$instance->addExtension(($this->privates['liip_imagine.templating.filter_extension'] ?? $this->getLiipImagine_Templating_FilterExtensionService()));
$instance->addExtension(($this->privates['misd_phone_number.twig.extension.format'] ?? $this->getMisdPhoneNumber_Twig_Extension_FormatService()));
$instance->addExtension(($this->privates['webpack_encore.twig_entry_files_extension'] ?? $this->getWebpackEncore_TwigEntryFilesExtensionService()));
$instance->addExtension(($this->privates['twig.extension.cssinliner'] ?? ($this->privates['twig.extension.cssinliner'] = new \Twig\Extra\CssInliner\CssInlinerExtension())));
$instance->addExtension(($this->privates['twig.extension.inky'] ?? ($this->privates['twig.extension.inky'] = new \Twig\Extra\Inky\InkyExtension())));
$instance->addGlobal('app', ($this->privates['twig.app_variable'] ?? $this->getTwig_AppVariableService()));
$instance->addRuntimeLoader(($this->privates['twig.runtime_loader'] ?? $this->getTwig_RuntimeLoaderService()));
$instance->addGlobal('terms_url', 'https://simplymeet.me/en/terms-and-conditions');
$instance->addGlobal('policy_url', 'https://simplymeet.me/en/policy');
$instance->addGlobal('dpa_url', 'https://simplybook.me/en/legal/dpa');
$instance->addGlobal('help_url', 'https://help.SimplyMeet.me');
$instance->addGlobal('savio_url', 'https://simplymeet-voting.savio.io/');
$instance->addGlobal('main_page_url', 'https://simplymeet.me');
$instance->addGlobal('powered_by', 'https://simplybook.me/en/SimplyBook.me_compared_with_SimplyMeet.me');
$instance->addGlobal('news_url', 'https://news.simplymeet.me');
$instance->addGlobal('base_domain', 'app.simplymeet.me');
$instance->addGlobal('help_domain', 'help.simplymeet.me');
$instance->addGlobal('host', $this->getEnv('APP_HOST'));
$instance->addGlobal('secure_host', $this->getEnv('SECURE_HOST'));
$instance->addGlobal('super_admin_host', $this->getEnv('SUPER_ADMIN_HOST'));
$instance->addGlobal('default_2fa_provider', 'ga');
$instance->addGlobal('max_limit_of_participants_for_client', 5);
$instance->addGlobal('max_limit_of_participants_for_admin', 25);
$instance->addGlobal('enabled_locales', 'en|de|ru|pl|es|fr|it|sv|pt|nb|da|hu|bg|nl|sl|gl|hr|he|zh-tw|zh-cn|ko|ja|uk');
$instance->addGlobal('directory_host', $this->getEnv('DIRECTORY_HOST'));
$instance->registerUndefinedFilterCallback([0 => $a, 1 => 'suggestFilter']);
$instance->registerUndefinedFunctionCallback([0 => $a, 1 => 'suggestFunction']);
($this->privates['twig.configurator.environment'] ?? $this->getTwig_Configurator_EnvironmentService())->configure($instance);
return $instance;
}
/**
* 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.upload_handler' shared service.
*
* @return \Vich\UploaderBundle\Handler\UploadHandler
*/
protected function getVichUploader_UploadHandlerService()
{
$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 private '.debug.http_client' shared service.
*
* @return \Symfony\Component\HttpClient\TraceableHttpClient
*/
protected function get_Debug_HttpClientService()
{
$a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
$b = new \Symfony\Bridge\Monolog\Logger('http_client');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushHandler(($this->privates['Sentry\\Monolog\\Handler'] ?? $this->getHandlerService()));
$b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$a->setLogger($b);
return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
}
/**
* 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 'Harmonizely\Core\Security\SuperAdminUserSecurityHelper' shared autowired service.
*
* @return \Harmonizely\Core\Security\SuperAdminUserSecurityHelper
*/
protected function getSuperAdminUserSecurityHelperService()
{
return $this->privates['Harmonizely\\Core\\Security\\SuperAdminUserSecurityHelper'] = new \Harmonizely\Core\Security\SuperAdminUserSecurityHelper(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
}
/**
* Gets the private 'Harmonizely\Core\Security\UserSecurityHelper' shared autowired service.
*
* @return \Harmonizely\Core\Security\UserSecurityHelper
*/
protected function getUserSecurityHelperService()
{
return $this->privates['Harmonizely\\Core\\Security\\UserSecurityHelper'] = new \Harmonizely\Core\Security\UserSecurityHelper(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
}
/**
* Gets the private 'Harmonizely\CustomDomain\EntityRecognizer' shared autowired service.
*
* @return \Harmonizely\CustomDomain\EntityRecognizer
*/
protected function getEntityRecognizerService()
{
return $this->privates['Harmonizely\\CustomDomain\\EntityRecognizer'] = new \Harmonizely\CustomDomain\EntityRecognizer([0 => ($this->privates['Harmonizely\\Repository\\OrganizationRepository'] ?? $this->getOrganizationRepositoryService()), 1 => ($this->privates['Harmonizely\\Repository\\UserRepository'] ?? $this->getUserRepositoryService())]);
}
/**
* Gets the private 'Harmonizely\EventListener\CryptContainerInitListener' shared autowired service.
*
* @return \Harmonizely\EventListener\CryptContainerInitListener
*/
protected function getCryptContainerInitListenerService()
{
return $this->privates['Harmonizely\\EventListener\\CryptContainerInitListener'] = new \Harmonizely\EventListener\CryptContainerInitListener(($this->privates['Harmonizely\\Service\\Base\\Crypt\\AES256Crypt'] ?? ($this->privates['Harmonizely\\Service\\Base\\Crypt\\AES256Crypt'] = new \Harmonizely\Service\Base\Crypt\AES256Crypt($this->getEnv('AES_256_CRYPT_SECRET_KEY')))));
}
/**
* Gets the private 'Harmonizely\EventListener\RedirectLoggedInUserListener' shared autowired service.
*
* @return \Harmonizely\EventListener\RedirectLoggedInUserListener
*/
protected function getRedirectLoggedInUserListenerService()
{
return $this->privates['Harmonizely\\EventListener\\RedirectLoggedInUserListener'] = new \Harmonizely\EventListener\RedirectLoggedInUserListener(($this->services['router'] ?? $this->getRouterService()), ($this->privates['Harmonizely\\Core\\Security\\UserSecurityHelper'] ?? $this->getUserSecurityHelperService()));
}
/**
* Gets the private 'Harmonizely\EventListener\RequestListener' shared autowired service.
*
* @return \Harmonizely\EventListener\RequestListener
*/
protected function getRequestListenerService()
{
return $this->privates['Harmonizely\\EventListener\\RequestListener'] = new \Harmonizely\EventListener\RequestListener('en', 'en|de|ru|pl|es|fr|it|sv|pt|nb|da|hu|bg|nl|sl|gl|hr|he|zh-tw|zh-cn|ko|ja|uk', $this->getEnv('APP_HOST'), ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'Harmonizely\EventSubscriber\CurrentUserSubscriber' shared autowired service.
*
* @return \Harmonizely\EventSubscriber\CurrentUserSubscriber
*/
protected function getCurrentUserSubscriberService()
{
return $this->privates['Harmonizely\\EventSubscriber\\CurrentUserSubscriber'] = new \Harmonizely\EventSubscriber\CurrentUserSubscriber(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
}
/**
* Gets the private 'Harmonizely\EventSubscriber\DoctrineCurrentUserSubscriber' shared autowired service.
*
* @return \Harmonizely\EventSubscriber\DoctrineCurrentUserSubscriber
*/
protected function getDoctrineCurrentUserSubscriberService()
{
return $this->privates['Harmonizely\\EventSubscriber\\DoctrineCurrentUserSubscriber'] = new \Harmonizely\EventSubscriber\DoctrineCurrentUserSubscriber(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
}
/**
* Gets the private 'Harmonizely\EventSubscriber\RequireProfileSettingsSubscriber' shared autowired service.
*
* @return \Harmonizely\EventSubscriber\RequireProfileSettingsSubscriber
*/
protected function getRequireProfileSettingsSubscriberService()
{
return $this->privates['Harmonizely\\EventSubscriber\\RequireProfileSettingsSubscriber'] = new \Harmonizely\EventSubscriber\RequireProfileSettingsSubscriber(($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
}
/**
* Gets the private 'Harmonizely\Event\EventLinkGenerator' shared autowired service.
*
* @return \Harmonizely\Event\EventLinkGenerator
*/
protected function getEventLinkGeneratorService()
{
return $this->privates['Harmonizely\\Event\\EventLinkGenerator'] = new \Harmonizely\Event\EventLinkGenerator(new \Harmonizely\CustomDomain\Routing\Router(($this->services['router'] ?? $this->getRouterService()), new \Harmonizely\CustomDomain\Routing\RequestHostModifier(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())));
}
/**
* Gets the private 'Harmonizely\Integration\Simplypay\SimplypayGetIntegrationConfig' shared autowired service.
*
* @return \Harmonizely\Integration\Simplypay\SimplypayGetIntegrationConfig
*/
protected function getSimplypayGetIntegrationConfigService()
{
return $this->privates['Harmonizely\\Integration\\Simplypay\\SimplypayGetIntegrationConfig'] = new \Harmonizely\Integration\Simplypay\SimplypayGetIntegrationConfig(($this->privates['Harmonizely\\Repository\\IntegrationRepository'] ?? $this->getIntegrationRepositoryService()), ($this->privates['Harmonizely\\Repository\\OrganizationIntegrationRepository'] ?? $this->getOrganizationIntegrationRepositoryService()));
}
/**
* Gets the private 'Harmonizely\Repository\IntegrationRepository' shared autowired service.
*
* @return \Harmonizely\Repository\IntegrationRepository
*/
protected function getIntegrationRepositoryService()
{
return $this->privates['Harmonizely\\Repository\\IntegrationRepository'] = new \Harmonizely\Repository\IntegrationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Harmonizely\Repository\OrganizationIntegrationRepository' shared autowired service.
*
* @return \Harmonizely\Repository\OrganizationIntegrationRepository
*/
protected function getOrganizationIntegrationRepositoryService()
{
return $this->privates['Harmonizely\\Repository\\OrganizationIntegrationRepository'] = new \Harmonizely\Repository\OrganizationIntegrationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Harmonizely\Repository\OrganizationRepository' shared autowired service.
*
* @return \Harmonizely\Repository\OrganizationRepository
*/
protected function getOrganizationRepositoryService()
{
return $this->privates['Harmonizely\\Repository\\OrganizationRepository'] = new \Harmonizely\Repository\OrganizationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Harmonizely\Repository\ReviewRepository' shared autowired service.
*
* @return \Harmonizely\Repository\ReviewRepository
*/
protected function getReviewRepositoryService()
{
return $this->privates['Harmonizely\\Repository\\ReviewRepository'] = new \Harmonizely\Repository\ReviewRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Harmonizely\Repository\SuperAdmin\UserRepository' shared autowired service.
*
* @return \Harmonizely\Repository\SuperAdmin\UserRepository
*/
protected function getUserRepository2Service()
{
return $this->privates['Harmonizely\\Repository\\SuperAdmin\\UserRepository'] = new \Harmonizely\Repository\SuperAdmin\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Harmonizely\Repository\UserLoginAttemptRepository' shared autowired service.
*
* @return \Harmonizely\Repository\UserLoginAttemptRepository
*/
protected function getUserLoginAttemptRepository2Service()
{
return $this->privates['Harmonizely\\Repository\\UserLoginAttemptRepository'] = new \Harmonizely\Repository\UserLoginAttemptRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Harmonizely\Repository\UserRepository' shared autowired service.
*
* @return \Harmonizely\Repository\UserRepository
*/
protected function getUserRepositoryService()
{
return $this->privates['Harmonizely\\Repository\\UserRepository'] = new \Harmonizely\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Harmonizely\Service\Common\TranslateHelper' shared autowired service.
*
* @return \Harmonizely\Service\Common\TranslateHelper
*/
protected function getTranslateHelperService()
{
return $this->privates['Harmonizely\\Service\\Common\\TranslateHelper'] = new \Harmonizely\Service\Common\TranslateHelper(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'Harmonizely\Service\Locale\EventListener\SetLocaleListener' shared autowired service.
*
* @return \Harmonizely\Service\Locale\EventListener\SetLocaleListener
*/
protected function getSetLocaleListenerService()
{
return $this->privates['Harmonizely\\Service\\Locale\\EventListener\\SetLocaleListener'] = new \Harmonizely\Service\Locale\EventListener\SetLocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()), ($this->privates['Harmonizely\\Core\\Security\\UserSecurityHelper'] ?? $this->getUserSecurityHelperService()), 'en|de|ru|pl|es|fr|it|sv|pt|nb|da|hu|bg|nl|sl|gl|hr|he|zh-tw|zh-cn|ko|ja|uk');
}
/**
* Gets the private 'Harmonizely\Service\Locale\GetLocaleChoicesService' shared autowired service.
*
* @return \Harmonizely\Service\Locale\GetLocaleChoicesService
*/
protected function getGetLocaleChoicesServiceService()
{
return $this->privates['Harmonizely\\Service\\Locale\\GetLocaleChoicesService'] = new \Harmonizely\Service\Locale\GetLocaleChoicesService('en|de|ru|pl|es|fr|it|sv|pt|nb|da|hu|bg|nl|sl|gl|hr|he|zh-tw|zh-cn|ko|ja|uk', ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'Harmonizely\Service\Panel\Api\Appearance\GetOrganizationAppearanceService' shared autowired service.
*
* @return \Harmonizely\Service\Panel\Api\Appearance\GetOrganizationAppearanceService
*/
protected function getGetOrganizationAppearanceServiceService()
{
return $this->privates['Harmonizely\\Service\\Panel\\Api\\Appearance\\GetOrganizationAppearanceService'] = new \Harmonizely\Service\Panel\Api\Appearance\GetOrganizationAppearanceService(($this->privates['Harmonizely\\Core\\Security\\UserSecurityHelper'] ?? $this->getUserSecurityHelperService()));
}
/**
* Gets the private 'Harmonizely\Service\Panel\Api\Appearance\GetUserAppearanceService' shared autowired service.
*
* @return \Harmonizely\Service\Panel\Api\Appearance\GetUserAppearanceService
*/
protected function getGetUserAppearanceServiceService()
{
return $this->privates['Harmonizely\\Service\\Panel\\Api\\Appearance\\GetUserAppearanceService'] = new \Harmonizely\Service\Panel\Api\Appearance\GetUserAppearanceService(($this->privates['Harmonizely\\Core\\Security\\UserSecurityHelper'] ?? $this->getUserSecurityHelperService()));
}
/**
* Gets the private 'Harmonizely\Service\Review\CanLeaveReviewService' shared autowired service.
*
* @return \Harmonizely\Service\Review\CanLeaveReviewService
*/
protected function getCanLeaveReviewServiceService()
{
return $this->privates['Harmonizely\\Service\\Review\\CanLeaveReviewService'] = new \Harmonizely\Service\Review\CanLeaveReviewService(($this->privates['Harmonizely\\Repository\\ReviewRepository'] ?? $this->getReviewRepositoryService()), ($this->privates['Harmonizely\\Core\\Security\\UserSecurityHelper'] ?? $this->getUserSecurityHelperService()), ($this->privates['Harmonizely\\Repository\\UserLoginAttemptRepository'] ?? $this->getUserLoginAttemptRepository2Service()));
}
/**
* Gets the private 'Harmonizely\Service\Simplypay\SubscriptionHelperService' shared autowired service.
*
* @return \Harmonizely\Service\Simplypay\SubscriptionHelperService
*/
protected function getSubscriptionHelperServiceService()
{
return $this->privates['Harmonizely\\Service\\Simplypay\\SubscriptionHelperService'] = new \Harmonizely\Service\Simplypay\SubscriptionHelperService($this->getEnv('SIMPLYPAY_HOST'), $this->getEnv('SIMPLYPAY_MERCHANT_TOKEN'), $this->getEnv('SIMPLYPAY_MERCHANT_SECRET'), $this->getEnv('SIMPLYPAY_MERCHANT_LOGIN'), $this->getEnv('SIMPLYPAY_SUBSCRIPTION_PROJECT'), $this->getEnv('SIMPLYPAY_SUBSCRIPTION_FREE_PLAN'));
}
/**
* Gets the private 'Harmonizely\Service\SuperAdmin\EventListener\UserActivityListener' shared autowired service.
*
* @return \Harmonizely\Service\SuperAdmin\EventListener\UserActivityListener
*/
protected function getUserActivityListenerService()
{
return $this->privates['Harmonizely\\Service\\SuperAdmin\\EventListener\\UserActivityListener'] = new \Harmonizely\Service\SuperAdmin\EventListener\UserActivityListener(($this->privates['Harmonizely\\Core\\Security\\SuperAdminUserSecurityHelper'] ?? $this->getSuperAdminUserSecurityHelperService()), ($this->privates['Harmonizely\\Repository\\SuperAdmin\\UserRepository'] ?? $this->getUserRepository2Service()));
}
/**
* Gets the private 'Harmonizely\Service\UserLoginAttempt\EventListener\LoginRequestListener' shared autowired service.
*
* @return \Harmonizely\Service\UserLoginAttempt\EventListener\LoginRequestListener
*/
protected function getLoginRequestListenerService()
{
return $this->privates['Harmonizely\\Service\\UserLoginAttempt\\EventListener\\LoginRequestListener'] = new \Harmonizely\Service\UserLoginAttempt\EventListener\LoginRequestListener(($this->privates['Harmonizely\\Service\\UserLoginAttempt\\UserLoginAttemptValidatorService'] ?? $this->getUserLoginAttemptValidatorServiceService()));
}
/**
* Gets the private 'Harmonizely\Service\UserLoginAttempt\UserLoginAttemptValidatorService' shared autowired service.
*
* @return \Harmonizely\Service\UserLoginAttempt\UserLoginAttemptValidatorService
*/
protected function getUserLoginAttemptValidatorServiceService()
{
return $this->privates['Harmonizely\\Service\\UserLoginAttempt\\UserLoginAttemptValidatorService'] = new \Harmonizely\Service\UserLoginAttempt\UserLoginAttemptValidatorService(3, 900, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Harmonizely\\Repository\\UserLoginAttemptRepository'] ?? $this->getUserLoginAttemptRepository2Service()));
}
/**
* Gets the private 'Harmonizely\Twig\AppearanceExtension' shared autowired service.
*
* @return \Harmonizely\Twig\AppearanceExtension
*/
protected function getAppearanceExtensionService()
{
return $this->privates['Harmonizely\\Twig\\AppearanceExtension'] = new \Harmonizely\Twig\AppearanceExtension(($this->privates['Harmonizely\\Service\\Panel\\Api\\Appearance\\GetUserAppearanceService'] ?? $this->getGetUserAppearanceServiceService()), ($this->privates['Harmonizely\\Service\\Panel\\Api\\Appearance\\GetOrganizationAppearanceService'] ?? $this->getGetOrganizationAppearanceServiceService()));
}
/**
* Gets the private 'Harmonizely\Twig\CanLeaveReviewExtension' shared autowired service.
*
* @return \Harmonizely\Twig\CanLeaveReviewExtension
*/
protected function getCanLeaveReviewExtensionService()
{
return $this->privates['Harmonizely\\Twig\\CanLeaveReviewExtension'] = new \Harmonizely\Twig\CanLeaveReviewExtension(($this->privates['Harmonizely\\Service\\Review\\CanLeaveReviewService'] ?? $this->getCanLeaveReviewServiceService()));
}
/**
* Gets the private 'Harmonizely\Twig\EventLinkGeneratorExtension' shared autowired service.
*
* @return \Harmonizely\Twig\EventLinkGeneratorExtension
*/
protected function getEventLinkGeneratorExtensionService()
{
return $this->privates['Harmonizely\\Twig\\EventLinkGeneratorExtension'] = new \Harmonizely\Twig\EventLinkGeneratorExtension(($this->privates['Harmonizely\\Event\\EventLinkGenerator'] ?? $this->getEventLinkGeneratorService()));
}
/**
* Gets the private 'Harmonizely\Twig\GetIntegrationConfigExtension' shared autowired service.
*
* @return \Harmonizely\Twig\GetIntegrationConfigExtension
*/
protected function getGetIntegrationConfigExtensionService()
{
return $this->privates['Harmonizely\\Twig\\GetIntegrationConfigExtension'] = new \Harmonizely\Twig\GetIntegrationConfigExtension(new \Harmonizely\Integration\Common\GetIntegrationConfig(($this->privates['Harmonizely\\Repository\\IntegrationRepository'] ?? $this->getIntegrationRepositoryService()), ($this->privates['Harmonizely\\Repository\\OrganizationIntegrationRepository'] ?? $this->getOrganizationIntegrationRepositoryService())));
}
/**
* Gets the private 'Harmonizely\Twig\GetLocaleChoicesExtension' shared autowired service.
*
* @return \Harmonizely\Twig\GetLocaleChoicesExtension
*/
protected function getGetLocaleChoicesExtensionService()
{
return $this->privates['Harmonizely\\Twig\\GetLocaleChoicesExtension'] = new \Harmonizely\Twig\GetLocaleChoicesExtension(($this->privates['Harmonizely\\Service\\Locale\\GetLocaleChoicesService'] ?? $this->getGetLocaleChoicesServiceService()));
}
/**
* Gets the private 'Harmonizely\Twig\LocationExtension' shared autowired service.
*
* @return \Harmonizely\Twig\LocationExtension
*/
protected function getLocationExtensionService()
{
return $this->privates['Harmonizely\\Twig\\LocationExtension'] = new \Harmonizely\Twig\LocationExtension(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'Harmonizely\Twig\SBPayWidgetExtension' shared autowired service.
*
* @return \Harmonizely\Twig\SBPayWidgetExtension
*/
protected function getSBPayWidgetExtensionService()
{
return $this->privates['Harmonizely\\Twig\\SBPayWidgetExtension'] = new \Harmonizely\Twig\SBPayWidgetExtension(($this->privates['Harmonizely\\Service\\Simplypay\\SubscriptionHelperService'] ?? $this->getSubscriptionHelperServiceService()), ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
}
/**
* Gets the private 'Harmonizely\Twig\SimplypayIntegrationExtension' shared autowired service.
*
* @return \Harmonizely\Twig\SimplypayIntegrationExtension
*/
protected function getSimplypayIntegrationExtensionService()
{
return $this->privates['Harmonizely\\Twig\\SimplypayIntegrationExtension'] = new \Harmonizely\Twig\SimplypayIntegrationExtension(($this->privates['Harmonizely\\Integration\\Simplypay\\SimplypayGetIntegrationConfig'] ?? $this->getSimplypayGetIntegrationConfigService()));
}
/**
* Gets the private 'Harmonizely\Twig\SubscriptionIsAllowedExtension' shared autowired service.
*
* @return \Harmonizely\Twig\SubscriptionIsAllowedExtension
*/
protected function getSubscriptionIsAllowedExtensionService()
{
return $this->privates['Harmonizely\\Twig\\SubscriptionIsAllowedExtension'] = new \Harmonizely\Twig\SubscriptionIsAllowedExtension(new \Harmonizely\Service\Subscription\SubscriptionIsAllowedService(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
}
/**
* Gets the private 'Harmonizely\Twig\isBookingFromAdmin' shared autowired service.
*
* @return \Harmonizely\Twig\isBookingFromAdmin
*/
protected function getIsBookingFromAdminService()
{
return $this->privates['Harmonizely\\Twig\\isBookingFromAdmin'] = new \Harmonizely\Twig\isBookingFromAdmin(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'Sentry\Monolog\Handler' shared service.
*
* @return \Sentry\Monolog\Handler
*/
protected function getHandlerService()
{
return $this->privates['Sentry\\Monolog\\Handler'] = new \Sentry\Monolog\Handler(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), 400, true);
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\RequestListener
*/
protected function getRequestListener2Service()
{
return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
}
/**
* Gets the private 'Sentry\State\HubInterface' shared service.
*
* @return \Sentry\State\Hub
*/
protected function getHubInterfaceService()
{
$this->privates['Sentry\\State\\HubInterface'] = $instance = \Sentry\SentryBundle\SentryBundle::getCurrentHub();
$a = new \Sentry\Options(['dsn' => $this->getEnv('SENTRY_DSN')]);
$a->setEnvironment('dev');
$a->setPrefixes([0 => (\dirname(__DIR__, 4).'/public'), 1 => '/usr/share/php']);
$a->setRelease('dev-develop@d17dd40');
$a->setTags([]);
$a->setInAppExcludedPaths([0 => $this->targetDir.'', 1 => (\dirname(__DIR__, 4).'/vendor')]);
$a->setInAppIncludedPaths([]);
$a->setClassSerializers([]);
$a->setIntegrations(\Sentry\SentryBundle\DependencyInjection\IntegrationFilterFactory::create([0 => new \Sentry\Integration\IgnoreErrorsIntegration(['ignore_exceptions' => [0 => 'Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException', 1 => 'Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException']])]));
$b = new \Sentry\ClientBuilder($a);
\Sentry\SentryBundle\DependencyInjection\ClientBuilderConfigurator::configure($b);
$instance->bindClient($b->getClient());
return $instance;
}
/**
* Gets the private 'Twig\Extension\SandboxExtension' shared autowired service.
*
* @return \Twig\Extension\SandboxExtension
*/
protected function getSandboxExtensionService()
{
return $this->privates['Twig\\Extension\\SandboxExtension'] = new \Twig\Extension\SandboxExtension(new \Twig\Sandbox\SecurityPolicy([], [0 => 'escape']));
}
/**
* Gets the private 'Vich\UploaderBundle\Twig\Extension\UploaderExtension' shared service.
*
* @return \Vich\UploaderBundle\Twig\Extension\UploaderExtension
*/
protected function getUploaderExtensionService()
{
return $this->privates['Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtension'] = new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.flysystem'] ?? $this->getVichUploader_Storage_FlysystemService())));
}
/**
* Gets the private 'annotations.cache_adapter' shared service.
*
* @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
*/
protected function getAnnotations_CacheAdapterService()
{
return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
}
/**
* Gets the private 'annotations.cached_reader' shared service.
*
* @return \Doctrine\Common\Annotations\PsrCachedReader
*/
protected function getAnnotations_CachedReaderService()
{
return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
}
/**
* Gets the private 'annotations.reader' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationReader
*/
protected function getAnnotations_ReaderService()
{
$this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
$a = new \Doctrine\Common\Annotations\AnnotationRegistry();
$a->registerUniqueLoader('class_exists');
$instance->addGlobalIgnoredName('required', $a);
return $instance;
}
/**
* 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/manifest.json')), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), '', true)), []);
}
/**
* 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('C9PKZlxTap', 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.metadata' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_MetadataService()
{
return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.default.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_QueryService()
{
return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.default.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_ResultService()
{
return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.harmonizely.metadata' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Harmonizely_MetadataService()
{
return $this->privates['cache.doctrine.orm.harmonizely.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.harmonizely.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Harmonizely_QueryService()
{
return $this->privates['cache.doctrine.orm.harmonizely.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.harmonizely.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Harmonizely_ResultService()
{
return $this->privates['cache.doctrine.orm.harmonizely.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.messenger.restart_workers_signal' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Messenger_RestartWorkersSignalService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('hvffVzcB9G', 0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* Gets the private 'cache.property_info' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_PropertyInfoService()
{
return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('EBaaD5mcqp', 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('UtN2tFuHLJ', 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('4r6prK+ImZ', 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('u9-G0ENqKk', 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('yb+7YsURKD', 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 '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.debug_handlers_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
*/
protected function getDebug_DebugHandlersListenerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('php');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['Sentry\\Monolog\\Handler'] ?? $this->getHandlerService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
}
/**
* Gets the private 'debug.file_link_formatter' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
*/
protected function getDebug_FileLinkFormatterService()
{
return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__, 4), function () {
return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
});
}
/**
* Gets the private 'debug.log_processor' shared service.
*
* @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
*/
protected function getDebug_LogProcessorService()
{
return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'debug.security.access.decision_manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManagerService()
{
return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService.php'));
yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
yield 3 => ($this->privates['debug.security.voter.Harmonizely\\Calendar\\Voter\\CanEditCalendarVoter'] ?? $this->load('getCanEditCalendarVoterService.php'));
yield 4 => ($this->privates['debug.security.voter.Harmonizely\\Calendar\\Voter\\ConnectCalendarVoter'] ?? $this->load('getConnectCalendarVoterService.php'));
yield 5 => ($this->privates['debug.security.voter.Harmonizely\\CalendarAccount\\Voter\\CanAccessCalendarAccountVoter'] ?? $this->load('getCanAccessCalendarAccountVoterService.php'));
yield 6 => ($this->privates['debug.security.voter.Harmonizely\\Core\\Security\\Voter\\CsrfTokenVoter'] ?? $this->load('getCsrfTokenVoterService.php'));
yield 7 => ($this->privates['debug.security.voter.Harmonizely\\Core\\Security\\Voter\\SecondAuthenticationVoter'] ?? $this->load('getSecondAuthenticationVoterService.php'));
yield 8 => ($this->privates['debug.security.voter.Harmonizely\\Core\\Security\\Voter\\SuperAdminSecondAuthenticationVoter'] ?? $this->load('getSuperAdminSecondAuthenticationVoterService.php'));
yield 9 => ($this->privates['debug.security.voter.Harmonizely\\Service\\MigrationSubscription\\Voter\\MigrationSubscriptionVoter'] ?? $this->load('getMigrationSubscriptionVoterService.php'));
yield 10 => ($this->privates['debug.security.voter.Harmonizely\\Service\\Panel\\AccessVoters\\EnabledIntegrationVoter'] ?? $this->load('getEnabledIntegrationVoter2Service.php'));
yield 11 => ($this->privates['debug.security.voter.Harmonizely\\Service\\Panel\\AccessVoters\\EventVoter'] ?? $this->load('getEventVoter2Service.php'));
yield 12 => ($this->privates['debug.security.voter.Harmonizely\\Service\\Panel\\AccessVoters\\OrganizationVoter'] ?? $this->load('getOrganizationVoter2Service.php'));
yield 13 => ($this->privates['debug.security.voter.Harmonizely\\Service\\Subscription\\Voter\\SubscriptionVoter'] ?? $this->load('getSubscriptionVoter2Service.php'));
yield 14 => ($this->privates['debug.security.voter.Harmonizely\\Service\\SuperAdmin\\Panel\\AccessVoters\\CustomerDeletionReasonVoter'] ?? $this->load('getCustomerDeletionReasonVoter2Service.php'));
yield 15 => ($this->privates['debug.security.voter.Harmonizely\\Service\\SuperAdmin\\Panel\\AccessVoters\\CustomerVoter'] ?? $this->load('getCustomerVoter2Service.php'));
yield 16 => ($this->privates['debug.security.voter.Harmonizely\\Service\\SuperAdmin\\Panel\\AccessVoters\\UserActionLogVoter'] ?? $this->load('getUserActionLogVoter2Service.php'));
yield 17 => ($this->privates['debug.security.voter.Harmonizely\\Service\\SuperAdmin\\Panel\\AccessVoters\\UserVoter'] ?? $this->load('getUserVoter2Service.php'));
yield 18 => ($this->privates['debug.security.voter.Harmonizely\\User\\Voter\\DeleteUserVoter'] ?? $this->load('getDeleteUserVoterService.php'));
}, 19), 'unanimous', 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 'doctrine.dbal.connection_factory' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
*/
protected function getDoctrine_Dbal_ConnectionFactoryService()
{
return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']);
}
/**
* Gets the private 'doctrine.dbal.logger' shared service.
*
* @return \Symfony\Bridge\Doctrine\Logger\DbalLogger
*/
protected function getDoctrine_Dbal_LoggerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('doctrine');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['Sentry\\Monolog\\Handler'] ?? $this->getHandlerService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['doctrine.dbal.logger'] = new \Symfony\Bridge\Doctrine\Logger\DbalLogger($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'doctrine.orm.container_repository_factory' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
*/
protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
{
return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Harmonizely\\Repository\\ApiKeyRepository' => ['privates', 'Harmonizely\\Repository\\ApiKeyRepository', 'getApiKeyRepositoryService.php', true],
'Harmonizely\\Repository\\AvailabilityRuleRepository' => ['privates', 'Harmonizely\\Repository\\AvailabilityRuleRepository', 'getAvailabilityRuleRepositoryService.php', true],
'Harmonizely\\Repository\\CalendarAccountRepository' => ['privates', 'Harmonizely\\Repository\\CalendarAccountRepository', 'getCalendarAccountRepositoryService.php', true],
'Harmonizely\\Repository\\CalendarRepository' => ['privates', 'Harmonizely\\Repository\\CalendarRepository', 'getCalendarRepositoryService.php', true],
'Harmonizely\\Repository\\CalendarServiceRepository' => ['privates', 'Harmonizely\\Repository\\CalendarServiceRepository', 'getCalendarServiceRepositoryService.php', true],
'Harmonizely\\Repository\\CategoryRepository' => ['privates', 'Harmonizely\\Repository\\CategoryRepository', 'getCategoryRepositoryService.php', true],
'Harmonizely\\Repository\\DeletionReasonRepository' => ['privates', 'Harmonizely\\Repository\\DeletionReasonRepository', 'getDeletionReasonRepositoryService.php', true],
'Harmonizely\\Repository\\EmailDomainRepository' => ['privates', 'Harmonizely\\Repository\\EmailDomainRepository', 'getEmailDomainRepositoryService.php', true],
'Harmonizely\\Repository\\EmailFollowUpRepository' => ['privates', 'Harmonizely\\Repository\\EmailFollowUpRepository', 'getEmailFollowUpRepositoryService.php', true],
'Harmonizely\\Repository\\EmailFollowUpTimingRepository' => ['privates', 'Harmonizely\\Repository\\EmailFollowUpTimingRepository', 'getEmailFollowUpTimingRepositoryService.php', true],
'Harmonizely\\Repository\\EventCancellationRepository' => ['privates', 'Harmonizely\\Repository\\EventCancellationRepository', 'getEventCancellationRepositoryService.php', true],
'Harmonizely\\Repository\\EventInviteeRepository' => ['privates', 'Harmonizely\\Repository\\EventInviteeRepository', 'getEventInviteeRepositoryService.php', true],
'Harmonizely\\Repository\\EventRelationRepository' => ['privates', 'Harmonizely\\Repository\\EventRelationRepository', 'getEventRelationRepositoryService.php', true],
'Harmonizely\\Repository\\EventRepository' => ['privates', 'Harmonizely\\Repository\\EventRepository', 'getEventRepositoryService.php', true],
'Harmonizely\\Repository\\EventTypeDurationRepository' => ['privates', 'Harmonizely\\Repository\\EventTypeDurationRepository', 'getEventTypeDurationRepositoryService.php', true],
'Harmonizely\\Repository\\EventTypeRepository' => ['privates', 'Harmonizely\\Repository\\EventTypeRepository', 'getEventTypeRepositoryService.php', true],
'Harmonizely\\Repository\\EventTypeRequestLocationTypeRepository' => ['privates', 'Harmonizely\\Repository\\EventTypeRequestLocationTypeRepository', 'getEventTypeRequestLocationTypeRepositoryService.php', true],
'Harmonizely\\Repository\\EventTypeUserRepository' => ['privates', 'Harmonizely\\Repository\\EventTypeUserRepository', 'getEventTypeUserRepositoryService.php', true],
'Harmonizely\\Repository\\ExportRepository' => ['privates', 'Harmonizely\\Repository\\ExportRepository', 'getExportRepositoryService.php', true],
'Harmonizely\\Repository\\IntegrationRepository' => ['privates', 'Harmonizely\\Repository\\IntegrationRepository', 'getIntegrationRepositoryService', false],
'Harmonizely\\Repository\\MigrationSubscriptionRepository' => ['privates', 'Harmonizely\\Repository\\MigrationSubscriptionRepository', 'getMigrationSubscriptionRepositoryService.php', true],
'Harmonizely\\Repository\\OktaDomainRepository' => ['privates', 'Harmonizely\\Repository\\OktaDomainRepository', 'getOktaDomainRepositoryService.php', true],
'Harmonizely\\Repository\\OnlineEventRepository' => ['privates', 'Harmonizely\\Repository\\OnlineEventRepository', 'getOnlineEventRepositoryService.php', true],
'Harmonizely\\Repository\\OrganizationCancellationPolicyRepository' => ['privates', 'Harmonizely\\Repository\\OrganizationCancellationPolicyRepository', 'getOrganizationCancellationPolicyRepositoryService.php', true],
'Harmonizely\\Repository\\OrganizationIntegrationRepository' => ['privates', 'Harmonizely\\Repository\\OrganizationIntegrationRepository', 'getOrganizationIntegrationRepositoryService', false],
'Harmonizely\\Repository\\OrganizationLimitRepository' => ['privates', 'Harmonizely\\Repository\\OrganizationLimitRepository', 'getOrganizationLimitRepositoryService.php', true],
'Harmonizely\\Repository\\OrganizationMemberRepository' => ['privates', 'Harmonizely\\Repository\\OrganizationMemberRepository', 'getOrganizationMemberRepositoryService.php', true],
'Harmonizely\\Repository\\OrganizationRepository' => ['privates', 'Harmonizely\\Repository\\OrganizationRepository', 'getOrganizationRepositoryService', false],
'Harmonizely\\Repository\\OrganizationSocialLinkRepository' => ['privates', 'Harmonizely\\Repository\\OrganizationSocialLinkRepository', 'getOrganizationSocialLinkRepositoryService.php', true],
'Harmonizely\\Repository\\OrganizationTagRepository' => ['privates', 'Harmonizely\\Repository\\OrganizationTagRepository', 'getOrganizationTagRepositoryService.php', true],
'Harmonizely\\Repository\\OrganizationTaxRepository' => ['privates', 'Harmonizely\\Repository\\OrganizationTaxRepository', 'getOrganizationTaxRepositoryService.php', true],
'Harmonizely\\Repository\\OrganizationWidgetRepository' => ['privates', 'Harmonizely\\Repository\\OrganizationWidgetRepository', 'getOrganizationWidgetRepositoryService.php', true],
'Harmonizely\\Repository\\PollAvailabilityRepository' => ['privates', 'Harmonizely\\Repository\\PollAvailabilityRepository', 'getPollAvailabilityRepositoryService.php', true],
'Harmonizely\\Repository\\PollRepository' => ['privates', 'Harmonizely\\Repository\\PollRepository', 'getPollRepositoryService.php', true],
'Harmonizely\\Repository\\PollResultRepository' => ['privates', 'Harmonizely\\Repository\\PollResultRepository', 'getPollResultRepositoryService.php', true],
'Harmonizely\\Repository\\QuestionRepository' => ['privates', 'Harmonizely\\Repository\\QuestionRepository', 'getQuestionRepositoryService.php', true],
'Harmonizely\\Repository\\ReviewRepository' => ['privates', 'Harmonizely\\Repository\\ReviewRepository', 'getReviewRepositoryService', false],
'Harmonizely\\Repository\\RoutingFormFieldRepository' => ['privates', 'Harmonizely\\Repository\\RoutingFormFieldRepository', 'getRoutingFormFieldRepositoryService.php', true],
'Harmonizely\\Repository\\RoutingFormRepository' => ['privates', 'Harmonizely\\Repository\\RoutingFormRepository', 'getRoutingFormRepositoryService.php', true],
'Harmonizely\\Repository\\RoutingFormResultAnswerRepository' => ['privates', 'Harmonizely\\Repository\\RoutingFormResultAnswerRepository', 'getRoutingFormResultAnswerRepositoryService.php', true],
'Harmonizely\\Repository\\RoutingFormResultRepository' => ['privates', 'Harmonizely\\Repository\\RoutingFormResultRepository', 'getRoutingFormResultRepositoryService.php', true],
'Harmonizely\\Repository\\RoutingFormRouteRepository' => ['privates', 'Harmonizely\\Repository\\RoutingFormRouteRepository', 'getRoutingFormRouteRepositoryService.php', true],
'Harmonizely\\Repository\\SmsTemplateRepository' => ['privates', 'Harmonizely\\Repository\\SmsTemplateRepository', 'getSmsTemplateRepositoryService.php', true],
'Harmonizely\\Repository\\SubscriptionRepository' => ['privates', 'Harmonizely\\Repository\\SubscriptionRepository', 'getSubscriptionRepositoryService.php', true],
'Harmonizely\\Repository\\SuperAdmin\\UserActionLogRepository' => ['privates', 'Harmonizely\\Repository\\SuperAdmin\\UserActionLogRepository', 'getUserActionLogRepositoryService.php', true],
'Harmonizely\\Repository\\SuperAdmin\\UserGoogleAuthenticatorRepository' => ['privates', 'Harmonizely\\Repository\\SuperAdmin\\UserGoogleAuthenticatorRepository', 'getUserGoogleAuthenticatorRepository2Service.php', true],
'Harmonizely\\Repository\\SuperAdmin\\UserLoginAttemptRepository' => ['privates', 'Harmonizely\\Repository\\SuperAdmin\\UserLoginAttemptRepository', 'getUserLoginAttemptRepositoryService.php', true],
'Harmonizely\\Repository\\SuperAdmin\\UserLoginCodeRepository' => ['privates', 'Harmonizely\\Repository\\SuperAdmin\\UserLoginCodeRepository', 'getUserLoginCodeRepository2Service.php', true],
'Harmonizely\\Repository\\SuperAdmin\\UserLoginLogRepository' => ['privates', 'Harmonizely\\Repository\\SuperAdmin\\UserLoginLogRepository', 'getUserLoginLogRepositoryService.php', true],
'Harmonizely\\Repository\\SuperAdmin\\UserRepository' => ['privates', 'Harmonizely\\Repository\\SuperAdmin\\UserRepository', 'getUserRepository2Service', false],
'Harmonizely\\Repository\\UserApiStatisticRepository' => ['privates', 'Harmonizely\\Repository\\UserApiStatisticRepository', 'getUserApiStatisticRepositoryService.php', true],
'Harmonizely\\Repository\\UserCancellationPolicyRepository' => ['privates', 'Harmonizely\\Repository\\UserCancellationPolicyRepository', 'getUserCancellationPolicyRepositoryService.php', true],
'Harmonizely\\Repository\\UserDeviceNotificationSettingsRepository' => ['privates', 'Harmonizely\\Repository\\UserDeviceNotificationSettingsRepository', 'getUserDeviceNotificationSettingsRepositoryService.php', true],
'Harmonizely\\Repository\\UserDeviceTokenRepository' => ['privates', 'Harmonizely\\Repository\\UserDeviceTokenRepository', 'getUserDeviceTokenRepositoryService.php', true],
'Harmonizely\\Repository\\UserEmailLogRepository' => ['privates', 'Harmonizely\\Repository\\UserEmailLogRepository', 'getUserEmailLogRepositoryService.php', true],
'Harmonizely\\Repository\\UserEmailUnsubscribeRepository' => ['privates', 'Harmonizely\\Repository\\UserEmailUnsubscribeRepository', 'getUserEmailUnsubscribeRepositoryService.php', true],
'Harmonizely\\Repository\\UserEventTypeTagRepository' => ['privates', 'Harmonizely\\Repository\\UserEventTypeTagRepository', 'getUserEventTypeTagRepositoryService.php', true],
'Harmonizely\\Repository\\UserGoogleAuthenticatorRepository' => ['privates', 'Harmonizely\\Repository\\UserGoogleAuthenticatorRepository', 'getUserGoogleAuthenticatorRepositoryService.php', true],
'Harmonizely\\Repository\\UserLimitRepository' => ['privates', 'Harmonizely\\Repository\\UserLimitRepository', 'getUserLimitRepositoryService.php', true],
'Harmonizely\\Repository\\UserLoginAttemptRepository' => ['privates', 'Harmonizely\\Repository\\UserLoginAttemptRepository', 'getUserLoginAttemptRepository2Service', false],
'Harmonizely\\Repository\\UserLoginCodeRepository' => ['privates', 'Harmonizely\\Repository\\UserLoginCodeRepository', 'getUserLoginCodeRepositoryService.php', true],
'Harmonizely\\Repository\\UserNewsRepository' => ['privates', 'Harmonizely\\Repository\\UserNewsRepository', 'getUserNewsRepositoryService.php', true],
'Harmonizely\\Repository\\UserOAuthRepository' => ['privates', 'Harmonizely\\Repository\\UserOAuthRepository', 'getUserOAuthRepositoryService.php', true],
'Harmonizely\\Repository\\UserPreferencesRepository' => ['privates', 'Harmonizely\\Repository\\UserPreferencesRepository', 'getUserPreferencesRepositoryService.php', true],
'Harmonizely\\Repository\\UserPushNotificationLogRepository' => ['privates', 'Harmonizely\\Repository\\UserPushNotificationLogRepository', 'getUserPushNotificationLogRepositoryService.php', true],
'Harmonizely\\Repository\\UserRelationRepository' => ['privates', 'Harmonizely\\Repository\\UserRelationRepository', 'getUserRelationRepositoryService.php', true],
'Harmonizely\\Repository\\UserRepository' => ['privates', 'Harmonizely\\Repository\\UserRepository', 'getUserRepositoryService', false],
'Harmonizely\\Repository\\UserSmsLogRepository' => ['privates', 'Harmonizely\\Repository\\UserSmsLogRepository', 'getUserSmsLogRepositoryService.php', true],
'Harmonizely\\Repository\\UserSocialLinkRepository' => ['privates', 'Harmonizely\\Repository\\UserSocialLinkRepository', 'getUserSocialLinkRepositoryService.php', true],
'Harmonizely\\Repository\\UserSsoRepository' => ['privates', 'Harmonizely\\Repository\\UserSsoRepository', 'getUserSsoRepositoryService.php', true],
'Harmonizely\\Repository\\UserTaxRepository' => ['privates', 'Harmonizely\\Repository\\UserTaxRepository', 'getUserTaxRepositoryService.php', true],
'Harmonizely\\Repository\\UserTokenRepository' => ['privates', 'Harmonizely\\Repository\\UserTokenRepository', 'getUserTokenRepositoryService.php', true],
'Harmonizely\\Repository\\UserWidgetRepository' => ['privates', 'Harmonizely\\Repository\\UserWidgetRepository', 'getUserWidgetRepositoryService.php', true],
'Harmonizely\\Repository\\WebhookRepository' => ['privates', 'Harmonizely\\Repository\\WebhookRepository', 'getWebhookRepositoryService.php', true],
'Harmonizely\\Repository\\ZapierRepository' => ['privates', 'Harmonizely\\Repository\\ZapierRepository', 'getZapierRepositoryService.php', true],
], [
'Harmonizely\\Repository\\ApiKeyRepository' => '?',
'Harmonizely\\Repository\\AvailabilityRuleRepository' => '?',
'Harmonizely\\Repository\\CalendarAccountRepository' => '?',
'Harmonizely\\Repository\\CalendarRepository' => '?',
'Harmonizely\\Repository\\CalendarServiceRepository' => '?',
'Harmonizely\\Repository\\CategoryRepository' => '?',
'Harmonizely\\Repository\\DeletionReasonRepository' => '?',
'Harmonizely\\Repository\\EmailDomainRepository' => '?',
'Harmonizely\\Repository\\EmailFollowUpRepository' => '?',
'Harmonizely\\Repository\\EmailFollowUpTimingRepository' => '?',
'Harmonizely\\Repository\\EventCancellationRepository' => '?',
'Harmonizely\\Repository\\EventInviteeRepository' => '?',
'Harmonizely\\Repository\\EventRelationRepository' => '?',
'Harmonizely\\Repository\\EventRepository' => '?',
'Harmonizely\\Repository\\EventTypeDurationRepository' => '?',
'Harmonizely\\Repository\\EventTypeRepository' => '?',
'Harmonizely\\Repository\\EventTypeRequestLocationTypeRepository' => '?',
'Harmonizely\\Repository\\EventTypeUserRepository' => '?',
'Harmonizely\\Repository\\ExportRepository' => '?',
'Harmonizely\\Repository\\IntegrationRepository' => '?',
'Harmonizely\\Repository\\MigrationSubscriptionRepository' => '?',
'Harmonizely\\Repository\\OktaDomainRepository' => '?',
'Harmonizely\\Repository\\OnlineEventRepository' => '?',
'Harmonizely\\Repository\\OrganizationCancellationPolicyRepository' => '?',
'Harmonizely\\Repository\\OrganizationIntegrationRepository' => '?',
'Harmonizely\\Repository\\OrganizationLimitRepository' => '?',
'Harmonizely\\Repository\\OrganizationMemberRepository' => '?',
'Harmonizely\\Repository\\OrganizationRepository' => '?',
'Harmonizely\\Repository\\OrganizationSocialLinkRepository' => '?',
'Harmonizely\\Repository\\OrganizationTagRepository' => '?',
'Harmonizely\\Repository\\OrganizationTaxRepository' => '?',
'Harmonizely\\Repository\\OrganizationWidgetRepository' => '?',
'Harmonizely\\Repository\\PollAvailabilityRepository' => '?',
'Harmonizely\\Repository\\PollRepository' => '?',
'Harmonizely\\Repository\\PollResultRepository' => '?',
'Harmonizely\\Repository\\QuestionRepository' => '?',
'Harmonizely\\Repository\\ReviewRepository' => '?',
'Harmonizely\\Repository\\RoutingFormFieldRepository' => '?',
'Harmonizely\\Repository\\RoutingFormRepository' => '?',
'Harmonizely\\Repository\\RoutingFormResultAnswerRepository' => '?',
'Harmonizely\\Repository\\RoutingFormResultRepository' => '?',
'Harmonizely\\Repository\\RoutingFormRouteRepository' => '?',
'Harmonizely\\Repository\\SmsTemplateRepository' => '?',
'Harmonizely\\Repository\\SubscriptionRepository' => '?',
'Harmonizely\\Repository\\SuperAdmin\\UserActionLogRepository' => '?',
'Harmonizely\\Repository\\SuperAdmin\\UserGoogleAuthenticatorRepository' => '?',
'Harmonizely\\Repository\\SuperAdmin\\UserLoginAttemptRepository' => '?',
'Harmonizely\\Repository\\SuperAdmin\\UserLoginCodeRepository' => '?',
'Harmonizely\\Repository\\SuperAdmin\\UserLoginLogRepository' => '?',
'Harmonizely\\Repository\\SuperAdmin\\UserRepository' => '?',
'Harmonizely\\Repository\\UserApiStatisticRepository' => '?',
'Harmonizely\\Repository\\UserCancellationPolicyRepository' => '?',
'Harmonizely\\Repository\\UserDeviceNotificationSettingsRepository' => '?',
'Harmonizely\\Repository\\UserDeviceTokenRepository' => '?',
'Harmonizely\\Repository\\UserEmailLogRepository' => '?',
'Harmonizely\\Repository\\UserEmailUnsubscribeRepository' => '?',
'Harmonizely\\Repository\\UserEventTypeTagRepository' => '?',
'Harmonizely\\Repository\\UserGoogleAuthenticatorRepository' => '?',
'Harmonizely\\Repository\\UserLimitRepository' => '?',
'Harmonizely\\Repository\\UserLoginAttemptRepository' => '?',
'Harmonizely\\Repository\\UserLoginCodeRepository' => '?',
'Harmonizely\\Repository\\UserNewsRepository' => '?',
'Harmonizely\\Repository\\UserOAuthRepository' => '?',
'Harmonizely\\Repository\\UserPreferencesRepository' => '?',
'Harmonizely\\Repository\\UserPushNotificationLogRepository' => '?',
'Harmonizely\\Repository\\UserRelationRepository' => '?',
'Harmonizely\\Repository\\UserRepository' => '?',
'Harmonizely\\Repository\\UserSmsLogRepository' => '?',
'Harmonizely\\Repository\\UserSocialLinkRepository' => '?',
'Harmonizely\\Repository\\UserSsoRepository' => '?',
'Harmonizely\\Repository\\UserTaxRepository' => '?',
'Harmonizely\\Repository\\UserTokenRepository' => '?',
'Harmonizely\\Repository\\UserWidgetRepository' => '?',
'Harmonizely\\Repository\\WebhookRepository' => '?',
'Harmonizely\\Repository\\ZapierRepository' => '?',
]));
}
/**
* Gets the private 'doctrine.orm.listeners.resolve_target_entity' shared service.
*
* @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
*/
protected function getDoctrine_Orm_Listeners_ResolveTargetEntityService()
{
$this->privates['doctrine.orm.listeners.resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
$instance->addResolveTargetEntity('Harmonizely\\Model\\UserInterface', 'Harmonizely\\Model\\User', []);
$instance->addResolveTargetEntity('Harmonizely\\Model\\EventTypeInterface', 'Harmonizely\\Model\\EventType', []);
$instance->addResolveTargetEntity('Harmonizely\\Model\\CalendarAccountInterface', 'Harmonizely\\Model\\CalendarAccount', []);
$instance->addResolveTargetEntity('Harmonizely\\Model\\CalendarServiceInterface', 'Harmonizely\\Model\\CalendarService', []);
$instance->addResolveTargetEntity('Harmonizely\\Model\\CalendarInterface', 'Harmonizely\\Model\\Calendar', []);
$instance->addResolveTargetEntity('Harmonizely\\Model\\EventTypePeriodInterface', 'Harmonizely\\Model\\EventTypePeriod', []);
$instance->addResolveTargetEntity('Harmonizely\\Model\\InviteeInterface', 'Harmonizely\\Model\\Invitee', []);
$instance->addResolveTargetEntity('Harmonizely\\Model\\AvailabilityRuleInterface', 'Harmonizely\\Model\\AvailabilityRule', []);
$instance->addResolveTargetEntity('Harmonizely\\Model\\HourIntervalInterface', 'Harmonizely\\Model\\HourInterval', []);
$instance->addResolveTargetEntity('Harmonizely\\Model\\EventInterface', 'Harmonizely\\Model\\Event', []);
$instance->addResolveTargetEntity('Harmonizely\\Model\\SubscriptionInterface', 'Harmonizely\\Model\\Subscription', []);
$instance->addResolveTargetEntity('Harmonizely\\Model\\PaymentMethodInterface', 'Harmonizely\\Model\\PaymentMethod', []);
$instance->addResolveTargetEntity('Harmonizely\\Model\\IntegrationInterface', 'Harmonizely\\Model\\Integration', []);
$instance->addResolveTargetEntity('Harmonizely\\Model\\ParticipantInterface', 'Harmonizely\\Model\\Participant', []);
$instance->addResolveTargetEntity('Harmonizely\\Model\\InviteMessageInterface', 'Harmonizely\\Model\\InviteMessage', []);
$instance->addResolveTargetEntity('Harmonizely\\Model\\QuestionInterface', 'Harmonizely\\Model\\Question', []);
$instance->addResolveTargetEntity('Harmonizely\\Model\\AnswerInterface', 'Harmonizely\\Model\\Answer', []);
$instance->addResolveTargetEntity('Harmonizely\\Model\\CancellationInterface', 'Harmonizely\\Model\\Cancellation', []);
return $instance;
}
/**
* Gets the private 'doctrine.result_cache_pool' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getDoctrine_ResultCachePoolService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('s8FxoZErB2', 0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->privates['doctrine.result_cache_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* Gets the private 'doctrine.system_cache_pool' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getDoctrine_SystemCachePoolService()
{
return $this->privates['doctrine.system_cache_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('oeL-OMxqRP', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* 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.php', true],
'fos_rest.decoder.xml' => ['privates', 'fos_rest.decoder.xml', 'getFosRest_Decoder_XmlService.php', true],
], [
'fos_rest.decoder.json' => '?',
'fos_rest.decoder.xml' => '?',
]), ['json' => 'fos_rest.decoder.json', 'xml' => 'fos_rest.decoder.xml']), false, new \FOS\RestBundle\Normalizer\CamelKeysNormalizer(), false);
$instance->setDefaultFormat(NULL);
return $instance;
}
/**
* 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('^/api/', NULL, NULL, NULL, []), ['priorities' => [0 => 'json'], 'fallback_format' => 'json', 'prefer_extension' => '2.0', 'methods' => NULL, 'attributes' => [], 'stop' => false]);
$a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/', NULL, NULL, NULL, []), ['stop' => true, 'methods' => NULL, 'attributes' => [], 'prefer_extension' => '2.0', 'fallback_format' => 'html', 'priorities' => []]);
return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
}
/**
* Gets the private 'fos_rest.serializer.jms' shared service.
*
* @return \FOS\RestBundle\Serializer\JMSSerializerAdapter
*/
protected function getFosRest_Serializer_JmsService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['fos_rest.serializer.jms'] = $this->createProxy('JMSSerializerAdapter_a5dd94b', function () {
return \JMSSerializerAdapter_a5dd94b::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getFosRest_Serializer_JmsService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
return 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())));
}
/**
* Gets the private 'fos_rest.serializer.jms_handler_registry.inner' shared service.
*
* @return \JMS\Serializer\Handler\LazyHandlerRegistry
*/
protected function getFosRest_Serializer_JmsHandlerRegistry_InnerService()
{
return $this->privates['fos_rest.serializer.jms_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Harmonizely\\Serializer\\EventTypeHandler' => ['privates', 'Harmonizely\\Serializer\\EventTypeHandler', 'getEventTypeHandlerService.php', true],
'fos_rest.serializer.exception_normalizer.jms' => ['privates', 'fos_rest.serializer.exception_normalizer.jms', 'getFosRest_Serializer_ExceptionNormalizer_JmsService.php', true],
'fos_rest.serializer.flatten_exception_handler' => ['privates', 'fos_rest.serializer.flatten_exception_handler', 'getFosRest_Serializer_FlattenExceptionHandlerService.php', true],
'fos_rest.serializer.form_error_handler' => ['privates', 'fos_rest.serializer.form_error_handler', 'getFosRest_Serializer_FormErrorHandlerService.php', true],
'jms_serializer.array_collection_handler' => ['privates', 'jms_serializer.array_collection_handler', 'getJmsSerializer_ArrayCollectionHandlerService.php', true],
'jms_serializer.constraint_violation_handler' => ['privates', 'jms_serializer.constraint_violation_handler', 'getJmsSerializer_ConstraintViolationHandlerService.php', true],
'jms_serializer.datetime_handler' => ['privates', 'jms_serializer.datetime_handler', 'getJmsSerializer_DatetimeHandlerService.php', true],
'jms_serializer.iterator_handler' => ['privates', 'jms_serializer.iterator_handler', 'getJmsSerializer_IteratorHandlerService.php', true],
'misd_phone_number.serializer.handler' => ['privates', 'misd_phone_number.serializer.handler', 'getMisdPhoneNumber_Serializer_HandlerService.php', true],
], [
'Harmonizely\\Serializer\\EventTypeHandler' => '?',
'fos_rest.serializer.exception_normalizer.jms' => '?',
'fos_rest.serializer.flatten_exception_handler' => '?',
'fos_rest.serializer.form_error_handler' => '?',
'jms_serializer.array_collection_handler' => '?',
'jms_serializer.constraint_violation_handler' => '?',
'jms_serializer.datetime_handler' => '?',
'jms_serializer.iterator_handler' => '?',
'misd_phone_number.serializer.handler' => '?',
]), [1 => ['libphonenumber\\PhoneNumber' => ['json' => [0 => 'misd_phone_number.serializer.handler', 1 => 'serializePhoneNumber'], 'xml' => [0 => 'misd_phone_number.serializer.handler', 1 => 'serializePhoneNumber'], 'yml' => [0 => 'misd_phone_number.serializer.handler', 1 => 'serializePhoneNumber']], 'location_type' => ['json' => [0 => 'Harmonizely\\Serializer\\EventTypeHandler', 1 => 'serializeToJson']], 'Error' => ['json' => [0 => 'fos_rest.serializer.exception_normalizer.jms', 1 => 'serializeErrorToJson'], 'xml' => [0 => 'fos_rest.serializer.exception_normalizer.jms', 1 => 'serializeErrorToXml']], 'Exception' => ['json' => [0 => 'fos_rest.serializer.exception_normalizer.jms', 1 => 'serializeToJson'], 'xml' => [0 => 'fos_rest.serializer.exception_normalizer.jms', 1 => 'serializeToXml']], 'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException' => ['json' => [0 => 'fos_rest.serializer.flatten_exception_handler', 1 => 'serializeToJson'], 'xml' => [0 => 'fos_rest.serializer.flatten_exception_handler', 1 => 'serializeToXml']], 'ArrayCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'yml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'yml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'yml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'yml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'yml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']], 'Symfony\\Component\\Validator\\ConstraintViolationList' => ['xml' => [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListToxml'], 'json' => [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListTojson']], 'Symfony\\Component\\Validator\\ConstraintViolation' => ['xml' => [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationToxml'], 'json' => [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationTojson']], 'DateTime' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime']], 'DateTimeImmutable' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable']], 'DateInterval' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval']], 'JMS\\Serializer\\Handler\\iterable' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']], 'Iterator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']], 'ArrayIterator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']], 'Generator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']], 'Symfony\\Component\\Form\\Form' => ['xml' => [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormToxml'], 'json' => [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormTojson']], 'Symfony\\Component\\Form\\FormError' => ['xml' => [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormErrorToxml'], 'json' => [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormErrorTojson']]], 2 => ['libphonenumber\\PhoneNumber' => ['json' => [0 => 'misd_phone_number.serializer.handler', 1 => 'deserializePhoneNumberFromJson'], 'xml' => [0 => 'misd_phone_number.serializer.handler', 1 => 'deserializePhoneNumberFromXml']], 'ArrayCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'yml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'yml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'yml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'yml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'yml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']], 'DateTime' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromjson'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromxml']], 'DateTimeImmutable' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromjson'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromxml']], 'DateInterval' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromjson'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromxml']], 'DateTimeInterface' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromJson'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromXml']], 'JMS\\Serializer\\Handler\\iterable' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterable'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterable']], 'Iterator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']], 'ArrayIterator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']], 'Generator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator']]]]);
}
/**
* Gets the private 'fos_rest.zone_matcher_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\ZoneMatcherListener
*/
protected function getFosRest_ZoneMatcherListenerService()
{
$this->privates['fos_rest.zone_matcher_listener'] = $instance = new \FOS\RestBundle\EventListener\ZoneMatcherListener();
$instance->addRequestMatcher(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/*'));
return $instance;
}
/**
* Gets the private 'fos_user.user_listener' shared service.
*
* @return \FOS\UserBundle\Doctrine\UserListener
*/
protected function getFosUser_UserListenerService()
{
return $this->privates['fos_user.user_listener'] = new \FOS\UserBundle\Doctrine\UserListener(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()));
}
/**
* Gets the private 'fos_user.util.canonical_fields_updater' shared service.
*
* @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
*/
protected function getFosUser_Util_CanonicalFieldsUpdaterService()
{
$a = new \FOS\UserBundle\Util\Canonicalizer();
return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a, $a);
}
/**
* Gets the private 'fos_user.util.password_updater' shared service.
*
* @return \FOS\UserBundle\Util\PasswordUpdater
*/
protected function getFosUser_Util_PasswordUpdaterService()
{
return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
}
/**
* 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 'hateoas.configuration.metadata_factory' shared service.
*
* @return \Metadata\MetadataFactory
*/
protected function getHateoas_Configuration_MetadataFactoryService()
{
$this->privates['hateoas.configuration.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver($this, 'hateoas.configuration.metadata_driver'), 'Metadata\\ClassHierarchyMetadata', true);
$instance->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/hateoas')));
return $instance;
}
/**
* Gets the private 'hateoas.link_factory' shared service.
*
* @return \Hateoas\Factory\LinkFactory
*/
protected function getHateoas_LinkFactoryService()
{
return $this->privates['hateoas.link_factory'] = new \Hateoas\Factory\LinkFactory(($this->services['hateoas.generator.registry'] ?? $this->getHateoas_Generator_RegistryService()), ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService()));
}
/**
* Gets the private 'hateoas.twig.link' shared service.
*
* @return \Hateoas\Twig\Extension\LinkExtension
*/
protected function getHateoas_Twig_LinkService()
{
return $this->privates['hateoas.twig.link'] = new \Hateoas\Twig\Extension\LinkExtension(($this->services['hateoas.helper.link'] ?? $this->getHateoas_Helper_LinkService()));
}
/**
* Gets the private 'jms_serializer.expression_evaluator' shared service.
*
* @return \JMS\Serializer\Expression\ExpressionEvaluator
*/
protected function getJmsSerializer_ExpressionEvaluatorService()
{
$a = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
$a->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
$a->registerProvider(new \Bazinga\Bundle\HateoasBundle\Expression\LinkExpressionFunction());
return $this->privates['jms_serializer.expression_evaluator'] = new \JMS\Serializer\Expression\ExpressionEvaluator($a, ['container' => $this]);
}
/**
* 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.php', true],
], [
'metadata_driver' => '?',
]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata', true);
$instance->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')));
return $instance;
}
/**
* Gets the private 'libphonenumber.phone_number_util' shared service.
*
* @return \libphonenumber\PhoneNumberUtil
*/
protected function getLibphonenumber_PhoneNumberUtilService()
{
return $this->privates['libphonenumber.phone_number_util'] = \libphonenumber\PhoneNumberUtil::getInstance();
}
/**
* Gets the private 'liip_imagine.filter.configuration' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
*/
protected function getLiipImagine_Filter_ConfigurationService()
{
return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
}
/**
* Gets the private 'liip_imagine.templating.filter_extension' shared service.
*
* @return \Liip\ImagineBundle\Templating\FilterExtension
*/
protected function getLiipImagine_Templating_FilterExtensionService()
{
return $this->privates['liip_imagine.templating.filter_extension'] = new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()));
}
/**
* 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())), 'en', ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'mime_types' shared service.
*
* @return \Symfony\Component\Mime\MimeTypes
*/
protected function getMimeTypesService()
{
$this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
$instance->setDefault($instance);
return $instance;
}
/**
* Gets the private 'misd_phone_number.twig.extension.format' shared service.
*
* @return \Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension
*/
protected function getMisdPhoneNumber_Twig_Extension_FormatService()
{
return $this->privates['misd_phone_number.twig.extension.format'] = new \Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension(new \Misd\PhoneNumberBundle\Templating\Helper\PhoneNumberHelper(($this->privates['libphonenumber.phone_number_util'] ?? $this->getLibphonenumber_PhoneNumberUtilService())));
}
/**
* Gets the private 'monolog.handler.console' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
*/
protected function getMonolog_Handler_ConsoleService()
{
return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
}
/**
* Gets the private 'monolog.handler.main' shared service.
*
* @return \Monolog\Handler\FingersCrossedHandler
*/
protected function getMonolog_Handler_MainService()
{
$a = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 100, true, NULL, false);
$a->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
return $this->privates['monolog.handler.main'] = new \Monolog\Handler\FingersCrossedHandler($a, new \Symfony\Bridge\Monolog\Handler\FingersCrossed\NotFoundActivationStrategy(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), [0 => '^/'], 100), 30, 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->useMicrosecondTimestamps(true);
$instance->pushHandler(($this->privates['Sentry\\Monolog\\Handler'] ?? $this->getHandlerService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.cache' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_CacheService()
{
$this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['Sentry\\Monolog\\Handler'] ?? $this->getHandlerService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.request' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RequestService()
{
$this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['Sentry\\Monolog\\Handler'] ?? $this->getHandlerService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'nelmio_api_doc.render_docs.html.asset' shared service.
*
* @return \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset
*/
protected function getNelmioApiDoc_RenderDocs_Html_AssetService()
{
return $this->privates['nelmio_api_doc.render_docs.html.asset'] = new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset(($this->privates['twig.extension.assets'] ?? $this->getTwig_Extension_AssetsService()));
}
/**
* Gets the private 'nelmio_cors.cors_listener' shared service.
*
* @return \Nelmio\CorsBundle\EventListener\CorsListener
*/
protected function getNelmioCors_CorsListenerService()
{
return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Nelmio\CorsBundle\Options\Resolver([0 => new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults')), 1 => new \Harmonizely\CustomDomain\CorsConfigProvider(($this->privates['Harmonizely\\CustomDomain\\EntityRecognizer'] ?? $this->getEntityRecognizerService()))]));
}
/**
* Gets the private 'parameter_bag' shared service.
*
* @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
*/
protected function getParameterBagService()
{
return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
}
/**
* Gets the private 'profiler_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
*/
protected function getProfilerListenerService()
{
return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
}
/**
* Gets the private 'property_accessor' shared service.
*
* @return \Symfony\Component\PropertyAccess\PropertyAccessor
*/
protected function getPropertyAccessorService()
{
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.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService.php'));
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
yield 3 => ($this->privates['doctrine.orm.harmonizely_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_HarmonizelyEntityManager_PropertyInfoExtractorService.php'));
}, 4), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
yield 1 => ($this->privates['doctrine.orm.harmonizely_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_HarmonizelyEntityManager_PropertyInfoExtractorService.php'));
yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 4), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
}, 1), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
yield 1 => ($this->privates['doctrine.orm.harmonizely_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_HarmonizelyEntityManager_PropertyInfoExtractorService.php'));
yield 2 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 3), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 1));
}
/**
* Gets the private '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', $this->getEnv('APP_HOST'), 'https', 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.authentication.manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
*/
protected function getSecurity_Authentication_ManagerService()
{
$this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.authentication.provider.guard.main'] ?? $this->load('getSecurity_Authentication_Provider_Guard_MainService.php'));
yield 1 => ($this->privates['security.authentication.provider.dao.main'] ?? $this->load('getSecurity_Authentication_Provider_Dao_MainService.php'));
yield 2 => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->load('getSecurity_Authentication_Provider_Rememberme_MainService.php'));
yield 3 => ($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'))));
yield 4 => ($this->privates['security.authentication.provider.guard.super_admin_panel'] ?? $this->load('getSecurity_Authentication_Provider_Guard_SuperAdminPanelService.php'));
yield 5 => ($this->privates['security.authentication.provider.guard.super_admin_panel_by_code'] ?? $this->load('getSecurity_Authentication_Provider_Guard_SuperAdminPanelByCodeService.php'));
}, 6), true);
$instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
return $instance;
}
/**
* Gets the private 'security.encoder_factory.generic' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
*/
protected function getSecurity_EncoderFactory_GenericService()
{
return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder', 'arguments' => [0 => NULL, 1 => NULL, 2 => NULL, 3 => '2y']], 'Harmonizely\\Entity\\SuperAdmin\\UserEntity' => ['algorithm' => 'auto', 'migrate_from' => [], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => false, 'encode_as_base64' => true, 'iterations' => 5000, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL, 'threads' => NULL]]);
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService.php', true],
'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService.php', true],
'security.firewall.map.context.super_admin_panel' => ['privates', 'security.firewall.map.context.super_admin_panel', 'getSecurity_Firewall_Map_Context_SuperAdminPanelService.php', true],
'security.firewall.map.context.super_admin_panel_by_code' => ['privates', 'security.firewall.map.context.super_admin_panel_by_code', 'getSecurity_Firewall_Map_Context_SuperAdminPanelByCodeService.php', true],
], [
'security.firewall.map.context.dev' => '?',
'security.firewall.map.context.main' => '?',
'security.firewall.map.context.super_admin_panel' => '?',
'security.firewall.map.context.super_admin_panel_by_code' => '?',
]), new RewindableGenerator(function () {
yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.TIqvSMy'] ?? ($this->privates['.security.request_matcher.TIqvSMy'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/', $this->getEnv('SECURE_HOST'))));
yield 'security.firewall.map.context.super_admin_panel' => ($this->privates['.security.request_matcher.VqZXAlG'] ?? ($this->privates['.security.request_matcher.VqZXAlG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/panel', $this->getEnv('SUPER_ADMIN_HOST'))));
yield 'security.firewall.map.context.super_admin_panel_by_code' => ($this->privates['.security.request_matcher.g731rf1'] ?? ($this->privates['.security.request_matcher.g731rf1'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/login/super-admin/use/code', $this->getEnv('SUPER_ADMIN_HOST'))));
}, 4));
}
/**
* Gets the private 'security.helper' shared service.
*
* @return \Symfony\Component\Security\Core\Security
*/
protected function getSecurity_HelperService()
{
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.logout_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService()
{
$this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
$instance->registerListener('main', '/logout', 'logout', '_csrf_token', NULL, NULL);
$instance->registerListener('super_admin_panel', 'super_admin.panel.logout', 'logout', '_csrf_token', NULL, 'super_admin_panel_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 '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 \Harmonizely\Core\Request\ParamConverter\SerializableParamConverter(($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['Harmonizely\\Core\\Request\\ParamConverter\\SerializableParamConverterFilter'] ?? ($this->privates['Harmonizely\\Core\\Request\\ParamConverter\\SerializableParamConverterFilter'] = new \Harmonizely\Core\Request\ParamConverter\SerializableParamConverterFilter()))), 0, NULL);
$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');
$a->add(new \FOS\RestBundle\Request\RequestBodyParamConverter(($this->privates['fos_rest.serializer.jms'] ?? $this->getFosRest_Serializer_JmsService()), [], '', NULL, 'validationErrors'), -50, 'fos_rest.request_body');
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 'serializer.mapping.class_metadata_factory' shared service.
*
* @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
*/
protected function getSerializer_Mapping_ClassMetadataFactoryService()
{
return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([0 => new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
}
/**
* Gets the private 'serializer.name_converter.metadata_aware' shared service.
*
* @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
*/
protected function getSerializer_NameConverter_MetadataAwareService()
{
return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
}
/**
* 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, true],
'session' => ['services', 'session', 'getSessionService.php', true],
], [
'initialized_session' => '?',
'session' => '?',
]));
}
/**
* 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.php', true],
'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService.php', true],
'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService.php', true],
'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService.php', true],
'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService.php', true],
'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService.php', true],
'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService.php', true],
'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService.php', true],
'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService.php', true],
'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService.php', true],
'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService.php', true],
], [
'translation.loader.csv' => '?',
'translation.loader.dat' => '?',
'translation.loader.ini' => '?',
'translation.loader.json' => '?',
'translation.loader.mo' => '?',
'translation.loader.php' => '?',
'translation.loader.po' => '?',
'translation.loader.qt' => '?',
'translation.loader.res' => '?',
'translation.loader.xliff' => '?',
'translation.loader.yml' => '?',
]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.ar.xliff'), 6 => (\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/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.az.xliff')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml'), 6 => (\dirname(__DIR__, 4).'/translations/js.bg.po'), 7 => (\dirname(__DIR__, 4).'/translations/messages.bg.po')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.ca.xliff'), 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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.cs.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.da.xliff'), 6 => (\dirname(__DIR__, 4).'/translations/js.da.po'), 7 => (\dirname(__DIR__, 4).'/translations/messages.da.po')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.de.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.de.xlf'), 8 => (\dirname(__DIR__, 4).'/translations/js.de.po'), 9 => (\dirname(__DIR__, 4).'/translations/messages.de.po'), 10 => (\dirname(__DIR__, 4).'/translations/templates.de.po')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.en.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.en.xlf'), 8 => (\dirname(__DIR__, 4).'/translations/js.en.po'), 9 => (\dirname(__DIR__, 4).'/translations/messages.en.po'), 10 => (\dirname(__DIR__, 4).'/translations/templates.en.po')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.es.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.es.xlf'), 8 => (\dirname(__DIR__, 4).'/translations/js.es.po'), 9 => (\dirname(__DIR__, 4).'/translations/messages.es.po'), 10 => (\dirname(__DIR__, 4).'/translations/templates.es.po')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.fa.xliff')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.fi.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.fi.xlf')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.fr.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.fr.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/meteo-concept/hcaptcha-bundle/Resources/translations/validators.fr.xlf'), 9 => (\dirname(__DIR__, 4).'/translations/js.fr.po'), 10 => (\dirname(__DIR__, 4).'/translations/messages.fr.po'), 11 => (\dirname(__DIR__, 4).'/translations/templates.fr.po')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.gl.xliff'), 5 => (\dirname(__DIR__, 4).'/translations/js.gl.po'), 6 => (\dirname(__DIR__, 4).'/translations/messages.gl.po')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml'), 5 => (\dirname(__DIR__, 4).'/translations/js.he.po'), 6 => (\dirname(__DIR__, 4).'/translations/messages.he.po')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.hr.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.hr.xlf'), 7 => (\dirname(__DIR__, 4).'/translations/js.hr.po'), 8 => (\dirname(__DIR__, 4).'/translations/messages.hr.po')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), 6 => (\dirname(__DIR__, 4).'/translations/js.hu.po'), 7 => (\dirname(__DIR__, 4).'/translations/messages.hu.po')], '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')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.it.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.it.xlf'), 8 => (\dirname(__DIR__, 4).'/translations/js.it.po'), 9 => (\dirname(__DIR__, 4).'/translations/messages.it.po'), 10 => (\dirname(__DIR__, 4).'/translations/templates.it.po')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml'), 5 => (\dirname(__DIR__, 4).'/translations/js.ja.po'), 6 => (\dirname(__DIR__, 4).'/translations/messages.ja.po'), 7 => (\dirname(__DIR__, 4).'/translations/templates.ja.po')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lb.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.mn.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml'), 5 => (\dirname(__DIR__, 4).'/translations/js.nb.po'), 6 => (\dirname(__DIR__, 4).'/translations/messages.nb.po')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.nl.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.nl.xlf'), 8 => (\dirname(__DIR__, 4).'/translations/js.nl.po'), 9 => (\dirname(__DIR__, 4).'/translations/messages.nl.po'), 10 => (\dirname(__DIR__, 4).'/translations/templates.nl.po')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.no.xliff')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.pl.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.pl.xlf'), 8 => (\dirname(__DIR__, 4).'/translations/js.pl.po'), 9 => (\dirname(__DIR__, 4).'/translations/messages.pl.po')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.pt.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml'), 6 => (\dirname(__DIR__, 4).'/translations/js.pt.po'), 7 => (\dirname(__DIR__, 4).'/translations/messages.pt.po'), 8 => (\dirname(__DIR__, 4).'/translations/templates.pt.po')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.ro.xliff')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.ru.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.ru.xlf'), 8 => (\dirname(__DIR__, 4).'/translations/js.ru.po'), 9 => (\dirname(__DIR__, 4).'/translations/messages.ru.po'), 10 => (\dirname(__DIR__, 4).'/translations/templates.ru.po')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.sk.xliff')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.sl.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml'), 7 => (\dirname(__DIR__, 4).'/translations/js.sl.po'), 8 => (\dirname(__DIR__, 4).'/translations/messages.sl.po')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.sr_Cyrl.xliff')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.sr_Latn.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.sv.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.sv.xlf'), 7 => (\dirname(__DIR__, 4).'/translations/js.sv.po'), 8 => (\dirname(__DIR__, 4).'/translations/messages.sv.po')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.th.xliff')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.tr.xliff'), 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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.uk.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), 7 => (\dirname(__DIR__, 4).'/translations/js.uk.po'), 8 => (\dirname(__DIR__, 4).'/translations/messages.uk.po'), 9 => (\dirname(__DIR__, 4).'/translations/templates.uk.po')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.zh_CN.xliff')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf')], 'pt_PT' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')], 'bn' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml')], 'oc' => [0 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.oc.xliff')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.sw.xliff')], 'vn' => [0 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.bs.xlf')], 'bs_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.bs_Cyrl.xlf')], 'dk' => [0 => (\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.dk.xlf')], 'en_AU' => [0 => (\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.en_AU.xlf')], 'en_CA' => [0 => (\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.en_CA.xlf')], 'en_GB' => [0 => (\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.en_GB.xlf')], 'en_IE' => [0 => (\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.en_IE.xlf')], 'en_NZ' => [0 => (\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.en_NZ.xlf')], 'en_PH' => [0 => (\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.en_PH.xlf')], 'en_SG' => [0 => (\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.en_SG.xlf')], 'en_US' => [0 => (\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.en_US.xlf')], 'en_ZA' => [0 => (\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.en_ZA.xlf')], 'es_419' => [0 => (\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.es_419.xlf')], 'se' => [0 => (\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.se.xlf')], 'sr' => [0 => (\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.sr.xlf')], 'ko' => [0 => (\dirname(__DIR__, 4).'/translations/js.ko.po'), 1 => (\dirname(__DIR__, 4).'/translations/messages.ko.po'), 2 => (\dirname(__DIR__, 4).'/translations/templates.ko.po')], 'zh' => [0 => (\dirname(__DIR__, 4).'/translations/js.zh.po'), 1 => (\dirname(__DIR__, 4).'/translations/messages.zh.po'), 2 => (\dirname(__DIR__, 4).'/translations/templates.zh.po')]], '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/friendsofsymfony/user-bundle/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle/Resources/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/meteo-concept/hcaptcha-bundle/Resources/translations'), 8 => (\dirname(__DIR__, 4).'/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/src/Resources/FrameworkBundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 12 => (\dirname(__DIR__, 4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/src/Resources/NelmioCorsBundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/src/Resources/TwigBundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 18 => (\dirname(__DIR__, 4).'/src/Resources/DoctrineBundle/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 20 => (\dirname(__DIR__, 4).'/src/Resources/SecurityBundle/translations'), 21 => (\dirname(__DIR__, 4).'/src/Resources/FOSUserBundle/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/translations'), 23 => (\dirname(__DIR__, 4).'/src/Resources/SwiftmailerBundle/translations'), 24 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 25 => (\dirname(__DIR__, 4).'/src/Resources/WebProfilerBundle/translations'), 26 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 27 => (\dirname(__DIR__, 4).'/src/Resources/MakerBundle/translations'), 28 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/translations'), 29 => (\dirname(__DIR__, 4).'/src/Resources/FOSRestBundle/translations'), 30 => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/translations'), 31 => (\dirname(__DIR__, 4).'/src/Resources/JMSSerializerBundle/translations'), 32 => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/translations'), 33 => (\dirname(__DIR__, 4).'/src/Resources/NelmioApiDocBundle/translations'), 34 => (\dirname(__DIR__, 4).'/vendor/willdurand/hateoas-bundle/translations'), 35 => (\dirname(__DIR__, 4).'/src/Resources/BazingaHateoasBundle/translations'), 36 => (\dirname(__DIR__, 4).'/src/Resources/WhiteOctoberPagerfantaBundle/translations'), 37 => (\dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/translations'), 38 => (\dirname(__DIR__, 4).'/src/Resources/SentryBundle/translations'), 39 => (\dirname(__DIR__, 4).'/src/Resources/VichUploaderBundle/translations'), 40 => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/translations'), 41 => (\dirname(__DIR__, 4).'/src/Resources/LiipImagineBundle/translations'), 42 => (\dirname(__DIR__, 4).'/vendor/oneup/flysystem-bundle/translations'), 43 => (\dirname(__DIR__, 4).'/src/Resources/OneupFlysystemBundle/translations'), 44 => (\dirname(__DIR__, 4).'/src/Resources/MisdPhoneNumberBundle/translations'), 45 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 46 => (\dirname(__DIR__, 4).'/src/Resources/MonologBundle/translations'), 47 => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 48 => (\dirname(__DIR__, 4).'/src/Resources/WebpackEncoreBundle/translations'), 49 => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/translations'), 50 => (\dirname(__DIR__, 4).'/src/Resources/StofDoctrineExtensionsBundle/translations'), 51 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/src/translations'), 52 => (\dirname(__DIR__, 4).'/src/Resources/TwigExtraBundle/translations'), 53 => (\dirname(__DIR__, 4).'/src/Resources/MeteoConceptHCaptchaBundle/translations'), 54 => (\dirname(__DIR__, 4).'/vendor/knpuniversity/oauth2-client-bundle/src/translations'), 55 => (\dirname(__DIR__, 4).'/src/Resources/KnpUOAuth2ClientBundle/translations'), 56 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 57 => (\dirname(__DIR__, 4).'/src/Resources/DebugBundle/translations'), 58 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 59 => (\dirname(__DIR__, 4).'/src/Resources/DoctrineMigrationsBundle/translations'), 60 => (\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/friendsofsymfony/user-bundle/Resources/translations', 4 => 'vendor/white-october/pagerfanta-bundle/Resources/translations', 5 => 'vendor/vich/uploader-bundle/translations', 6 => 'vendor/misd/phone-number-bundle/Resources/translations', 7 => 'vendor/meteo-concept/hcaptcha-bundle/Resources/translations', 8 => 'translations', 9 => 'vendor/symfony/framework-bundle/translations', 10 => 'src/Resources/FrameworkBundle/translations', 11 => 'vendor/sensio/framework-extra-bundle/src/translations', 12 => 'src/Resources/SensioFrameworkExtraBundle/translations', 13 => 'vendor/nelmio/cors-bundle/translations', 14 => 'src/Resources/NelmioCorsBundle/translations', 15 => 'vendor/symfony/twig-bundle/translations', 16 => 'src/Resources/TwigBundle/translations', 17 => 'vendor/doctrine/doctrine-bundle/translations', 18 => 'src/Resources/DoctrineBundle/translations', 19 => 'vendor/symfony/security-bundle/translations', 20 => 'src/Resources/SecurityBundle/translations', 21 => 'src/Resources/FOSUserBundle/translations', 22 => 'vendor/symfony/swiftmailer-bundle/translations', 23 => 'src/Resources/SwiftmailerBundle/translations', 24 => 'vendor/symfony/web-profiler-bundle/translations', 25 => 'src/Resources/WebProfilerBundle/translations', 26 => 'vendor/symfony/maker-bundle/src/translations', 27 => 'src/Resources/MakerBundle/translations', 28 => 'vendor/friendsofsymfony/rest-bundle/translations', 29 => 'src/Resources/FOSRestBundle/translations', 30 => 'vendor/jms/serializer-bundle/translations', 31 => 'src/Resources/JMSSerializerBundle/translations', 32 => 'vendor/nelmio/api-doc-bundle/translations', 33 => 'src/Resources/NelmioApiDocBundle/translations', 34 => 'vendor/willdurand/hateoas-bundle/translations', 35 => 'src/Resources/BazingaHateoasBundle/translations', 36 => 'src/Resources/WhiteOctoberPagerfantaBundle/translations', 37 => 'vendor/sentry/sentry-symfony/src/translations', 38 => 'src/Resources/SentryBundle/translations', 39 => 'src/Resources/VichUploaderBundle/translations', 40 => 'vendor/liip/imagine-bundle/translations', 41 => 'src/Resources/LiipImagineBundle/translations', 42 => 'vendor/oneup/flysystem-bundle/translations', 43 => 'src/Resources/OneupFlysystemBundle/translations', 44 => 'src/Resources/MisdPhoneNumberBundle/translations', 45 => 'vendor/symfony/monolog-bundle/translations', 46 => 'src/Resources/MonologBundle/translations', 47 => 'vendor/symfony/webpack-encore-bundle/src/translations', 48 => 'src/Resources/WebpackEncoreBundle/translations', 49 => 'vendor/stof/doctrine-extensions-bundle/translations', 50 => 'src/Resources/StofDoctrineExtensionsBundle/translations', 51 => 'vendor/twig/extra-bundle/src/translations', 52 => 'src/Resources/TwigExtraBundle/translations', 53 => 'src/Resources/MeteoConceptHCaptchaBundle/translations', 54 => 'vendor/knpuniversity/oauth2-client-bundle/src/translations', 55 => 'src/Resources/KnpUOAuth2ClientBundle/translations', 56 => 'vendor/symfony/debug-bundle/translations', 57 => 'src/Resources/DebugBundle/translations', 58 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 59 => 'src/Resources/DoctrineMigrationsBundle/translations', 60 => 'src/Resources/translations']]]);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales([0 => 'en']);
return $instance;
}
/**
* Gets the private 'twig.app_variable' shared service.
*
* @return \Symfony\Bridge\Twig\AppVariable
*/
protected function getTwig_AppVariableService()
{
$this->privates['twig.app_variable'] = $instance = new \Symfony\Bridge\Twig\AppVariable();
$instance->setEnvironment('dev');
$instance->setDebug(true);
if ($this->has('security.token_storage')) {
$instance->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
}
if ($this->has('request_stack')) {
$instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
return $instance;
}
/**
* Gets the private 'twig.configurator.environment' shared service.
*
* @return \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator
*/
protected function getTwig_Configurator_EnvironmentService()
{
return $this->privates['twig.configurator.environment'] = new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ',');
}
/**
* Gets the private 'twig.extension.assets' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\AssetExtension
*/
protected function getTwig_Extension_AssetsService()
{
return $this->privates['twig.extension.assets'] = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
}
/**
* Gets the private 'twig.extension.code' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\CodeExtension
*/
protected function getTwig_Extension_CodeService()
{
return $this->privates['twig.extension.code'] = new \Symfony\Bridge\Twig\Extension\CodeExtension(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__, 4), 'UTF-8');
}
/**
* Gets the private 'twig.extension.debug.stopwatch' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\StopwatchExtension
*/
protected function getTwig_Extension_Debug_StopwatchService()
{
return $this->privates['twig.extension.debug.stopwatch'] = new \Symfony\Bridge\Twig\Extension\StopwatchExtension(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), true);
}
/**
* Gets the private 'twig.extension.dump' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\DumpExtension
*/
protected function getTwig_Extension_DumpService()
{
return $this->privates['twig.extension.dump'] = new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()));
}
/**
* Gets the private 'twig.extension.httpfoundation' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\HttpFoundationExtension
*/
protected function getTwig_Extension_HttpfoundationService()
{
return $this->privates['twig.extension.httpfoundation'] = new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService())));
}
/**
* Gets the private 'twig.extension.logout_url' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\LogoutUrlExtension
*/
protected function getTwig_Extension_LogoutUrlService()
{
return $this->privates['twig.extension.logout_url'] = new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
}
/**
* Gets the private 'twig.extension.pagerfanta' shared service.
*
* @return \WhiteOctober\PagerfantaBundle\Twig\PagerfantaExtension
*/
protected function getTwig_Extension_PagerfantaService()
{
$a = new \Pagerfanta\View\ViewFactory();
$b = new \Pagerfanta\View\DefaultView();
$c = ($this->services['translator'] ?? $this->getTranslatorService());
$d = new \Pagerfanta\View\TwitterBootstrapView();
$e = new \Pagerfanta\View\TwitterBootstrap3View();
$f = new \Pagerfanta\View\TwitterBootstrap4View();
$g = new \Pagerfanta\View\SemanticUiView();
$a->add(['default' => $b, 'default_translated' => new \WhiteOctober\PagerfantaBundle\View\DefaultTranslatedView($b, $c), 'twitter_bootstrap' => $d, 'twitter_bootstrap3' => $e, 'twitter_bootstrap4' => $f, 'semantic_ui' => $g, 'twitter_bootstrap4_translated' => new \WhiteOctober\PagerfantaBundle\View\TwitterBootstrap4TranslatedView($f, $c), 'twitter_bootstrap3_translated' => new \WhiteOctober\PagerfantaBundle\View\TwitterBootstrap3TranslatedView($e, $c), 'twitter_bootstrap_translated' => new \WhiteOctober\PagerfantaBundle\View\TwitterBootstrapTranslatedView($d, $c), 'semantic_ui_translated' => new \WhiteOctober\PagerfantaBundle\View\SemanticUiTranslatedView($g, $c)]);
return $this->privates['twig.extension.pagerfanta'] = new \WhiteOctober\PagerfantaBundle\Twig\PagerfantaExtension('default', $a, ($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'twig.extension.profiler' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\ProfilerExtension
*/
protected function getTwig_Extension_ProfilerService()
{
return $this->privates['twig.extension.profiler'] = new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'twig.extension.routing' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\RoutingExtension
*/
protected function getTwig_Extension_RoutingService()
{
return $this->privates['twig.extension.routing'] = new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'twig.extension.security' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\SecurityExtension
*/
protected function getTwig_Extension_SecurityService()
{
return $this->privates['twig.extension.security'] = new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
}
/**
* Gets the private 'twig.extension.trans' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\TranslationExtension
*/
protected function getTwig_Extension_TransService()
{
return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'twig.extension.webprofiler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension
*/
protected function getTwig_Extension_WebprofilerService()
{
$a = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$a->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $this->privates['twig.extension.webprofiler'] = new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($a);
}
/**
* Gets the private 'twig.loader.native_filesystem' shared service.
*
* @return \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader
*/
protected function getTwig_Loader_NativeFilesystemService()
{
$this->privates['twig.loader.native_filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__, 4));
$instance->addPath((\dirname(__DIR__, 4).'/templates'), 'templates');
$instance->addPath((\dirname(__DIR__, 4).'/assets/css'), 'css');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/FOSUserBundle'), 'FOSUser');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle/Resources/views'), 'MisdPhoneNumber');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle/Resources/views'), '!MisdPhoneNumber');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/meteo-concept/hcaptcha-bundle/Resources/views'), 'MeteoConceptHCaptcha');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/meteo-concept/hcaptcha-bundle/Resources/views'), '!MeteoConceptHCaptcha');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
$instance->addPath((\dirname(__DIR__, 4).'/templates'));
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
return $instance;
}
/**
* Gets the private 'twig.runtime_loader' shared service.
*
* @return \Twig\RuntimeLoader\ContainerRuntimeLoader
*/
protected function getTwig_RuntimeLoaderService()
{
return $this->privates['twig.runtime_loader'] = new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Harmonizely\\Twig\\Extension\\SchedulingPageUrlRuntime' => ['privates', 'Harmonizely\\Twig\\Extension\\SchedulingPageUrlRuntime', 'getSchedulingPageUrlRuntimeService.php', true],
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services', 'jms_serializer.twig_extension.serializer_runtime_helper', 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php', true],
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService.php', true],
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService.php', true],
'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService.php', true],
], [
'Harmonizely\\Twig\\Extension\\SchedulingPageUrlRuntime' => '?',
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
]));
}
/**
* 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, [
'Harmonizely\\Booking\\Validator\\Constraints\\InviteeEmailValidator' => ['privates', 'Harmonizely\\Booking\\Validator\\Constraints\\InviteeEmailValidator', 'getInviteeEmailValidatorService.php', true],
'Harmonizely\\Service\\SuperAdmin\\Panel\\Validator\\User\\UserEmailUniqueValidator' => ['privates', 'Harmonizely\\Service\\SuperAdmin\\Panel\\Validator\\User\\UserEmailUniqueValidator', 'getUserEmailUniqueValidatorService.php', true],
'Harmonizely\\Service\\SuperAdmin\\Panel\\Validator\\User\\UserLoginUniqueValidator' => ['privates', 'Harmonizely\\Service\\SuperAdmin\\Panel\\Validator\\User\\UserLoginUniqueValidator', 'getUserLoginUniqueValidatorService.php', true],
'Harmonizely\\Validator\\Constraints\\DtoUniqueEntityValidator' => ['privates', 'Harmonizely\\Validator\\Constraints\\DtoUniqueEntityValidator', 'getDtoUniqueEntityValidatorService.php', true],
'Harmonizely\\Validator\\Constraints\\EventTypeFlexibleDurationValidator' => ['privates', 'Harmonizely\\Validator\\Constraints\\EventTypeFlexibleDurationValidator', 'getEventTypeFlexibleDurationValidatorService.php', true],
'Harmonizely\\Validator\\Constraints\\EventTypeSlugValidator' => ['privates', 'Harmonizely\\Validator\\Constraints\\EventTypeSlugValidator', 'getEventTypeSlugValidatorService.php', true],
'Harmonizely\\Validator\\Constraints\\ImageSizeValidator' => ['privates', 'Harmonizely\\Validator\\Constraints\\ImageSizeValidator', 'getImageSizeValidatorService.php', true],
'Harmonizely\\Validator\\Constraints\\ProfilePasswordValidator' => ['privates', 'Harmonizely\\Validator\\Constraints\\ProfilePasswordValidator', 'getProfilePasswordValidatorService.php', true],
'Harmonizely\\Validator\\Constraints\\ProfileSecondFactorValidator' => ['privates', 'Harmonizely\\Validator\\Constraints\\ProfileSecondFactorValidator', 'getProfileSecondFactorValidatorService.php', true],
'Harmonizely\\Validator\\Constraints\\SMTPHostNameValidator' => ['privates', 'Harmonizely\\Validator\\Constraints\\SMTPHostNameValidator', 'getSMTPHostNameValidatorService.php', true],
'Harmonizely\\Validator\\Constraints\\SocialLinkValidator' => ['privates', 'Harmonizely\\Validator\\Constraints\\SocialLinkValidator', 'getSocialLinkValidatorService.php', true],
'Harmonizely\\Validator\\Constraints\\SuperAdminProfilePasswordValidator' => ['privates', 'Harmonizely\\Validator\\Constraints\\SuperAdminProfilePasswordValidator', 'getSuperAdminProfilePasswordValidatorService.php', true],
'Harmonizely\\Validator\\Constraints\\SuperAdminProfileSecondFactorValidator' => ['privates', 'Harmonizely\\Validator\\Constraints\\SuperAdminProfileSecondFactorValidator', 'getSuperAdminProfileSecondFactorValidatorService.php', true],
'Harmonizely\\Validator\\Constraints\\TemporaryEmailAddressValidator' => ['privates', 'Harmonizely\\Validator\\Constraints\\TemporaryEmailAddressValidator', 'getTemporaryEmailAddressValidatorService.php', true],
'Harmonizely\\Validator\\Constraints\\UniqueValidator' => ['privates', 'Harmonizely\\Validator\\Constraints\\UniqueValidator', 'getUniqueValidatorService.php', true],
'Harmonizely\\Validator\\Constraints\\ValidTemplateSyntaxValidator' => ['privates', 'Harmonizely\\Validator\\Constraints\\ValidTemplateSyntaxValidator', 'getValidTemplateSyntaxValidatorService.php', true],
'MeteoConcept\\HCaptchaBundle\\Validator\\Constraints\\IsValidCaptchaValidator' => ['services', 'meteo_concept_h_captcha.captcha_validator', 'getMeteoConceptHCaptcha_CaptchaValidatorService.php', true],
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService.php', true],
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService.php', true],
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService.php', true],
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService.php', true],
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService.php', true],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService.php', true],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService.php', true],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService.php', true],
], [
'Harmonizely\\Booking\\Validator\\Constraints\\InviteeEmailValidator' => '?',
'Harmonizely\\Service\\SuperAdmin\\Panel\\Validator\\User\\UserEmailUniqueValidator' => '?',
'Harmonizely\\Service\\SuperAdmin\\Panel\\Validator\\User\\UserLoginUniqueValidator' => '?',
'Harmonizely\\Validator\\Constraints\\DtoUniqueEntityValidator' => '?',
'Harmonizely\\Validator\\Constraints\\EventTypeFlexibleDurationValidator' => '?',
'Harmonizely\\Validator\\Constraints\\EventTypeSlugValidator' => '?',
'Harmonizely\\Validator\\Constraints\\ImageSizeValidator' => '?',
'Harmonizely\\Validator\\Constraints\\ProfilePasswordValidator' => '?',
'Harmonizely\\Validator\\Constraints\\ProfileSecondFactorValidator' => '?',
'Harmonizely\\Validator\\Constraints\\SMTPHostNameValidator' => '?',
'Harmonizely\\Validator\\Constraints\\SocialLinkValidator' => '?',
'Harmonizely\\Validator\\Constraints\\SuperAdminProfilePasswordValidator' => '?',
'Harmonizely\\Validator\\Constraints\\SuperAdminProfileSecondFactorValidator' => '?',
'Harmonizely\\Validator\\Constraints\\TemporaryEmailAddressValidator' => '?',
'Harmonizely\\Validator\\Constraints\\UniqueValidator' => '?',
'Harmonizely\\Validator\\Constraints\\ValidTemplateSyntaxValidator' => '?',
'MeteoConcept\\HCaptchaBundle\\Validator\\Constraints\\IsValidCaptchaValidator' => '?',
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
'doctrine.orm.validator.unique' => '?',
'security.validator.user_password' => '?',
'validator.expression' => '?',
])));
$instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
$instance->setTranslationDomain('messages');
$instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml'), 2 => (\dirname(__DIR__, 4).'/config/validator/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())), 1 => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
$instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.harmonizely_entity_manager'] ?? $this->getDoctrine_Orm_HarmonizelyEntityManagerService()), NULL));
$instance->addXmlMapping((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
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.listener.clean.user_avatar' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
*/
protected function getVichUploader_Listener_Clean_UserAvatarService()
{
return $this->privates['vich_uploader.listener.clean.user_avatar'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('user_avatar', ($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.user_avatar' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_UserAvatarService()
{
return $this->privates['vich_uploader.listener.remove.user_avatar'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('user_avatar', ($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.user_avatar' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_UserAvatarService()
{
return $this->privates['vich_uploader.listener.upload.user_avatar'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('user_avatar', ($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(['Harmonizely' => (\dirname(__DIR__, 4).'/config/vich_uploader')]);
$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->parameters['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.twig_entry_files_extension' shared service.
*
* @return \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension
*/
protected function getWebpackEncore_TwigEntryFilesExtensionService()
{
return $this->privates['webpack_encore.twig_entry_files_extension'] = 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.php', true],
'webpack_encore.tag_renderer' => ['privates', 'webpack_encore.tag_renderer', 'getWebpackEncore_TagRendererService.php', true],
], [
'webpack_encore.entrypoint_lookup_collection' => '?',
'webpack_encore.tag_renderer' => '?',
]));
}
/**
* @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,
'host' => false,
'secure_host' => false,
'super_admin_host' => false,
'router.request_context.host' => false,
'directory_host' => false,
'kernel.secret' => false,
'session.save_path' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'nelmio_cors.defaults' => false,
'doctrine.orm.proxy_dir' => false,
];
private $dynamicParameters = [];
private function getDynamicParameter(string $name)
{
switch ($name) {
case 'kernel.cache_dir': $value = $this->targetDir.''; break;
case 'host': $value = $this->getEnv('APP_HOST'); break;
case 'secure_host': $value = $this->getEnv('SECURE_HOST'); break;
case 'super_admin_host': $value = $this->getEnv('SUPER_ADMIN_HOST'); break;
case 'router.request_context.host': $value = $this->getEnv('APP_HOST'); break;
case 'directory_host': $value = $this->getEnv('DIRECTORY_HOST'); 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.''.'/srcHarmonizely_KernelDevDebugContainer.xml'); break;
case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
case 'nelmio_cors.defaults': $value = [
'allow_origin' => [
0 => $this->getEnv('CORS_ALLOW_ORIGIN'),
],
'allow_credentials' => false,
'allow_headers' => [
0 => 'origin',
1 => 'content-type',
2 => 'accept',
3 => 'authorization',
],
'expose_headers' => [
],
'allow_methods' => [
0 => 'GET',
1 => 'OPTIONS',
2 => 'POST',
3 => 'PUT',
4 => 'PATCH',
5 => 'DELETE',
],
'max_age' => 3600,
'hosts' => [
],
'origin_regex' => true,
'forced_allow_origin_value' => NULL,
]; break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
}
$this->loadedDynamicParameters[$name] = true;
return $this->dynamicParameters[$name] = $value;
}
protected function getDefaultParameters(): array
{
return [
'kernel.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',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
'BazingaHateoasBundle' => 'Bazinga\\Bundle\\HateoasBundle\\BazingaHateoasBundle',
'WhiteOctoberPagerfantaBundle' => 'WhiteOctober\\PagerfantaBundle\\WhiteOctoberPagerfantaBundle',
'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
'MisdPhoneNumberBundle' => 'Misd\\PhoneNumberBundle\\MisdPhoneNumberBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
'MeteoConceptHCaptchaBundle' => 'MeteoConcept\\HCaptchaBundle\\MeteoConceptHCaptchaBundle',
'KnpUOAuth2ClientBundle' => 'KnpU\\OAuth2ClientBundle\\KnpUOAuth2ClientBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'SensioFrameworkExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'NelmioCorsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
'namespace' => 'Nelmio\\CorsBundle',
],
'TwigBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'DoctrineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'SecurityBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'FOSUserBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle'),
'namespace' => 'FOS\\UserBundle',
],
'SwiftmailerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle'),
'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'MakerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MakerBundle',
],
'FOSRestBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle'),
'namespace' => 'FOS\\RestBundle',
],
'JMSSerializerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle'),
'namespace' => 'JMS\\SerializerBundle',
],
'NelmioApiDocBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle'),
'namespace' => 'Nelmio\\ApiDocBundle',
],
'BazingaHateoasBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/willdurand/hateoas-bundle'),
'namespace' => 'Bazinga\\Bundle\\HateoasBundle',
],
'WhiteOctoberPagerfantaBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle'),
'namespace' => 'WhiteOctober\\PagerfantaBundle',
],
'SentryBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src'),
'namespace' => 'Sentry\\SentryBundle',
],
'VichUploaderBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle'),
'namespace' => 'Vich\\UploaderBundle',
],
'LiipImagineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle'),
'namespace' => 'Liip\\ImagineBundle',
],
'OneupFlysystemBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/oneup/flysystem-bundle'),
'namespace' => 'Oneup\\FlysystemBundle',
],
'MisdPhoneNumberBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/misd/phone-number-bundle'),
'namespace' => 'Misd\\PhoneNumberBundle',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'WebpackEncoreBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
'namespace' => 'Symfony\\WebpackEncoreBundle',
],
'StofDoctrineExtensionsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle'),
'namespace' => 'Stof\\DoctrineExtensionsBundle',
],
'TwigExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/src'),
'namespace' => 'Twig\\Extra\\TwigExtraBundle',
],
'MeteoConceptHCaptchaBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/meteo-concept/hcaptcha-bundle'),
'namespace' => 'MeteoConcept\\HCaptchaBundle',
],
'KnpUOAuth2ClientBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knpuniversity/oauth2-client-bundle/src'),
'namespace' => 'KnpU\\OAuth2ClientBundle',
],
'DebugBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
'namespace' => 'Symfony\\Bundle\\DebugBundle',
],
'DoctrineMigrationsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'srcHarmonizely_KernelDevDebugContainer',
'routing.uuid' => '[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}',
'custom_domain.proxy' => 'custom.simplymeet.me',
'locale' => 'en',
'enabled_locales' => 'en|de|ru|pl|es|fr|it|sv|pt|nb|da|hu|bg|nl|sl|gl|hr|he|zh-tw|zh-cn|ko|ja|uk',
'router.request_context.scheme' => 'https',
'asset.request_context.secure' => true,
'billing_email' => 'ingvar@simplymeet.me',
'billing_email_name' => 'SimplyMeet.me',
'notification_email' => 'no-reply@simplymeet.me',
'notification_email_name' => 'SimplyMeet.me',
'contact_email' => 'rut@simplymeet.me',
'contact_email_name' => 'SimplyMeet.me',
'support_email' => 'support@simplymeet.me',
'support_email_name' => 'SimplyMeet.me',
'main_email' => 'no-reply@simplymeet.me',
'main_email_name' => 'SimplyMeet.me',
'news_url' => 'https://news.simplymeet.me',
'news_limit' => 5,
'max_limit_of_participants_for_client' => 5,
'max_limit_of_participants_for_client_per_day' => 25,
'max_limit_of_participants_for_admin' => 25,
'max_limit_of_participants_for_admin_per_day' => 150,
'user_login_attempt_limit' => 3,
'user_login_attempt_interval' => 900,
'default_2fa_provider' => 'ga',
'gearman_servers' => '127.0.0.1:4730',
'google_client_id' => '31083248164-jptp87g7gt439da1em2qtvhgva2jps4u.apps.googleusercontent.com',
'google_client_secret' => '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',
'facebook_app_id' => '1621192641585741',
'facebook_app_secret' => '7efdc1801d6fb25c0a147b19fdd64826',
'apple_client_id' => 'me.simplymeet.admin',
'twitter_app_key' => 'wj2vnxO7NewSkn7qjPaIMp5dL',
'twitter_app_secret' => '23Lif9rGswGha1gKLp5dczg99Hh2xxxIKpoSEIlb7Ai5lOzbUi',
'super_admin_user_login_attempt_limit' => 3,
'super_admin_user_login_attempt_interval' => 900,
'super_admin_user_login_code_lifetime_default' => 10800,
'super_admin_user_login_code_lifetime_system_user' => 10,
'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' => 'en',
'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' => true,
'cookie_httponly' => true,
'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' => '',
'validator.translation_domain' => 'messages',
'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.base_url' => '',
'router.resource' => 'kernel::loadRoutes',
'router.cache_class_prefix' => 'srcHarmonizely_KernelDevDebugContainer',
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'nelmio_cors.map' => [
'^/api/' => [
],
],
'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
'twig.form.resources' => [
0 => '@VichUploader/Form/fields.html.twig',
1 => 'form_div_layout.html.twig',
2 => '@MisdPhoneNumber/Form/tel.html.twig',
3 => '@MeteoConceptHCaptcha/hcaptcha_form.html.twig',
4 => '@LiipImagine/Form/form_div_layout.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
'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',
'harmonizely' => 'doctrine.orm.harmonizely_entity_manager',
],
'doctrine.default_entity_manager' => 'default',
'doctrine.dbal.connection_factory.types' => [
'encrypted_string' => [
'class' => 'Harmonizely\\Types\\EncryptedString',
],
'encrypted_config' => [
'class' => 'Harmonizely\\Types\\EncryptedConfig',
],
'phone_number' => [
'class' => 'Misd\\PhoneNumberBundle\\Doctrine\\DBAL\\Types\\PhoneNumberType',
],
'tariff_period_type' => [
'class' => 'Harmonizely\\Types\\TariffPeriodType',
],
'calendar_layout_type' => [
'class' => 'Harmonizely\\Types\\CalendarLayoutType',
],
'user_login_attempt_type' => [
'class' => 'Harmonizely\\Types\\UserLoginAttemptType',
],
'export_type' => [
'class' => 'Harmonizely\\Types\\ExportType',
],
'export_status' => [
'class' => 'Harmonizely\\Types\\ExportStatus',
],
'integration_type' => [
'class' => 'Harmonizely\\Types\\IntegrationType',
],
'organization_integration_type' => [
'class' => 'Harmonizely\\Types\\OrganizationIntegrationType',
],
'user_sso_login_type' => [
'class' => 'Harmonizely\\Types\\UserSsoLoginType',
],
'user_sms_log_status' => [
'class' => 'Harmonizely\\Types\\UserSmsLogStatus',
],
'sms_template_type' => [
'class' => 'Harmonizely\\Types\\SmsTemplateType',
],
'oauth_provider_type' => [
'class' => 'Harmonizely\\Types\\OAuthProviderType',
],
'user_limit_type' => [
'class' => 'Harmonizely\\Types\\UserLimitType',
],
'organization_limit_type' => [
'class' => 'Harmonizely\\Types\\OrganizationLimitType',
],
'email_follow_up_interval_type' => [
'class' => 'Harmonizely\\Types\\EmailFollowUpIntervalType',
],
'event_type_duration_type' => [
'class' => 'Harmonizely\\Types\\EventTypeDurationType',
],
'cancellation_policy_period_type' => [
'class' => 'Harmonizely\\Types\\CancellationPolicyPeriodType',
],
'date_format_type' => [
'class' => 'Harmonizely\\Types\\DateFormatType',
],
'zapier_notification_type' => [
'class' => 'Harmonizely\\Types\\ZapierNotificationType',
],
'welcome_tour_step_type' => [
'class' => 'Harmonizely\\Types\\WelcomeTourStepType',
],
'routing_form_status' => [
'class' => 'Harmonizely\\Types\\RoutingFormStatus',
],
'routing_form_field_type' => [
'class' => 'Harmonizely\\Types\\RoutingFormFieldType',
],
'routing_form_result_type' => [
'class' => 'Harmonizely\\Types\\RoutingFormResultType',
],
'api_key_status' => [
'class' => 'Harmonizely\\Types\\ApiKeyStatus',
],
'public_calendar_access_type' => [
'class' => 'Harmonizely\\Types\\PublicCalendarAccessType',
],
'super_admin_user_role' => [
'class' => 'Harmonizely\\Types\\SuperAdmin\\UserRole',
],
'super_admin_user_login_type' => [
'class' => 'Harmonizely\\Types\\SuperAdmin\\UserLoginType',
],
'super_admin_user_login_hash_type' => [
'class' => 'Harmonizely\\Types\\SuperAdmin\\UserLoginHashType',
],
'super_admin_user_login_attempt_type' => [
'class' => 'Harmonizely\\Types\\SuperAdmin\\UserLoginAttemptType',
],
'super_admin_user_actions_action_type' => [
'class' => 'Harmonizely\\Types\\SuperAdmin\\UserActionsActionType',
],
'super_admin_user_actions_object_type' => [
'class' => 'Harmonizely\\Types\\SuperAdmin\\UserActionsObjectType',
],
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_connection',
'harmonizely' => 'doctrine.dbal.harmonizely_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.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',
'security.authentication.trust_resolver.anonymous_class' => NULL,
'security.authentication.trust_resolver.rememberme_class' => NULL,
'security.role_hierarchy.roles' => [
'ROLE_API_USER' => [
0 => 'ROLE_USER',
],
'ROLE_ADMIN' => [
0 => 'ROLE_API_USER',
],
'ROLE_SUPER_ADMIN' => [
0 => 'ROLE_ADMIN',
],
],
'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,
'fos_user.backend_type_orm' => true,
'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
'fos_user.registration.confirmation.from_email' => [
'no-reply@simplymeet.me' => 'SimplyMeet.me',
],
'fos_user.resetting.email.from_email' => [
'no-reply@simplymeet.me' => 'SimplyMeet.me',
],
'fos_user.storage' => 'orm',
'fos_user.firewall_name' => 'main',
'fos_user.model_manager_name' => NULL,
'fos_user.model.user.class' => 'Harmonizely\\Model\\User',
'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
'fos_user.profile.form.name' => 'fos_user_profile_form',
'fos_user.profile.form.validation_groups' => [
0 => 'Profile',
1 => 'Default',
],
'fos_user.registration.confirmation.enabled' => true,
'fos_user.registration.form.validation_groups' => [
0 => 'HarmonizelyRegistration',
],
'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
'fos_user.registration.form.name' => 'fos_user_registration_form',
'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
'fos_user.change_password.form.name' => 'fos_user_change_password_form',
'fos_user.change_password.form.validation_groups' => [
0 => 'ChangePassword',
1 => 'Default',
],
'fos_user.resetting.retry_ttl' => 7200,
'fos_user.resetting.token_ttl' => 86400,
'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
'fos_user.resetting.form.name' => 'fos_user_resetting_form',
'fos_user.resetting.form.validation_groups' => [
0 => 'ResetPassword',
1 => 'Default',
],
'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',
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'fos_rest.format_listener.rules' => NULL,
'nelmio_api_doc.areas' => [
0 => 'default',
],
'nelmio_api_doc.use_validation_groups' => true,
'white_october_pagerfanta.default_view' => 'default',
'white_october_pagerfanta.view_factory.class' => 'Pagerfanta\\View\\ViewFactory',
'sentry.listener_priorities.request' => 1,
'sentry.listener_priorities.sub_request' => 1,
'sentry.listener_priorities.console' => 1,
'sentry.listener_priorities.request_error' => 128,
'sentry.listener_priorities.console_error' => 128,
'sentry.listener_priorities.worker_error' => 99,
'vich_uploader.default_filename_attribute_suffix' => '_name',
'vich_uploader.mappings' => [
'user_avatar' => [
'uri_prefix' => '',
'upload_destination' => 'oneup_flysystem.local_filesystem',
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\HashNamer.user_avatar',
'options' => [
],
],
'delete_on_update' => true,
'delete_on_remove' => true,
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'inject_on_load' => false,
'db_driver' => 'orm',
],
],
'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
'liip_imagine.resolvers' => [
'user_avatar' => [
'flysystem' => [
'filesystem_service' => 'oneup_flysystem.local_filesystem',
'root_url' => '/uploads/',
'cache_prefix' => 'avatars',
'visibility' => 'public',
],
],
'default' => [
'web_path' => [
'web_root' => (\dirname(__DIR__, 4).'/public'),
'cache_prefix' => 'media/cache',
],
],
],
'liip_imagine.loaders' => [
'user_avatar' => [
'flysystem' => [
'filesystem_service' => 'oneup_flysystem.local_filesystem',
],
],
'default' => [
'filesystem' => [
'locator' => 'filesystem',
'data_root' => [
0 => (\dirname(__DIR__, 4).'/public'),
],
'allow_unresolvable_data_roots' => false,
'bundle_resources' => [
'enabled' => false,
'access_control_type' => 'blacklist',
'access_control_list' => [
],
],
],
],
],
'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
'liip_imagine.jpegoptim.stripAll' => true,
'liip_imagine.jpegoptim.max' => NULL,
'liip_imagine.jpegoptim.progressive' => true,
'liip_imagine.jpegoptim.tempDir' => NULL,
'liip_imagine.optipng.binary' => '/usr/bin/optipng',
'liip_imagine.optipng.level' => 7,
'liip_imagine.optipng.stripAll' => true,
'liip_imagine.optipng.tempDir' => NULL,
'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
'liip_imagine.driver_service' => 'liip_imagine.imagick',
'liip_imagine.cache.resolver.default' => 'user_avatar',
'liip_imagine.default_image' => NULL,
'liip_imagine.filter_sets' => [
'user_avatar' => [
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'auto_rotate' => [
],
'strip' => [
],
'thumbnail' => [
'size' => [
0 => 250,
1 => 250,
],
'mode' => 'outbound',
'allow_upscale' => true,
],
],
'post_processors' => [
],
],
'organization_avatar' => [
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'relative_resize' => [
'widen' => 200,
],
],
'post_processors' => [
],
],
'user_company_logo' => [
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'relative_resize' => [
'widen' => 200,
],
],
'post_processors' => [
],
],
'banner' => [
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'relative_resize' => [
'widen' => 200,
],
],
'post_processors' => [
],
],
],
'liip_imagine.binary.loader.default' => 'user_avatar',
'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
'libphonenumber.phone_number_util.class' => 'libphonenumber\\PhoneNumberUtil',
'libphonenumber.phone_number_offline_geocoder.class' => 'libphonenumber\\geocoding\\PhoneNumberOfflineGeocoder',
'libphonenumber.short_number_info.class' => 'libphonenumber\\ShortNumberInfo',
'libphonenumber.phone_number_to_carrier_mapper.class' => 'libphonenumber\\PhoneNumberToCarrierMapper',
'libphonenumber.phone_number_to_time_zones_mapper.class' => 'libphonenumber\\PhoneNumberToTimeZonesMapper',
'misd_phone_number.templating.helper.class' => 'Misd\\PhoneNumberBundle\\Templating\\Helper\\PhoneNumberHelper',
'misd_phone_number.templating.helper.format.class' => 'Misd\\PhoneNumberBundle\\Templating\\Helper\\PhoneNumberHelper',
'misd_phone_number.twig.extension.class' => 'Misd\\PhoneNumberBundle\\Twig\\Extension\\PhoneNumberHelperExtension',
'misd_phone_number.twig.extension.format.class' => 'Misd\\PhoneNumberBundle\\Twig\\Extension\\PhoneNumberHelperExtension',
'misd_phone_number.form.type.class' => 'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType',
'misd_phone_number.serializer.handler.class' => 'Misd\\PhoneNumberBundle\\Serializer\\Handler\\PhoneNumberHandler',
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.sentry' => NULL,
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'console',
],
],
'monolog.handler.main' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'console',
],
],
],
'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
'stof_doctrine_extensions.default_locale' => 'en_US',
'stof_doctrine_extensions.translation_fallback' => false,
'stof_doctrine_extensions.persist_default_translation' => false,
'stof_doctrine_extensions.skip_translation_on_load' => false,
'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
'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.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',
'doctrine.migrations.preferred_em' => NULL,
'doctrine.migrations.preferred_connection' => NULL,
'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',
],
'swiftmailer.data_collector' => [
0 => 'swiftmailer',
1 => '@Swiftmailer/Collector/swiftmailer.html.twig',
],
'data_collector.dump' => [
0 => 'dump',
1 => '@Debug/Profiler/dump.html.twig',
],
'data_collector.messenger' => [
0 => 'messenger',
1 => '@WebProfiler/Collector/messenger.html.twig',
],
'mailer.data_collector' => [
0 => 'mailer',
1 => '@WebProfiler/Collector/mailer.html.twig',
],
'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.Harmonizely\\Background\\Worker\\DirectoryDeleteCompanyEventWorker',
1 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectoryDeleteCompanyWorker',
2 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectorySaveAllCompanyEventWorker',
3 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectorySaveCompanyEventWorker',
4 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectorySaveCompanyWorker',
5 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectorySaveUserWorker',
6 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\ExportWorker',
7 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\PollNotificationWorker',
8 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\PushNotificationWorker',
9 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\ZapierNotificationWorker',
10 => 'console.command.public_alias.Harmonizely\\Command\\CancelPendingBookingsCommand',
11 => 'console.command.public_alias.Harmonizely\\Command\\CloneMeetingTypeCommand',
12 => 'console.command.public_alias.Harmonizely\\Command\\CreateInternalCalendarCommand',
13 => 'console.command.public_alias.Harmonizely\\Command\\DisableMeetingTypesCommand',
14 => 'console.command.public_alias.Harmonizely\\Command\\RemoveMeetingTypeCommand',
15 => 'console.command.public_alias.Harmonizely\\Command\\SendSecondUserEmailCommand',
16 => 'console.command.public_alias.Harmonizely\\Command\\SendThirdUserEmailCommand',
17 => 'console.command.public_alias.Harmonizely\\Command\\SetEncryptedConfigFromConfigCommand',
18 => 'console.command.public_alias.Harmonizely\\Command\\SyncOlsonTimezonesCommand',
19 => 'console.command.public_alias.Harmonizely\\Command\\TestSMTPFromUserConfigCommand',
20 => 'console.command.public_alias.Harmonizely\\Command\\TwoWayCalendar\\ConnectTwoWaySyncCalendarCommand',
21 => 'console.command.public_alias.Harmonizely\\Command\\TwoWayCalendar\\DisconnectTwoWaySyncCalendarCommand',
22 => 'console.command.public_alias.Harmonizely\\Command\\TwoWayCalendar\\ReconnectTwoWaySyncCalendarCommand',
23 => 'console.command.public_alias.Sentry\\SentryBundle\\Command\\SentryTestCommand',
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}