<?php
namespace ContainerCvGAJY7;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Container;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
use Symfony\Component\DependencyInjection\Exception\LogicException;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class App_KernelDevDebugContainer extends Container
{
protected $containerDir;
protected $targetDir;
protected $parameters = [];
private $buildParameters;
protected $getService;
public function __construct(array $buildParameters = [], $containerDir = __DIR__)
{
$this->getService = \Closure::fromCallable([$this, 'getService']);
$this->buildParameters = $buildParameters;
$this->containerDir = $containerDir;
$this->targetDir = \dirname($containerDir);
$this->parameters = $this->getDefaultParameters();
$this->services = $this->privates = [];
$this->syntheticIds = [
'kernel' => true,
];
$this->methodMap = [
'.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
'.container.private.filesystem' => 'get_Container_Private_FilesystemService',
'.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
'.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
'.container.private.profiler' => 'get_Container_Private_ProfilerService',
'.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
'.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
'.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
'.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
'.container.private.serializer' => 'get_Container_Private_SerializerService',
'.container.private.session' => 'get_Container_Private_SessionService',
'.container.private.state_machine.awm' => 'get_Container_Private_StateMachine_AwmService',
'.container.private.state_machine.malfunction' => 'get_Container_Private_StateMachine_MalfunctionService',
'.container.private.state_machine.neamalfunction' => 'get_Container_Private_StateMachine_NeamalfunctionService',
'.container.private.state_machine.refuel' => 'get_Container_Private_StateMachine_RefuelService',
'.container.private.state_machine.sensor' => 'get_Container_Private_StateMachine_SensorService',
'.container.private.state_machine.warning' => 'get_Container_Private_StateMachine_WarningService',
'.container.private.state_machine.zues' => 'get_Container_Private_StateMachine_ZuesService',
'.container.private.twig' => 'get_Container_Private_TwigService',
'.container.private.validator' => 'get_Container_Private_ValidatorService',
'AcoLoggerService' => 'getAcoLoggerServiceService',
'App\\Controller\\Admin\\AddressCrudController' => 'getAddressCrudControllerService',
'App\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
'App\\Controller\\Admin\\AwmController' => 'getAwmControllerService',
'App\\Controller\\Admin\\AwmCrudController' => 'getAwmCrudControllerService',
'App\\Controller\\Admin\\BuchungskreisCrudController' => 'getBuchungskreisCrudControllerService',
'App\\Controller\\Admin\\ClientCrudController' => 'getClientCrudControllerService',
'App\\Controller\\Admin\\CompanyCrudController' => 'getCompanyCrudControllerService',
'App\\Controller\\Admin\\ContactCrudController' => 'getContactCrudControllerService',
'App\\Controller\\Admin\\ControlManufacturerCrudController' => 'getControlManufacturerCrudControllerService',
'App\\Controller\\Admin\\ControlTypeCrudController' => 'getControlTypeCrudControllerService',
'App\\Controller\\Admin\\CustomerAdminController' => 'getCustomerAdminControllerService',
'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
'App\\Controller\\Admin\\DocumentCategoryCrudController' => 'getDocumentCategoryCrudControllerService',
'App\\Controller\\Admin\\DocumentCrudController' => 'getDocumentCrudControllerService',
'App\\Controller\\Admin\\ElevatorCrudController' => 'getElevatorCrudControllerService',
'App\\Controller\\Admin\\EmailTemplateCrudController' => 'getEmailTemplateCrudControllerService',
'App\\Controller\\Admin\\EngineManufacturerCrudController' => 'getEngineManufacturerCrudControllerService',
'App\\Controller\\Admin\\EngineTypeCrudController' => 'getEngineTypeCrudControllerService',
'App\\Controller\\Admin\\GpioCrudController' => 'getGpioCrudControllerService',
'App\\Controller\\Admin\\GpioValueCrudController' => 'getGpioValueCrudControllerService',
'App\\Controller\\Admin\\InstallElevatorCrudController' => 'getInstallElevatorCrudControllerService',
'App\\Controller\\Admin\\Manufacturer2CrudController' => 'getManufacturer2CrudControllerService',
'App\\Controller\\Admin\\ManufacturerCrudController' => 'getManufacturerCrudControllerService',
'App\\Controller\\Admin\\NeaCrudController' => 'getNeaCrudControllerService',
'App\\Controller\\Admin\\PumpCrudController' => 'getPumpCrudControllerService',
'App\\Controller\\Admin\\SensorCrudController' => 'getSensorCrudControllerService',
'App\\Controller\\Admin\\SteeringEngineCrudController' => 'getSteeringEngineCrudControllerService',
'App\\Controller\\Admin\\SteeringManufacturerCrudController' => 'getSteeringManufacturerCrudControllerService',
'App\\Controller\\Admin\\SteeringRegulationCrudController' => 'getSteeringRegulationCrudControllerService',
'App\\Controller\\Admin\\SteeringTypeCrudController' => 'getSteeringTypeCrudControllerService',
'App\\Controller\\Admin\\TicketCrudController' => 'getTicketCrudControllerService',
'App\\Controller\\Admin\\TradeCrudController' => 'getTradeCrudControllerService',
'App\\Controller\\Admin\\UserCrudController' => 'getUserCrudControllerService',
'App\\Controller\\Api\\AcquisitionController' => 'getAcquisitionControllerService',
'App\\Controller\\Api\\AddressController' => 'getAddressControllerService',
'App\\Controller\\Api\\ElevatorController' => 'getElevatorControllerService',
'App\\Controller\\Api\\ExternalElevatorController' => 'getExternalElevatorControllerService',
'App\\Controller\\Api\\GpioController' => 'getGpioControllerService',
'App\\Controller\\Api\\GpioValueController' => 'getGpioValueControllerService',
'App\\Controller\\Api\\LegApiExternalController' => 'getLegApiExternalControllerService',
'App\\Controller\\Api\\LegController' => 'getLegControllerService',
'App\\Controller\\Api\\NeaController' => 'getNeaControllerService',
'App\\Controller\\Api\\PumpController' => 'getPumpControllerService',
'App\\Controller\\Api\\SensorController' => 'getSensorControllerService',
'App\\Controller\\Api\\TicketController' => 'getTicketControllerService',
'App\\Controller\\Web\\AcquisitionController' => 'getAcquisitionController2Service',
'App\\Controller\\Web\\AddressController' => 'getAddressController2Service',
'App\\Controller\\Web\\ClientController' => 'getClientControllerService',
'App\\Controller\\Web\\CommentController' => 'getCommentControllerService',
'App\\Controller\\Web\\DashboardController' => 'getDashboardController2Service',
'App\\Controller\\Web\\ElevatorController' => 'getElevatorController2Service',
'App\\Controller\\Web\\InstallMaintenanceController' => 'getInstallMaintenanceControllerService',
'App\\Controller\\Web\\InstallMaintenanceSecurityController' => 'getInstallMaintenanceSecurityControllerService',
'App\\Controller\\Web\\InstallToolSecurityController' => 'getInstallToolSecurityControllerService',
'App\\Controller\\Web\\LegApiProxyController' => 'getLegApiProxyControllerService',
'App\\Controller\\Web\\ManualInspectionController' => 'getManualInspectionControllerService',
'App\\Controller\\Web\\NeaController' => 'getNeaController2Service',
'App\\Controller\\Web\\PagesController' => 'getPagesControllerService',
'App\\Controller\\Web\\PublishController' => 'getPublishControllerService',
'App\\Controller\\Web\\PumpController' => 'getPumpController2Service',
'App\\Controller\\Web\\RemoteController' => 'getRemoteControllerService',
'App\\Controller\\Web\\ResetPasswordController' => 'getResetPasswordControllerService',
'App\\Controller\\Web\\SecurityController' => 'getSecurityControllerService',
'App\\Controller\\Web\\SensorController' => 'getSensorController2Service',
'App\\Controller\\Web\\StatsController' => 'getStatsControllerService',
'App\\Controller\\Web\\TicketController' => 'getTicketController2Service',
'App\\Controller\\Web\\UserController' => 'getUserControllerService',
'App\\Controller\\Web\\ZuesController' => 'getZuesControllerService',
'App\\EventListener\\DocumentCreateListener' => 'getDocumentCreateListenerService',
'App\\EventListener\\GpioValueListener' => 'getGpioValueListenerService',
'App\\EventListener\\TicketListener' => 'getTicketListenerService',
'AuthenticationHelper' => 'getAuthenticationHelperService',
'AwmCheckerService' => 'getAwmCheckerServiceService',
'CustomExceptionService' => 'getCustomExceptionServiceService',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => 'getMakeAdminMigrationCommandService',
'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
'FailureCheckerService' => 'getFailureCheckerServiceService',
'Geocoder\\Dumper\\GeoArray' => 'getGeoArrayService',
'Geocoder\\Dumper\\GeoJson' => 'getGeoJsonService',
'Geocoder\\Dumper\\Gpx' => 'getGpxService',
'Geocoder\\Dumper\\Kml' => 'getKmlService',
'Geocoder\\Dumper\\Wkb' => 'getWkbService',
'Geocoder\\Dumper\\Wkt' => 'getWktService',
'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
'NeaCheckerService' => 'getNeaCheckerServiceService',
'NotificationService' => 'getNotificationServiceService',
'StringService' => 'getStringServiceService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
'TicketCheckerService' => 'getTicketCheckerServiceService',
'TicketGeneratorService' => 'getTicketGeneratorServiceService',
'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
'cache.app' => 'getCache_AppService',
'cache.app_clearer' => 'getCache_AppClearerService',
'cache.global_clearer' => 'getCache_GlobalClearerService',
'cache.system' => 'getCache_SystemService',
'cache.system_clearer' => 'getCache_SystemClearerService',
'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
'cache_warmer' => 'getCacheWarmerService',
'console.command.public_alias.App\\Command\\WorkflowUpdateSvgCommand' => 'getWorkflowUpdateSvgCommandService',
'console.command_loader' => 'getConsole_CommandLoaderService',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
'craue.form.flow.storage' => 'getCraue_Form_Flow_StorageService',
'craue_formflow_util' => 'getCraueFormflowUtilService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.dbal.newserver_connection' => 'getDoctrine_Dbal_NewserverConnectionService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'doctrine.orm.newserver_entity_manager' => 'getDoctrine_Orm_NewserverEntityManagerService',
'error_controller' => 'getErrorControllerService',
'event_dispatcher' => 'getEventDispatcherService',
'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService',
'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
'http_kernel' => 'getHttpKernelService',
'jms_serializer' => 'getJmsSerializerService',
'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService',
'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
'knp_snappy.image' => 'getKnpSnappy_ImageService',
'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
'nelmio_api_doc.controller.redocly' => 'getNelmioApiDoc_Controller_RedoclyService',
'nelmio_api_doc.controller.stoplight' => 'getNelmioApiDoc_Controller_StoplightService',
'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
'nelmio_api_doc.generator.api_v1_external' => 'getNelmioApiDoc_Generator_ApiV1ExternalService',
'nelmio_api_doc.generator.api_v1_leg' => 'getNelmioApiDoc_Generator_ApiV1LegService',
'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
'nelmio_api_doc.generator.internal' => 'getNelmioApiDoc_Generator_InternalService',
'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
'oneup_uploader.chunk_manager' => 'getOneupUploader_ChunkManagerService',
'oneup_uploader.controller.gallery' => 'getOneupUploader_Controller_GalleryService',
'oneup_uploader.namer.uniqid' => 'getOneupUploader_Namer_UniqidService',
'oneup_uploader.orphanage_manager' => 'getOneupUploader_OrphanageManagerService',
'oneup_uploader.routing.loader' => 'getOneupUploader_Routing_LoaderService',
'oneup_uploader.templating.uploader_helper' => 'getOneupUploader_Templating_UploaderHelperService',
'oneup_uploader.twig.extension.uploader' => 'getOneupUploader_Twig_Extension_UploaderService',
'pugx_autocompleter.autocomplete' => 'getPugxAutocompleter_AutocompleteService',
'pugx_autocompleter.filter.doctrine_subscriber' => 'getPugxAutocompleter_Filter_DoctrineSubscriberService',
'pugx_autocompleter.filter_autocomplete' => 'getPugxAutocompleter_FilterAutocompleteService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'routing.loader' => 'getRouting_LoaderService',
'secit.imap' => 'getSecit_ImapService',
'services_resetter' => 'getServicesResetterService',
'translator' => 'getTranslatorService',
'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
'cache_clearer' => 'getCacheClearerService',
'filesystem' => 'getFilesystemService',
'state_machine.malfunction' => 'getStateMachine_MalfunctionService',
'state_machine.awm' => 'getStateMachine_AwmService',
'state_machine.neamalfunction' => 'getStateMachine_NeamalfunctionService',
'state_machine.refuel' => 'getStateMachine_RefuelService',
'state_machine.sensor' => 'getStateMachine_SensorService',
'state_machine.warning' => 'getStateMachine_WarningService',
'state_machine.zues' => 'getStateMachine_ZuesService',
'serializer' => 'getSerializerService',
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
'form.factory' => 'getForm_FactoryService',
'form.type.file' => 'getForm_Type_FileService',
'profiler' => 'getProfilerService',
'twig' => 'getTwigService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'security.password_encoder' => 'getSecurity_PasswordEncoderService',
'session' => 'getSessionService',
'validator' => 'getValidatorService',
];
$this->aliases = [
'SecIT\\ImapBundle\\Service\\Imap' => 'secit.imap',
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
];
$this->privates['service_container'] = function () {
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
include_once \dirname(__DIR__, 4).'/src/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/InstallAccessSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/PasswordChangeSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/RequestSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/StaticVersionStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Transition.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/myclabs/php-enum/stubs/Stringable.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/RegexSchemaAssetFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/Parser.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/UrlSigner.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Util/FormFlowUtil.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ViewResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ParamFetcherListener.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Util/ResolverTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcher.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
include_once \dirname(__DIR__, 4).'/vendor/giggsey/libphonenumber-for-php/src/PhoneNumberUtil.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/Helper/HelperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/Helper/Helper.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
include_once \dirname(__DIR__, 4).'/vendor/geocoder-php/plugin/Plugin.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/src/Plugin/ProfilingPlugin.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/HubInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Debug/TraceableHub.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Hub.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Jwt/TokenProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Jwt/FactoryTokenProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Jwt/TokenFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Jwt/LcobucciFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/EventSubscriber/SetCookieSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/WorkflowInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Workflow.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/StateMachine.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Definition.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/src/DataCollector/GeocoderDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure-bundle/src/DataCollector/MercureDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/src/Twig/AppExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/WorkflowExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/yellowskies/qr-code-bundle/Twig/Extensions/Barcode.php';
include_once \dirname(__DIR__, 4).'/vendor/yellowskies/qr-code-bundle/Generator/Generator.php';
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Twig/Extension/FormFlowExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Twig/Extension/PhoneNumberHelperExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Templating/Helper/PhoneNumberHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Twig/MercureExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/HubRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Authorization.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
include_once __DIR__.'/proxy-classes.php';
};
}
public function compile(): void
{
throw new LogicException('You cannot compile a dumped container that was already compiled.');
}
public function isCompiled(): bool
{
return true;
}
public function getRemovedIds(): array
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
}
protected function createProxy($class, \Closure $factory)
{
return $factory();
}
/**
* Gets the public '.container.private.cache_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
*/
protected function get_Container_Private_CacheClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
yield 0 => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
yield 1 => ($this->privates['jms_serializer.cache.cache_clearer'] ?? $this->getJmsSerializer_Cache_CacheClearerService());
}, 2));
}
/**
* Gets the public '.container.private.filesystem' shared service.
*
* @return \Symfony\Component\Filesystem\Filesystem
*/
protected function get_Container_Private_FilesystemService()
{
return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
}
/**
* Gets the public '.container.private.form.factory' shared service.
*
* @return \Symfony\Component\Form\FormFactory
*/
protected function get_Container_Private_Form_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactory.php';
$a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
if (isset($this->services['.container.private.form.factory'])) {
return $this->services['.container.private.form.factory'];
}
return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
}
/**
* Gets the public '.container.private.form.type.file' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\FileType
*/
protected function get_Container_Private_Form_Type_FileService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the public '.container.private.profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function get_Container_Private_ProfilerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('profiler');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.critical'] ?? $this->getMonolog_Handler_CriticalService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
$b = ($this->services['kernel'] ?? $this->get('kernel'));
$c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
$d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
$d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
$d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
$d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
$d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
$d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
$d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
$d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
$d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
$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.newserver.result', ($this->privates['cache.doctrine.orm.newserver.result'] ?? $this->getCache_Doctrine_Orm_Newserver_ResultService()));
$d->addInstance('cache.doctrine.orm.newserver.query', ($this->privates['cache.doctrine.orm.newserver.query'] ?? $this->getCache_Doctrine_Orm_Newserver_QueryService()));
$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
$e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
$f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, NULL);
$f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
$f->addLogger('newserver', ($this->privates['doctrine.dbal.logger.profiling.newserver'] ?? ($this->privates['doctrine.dbal.logger.profiling.newserver'] = new \Doctrine\DBAL\Logging\DebugStack())));
$g = new \Bazinga\GeocoderBundle\DataCollector\GeocoderDataCollector();
$g->addInstance(($this->privates['bazinga_geocoder.provider.acme.profiler'] ?? ($this->privates['bazinga_geocoder.provider.acme.profiler'] = new \Bazinga\GeocoderBundle\Plugin\ProfilingPlugin('acme'))));
$h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$h->setKernel($b);
}
$instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
$instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
$instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
$instance->add($d);
$instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
$instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
$instance->add($e);
$instance->add($f);
$instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
$instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
$instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
$instance->add($g);
$instance->add(new \Symfony\Bundle\MercureBundle\DataCollector\MercureDataCollector(new RewindableGenerator(function () {
yield 'default' => ($this->privates['mercure.hub.default.traceable'] ?? $this->getMercure_Hub_Default_TraceableService());
}, 1)));
$instance->add($h);
return $instance;
}
/**
* Gets the public '.container.private.security.authorization_checker' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
*/
protected function get_Container_Private_Security_AuthorizationCheckerService()
{
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->services['.container.private.security.authorization_checker'])) {
return $this->services['.container.private.security.authorization_checker'];
}
return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, false, false, false);
}
/**
* Gets the public '.container.private.security.csrf.token_manager' shared service.
*
* @return \Symfony\Component\Security\Csrf\CsrfTokenManager
*/
protected function get_Container_Private_Security_Csrf_TokenManagerService()
{
return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public '.container.private.security.password_encoder' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
*
* @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
*/
protected function get_Container_Private_Security_PasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
}
/**
* Gets the public '.container.private.security.token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
*/
protected function get_Container_Private_Security_TokenStorageService()
{
return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
], [
'request_stack' => '?',
]));
}
/**
* Gets the public '.container.private.serializer' shared service.
*
* @return \Symfony\Component\Serializer\Serializer
*/
protected function get_Container_Private_SerializerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Serializer/Normalizer/PhoneNumberNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
$c = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
$d = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
$e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($d);
return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), 1 => new \Misd\PhoneNumberBundle\Serializer\Normalizer\PhoneNumberNormalizer(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()), 'ZZ', 0), 2 => new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), 3 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 4 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 5 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 6 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), 7 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($d, $c, $a, $e, NULL, [])), 8 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 9 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 11 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 12 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), 13 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 14 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($d, $c, $b, $a, $e, NULL, [], $a)], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 1 => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
}
/**
* Gets the public '.container.private.session' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Session
*/
protected function get_Container_Private_SessionService()
{
$a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
if (isset($this->services['.container.private.session'])) {
return $this->services['.container.private.session'];
}
return $this->services['.container.private.session'] = $a->createSession();
}
/**
* Gets the public '.container.private.state_machine.awm' shared service.
*
* @return \Symfony\Component\Workflow\StateMachine
*/
protected function get_Container_Private_StateMachine_AwmService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['.container.private.state_machine.awm'])) {
return $this->services['.container.private.state_machine.awm'];
}
return $this->services['.container.private.state_machine.awm'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => 'Neu', 1 => 'Offen', 2 => 'Wiedereröffnet', 3 => 'In Terminierung DL', 4 => 'Terminiert und angenommen', 5 => 'Auftrag abgelehnt', 6 => 'AWM Fehler vor Ort behoben', 7 => 'AWM Fehler nicht behoben / Aufzug stillgelegt', 8 => 'Ticket geschlossen'], [0 => ($this->privates['.state_machine.awm.transition.0'] ?? ($this->privates['.state_machine.awm.transition.0'] = new \Symfony\Component\Workflow\Transition('Ticket initialisieren', 'Neu', 'Offen'))), 1 => ($this->privates['.state_machine.awm.transition.1'] ?? ($this->privates['.state_machine.awm.transition.1'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Offen', 'In Terminierung DL'))), 2 => ($this->privates['.state_machine.awm.transition.2'] ?? ($this->privates['.state_machine.awm.transition.2'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Wiedereröffnet', 'In Terminierung DL'))), 3 => ($this->privates['.state_machine.awm.transition.3'] ?? ($this->privates['.state_machine.awm.transition.3'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'In Terminierung DL', 'Terminiert und angenommen'))), 4 => ($this->privates['.state_machine.awm.transition.4'] ?? ($this->privates['.state_machine.awm.transition.4'] = new \Symfony\Component\Workflow\Transition('Ablehnen', 'In Terminierung DL', 'Auftrag abgelehnt'))), 5 => ($this->privates['.state_machine.awm.transition.5'] ?? ($this->privates['.state_machine.awm.transition.5'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'Auftrag abgelehnt', 'Wiedereröffnet'))), 6 => ($this->privates['.state_machine.awm.transition.6'] ?? ($this->privates['.state_machine.awm.transition.6'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'AWM Fehler vor Ort behoben', 'Wiedereröffnet'))), 7 => ($this->privates['.state_machine.awm.transition.7'] ?? ($this->privates['.state_machine.awm.transition.7'] = new \Symfony\Component\Workflow\Transition('AWM Fehler wurde behoben', 'Terminiert und angenommen', 'AWM Fehler vor Ort behoben'))), 8 => ($this->privates['.state_machine.awm.transition.8'] ?? ($this->privates['.state_machine.awm.transition.8'] = new \Symfony\Component\Workflow\Transition('AWM Fehler kann nicht behoben werden / Aufzug wird stillgelegt', 'Terminiert und angenommen', 'AWM Fehler nicht behoben / Aufzug stillgelegt'))), 9 => ($this->privates['.state_machine.awm.transition.9'] ?? ($this->privates['.state_machine.awm.transition.9'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'AWM Fehler vor Ort behoben', 'Ticket geschlossen')))], [0 => 'Neu'], ($this->privates['state_machine.awm.metadata_store'] ?? $this->getStateMachine_Awm_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'marking'), $a, 'awm', NULL);
}
/**
* Gets the public '.container.private.state_machine.malfunction' shared service.
*
* @return \Symfony\Component\Workflow\StateMachine
*/
protected function get_Container_Private_StateMachine_MalfunctionService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['.container.private.state_machine.malfunction'])) {
return $this->services['.container.private.state_machine.malfunction'];
}
return $this->services['.container.private.state_machine.malfunction'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => 'Neu', 1 => 'Offen', 2 => 'Wiedereröffnet', 3 => 'In Terminierung DL', 4 => 'Ticket vom System geschlossen', 5 => 'Terminiert und angenommen', 6 => 'Auftrag abgelehnt', 7 => 'Anlage in Notbetrieb', 8 => 'Ticket schließen', 9 => 'Ticket geschlossen', 10 => 'Anlage nicht repariert', 11 => 'Neu terminiert'], [0 => ($this->privates['.state_machine.malfunction.transition.0'] ?? ($this->privates['.state_machine.malfunction.transition.0'] = new \Symfony\Component\Workflow\Transition('Ticket initialisieren', 'Neu', 'Offen'))), 1 => ($this->privates['.state_machine.malfunction.transition.1'] ?? ($this->privates['.state_machine.malfunction.transition.1'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Offen', 'In Terminierung DL'))), 2 => ($this->privates['.state_machine.malfunction.transition.2'] ?? ($this->privates['.state_machine.malfunction.transition.2'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Wiedereröffnet', 'In Terminierung DL'))), 3 => ($this->privates['.state_machine.malfunction.transition.3'] ?? ($this->privates['.state_machine.malfunction.transition.3'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'Anlage nicht repariert', 'Terminiert und angenommen'))), 4 => ($this->privates['.state_machine.malfunction.transition.4'] ?? ($this->privates['.state_machine.malfunction.transition.4'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'In Terminierung DL', 'Terminiert und angenommen'))), 5 => ($this->privates['.state_machine.malfunction.transition.5'] ?? ($this->privates['.state_machine.malfunction.transition.5'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'Wiedereröffnet', 'Terminiert und angenommen'))), 6 => ($this->privates['.state_machine.malfunction.transition.6'] ?? ($this->privates['.state_machine.malfunction.transition.6'] = new \Symfony\Component\Workflow\Transition('Ablehnen', 'In Terminierung DL', 'Auftrag abgelehnt'))), 7 => ($this->privates['.state_machine.malfunction.transition.7'] ?? ($this->privates['.state_machine.malfunction.transition.7'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Terminiert und angenommen', 'Ticket schließen'))), 8 => ($this->privates['.state_machine.malfunction.transition.8'] ?? ($this->privates['.state_machine.malfunction.transition.8'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Anlage in Notbetrieb', 'Ticket schließen'))), 9 => ($this->privates['.state_machine.malfunction.transition.9'] ?? ($this->privates['.state_machine.malfunction.transition.9'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Neu terminiert', 'Ticket schließen'))), 10 => ($this->privates['.state_machine.malfunction.transition.10'] ?? ($this->privates['.state_machine.malfunction.transition.10'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Ticket schließen', 'Ticket geschlossen'))), 11 => ($this->privates['.state_machine.malfunction.transition.11'] ?? ($this->privates['.state_machine.malfunction.transition.11'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'Ticket schließen', 'Wiedereröffnet'))), 12 => ($this->privates['.state_machine.malfunction.transition.12'] ?? ($this->privates['.state_machine.malfunction.transition.12'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Terminiert und angenommen', 'Anlage nicht repariert'))), 13 => ($this->privates['.state_machine.malfunction.transition.13'] ?? ($this->privates['.state_machine.malfunction.transition.13'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Anlage in Notbetrieb', 'Anlage nicht repariert'))), 14 => ($this->privates['.state_machine.malfunction.transition.14'] ?? ($this->privates['.state_machine.malfunction.transition.14'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Neu terminiert', 'Anlage nicht repariert'))), 15 => ($this->privates['.state_machine.malfunction.transition.15'] ?? ($this->privates['.state_machine.malfunction.transition.15'] = new \Symfony\Component\Workflow\Transition('Anlage in Notbetrieb', 'Terminiert und angenommen', 'Anlage in Notbetrieb'))), 16 => ($this->privates['.state_machine.malfunction.transition.16'] ?? ($this->privates['.state_machine.malfunction.transition.16'] = new \Symfony\Component\Workflow\Transition('Anlage in Notbetrieb', 'Anlage in Notbetrieb', 'Anlage in Notbetrieb'))), 17 => ($this->privates['.state_machine.malfunction.transition.17'] ?? ($this->privates['.state_machine.malfunction.transition.17'] = new \Symfony\Component\Workflow\Transition('Anlage in Notbetrieb', 'Neu terminiert', 'Anlage in Notbetrieb'))), 18 => ($this->privates['.state_machine.malfunction.transition.18'] ?? ($this->privates['.state_machine.malfunction.transition.18'] = new \Symfony\Component\Workflow\Transition('Neu terminieren', 'Terminiert und angenommen', 'Neu terminiert')))], [0 => 'Neu'], ($this->privates['state_machine.malfunction.metadata_store'] ?? $this->getStateMachine_Malfunction_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'marking'), $a, 'malfunction', NULL);
}
/**
* Gets the public '.container.private.state_machine.neamalfunction' shared service.
*
* @return \Symfony\Component\Workflow\StateMachine
*/
protected function get_Container_Private_StateMachine_NeamalfunctionService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['.container.private.state_machine.neamalfunction'])) {
return $this->services['.container.private.state_machine.neamalfunction'];
}
return $this->services['.container.private.state_machine.neamalfunction'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => 'Neu', 1 => 'Offen', 2 => 'Wiedereröffnet', 3 => 'In Terminierung DL', 4 => 'Ticket vom System geschlossen', 5 => 'Terminiert und angenommen', 6 => 'Auftrag abgelehnt', 7 => 'Ticket schließen', 8 => 'Ticket geschlossen', 9 => 'Anlage nicht repariert', 10 => 'Neu terminiert'], [0 => ($this->privates['.state_machine.neamalfunction.transition.0'] ?? ($this->privates['.state_machine.neamalfunction.transition.0'] = new \Symfony\Component\Workflow\Transition('Ticket initialisieren', 'Neu', 'Offen'))), 1 => ($this->privates['.state_machine.neamalfunction.transition.1'] ?? ($this->privates['.state_machine.neamalfunction.transition.1'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Offen', 'In Terminierung DL'))), 2 => ($this->privates['.state_machine.neamalfunction.transition.2'] ?? ($this->privates['.state_machine.neamalfunction.transition.2'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Wiedereröffnet', 'In Terminierung DL'))), 3 => ($this->privates['.state_machine.neamalfunction.transition.3'] ?? ($this->privates['.state_machine.neamalfunction.transition.3'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'In Terminierung DL', 'Terminiert und angenommen'))), 4 => ($this->privates['.state_machine.neamalfunction.transition.4'] ?? ($this->privates['.state_machine.neamalfunction.transition.4'] = new \Symfony\Component\Workflow\Transition('Ablehnen', 'In Terminierung DL', 'Auftrag abgelehnt'))), 5 => ($this->privates['.state_machine.neamalfunction.transition.5'] ?? ($this->privates['.state_machine.neamalfunction.transition.5'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Terminiert und angenommen', 'Ticket schließen'))), 6 => ($this->privates['.state_machine.neamalfunction.transition.6'] ?? ($this->privates['.state_machine.neamalfunction.transition.6'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Neu terminiert', 'Ticket schließen'))), 7 => ($this->privates['.state_machine.neamalfunction.transition.7'] ?? ($this->privates['.state_machine.neamalfunction.transition.7'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Anlage nicht repariert', 'Ticket schließen'))), 8 => ($this->privates['.state_machine.neamalfunction.transition.8'] ?? ($this->privates['.state_machine.neamalfunction.transition.8'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Ticket schließen', 'Ticket geschlossen'))), 9 => ($this->privates['.state_machine.neamalfunction.transition.9'] ?? ($this->privates['.state_machine.neamalfunction.transition.9'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Terminiert und angenommen', 'Anlage nicht repariert'))), 10 => ($this->privates['.state_machine.neamalfunction.transition.10'] ?? ($this->privates['.state_machine.neamalfunction.transition.10'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Neu terminiert', 'Anlage nicht repariert'))), 11 => ($this->privates['.state_machine.neamalfunction.transition.11'] ?? ($this->privates['.state_machine.neamalfunction.transition.11'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Anlage nicht repariert', 'Anlage nicht repariert'))), 12 => ($this->privates['.state_machine.neamalfunction.transition.12'] ?? ($this->privates['.state_machine.neamalfunction.transition.12'] = new \Symfony\Component\Workflow\Transition('Neu terminieren', 'Terminiert und angenommen', 'Neu terminiert'))), 13 => ($this->privates['.state_machine.neamalfunction.transition.13'] ?? ($this->privates['.state_machine.neamalfunction.transition.13'] = new \Symfony\Component\Workflow\Transition('Neu terminieren', 'Anlage nicht repariert', 'Neu terminiert'))), 14 => ($this->privates['.state_machine.neamalfunction.transition.14'] ?? ($this->privates['.state_machine.neamalfunction.transition.14'] = new \Symfony\Component\Workflow\Transition('Neu terminieren', 'Neu terminiert', 'Neu terminiert'))), 15 => ($this->privates['.state_machine.neamalfunction.transition.15'] ?? ($this->privates['.state_machine.neamalfunction.transition.15'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'Auftrag abgelehnt', 'Wiedereröffnet'))), 16 => ($this->privates['.state_machine.neamalfunction.transition.16'] ?? ($this->privates['.state_machine.neamalfunction.transition.16'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'Ticket schließen', 'Wiedereröffnet')))], [0 => 'Neu'], ($this->privates['state_machine.neamalfunction.metadata_store'] ?? $this->getStateMachine_Neamalfunction_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'marking'), $a, 'neamalfunction', NULL);
}
/**
* Gets the public '.container.private.state_machine.refuel' shared service.
*
* @return \Symfony\Component\Workflow\StateMachine
*/
protected function get_Container_Private_StateMachine_RefuelService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['.container.private.state_machine.refuel'])) {
return $this->services['.container.private.state_machine.refuel'];
}
return $this->services['.container.private.state_machine.refuel'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => 'Neu', 1 => 'Offen', 2 => 'Wiedereröffnet', 3 => 'In Terminierung DL', 4 => 'Ticket vom System geschlossen', 5 => 'Terminiert und angenommen', 6 => 'Auftrag abgelehnt', 7 => 'Ticket schließen', 8 => 'Ticket geschlossen', 9 => 'Betankung konnte nicht durchgeführt werden', 10 => 'Neu terminiert'], [0 => ($this->privates['.state_machine.refuel.transition.0'] ?? ($this->privates['.state_machine.refuel.transition.0'] = new \Symfony\Component\Workflow\Transition('Ticket initialisieren', 'Neu', 'Offen'))), 1 => ($this->privates['.state_machine.refuel.transition.1'] ?? ($this->privates['.state_machine.refuel.transition.1'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Offen', 'In Terminierung DL'))), 2 => ($this->privates['.state_machine.refuel.transition.2'] ?? ($this->privates['.state_machine.refuel.transition.2'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Wiedereröffnet', 'In Terminierung DL'))), 3 => ($this->privates['.state_machine.refuel.transition.3'] ?? ($this->privates['.state_machine.refuel.transition.3'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'In Terminierung DL', 'Terminiert und angenommen'))), 4 => ($this->privates['.state_machine.refuel.transition.4'] ?? ($this->privates['.state_machine.refuel.transition.4'] = new \Symfony\Component\Workflow\Transition('Ablehnen', 'In Terminierung DL', 'Auftrag abgelehnt'))), 5 => ($this->privates['.state_machine.refuel.transition.5'] ?? ($this->privates['.state_machine.refuel.transition.5'] = new \Symfony\Component\Workflow\Transition('Betankung vollständig durchgeführt', 'Terminiert und angenommen', 'Ticket schließen'))), 6 => ($this->privates['.state_machine.refuel.transition.6'] ?? ($this->privates['.state_machine.refuel.transition.6'] = new \Symfony\Component\Workflow\Transition('Betankung vollständig durchgeführt', 'Neu terminiert', 'Ticket schließen'))), 7 => ($this->privates['.state_machine.refuel.transition.7'] ?? ($this->privates['.state_machine.refuel.transition.7'] = new \Symfony\Component\Workflow\Transition('Betankung vollständig durchgeführt', 'Betankung konnte nicht durchgeführt werden', 'Ticket schließen'))), 8 => ($this->privates['.state_machine.refuel.transition.8'] ?? ($this->privates['.state_machine.refuel.transition.8'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Ticket schließen', 'Ticket geschlossen'))), 9 => ($this->privates['.state_machine.refuel.transition.9'] ?? ($this->privates['.state_machine.refuel.transition.9'] = new \Symfony\Component\Workflow\Transition('Betankung konnte nicht durchgeführt werden', 'Terminiert und angenommen', 'Betankung konnte nicht durchgeführt werden'))), 10 => ($this->privates['.state_machine.refuel.transition.10'] ?? ($this->privates['.state_machine.refuel.transition.10'] = new \Symfony\Component\Workflow\Transition('Betankung konnte nicht durchgeführt werden', 'Neu terminiert', 'Betankung konnte nicht durchgeführt werden'))), 11 => ($this->privates['.state_machine.refuel.transition.11'] ?? ($this->privates['.state_machine.refuel.transition.11'] = new \Symfony\Component\Workflow\Transition('Betankung konnte nicht durchgeführt werden', 'Betankung konnte nicht durchgeführt werden', 'Betankung konnte nicht durchgeführt werden'))), 12 => ($this->privates['.state_machine.refuel.transition.12'] ?? ($this->privates['.state_machine.refuel.transition.12'] = new \Symfony\Component\Workflow\Transition('Neu terminieren', 'Terminiert und angenommen', 'Neu terminiert'))), 13 => ($this->privates['.state_machine.refuel.transition.13'] ?? ($this->privates['.state_machine.refuel.transition.13'] = new \Symfony\Component\Workflow\Transition('Neu terminieren', 'Betankung konnte nicht durchgeführt werden', 'Neu terminiert'))), 14 => ($this->privates['.state_machine.refuel.transition.14'] ?? ($this->privates['.state_machine.refuel.transition.14'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'Auftrag abgelehnt', 'Wiedereröffnet'))), 15 => ($this->privates['.state_machine.refuel.transition.15'] ?? ($this->privates['.state_machine.refuel.transition.15'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'Ticket schließen', 'Wiedereröffnet')))], [0 => 'Neu'], ($this->privates['state_machine.refuel.metadata_store'] ?? $this->getStateMachine_Refuel_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'marking'), $a, 'refuel', NULL);
}
/**
* Gets the public '.container.private.state_machine.sensor' shared service.
*
* @return \Symfony\Component\Workflow\StateMachine
*/
protected function get_Container_Private_StateMachine_SensorService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['.container.private.state_machine.sensor'])) {
return $this->services['.container.private.state_machine.sensor'];
}
return $this->services['.container.private.state_machine.sensor'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => 'Neu', 1 => 'Offen', 2 => 'Wiedereröffnet', 3 => 'In Terminierung DL', 4 => 'Ticket vom System geschlossen', 5 => 'Terminiert und angenommen', 6 => 'Auftrag abgelehnt', 7 => 'Ticket schließen', 8 => 'Ticket geschlossen', 9 => 'Sensor nicht repariert', 10 => 'Neu terminiert'], [0 => ($this->privates['.state_machine.sensor.transition.0'] ?? ($this->privates['.state_machine.sensor.transition.0'] = new \Symfony\Component\Workflow\Transition('Ticket initialisieren', 'Neu', 'Offen'))), 1 => ($this->privates['.state_machine.sensor.transition.1'] ?? ($this->privates['.state_machine.sensor.transition.1'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Offen', 'In Terminierung DL'))), 2 => ($this->privates['.state_machine.sensor.transition.2'] ?? ($this->privates['.state_machine.sensor.transition.2'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Wiedereröffnet', 'In Terminierung DL'))), 3 => ($this->privates['.state_machine.sensor.transition.3'] ?? ($this->privates['.state_machine.sensor.transition.3'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'In Terminierung DL', 'Terminiert und angenommen'))), 4 => ($this->privates['.state_machine.sensor.transition.4'] ?? ($this->privates['.state_machine.sensor.transition.4'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'Sensor nicht repariert', 'Terminiert und angenommen'))), 5 => ($this->privates['.state_machine.sensor.transition.5'] ?? ($this->privates['.state_machine.sensor.transition.5'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'Wiedereröffnet', 'Terminiert und angenommen'))), 6 => ($this->privates['.state_machine.sensor.transition.6'] ?? ($this->privates['.state_machine.sensor.transition.6'] = new \Symfony\Component\Workflow\Transition('Ablehnen', 'In Terminierung DL', 'Auftrag abgelehnt'))), 7 => ($this->privates['.state_machine.sensor.transition.7'] ?? ($this->privates['.state_machine.sensor.transition.7'] = new \Symfony\Component\Workflow\Transition('Sensor repariert', 'Terminiert und angenommen', 'Ticket schließen'))), 8 => ($this->privates['.state_machine.sensor.transition.8'] ?? ($this->privates['.state_machine.sensor.transition.8'] = new \Symfony\Component\Workflow\Transition('Sensor repariert', 'Neu terminiert', 'Ticket schließen'))), 9 => ($this->privates['.state_machine.sensor.transition.9'] ?? ($this->privates['.state_machine.sensor.transition.9'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Ticket schließen', 'Ticket geschlossen'))), 10 => ($this->privates['.state_machine.sensor.transition.10'] ?? ($this->privates['.state_machine.sensor.transition.10'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'Ticket schließen', 'Wiedereröffnet'))), 11 => ($this->privates['.state_machine.sensor.transition.11'] ?? ($this->privates['.state_machine.sensor.transition.11'] = new \Symfony\Component\Workflow\Transition('Sensor nicht repariert', 'Terminiert und angenommen', 'Sensor nicht repariert'))), 12 => ($this->privates['.state_machine.sensor.transition.12'] ?? ($this->privates['.state_machine.sensor.transition.12'] = new \Symfony\Component\Workflow\Transition('Sensor nicht repariert', 'Neu terminiert', 'Sensor nicht repariert'))), 13 => ($this->privates['.state_machine.sensor.transition.13'] ?? ($this->privates['.state_machine.sensor.transition.13'] = new \Symfony\Component\Workflow\Transition('Neu terminieren', 'Terminiert und angenommen', 'Neu terminiert')))], [0 => 'Neu'], ($this->privates['state_machine.sensor.metadata_store'] ?? $this->getStateMachine_Sensor_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'marking'), $a, 'sensor', NULL);
}
/**
* Gets the public '.container.private.state_machine.warning' shared service.
*
* @return \Symfony\Component\Workflow\StateMachine
*/
protected function get_Container_Private_StateMachine_WarningService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['.container.private.state_machine.warning'])) {
return $this->services['.container.private.state_machine.warning'];
}
return $this->services['.container.private.state_machine.warning'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => 'Neu', 1 => 'Offen', 2 => 'Wiedereröffnet', 3 => 'In Terminierung DL', 4 => 'Ticket vom System geschlossen', 5 => 'Terminiert und angenommen', 6 => 'Auftrag abgelehnt', 7 => 'Anlage in Notbetrieb', 8 => 'Ticket schließen', 9 => 'Ticket geschlossen', 10 => 'Anlage nicht repariert', 11 => 'Neu terminiert'], [0 => ($this->privates['.state_machine.warning.transition.0'] ?? ($this->privates['.state_machine.warning.transition.0'] = new \Symfony\Component\Workflow\Transition('Ticket initialisieren', 'Neu', 'Offen'))), 1 => ($this->privates['.state_machine.warning.transition.1'] ?? ($this->privates['.state_machine.warning.transition.1'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Offen', 'In Terminierung DL'))), 2 => ($this->privates['.state_machine.warning.transition.2'] ?? ($this->privates['.state_machine.warning.transition.2'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Wiedereröffnet', 'In Terminierung DL'))), 3 => ($this->privates['.state_machine.warning.transition.3'] ?? ($this->privates['.state_machine.warning.transition.3'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'In Terminierung DL', 'Terminiert und angenommen'))), 4 => ($this->privates['.state_machine.warning.transition.4'] ?? ($this->privates['.state_machine.warning.transition.4'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'Anlage nicht repariert', 'Terminiert und angenommen'))), 5 => ($this->privates['.state_machine.warning.transition.5'] ?? ($this->privates['.state_machine.warning.transition.5'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'Anlage in Notbetrieb', 'Terminiert und angenommen'))), 6 => ($this->privates['.state_machine.warning.transition.6'] ?? ($this->privates['.state_machine.warning.transition.6'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'Wiedereröffnet', 'Terminiert und angenommen'))), 7 => ($this->privates['.state_machine.warning.transition.7'] ?? ($this->privates['.state_machine.warning.transition.7'] = new \Symfony\Component\Workflow\Transition('Ablehnen', 'In Terminierung DL', 'Auftrag abgelehnt'))), 8 => ($this->privates['.state_machine.warning.transition.8'] ?? ($this->privates['.state_machine.warning.transition.8'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Terminiert und angenommen', 'Ticket schließen'))), 9 => ($this->privates['.state_machine.warning.transition.9'] ?? ($this->privates['.state_machine.warning.transition.9'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Anlage in Notbetrieb', 'Ticket schließen'))), 10 => ($this->privates['.state_machine.warning.transition.10'] ?? ($this->privates['.state_machine.warning.transition.10'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Neu terminiert', 'Ticket schließen'))), 11 => ($this->privates['.state_machine.warning.transition.11'] ?? ($this->privates['.state_machine.warning.transition.11'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'In Terminierung DL', 'Ticket schließen'))), 12 => ($this->privates['.state_machine.warning.transition.12'] ?? ($this->privates['.state_machine.warning.transition.12'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Neu', 'Ticket vom System geschlossen'))), 13 => ($this->privates['.state_machine.warning.transition.13'] ?? ($this->privates['.state_machine.warning.transition.13'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Offen', 'Ticket vom System geschlossen'))), 14 => ($this->privates['.state_machine.warning.transition.14'] ?? ($this->privates['.state_machine.warning.transition.14'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Wiedereröffnet', 'Ticket vom System geschlossen'))), 15 => ($this->privates['.state_machine.warning.transition.15'] ?? ($this->privates['.state_machine.warning.transition.15'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'In Terminierung DL', 'Ticket vom System geschlossen'))), 16 => ($this->privates['.state_machine.warning.transition.16'] ?? ($this->privates['.state_machine.warning.transition.16'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Terminiert und angenommen', 'Ticket vom System geschlossen'))), 17 => ($this->privates['.state_machine.warning.transition.17'] ?? ($this->privates['.state_machine.warning.transition.17'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Auftrag abgelehnt', 'Ticket vom System geschlossen'))), 18 => ($this->privates['.state_machine.warning.transition.18'] ?? ($this->privates['.state_machine.warning.transition.18'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Anlage in Notbetrieb', 'Ticket vom System geschlossen'))), 19 => ($this->privates['.state_machine.warning.transition.19'] ?? ($this->privates['.state_machine.warning.transition.19'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Ticket schließen', 'Ticket vom System geschlossen'))), 20 => ($this->privates['.state_machine.warning.transition.20'] ?? ($this->privates['.state_machine.warning.transition.20'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Ticket geschlossen', 'Ticket vom System geschlossen'))), 21 => ($this->privates['.state_machine.warning.transition.21'] ?? ($this->privates['.state_machine.warning.transition.21'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'Ticket schließen', 'Wiedereröffnet'))), 22 => ($this->privates['.state_machine.warning.transition.22'] ?? ($this->privates['.state_machine.warning.transition.22'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'Ticket vom System geschlossen', 'Wiedereröffnet'))), 23 => ($this->privates['.state_machine.warning.transition.23'] ?? ($this->privates['.state_machine.warning.transition.23'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Terminiert und angenommen', 'Anlage nicht repariert'))), 24 => ($this->privates['.state_machine.warning.transition.24'] ?? ($this->privates['.state_machine.warning.transition.24'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Anlage in Notbetrieb', 'Anlage nicht repariert'))), 25 => ($this->privates['.state_machine.warning.transition.25'] ?? ($this->privates['.state_machine.warning.transition.25'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Neu terminiert', 'Anlage nicht repariert'))), 26 => ($this->privates['.state_machine.warning.transition.26'] ?? ($this->privates['.state_machine.warning.transition.26'] = new \Symfony\Component\Workflow\Transition('Anlage in Notbetrieb', 'Terminiert und angenommen', 'Anlage in Notbetrieb'))), 27 => ($this->privates['.state_machine.warning.transition.27'] ?? ($this->privates['.state_machine.warning.transition.27'] = new \Symfony\Component\Workflow\Transition('Anlage in Notbetrieb', 'Anlage in Notbetrieb', 'Anlage in Notbetrieb'))), 28 => ($this->privates['.state_machine.warning.transition.28'] ?? ($this->privates['.state_machine.warning.transition.28'] = new \Symfony\Component\Workflow\Transition('Anlage in Notbetrieb', 'Neu terminiert', 'Anlage in Notbetrieb'))), 29 => ($this->privates['.state_machine.warning.transition.29'] ?? ($this->privates['.state_machine.warning.transition.29'] = new \Symfony\Component\Workflow\Transition('Neu terminieren', 'Terminiert und angenommen', 'Neu terminiert')))], [0 => 'Neu'], ($this->privates['state_machine.warning.metadata_store'] ?? $this->getStateMachine_Warning_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'marking'), $a, 'warning', NULL);
}
/**
* Gets the public '.container.private.state_machine.zues' shared service.
*
* @return \Symfony\Component\Workflow\StateMachine
*/
protected function get_Container_Private_StateMachine_ZuesService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['.container.private.state_machine.zues'])) {
return $this->services['.container.private.state_machine.zues'];
}
return $this->services['.container.private.state_machine.zues'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => 'Neu', 1 => 'Offen', 2 => 'Wiedereröffnet', 3 => 'In Terminierung DL', 4 => 'Ticket vom System geschlossen', 5 => 'Terminiert und angenommen', 6 => 'Auftrag abgelehnt', 7 => 'Anlage in Notbetrieb', 8 => 'Ticket schließen', 9 => 'Ticket geschlossen', 10 => 'Anlage nicht repariert', 11 => 'Neu terminiert'], [0 => ($this->privates['.state_machine.zues.transition.0'] ?? ($this->privates['.state_machine.zues.transition.0'] = new \Symfony\Component\Workflow\Transition('Ticket initialisieren', 'Neu', 'Offen'))), 1 => ($this->privates['.state_machine.zues.transition.1'] ?? ($this->privates['.state_machine.zues.transition.1'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Offen', 'In Terminierung DL'))), 2 => ($this->privates['.state_machine.zues.transition.2'] ?? ($this->privates['.state_machine.zues.transition.2'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Wiedereröffnet', 'In Terminierung DL'))), 3 => ($this->privates['.state_machine.zues.transition.3'] ?? ($this->privates['.state_machine.zues.transition.3'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'Anlage nicht repariert', 'Terminiert und angenommen'))), 4 => ($this->privates['.state_machine.zues.transition.4'] ?? ($this->privates['.state_machine.zues.transition.4'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'In Terminierung DL', 'Terminiert und angenommen'))), 5 => ($this->privates['.state_machine.zues.transition.5'] ?? ($this->privates['.state_machine.zues.transition.5'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'Wiedereröffnet', 'Terminiert und angenommen'))), 6 => ($this->privates['.state_machine.zues.transition.6'] ?? ($this->privates['.state_machine.zues.transition.6'] = new \Symfony\Component\Workflow\Transition('Ablehnen', 'In Terminierung DL', 'Auftrag abgelehnt'))), 7 => ($this->privates['.state_machine.zues.transition.7'] ?? ($this->privates['.state_machine.zues.transition.7'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Terminiert und angenommen', 'Ticket schließen'))), 8 => ($this->privates['.state_machine.zues.transition.8'] ?? ($this->privates['.state_machine.zues.transition.8'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Anlage in Notbetrieb', 'Ticket schließen'))), 9 => ($this->privates['.state_machine.zues.transition.9'] ?? ($this->privates['.state_machine.zues.transition.9'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Neu terminiert', 'Ticket schließen'))), 10 => ($this->privates['.state_machine.zues.transition.10'] ?? ($this->privates['.state_machine.zues.transition.10'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Ticket schließen', 'Ticket geschlossen'))), 11 => ($this->privates['.state_machine.zues.transition.11'] ?? ($this->privates['.state_machine.zues.transition.11'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'Ticket schließen', 'Wiedereröffnet'))), 12 => ($this->privates['.state_machine.zues.transition.12'] ?? ($this->privates['.state_machine.zues.transition.12'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Terminiert und angenommen', 'Anlage nicht repariert'))), 13 => ($this->privates['.state_machine.zues.transition.13'] ?? ($this->privates['.state_machine.zues.transition.13'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Anlage in Notbetrieb', 'Anlage nicht repariert'))), 14 => ($this->privates['.state_machine.zues.transition.14'] ?? ($this->privates['.state_machine.zues.transition.14'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Neu terminiert', 'Anlage nicht repariert'))), 15 => ($this->privates['.state_machine.zues.transition.15'] ?? ($this->privates['.state_machine.zues.transition.15'] = new \Symfony\Component\Workflow\Transition('Anlage in Notbetrieb', 'Terminiert und angenommen', 'Anlage in Notbetrieb'))), 16 => ($this->privates['.state_machine.zues.transition.16'] ?? ($this->privates['.state_machine.zues.transition.16'] = new \Symfony\Component\Workflow\Transition('Anlage in Notbetrieb', 'Anlage in Notbetrieb', 'Anlage in Notbetrieb'))), 17 => ($this->privates['.state_machine.zues.transition.17'] ?? ($this->privates['.state_machine.zues.transition.17'] = new \Symfony\Component\Workflow\Transition('Anlage in Notbetrieb', 'Neu terminiert', 'Anlage in Notbetrieb'))), 18 => ($this->privates['.state_machine.zues.transition.18'] ?? ($this->privates['.state_machine.zues.transition.18'] = new \Symfony\Component\Workflow\Transition('Neu terminieren', 'Terminiert und angenommen', 'Neu terminiert')))], [0 => 'Neu'], ($this->privates['state_machine.zues.metadata_store'] ?? $this->getStateMachine_Zues_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'marking'), $a, 'zues', NULL);
}
/**
* Gets the public '.container.private.twig' shared service.
*
* @return \Twig\Environment
*/
protected function get_Container_Private_TwigService()
{
$a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
$a->addPath((\dirname(__DIR__, 4).'/templates'), 'templates');
$a->addPath((\dirname(__DIR__, 4).'/assets/media/logos'), 'logos');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
$a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
$a->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
$a->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
$a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
$a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
$a->addPath((\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/views'), 'CraueFormFlow');
$a->addPath((\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/views'), '!CraueFormFlow');
$a->addPath((\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), 'MisdPhoneNumber');
$a->addPath((\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), '!MisdPhoneNumber');
$a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/templates'), 'BazingaGeocoder');
$a->addPath((\dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/templates'), '!BazingaGeocoder');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/mercure-bundle/src/Resources/views'), 'Mercure');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/mercure-bundle/src/Resources/views'), '!Mercure');
$a->addPath((\dirname(__DIR__, 4).'/templates'));
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
$this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
$b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$c = ($this->services['translator'] ?? $this->getTranslatorService());
$d = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
$e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$f = ($this->services['router'] ?? $this->getRouterService());
$g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$h = ($this->privates['workflow.registry'] ?? $this->getWorkflow_RegistryService());
$i = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$j->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $e]);
$k = new \Craue\FormFlowBundle\Twig\Extension\FormFlowExtension();
$k->setFormFlowUtil(($this->services['craue_formflow_util'] ?? ($this->services['craue_formflow_util'] = new \Craue\FormFlowBundle\Util\FormFlowUtil())));
$l = ($this->privates['mercure.hub.default.traceable'] ?? $this->getMercure_Hub_Default_TraceableService());
$m = new \Symfony\Component\Mercure\HubRegistry($l, ['default' => $l]);
$n = new \Symfony\Bridge\Twig\AppVariable();
$n->setEnvironment('dev');
$n->setDebug(true);
if ($this->has('.container.private.security.token_storage')) {
$n->setTokenStorage($i);
}
if ($this->has('request_stack')) {
$n->setRequestStack($g);
}
$o = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
$instance->addExtension($d);
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__, 4), 'UTF-8'));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g, $f)));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($h));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($g, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $i)));
$instance->addExtension(new \App\Twig\AppExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
$instance->addExtension(new \App\Twig\WorkflowExtension($h));
$instance->addExtension(new \Twig\Extension\DebugExtension());
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
$instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($d));
$instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
$instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
], [
'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
])));
$instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
$instance->addExtension(new \Skies\QRcodeBundle\Twig\Extensions\Barcode(new \Skies\QRcodeBundle\Generator\Generator()));
$instance->addExtension($k);
$instance->addExtension(new \Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension(new \Misd\PhoneNumberBundle\Templating\Helper\PhoneNumberHelper(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()))));
$instance->addExtension(($this->services['oneup_uploader.twig.extension.uploader'] ?? $this->getOneupUploader_Twig_Extension_UploaderService()));
$instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
$instance->addExtension(new \Symfony\Component\Mercure\Twig\MercureExtension($m, new \Symfony\Component\Mercure\Authorization($m, NULL), $g));
$instance->addGlobal('app', $n);
$instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', false],
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', false],
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', false],
'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', false],
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services', 'jms_serializer.twig_extension.serializer_runtime_helper', 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService', false],
'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates', 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime', 'getUploaderExtensionRuntimeService', false],
], [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
])));
$instance->addGlobal('app_environment', $this->getEnv('APP_ENV'));
$instance->registerUndefinedFilterCallback([0 => $o, 1 => 'suggestFilter']);
$instance->registerUndefinedFunctionCallback([0 => $o, 1 => 'suggestFunction']);
$instance->registerUndefinedTokenParserCallback([0 => $o, 1 => 'suggestTag']);
(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
return $instance;
}
/**
* Gets the public '.container.private.validator' shared service.
*
* @return \Symfony\Component\Validator\Validator\TraceableValidator
*/
protected function get_Container_Private_ValidatorService()
{
$a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
if (isset($this->services['.container.private.validator'])) {
return $this->services['.container.private.validator'];
}
return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
}
/**
* Gets the public 'AcoLoggerService' shared autowired service.
*
* @return \App\Service\AcoLoggerService
*/
protected function getAcoLoggerServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/AcoLoggerService.php';
return $this->services['AcoLoggerService'] = new \App\Service\AcoLoggerService(($this->services['kernel'] ?? $this->get('kernel', 1)));
}
/**
* Gets the public 'App\Controller\Admin\AddressCrudController' shared autowired service.
*
* @return \App\Controller\Admin\AddressCrudController
*/
protected function getAddressCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/AddressCrudController.php';
$this->services['App\\Controller\\Admin\\AddressCrudController'] = $instance = new \App\Controller\Admin\AddressCrudController();
$instance->setContainer(($this->privates['.service_locator.ipvtXDO'] ?? $this->get_ServiceLocator_IpvtXDOService())->withContext('App\\Controller\\Admin\\AddressCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\AdminController' shared autowired service.
*
* @return \App\Controller\Admin\AdminController
*/
protected function getAdminControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/AdminController.php';
$this->services['App\\Controller\\Admin\\AdminController'] = $instance = new \App\Controller\Admin\AdminController(($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\AdminController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\AwmController' shared autowired service.
*
* @return \App\Controller\Admin\AwmController
*/
protected function getAwmControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/AwmController.php';
$this->services['App\\Controller\\Admin\\AwmController'] = $instance = new \App\Controller\Admin\AwmController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\AwmController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\AwmCrudController' shared autowired service.
*
* @return \App\Controller\Admin\AwmCrudController
*/
protected function getAwmCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/AwmCrudController.php';
$this->services['App\\Controller\\Admin\\AwmCrudController'] = $instance = new \App\Controller\Admin\AwmCrudController();
$instance->setContainer(($this->privates['.service_locator.ipvtXDO'] ?? $this->get_ServiceLocator_IpvtXDOService())->withContext('App\\Controller\\Admin\\AwmCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\BuchungskreisCrudController' shared autowired service.
*
* @return \App\Controller\Admin\BuchungskreisCrudController
*/
protected function getBuchungskreisCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/BuchungskreisCrudController.php';
$this->services['App\\Controller\\Admin\\BuchungskreisCrudController'] = $instance = new \App\Controller\Admin\BuchungskreisCrudController();
$instance->setContainer(($this->privates['.service_locator.ipvtXDO'] ?? $this->get_ServiceLocator_IpvtXDOService())->withContext('App\\Controller\\Admin\\BuchungskreisCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\ClientCrudController' shared autowired service.
*
* @return \App\Controller\Admin\ClientCrudController
*/
protected function getClientCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/ClientCrudController.php';
$this->services['App\\Controller\\Admin\\ClientCrudController'] = $instance = new \App\Controller\Admin\ClientCrudController();
$instance->setContainer(($this->privates['.service_locator.ipvtXDO'] ?? $this->get_ServiceLocator_IpvtXDOService())->withContext('App\\Controller\\Admin\\ClientCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\CompanyCrudController' shared autowired service.
*
* @return \App\Controller\Admin\CompanyCrudController
*/
protected function getCompanyCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/CompanyCrudController.php';
$this->services['App\\Controller\\Admin\\CompanyCrudController'] = $instance = new \App\Controller\Admin\CompanyCrudController();
$instance->setContainer(($this->privates['.service_locator.ipvtXDO'] ?? $this->get_ServiceLocator_IpvtXDOService())->withContext('App\\Controller\\Admin\\CompanyCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\ContactCrudController' shared autowired service.
*
* @return \App\Controller\Admin\ContactCrudController
*/
protected function getContactCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/ContactCrudController.php';
$this->services['App\\Controller\\Admin\\ContactCrudController'] = $instance = new \App\Controller\Admin\ContactCrudController();
$instance->setContainer(($this->privates['.service_locator.ipvtXDO'] ?? $this->get_ServiceLocator_IpvtXDOService())->withContext('App\\Controller\\Admin\\ContactCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\ControlManufacturerCrudController' shared autowired service.
*
* @return \App\Controller\Admin\ControlManufacturerCrudController
*/
protected function getControlManufacturerCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/ControlManufacturerCrudController.php';
$this->services['App\\Controller\\Admin\\ControlManufacturerCrudController'] = $instance = new \App\Controller\Admin\ControlManufacturerCrudController();
$instance->setContainer(($this->privates['.service_locator.ipvtXDO'] ?? $this->get_ServiceLocator_IpvtXDOService())->withContext('App\\Controller\\Admin\\ControlManufacturerCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\ControlTypeCrudController' shared autowired service.
*
* @return \App\Controller\Admin\ControlTypeCrudController
*/
protected function getControlTypeCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/ControlTypeCrudController.php';
$this->services['App\\Controller\\Admin\\ControlTypeCrudController'] = $instance = new \App\Controller\Admin\ControlTypeCrudController();
$instance->setContainer(($this->privates['.service_locator.ipvtXDO'] ?? $this->get_ServiceLocator_IpvtXDOService())->withContext('App\\Controller\\Admin\\ControlTypeCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\CustomerAdminController' shared autowired service.
*
* @return \App\Controller\Admin\CustomerAdminController
*/
protected function getCustomerAdminControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/CustomerAdminController.php';
$this->services['App\\Controller\\Admin\\CustomerAdminController'] = $instance = new \App\Controller\Admin\CustomerAdminController(($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\CustomerAdminController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\DashboardController' shared autowired service.
*
* @return \App\Controller\Admin\DashboardController
*/
protected function getDashboardControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/DashboardControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractDashboardController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/DashboardController.php';
$this->services['App\\Controller\\Admin\\DashboardController'] = $instance = new \App\Controller\Admin\DashboardController();
$instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\CrudUrlGenerator' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\CrudUrlGenerator', 'getCrudUrlGeneratorService', false],
'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'router' => ['services', 'router', 'getRouterService', false],
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\CrudUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\CrudUrlGenerator',
'doctrine' => '?',
'form.factory' => '?',
'http_kernel' => '?',
'parameter_bag' => '?',
'request_stack' => '?',
'router' => '?',
'security.authorization_checker' => '?',
'security.csrf.token_manager' => '?',
'security.token_storage' => '?',
'serializer' => '?',
'session' => '.session.deprecated',
'twig' => '?',
]))->withContext('App\\Controller\\Admin\\DashboardController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\DocumentCategoryCrudController' shared autowired service.
*
* @return \App\Controller\Admin\DocumentCategoryCrudController
*/
protected function getDocumentCategoryCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/DocumentCategoryCrudController.php';
$this->services['App\\Controller\\Admin\\DocumentCategoryCrudController'] = $instance = new \App\Controller\Admin\DocumentCategoryCrudController();
$instance->setContainer(($this->privates['.service_locator.ipvtXDO'] ?? $this->get_ServiceLocator_IpvtXDOService())->withContext('App\\Controller\\Admin\\DocumentCategoryCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\DocumentCrudController' shared autowired service.
*
* @return \App\Controller\Admin\DocumentCrudController
*/
protected function getDocumentCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/DocumentCrudController.php';
$this->services['App\\Controller\\Admin\\DocumentCrudController'] = $instance = new \App\Controller\Admin\DocumentCrudController();
$instance->setContainer(($this->privates['.service_locator.ipvtXDO'] ?? $this->get_ServiceLocator_IpvtXDOService())->withContext('App\\Controller\\Admin\\DocumentCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\ElevatorCrudController' shared autowired service.
*
* @return \App\Controller\Admin\ElevatorCrudController
*/
protected function getElevatorCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/ElevatorCrudController.php';
$this->services['App\\Controller\\Admin\\ElevatorCrudController'] = $instance = new \App\Controller\Admin\ElevatorCrudController();
$instance->setContainer(($this->privates['.service_locator.ipvtXDO'] ?? $this->get_ServiceLocator_IpvtXDOService())->withContext('App\\Controller\\Admin\\ElevatorCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\EmailTemplateCrudController' shared autowired service.
*
* @return \App\Controller\Admin\EmailTemplateCrudController
*/
protected function getEmailTemplateCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EmailTemplateCrudController.php';
$this->services['App\\Controller\\Admin\\EmailTemplateCrudController'] = $instance = new \App\Controller\Admin\EmailTemplateCrudController();
$instance->setContainer(($this->privates['.service_locator.ipvtXDO'] ?? $this->get_ServiceLocator_IpvtXDOService())->withContext('App\\Controller\\Admin\\EmailTemplateCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\EngineManufacturerCrudController' shared autowired service.
*
* @return \App\Controller\Admin\EngineManufacturerCrudController
*/
protected function getEngineManufacturerCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EngineManufacturerCrudController.php';
$this->services['App\\Controller\\Admin\\EngineManufacturerCrudController'] = $instance = new \App\Controller\Admin\EngineManufacturerCrudController();
$instance->setContainer(($this->privates['.service_locator.ipvtXDO'] ?? $this->get_ServiceLocator_IpvtXDOService())->withContext('App\\Controller\\Admin\\EngineManufacturerCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\EngineTypeCrudController' shared autowired service.
*
* @return \App\Controller\Admin\EngineTypeCrudController
*/
protected function getEngineTypeCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EngineTypeCrudController.php';
$this->services['App\\Controller\\Admin\\EngineTypeCrudController'] = $instance = new \App\Controller\Admin\EngineTypeCrudController();
$instance->setContainer(($this->privates['.service_locator.ipvtXDO'] ?? $this->get_ServiceLocator_IpvtXDOService())->withContext('App\\Controller\\Admin\\EngineTypeCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\GpioCrudController' shared autowired service.
*
* @return \App\Controller\Admin\GpioCrudController
*/
protected function getGpioCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/GpioCrudController.php';
$this->services['App\\Controller\\Admin\\GpioCrudController'] = $instance = new \App\Controller\Admin\GpioCrudController();
$instance->setContainer(($this->privates['.service_locator.ipvtXDO'] ?? $this->get_ServiceLocator_IpvtXDOService())->withContext('App\\Controller\\Admin\\GpioCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\GpioValueCrudController' shared autowired service.
*
* @return \App\Controller\Admin\GpioValueCrudController
*/
protected function getGpioValueCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/GpioValueCrudController.php';
$this->services['App\\Controller\\Admin\\GpioValueCrudController'] = $instance = new \App\Controller\Admin\GpioValueCrudController();
$instance->setContainer(($this->privates['.service_locator.ipvtXDO'] ?? $this->get_ServiceLocator_IpvtXDOService())->withContext('App\\Controller\\Admin\\GpioValueCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\InstallElevatorCrudController' shared autowired service.
*
* @return \App\Controller\Admin\InstallElevatorCrudController
*/
protected function getInstallElevatorCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/InstallElevatorCrudController.php';
$this->services['App\\Controller\\Admin\\InstallElevatorCrudController'] = $instance = new \App\Controller\Admin\InstallElevatorCrudController(($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()));
$instance->setContainer(($this->privates['.service_locator.ipvtXDO'] ?? $this->get_ServiceLocator_IpvtXDOService())->withContext('App\\Controller\\Admin\\InstallElevatorCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\Manufacturer2CrudController' shared autowired service.
*
* @return \App\Controller\Admin\Manufacturer2CrudController
*/
protected function getManufacturer2CrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/Manufacturer2CrudController.php';
$this->services['App\\Controller\\Admin\\Manufacturer2CrudController'] = $instance = new \App\Controller\Admin\Manufacturer2CrudController();
$instance->setContainer(($this->privates['.service_locator.ipvtXDO'] ?? $this->get_ServiceLocator_IpvtXDOService())->withContext('App\\Controller\\Admin\\Manufacturer2CrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\ManufacturerCrudController' shared autowired service.
*
* @return \App\Controller\Admin\ManufacturerCrudController
*/
protected function getManufacturerCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/ManufacturerCrudController.php';
$this->services['App\\Controller\\Admin\\ManufacturerCrudController'] = $instance = new \App\Controller\Admin\ManufacturerCrudController();
$instance->setContainer(($this->privates['.service_locator.ipvtXDO'] ?? $this->get_ServiceLocator_IpvtXDOService())->withContext('App\\Controller\\Admin\\ManufacturerCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\NeaCrudController' shared autowired service.
*
* @return \App\Controller\Admin\NeaCrudController
*/
protected function getNeaCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/NeaCrudController.php';
$this->services['App\\Controller\\Admin\\NeaCrudController'] = $instance = new \App\Controller\Admin\NeaCrudController();
$instance->setContainer(($this->privates['.service_locator.ipvtXDO'] ?? $this->get_ServiceLocator_IpvtXDOService())->withContext('App\\Controller\\Admin\\NeaCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\PumpCrudController' shared autowired service.
*
* @return \App\Controller\Admin\PumpCrudController
*/
protected function getPumpCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/PumpCrudController.php';
$this->services['App\\Controller\\Admin\\PumpCrudController'] = $instance = new \App\Controller\Admin\PumpCrudController();
$instance->setContainer(($this->privates['.service_locator.ipvtXDO'] ?? $this->get_ServiceLocator_IpvtXDOService())->withContext('App\\Controller\\Admin\\PumpCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\SensorCrudController' shared autowired service.
*
* @return \App\Controller\Admin\SensorCrudController
*/
protected function getSensorCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/SensorCrudController.php';
$this->services['App\\Controller\\Admin\\SensorCrudController'] = $instance = new \App\Controller\Admin\SensorCrudController();
$instance->setContainer(($this->privates['.service_locator.ipvtXDO'] ?? $this->get_ServiceLocator_IpvtXDOService())->withContext('App\\Controller\\Admin\\SensorCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\SteeringEngineCrudController' shared autowired service.
*
* @return \App\Controller\Admin\SteeringEngineCrudController
*/
protected function getSteeringEngineCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/SteeringEngineCrudController.php';
$this->services['App\\Controller\\Admin\\SteeringEngineCrudController'] = $instance = new \App\Controller\Admin\SteeringEngineCrudController();
$instance->setContainer(($this->privates['.service_locator.ipvtXDO'] ?? $this->get_ServiceLocator_IpvtXDOService())->withContext('App\\Controller\\Admin\\SteeringEngineCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\SteeringManufacturerCrudController' shared autowired service.
*
* @return \App\Controller\Admin\SteeringManufacturerCrudController
*/
protected function getSteeringManufacturerCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/SteeringManufacturerCrudController.php';
$this->services['App\\Controller\\Admin\\SteeringManufacturerCrudController'] = $instance = new \App\Controller\Admin\SteeringManufacturerCrudController();
$instance->setContainer(($this->privates['.service_locator.ipvtXDO'] ?? $this->get_ServiceLocator_IpvtXDOService())->withContext('App\\Controller\\Admin\\SteeringManufacturerCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\SteeringRegulationCrudController' shared autowired service.
*
* @return \App\Controller\Admin\SteeringRegulationCrudController
*/
protected function getSteeringRegulationCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/SteeringRegulationCrudController.php';
$this->services['App\\Controller\\Admin\\SteeringRegulationCrudController'] = $instance = new \App\Controller\Admin\SteeringRegulationCrudController();
$instance->setContainer(($this->privates['.service_locator.ipvtXDO'] ?? $this->get_ServiceLocator_IpvtXDOService())->withContext('App\\Controller\\Admin\\SteeringRegulationCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\SteeringTypeCrudController' shared autowired service.
*
* @return \App\Controller\Admin\SteeringTypeCrudController
*/
protected function getSteeringTypeCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/SteeringTypeCrudController.php';
$this->services['App\\Controller\\Admin\\SteeringTypeCrudController'] = $instance = new \App\Controller\Admin\SteeringTypeCrudController();
$instance->setContainer(($this->privates['.service_locator.ipvtXDO'] ?? $this->get_ServiceLocator_IpvtXDOService())->withContext('App\\Controller\\Admin\\SteeringTypeCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\TicketCrudController' shared autowired service.
*
* @return \App\Controller\Admin\TicketCrudController
*/
protected function getTicketCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/TicketCrudController.php';
$this->services['App\\Controller\\Admin\\TicketCrudController'] = $instance = new \App\Controller\Admin\TicketCrudController();
$instance->setContainer(($this->privates['.service_locator.ipvtXDO'] ?? $this->get_ServiceLocator_IpvtXDOService())->withContext('App\\Controller\\Admin\\TicketCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\TradeCrudController' shared autowired service.
*
* @return \App\Controller\Admin\TradeCrudController
*/
protected function getTradeCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/TradeCrudController.php';
$this->services['App\\Controller\\Admin\\TradeCrudController'] = $instance = new \App\Controller\Admin\TradeCrudController();
$instance->setContainer(($this->privates['.service_locator.ipvtXDO'] ?? $this->get_ServiceLocator_IpvtXDOService())->withContext('App\\Controller\\Admin\\TradeCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Admin\UserCrudController' shared autowired service.
*
* @return \App\Controller\Admin\UserCrudController
*/
protected function getUserCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/UserCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Service/PasswordGenerator.php';
$this->services['App\\Controller\\Admin\\UserCrudController'] = $instance = new \App\Controller\Admin\UserCrudController(($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()), new \App\Service\PasswordGenerator(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationService2Service()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()));
$instance->setContainer(($this->privates['.service_locator.ipvtXDO'] ?? $this->get_ServiceLocator_IpvtXDOService())->withContext('App\\Controller\\Admin\\UserCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\AcquisitionController' shared autowired service.
*
* @return \App\Controller\Api\AcquisitionController
*/
protected function getAcquisitionControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Api/AcquisitionController.php';
$this->services['App\\Controller\\Api\\AcquisitionController'] = $instance = new \App\Controller\Api\AcquisitionController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\CustomExceptionService'] ?? $this->getCustomExceptionService2Service()));
$instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('App\\Controller\\Api\\AcquisitionController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\AddressController' shared autowired service.
*
* @return \App\Controller\Api\AddressController
*/
protected function getAddressControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/AddressController.php';
return $this->services['App\\Controller\\Api\\AddressController'] = new \App\Controller\Api\AddressController();
}
/**
* Gets the public 'App\Controller\Api\ElevatorController' shared autowired service.
*
* @return \App\Controller\Api\ElevatorController
*/
protected function getElevatorControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Api/ElevatorController.php';
$this->services['App\\Controller\\Api\\ElevatorController'] = $instance = new \App\Controller\Api\ElevatorController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\CustomExceptionService'] ?? $this->getCustomExceptionService2Service()), ($this->privates['App\\Service\\LegApiService'] ?? $this->getLegApiServiceService()));
$instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('App\\Controller\\Api\\ElevatorController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\ExternalElevatorController' shared autowired service.
*
* @return \App\Controller\Api\ExternalElevatorController
*/
protected function getExternalElevatorControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Api/ExternalElevatorController.php';
$this->services['App\\Controller\\Api\\ExternalElevatorController'] = $instance = new \App\Controller\Api\ExternalElevatorController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\ExternalElevatorController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\GpioController' shared autowired service.
*
* @return \App\Controller\Api\GpioController
*/
protected function getGpioControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Api/GpioController.php';
$this->services['App\\Controller\\Api\\GpioController'] = $instance = new \App\Controller\Api\GpioController(($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationService2Service()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('App\\Controller\\Api\\GpioController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\GpioValueController' shared autowired service.
*
* @return \App\Controller\Api\GpioValueController
*/
protected function getGpioValueControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/GpioValueController.php';
return $this->services['App\\Controller\\Api\\GpioValueController'] = new \App\Controller\Api\GpioValueController();
}
/**
* Gets the public 'App\Controller\Api\LegApiExternalController' shared autowired service.
*
* @return \App\Controller\Api\LegApiExternalController
*/
protected function getLegApiExternalControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Api/LegApiExternalController.php';
$this->services['App\\Controller\\Api\\LegApiExternalController'] = $instance = new \App\Controller\Api\LegApiExternalController(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\LegApiExternalController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\LegController' shared autowired service.
*
* @return \App\Controller\Api\LegController
*/
protected function getLegControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Api/LegController.php';
$this->services['App\\Controller\\Api\\LegController'] = $instance = new \App\Controller\Api\LegController(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['App\\Service\\LegApiService'] ?? $this->getLegApiServiceService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\LegController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\NeaController' shared autowired service.
*
* @return \App\Controller\Api\NeaController
*/
protected function getNeaControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Api/NeaController.php';
$this->services['App\\Controller\\Api\\NeaController'] = $instance = new \App\Controller\Api\NeaController(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('App\\Controller\\Api\\NeaController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\PumpController' shared autowired service.
*
* @return \App\Controller\Api\PumpController
*/
protected function getPumpControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Api/PumpController.php';
$this->services['App\\Controller\\Api\\PumpController'] = $instance = new \App\Controller\Api\PumpController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\CustomExceptionService'] ?? $this->getCustomExceptionService2Service()), ($this->privates['App\\Service\\LegApiService'] ?? $this->getLegApiServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('App\\Controller\\Api\\PumpController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\SensorController' shared autowired service.
*
* @return \App\Controller\Api\SensorController
*/
protected function getSensorControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Api/SensorController.php';
$this->services['App\\Controller\\Api\\SensorController'] = $instance = new \App\Controller\Api\SensorController(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->privates['App\\Service\\SensorRemoteService'] ?? $this->getSensorRemoteServiceService()));
$instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('App\\Controller\\Api\\SensorController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\TicketController' shared autowired service.
*
* @return \App\Controller\Api\TicketController
*/
protected function getTicketControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Api/TicketController.php';
$this->services['App\\Controller\\Api\\TicketController'] = $instance = new \App\Controller\Api\TicketController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\CustomExceptionService'] ?? $this->getCustomExceptionService2Service()));
$instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('App\\Controller\\Api\\TicketController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Web\AcquisitionController' shared autowired service.
*
* @return \App\Controller\Web\AcquisitionController
*/
protected function getAcquisitionController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Web/AcquisitionController.php';
include_once \dirname(__DIR__, 4).'/src/Service/ContainerParameterService.php';
include_once \dirname(__DIR__, 4).'/src/Service/StringService.php';
$this->services['App\\Controller\\Web\\AcquisitionController'] = $instance = new \App\Controller\Web\AcquisitionController(($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), new \App\Service\ContainerParameterService(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)))), new \App\Service\StringService());
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Web\\AcquisitionController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Web\AddressController' shared autowired service.
*
* @return \App\Controller\Web\AddressController
*/
protected function getAddressController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Web/AddressController.php';
$this->services['App\\Controller\\Web\\AddressController'] = $instance = new \App\Controller\Web\AddressController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Web\\AddressController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Web\ClientController' shared autowired service.
*
* @return \App\Controller\Web\ClientController
*/
protected function getClientControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Web/ClientController.php';
$this->services['App\\Controller\\Web\\ClientController'] = $instance = new \App\Controller\Web\ClientController(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\CustomExceptionService'] ?? $this->getCustomExceptionService2Service()), ($this->privates['workflow.registry'] ?? $this->getWorkflow_RegistryService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Web\\ClientController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Web\CommentController' shared autowired service.
*
* @return \App\Controller\Web\CommentController
*/
protected function getCommentControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Web/CommentController.php';
$this->services['App\\Controller\\Web\\CommentController'] = $instance = new \App\Controller\Web\CommentController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Web\\CommentController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Web\DashboardController' shared autowired service.
*
* @return \App\Controller\Web\DashboardController
*/
protected function getDashboardController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Web/DashboardController.php';
$this->services['App\\Controller\\Web\\DashboardController'] = $instance = new \App\Controller\Web\DashboardController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Web\\DashboardController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Web\ElevatorController' shared autowired service.
*
* @return \App\Controller\Web\ElevatorController
*/
protected function getElevatorController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Web/ElevatorController.php';
$this->services['App\\Controller\\Web\\ElevatorController'] = $instance = new \App\Controller\Web\ElevatorController(($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\CustomExceptionService'] ?? $this->getCustomExceptionService2Service()), ($this->privates['App\\Service\\TicketGenerator'] ?? $this->getTicketGeneratorService()), ($this->privates['workflow.registry'] ?? $this->getWorkflow_RegistryService()), ($this->privates['App\\Service\\NumberNormalizationService'] ?? $this->getNumberNormalizationServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Service\\SensorRemoteService'] ?? $this->getSensorRemoteServiceService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Web\\ElevatorController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Web\InstallMaintenanceController' shared autowired service.
*
* @return \App\Controller\Web\InstallMaintenanceController
*/
protected function getInstallMaintenanceControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Web/InstallMaintenanceController.php';
$this->services['App\\Controller\\Web\\InstallMaintenanceController'] = $instance = new \App\Controller\Web\InstallMaintenanceController(($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\CustomExceptionService'] ?? $this->getCustomExceptionService2Service()), ($this->privates['App\\Service\\SensorRemoteService'] ?? $this->getSensorRemoteServiceService()), ($this->privates['workflow.registry'] ?? $this->getWorkflow_RegistryService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Web\\InstallMaintenanceController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Web\InstallMaintenanceSecurityController' shared autowired service.
*
* @return \App\Controller\Web\InstallMaintenanceSecurityController
*/
protected function getInstallMaintenanceSecurityControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Web/InstallMaintenanceSecurityController.php';
$this->services['App\\Controller\\Web\\InstallMaintenanceSecurityController'] = $instance = new \App\Controller\Web\InstallMaintenanceSecurityController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Web\\InstallMaintenanceSecurityController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Web\InstallToolSecurityController' shared autowired service.
*
* @return \App\Controller\Web\InstallToolSecurityController
*/
protected function getInstallToolSecurityControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Web/InstallToolSecurityController.php';
$this->services['App\\Controller\\Web\\InstallToolSecurityController'] = $instance = new \App\Controller\Web\InstallToolSecurityController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Web\\InstallToolSecurityController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Web\LegApiProxyController' shared autowired service.
*
* @return \App\Controller\Web\LegApiProxyController
*/
protected function getLegApiProxyControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Web/LegApiProxyController.php';
$this->services['App\\Controller\\Web\\LegApiProxyController'] = $instance = new \App\Controller\Web\LegApiProxyController(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\LegApiService'] ?? $this->getLegApiServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Web\\LegApiProxyController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Web\ManualInspectionController' shared autowired service.
*
* @return \App\Controller\Web\ManualInspectionController
*/
protected function getManualInspectionControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Web/ManualInspectionController.php';
$this->services['App\\Controller\\Web\\ManualInspectionController'] = $instance = new \App\Controller\Web\ManualInspectionController(($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), ($this->services['craue_formflow_util'] ?? ($this->services['craue_formflow_util'] = new \Craue\FormFlowBundle\Util\FormFlowUtil())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Web\\ManualInspectionController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Web\NeaController' shared autowired service.
*
* @return \App\Controller\Web\NeaController
*/
protected function getNeaController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Web/NeaController.php';
$this->services['App\\Controller\\Web\\NeaController'] = $instance = new \App\Controller\Web\NeaController(($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationService2Service()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\CustomExceptionService'] ?? $this->getCustomExceptionService2Service()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Web\\NeaController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Web\PagesController' shared autowired service.
*
* @return \App\Controller\Web\PagesController
*/
protected function getPagesControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Web/PagesController.php';
$this->services['App\\Controller\\Web\\PagesController'] = $instance = new \App\Controller\Web\PagesController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Web\\PagesController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Web\PublishController' shared autowired service.
*
* @return \App\Controller\Web\PublishController
*/
protected function getPublishControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Web/PublishController.php';
$this->services['App\\Controller\\Web\\PublishController'] = $instance = new \App\Controller\Web\PublishController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Web\\PublishController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Web\PumpController' shared autowired service.
*
* @return \App\Controller\Web\PumpController
*/
protected function getPumpController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Web/PumpController.php';
$this->services['App\\Controller\\Web\\PumpController'] = $instance = new \App\Controller\Web\PumpController(($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\CustomExceptionService'] ?? $this->getCustomExceptionService2Service()), ($this->privates['App\\Service\\TicketGenerator'] ?? $this->getTicketGeneratorService()), ($this->privates['workflow.registry'] ?? $this->getWorkflow_RegistryService()), ($this->privates['App\\Service\\NumberNormalizationService'] ?? $this->getNumberNormalizationServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Service\\SensorRemoteService'] ?? $this->getSensorRemoteServiceService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Web\\PumpController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Web\RemoteController' shared autowired service.
*
* @return \App\Controller\Web\RemoteController
*/
protected function getRemoteControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Web/RemoteController.php';
$this->services['App\\Controller\\Web\\RemoteController'] = $instance = new \App\Controller\Web\RemoteController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Web\\RemoteController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Web\ResetPasswordController' shared autowired service.
*
* @return \App\Controller\Web\ResetPasswordController
*/
protected function getResetPasswordControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Controller/ResetPasswordControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Web/ResetPasswordController.php';
include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/ResetPasswordHelperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/ResetPasswordHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Generator/ResetPasswordTokenGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Generator/ResetPasswordRandomGenerator.php';
$this->services['App\\Controller\\Web\\ResetPasswordController'] = $instance = new \App\Controller\Web\ResetPasswordController(new \SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelper(new \SymfonyCasts\Bundle\ResetPassword\Generator\ResetPasswordTokenGenerator($this->getEnv('APP_SECRET'), new \SymfonyCasts\Bundle\ResetPassword\Generator\ResetPasswordRandomGenerator()), ($this->privates['symfonycasts.reset_password.cleaner'] ?? $this->getSymfonycasts_ResetPassword_CleanerService()), ($this->privates['App\\Repository\\ResetPasswordRequestRepository'] ?? $this->getResetPasswordRequestRepositoryService()), 3600, 0), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Web\\ResetPasswordController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Web\SecurityController' shared autowired service.
*
* @return \App\Controller\Web\SecurityController
*/
protected function getSecurityControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Web/SecurityController.php';
$this->services['App\\Controller\\Web\\SecurityController'] = $instance = new \App\Controller\Web\SecurityController(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Web\\SecurityController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Web\SensorController' shared autowired service.
*
* @return \App\Controller\Web\SensorController
*/
protected function getSensorController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Web/SensorController.php';
$this->services['App\\Controller\\Web\\SensorController'] = $instance = new \App\Controller\Web\SensorController(($this->privates['App\\Service\\SensorRemoteService'] ?? $this->getSensorRemoteServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Web\\SensorController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Web\StatsController' shared autowired service.
*
* @return \App\Controller\Web\StatsController
*/
protected function getStatsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Web/StatsController.php';
$this->services['App\\Controller\\Web\\StatsController'] = $instance = new \App\Controller\Web\StatsController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\CustomExceptionService'] ?? $this->getCustomExceptionService2Service()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Web\\StatsController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Web\TicketController' shared autowired service.
*
* @return \App\Controller\Web\TicketController
*/
protected function getTicketController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Web/TicketController.php';
$a = ($this->privates['workflow.registry'] ?? $this->getWorkflow_RegistryService());
$this->services['App\\Controller\\Web\\TicketController'] = $instance = new \App\Controller\Web\TicketController($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a, ($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\CustomExceptionService'] ?? $this->getCustomExceptionService2Service()), ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationService2Service()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Web\\TicketController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Web\UserController' shared autowired service.
*
* @return \App\Controller\Web\UserController
*/
protected function getUserControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Web/UserController.php';
$this->services['App\\Controller\\Web\\UserController'] = $instance = new \App\Controller\Web\UserController(($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Web\\UserController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Web\ZuesController' shared autowired service.
*
* @return \App\Controller\Web\ZuesController
*/
protected function getZuesControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Web/ZuesController.php';
$this->services['App\\Controller\\Web\\ZuesController'] = $instance = new \App\Controller\Web\ZuesController(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\CustomExceptionService'] ?? $this->getCustomExceptionService2Service()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Web\\ZuesController', $this));
return $instance;
}
/**
* Gets the public 'App\EventListener\DocumentCreateListener' shared autowired service.
*
* @return \App\EventListener\DocumentCreateListener
*/
protected function getDocumentCreateListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/DocumentCreateListener.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['App\\EventListener\\DocumentCreateListener'])) {
return $this->services['App\\EventListener\\DocumentCreateListener'];
}
$b = ($this->services['NotificationService'] ?? $this->getNotificationServiceService());
if (isset($this->services['App\\EventListener\\DocumentCreateListener'])) {
return $this->services['App\\EventListener\\DocumentCreateListener'];
}
$c = ($this->privates['App\\Service\\ZuesDocumentService'] ?? $this->getZuesDocumentServiceService());
if (isset($this->services['App\\EventListener\\DocumentCreateListener'])) {
return $this->services['App\\EventListener\\DocumentCreateListener'];
}
return $this->services['App\\EventListener\\DocumentCreateListener'] = new \App\EventListener\DocumentCreateListener($a, $b, ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $c, ($this->privates['workflow.registry'] ?? $this->getWorkflow_RegistryService()));
}
/**
* Gets the public 'App\EventListener\GpioValueListener' shared autowired service.
*
* @return \App\EventListener\GpioValueListener
*/
protected function getGpioValueListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/GpioValueListener.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['App\\EventListener\\GpioValueListener'])) {
return $this->services['App\\EventListener\\GpioValueListener'];
}
$b = ($this->services['NotificationService'] ?? $this->getNotificationServiceService());
if (isset($this->services['App\\EventListener\\GpioValueListener'])) {
return $this->services['App\\EventListener\\GpioValueListener'];
}
$c = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
if (isset($this->services['App\\EventListener\\GpioValueListener'])) {
return $this->services['App\\EventListener\\GpioValueListener'];
}
return $this->services['App\\EventListener\\GpioValueListener'] = new \App\EventListener\GpioValueListener($a, $b, $c, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the public 'App\EventListener\TicketListener' shared autowired service.
*
* @return \App\EventListener\TicketListener
*/
protected function getTicketListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/TicketListener.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['App\\EventListener\\TicketListener'])) {
return $this->services['App\\EventListener\\TicketListener'];
}
$b = ($this->services['NotificationService'] ?? $this->getNotificationServiceService());
if (isset($this->services['App\\EventListener\\TicketListener'])) {
return $this->services['App\\EventListener\\TicketListener'];
}
$c = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
if (isset($this->services['App\\EventListener\\TicketListener'])) {
return $this->services['App\\EventListener\\TicketListener'];
}
$d = ($this->privates['workflow.registry'] ?? $this->getWorkflow_RegistryService());
if (isset($this->services['App\\EventListener\\TicketListener'])) {
return $this->services['App\\EventListener\\TicketListener'];
}
return $this->services['App\\EventListener\\TicketListener'] = new \App\EventListener\TicketListener($a, $b, $c, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $d);
}
/**
* Gets the public 'AuthenticationHelper' shared autowired service.
*
* @return \App\Helper\AuthenticationHelper
*/
protected function getAuthenticationHelperService()
{
include_once \dirname(__DIR__, 4).'/src/Helper/AuthenticationHelper.php';
return $this->services['AuthenticationHelper'] = new \App\Helper\AuthenticationHelper(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $this);
}
/**
* Gets the public 'AwmCheckerService' shared autowired service.
*
* @return \App\FailureDetection\AwmChecker
*/
protected function getAwmCheckerServiceService()
{
include_once \dirname(__DIR__, 4).'/src/FailureDetection/AwmChecker.php';
include_once \dirname(__DIR__, 4).'/src/Service/AcoLoggerService.php';
return $this->services['AwmCheckerService'] = new \App\FailureDetection\AwmChecker(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\TicketGenerator'] ?? $this->getTicketGeneratorService()), ($this->privates['App\\Service\\AcoLoggerService'] ?? ($this->privates['App\\Service\\AcoLoggerService'] = new \App\Service\AcoLoggerService(($this->services['kernel'] ?? $this->get('kernel', 1))))), ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationService2Service()));
}
/**
* Gets the public 'CustomExceptionService' shared autowired service.
*
* @return \App\Service\CustomExceptionService
*/
protected function getCustomExceptionServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/CustomExceptionService.php';
$a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
return $this->services['CustomExceptionService'] = new \App\Service\CustomExceptionService($a, ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $a);
}
/**
* Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
*/
protected function getProfilerControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
}
/**
* Gets the public 'EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand
*/
protected function getMakeAdminDashboardCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Command/MakeAdminDashboardCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Maker/ClassMaker.php';
$this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Maker\\ClassMaker'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Maker\\ClassMaker'] = new \EasyCorp\Bundle\EasyAdminBundle\Maker\ClassMaker(($this->services['kernel'] ?? $this->get('kernel', 1)), \dirname(__DIR__, 4)))), \dirname(__DIR__, 4));
$instance->setName('make:admin:dashboard');
$instance->setDescription('Creates a new EasyAdmin Dashboard class');
return $instance;
}
/**
* Gets the public 'EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminMigrationCommand' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminMigrationCommand
*/
protected function getMakeAdminMigrationCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Command/MakeAdminMigrationCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Maker/Migrator.php';
$this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminMigrationCommand(new \EasyCorp\Bundle\EasyAdminBundle\Maker\Migrator(), \dirname(__DIR__, 4));
$instance->setName('make:admin:migration');
$instance->setDescription('Migrates EasyAdmin2 YAML config into EasyAdmin 3 PHP config classes');
return $instance;
}
/**
* Gets the public 'EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand
*/
protected function getMakeCrudControllerCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Command/MakeCrudControllerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Maker/ClassMaker.php';
$this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand(\dirname(__DIR__, 4), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Maker\\ClassMaker'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Maker\\ClassMaker'] = new \EasyCorp\Bundle\EasyAdminBundle\Maker\ClassMaker(($this->services['kernel'] ?? $this->get('kernel', 1)), \dirname(__DIR__, 4)))), ($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setName('make:admin:crud');
$instance->setDescription('Creates a new EasyAdmin CRUD controller class');
return $instance;
}
/**
* Gets the public 'FailureCheckerService' shared autowired service.
*
* @return \App\FailureDetection\FailureChecker
*/
protected function getFailureCheckerServiceService()
{
include_once \dirname(__DIR__, 4).'/src/FailureDetection/FailureChecker.php';
return $this->services['FailureCheckerService'] = new \App\FailureDetection\FailureChecker(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\TicketGenerator'] ?? $this->getTicketGeneratorService()), ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationService2Service()));
}
/**
* Gets the public 'Geocoder\Dumper\GeoArray' shared service.
*
* @return \Geocoder\Dumper\GeoArray
*/
protected function getGeoArrayService()
{
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder/Dumper/AbstractArrayDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder/Dumper/Dumper.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder/Dumper/GeoArray.php';
return $this->services['Geocoder\\Dumper\\GeoArray'] = new \Geocoder\Dumper\GeoArray();
}
/**
* Gets the public 'Geocoder\Dumper\GeoJson' shared service.
*
* @return \Geocoder\Dumper\GeoJson
*/
protected function getGeoJsonService()
{
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder/Dumper/AbstractArrayDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder/Dumper/Dumper.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder/Dumper/GeoJson.php';
return $this->services['Geocoder\\Dumper\\GeoJson'] = new \Geocoder\Dumper\GeoJson();
}
/**
* Gets the public 'Geocoder\Dumper\Gpx' shared service.
*
* @return \Geocoder\Dumper\Gpx
*/
protected function getGpxService()
{
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder/Dumper/AbstractDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder/Dumper/Dumper.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder/Dumper/Gpx.php';
return $this->services['Geocoder\\Dumper\\Gpx'] = new \Geocoder\Dumper\Gpx();
}
/**
* Gets the public 'Geocoder\Dumper\Kml' shared service.
*
* @return \Geocoder\Dumper\Kml
*/
protected function getKmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder/Dumper/AbstractDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder/Dumper/Dumper.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder/Dumper/Kml.php';
return $this->services['Geocoder\\Dumper\\Kml'] = new \Geocoder\Dumper\Kml();
}
/**
* Gets the public 'Geocoder\Dumper\Wkb' shared service.
*
* @return \Geocoder\Dumper\Wkb
*/
protected function getWkbService()
{
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder/Dumper/Dumper.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder/Dumper/Wkb.php';
return $this->services['Geocoder\\Dumper\\Wkb'] = new \Geocoder\Dumper\Wkb();
}
/**
* Gets the public 'Geocoder\Dumper\Wkt' shared service.
*
* @return \Geocoder\Dumper\Wkt
*/
protected function getWktService()
{
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder/Dumper/Dumper.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder/Dumper/Wkt.php';
return $this->services['Geocoder\\Dumper\\Wkt'] = new \Geocoder\Dumper\Wkt();
}
/**
* Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
*
* @return \Liip\ImagineBundle\Controller\ImagineController
*/
protected function getImagineControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
return $this->services['Liip\\ImagineBundle\\Controller\\ImagineController'] = new \Liip\ImagineBundle\Controller\ImagineController(($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()), ($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), new \Liip\ImagineBundle\Config\Controller\ControllerConfig(302));
}
/**
* Gets the public 'NeaCheckerService' shared autowired service.
*
* @return \App\FailureDetection\NeaChecker
*/
protected function getNeaCheckerServiceService()
{
include_once \dirname(__DIR__, 4).'/src/FailureDetection/NeaChecker.php';
return $this->services['NeaCheckerService'] = new \App\FailureDetection\NeaChecker(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\TicketGenerator'] ?? $this->getTicketGeneratorService()));
}
/**
* Gets the public 'NotificationService' shared autowired service.
*
* @return \App\Service\NotificationService
*/
protected function getNotificationServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/NotificationService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['NotificationService'])) {
return $this->services['NotificationService'];
}
$b = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
if (isset($this->services['NotificationService'])) {
return $this->services['NotificationService'];
}
$c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->services['NotificationService'])) {
return $this->services['NotificationService'];
}
return $this->services['NotificationService'] = new \App\Service\NotificationService($a, $this, $b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['kernel'] ?? $this->get('kernel', 1)), $c, ($this->privates['mercure.hub.default.traceable'] ?? $this->getMercure_Hub_Default_TraceableService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
}
/**
* Gets the public 'StringService' shared autowired service.
*
* @return \App\Service\StringService
*/
protected function getStringServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/StringService.php';
return $this->services['StringService'] = new \App\Service\StringService();
}
/**
* Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
*/
protected function getRedirectControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
}
/**
* Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
*/
protected function getTemplateControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
}
/**
* Gets the public 'TicketCheckerService' shared autowired service.
*
* @return \App\FailureDetection\TicketChecker
*/
protected function getTicketCheckerServiceService()
{
include_once \dirname(__DIR__, 4).'/src/FailureDetection/TicketChecker.php';
return $this->services['TicketCheckerService'] = new \App\FailureDetection\TicketChecker(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\TicketGenerator'] ?? $this->getTicketGeneratorService()), ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationService2Service()));
}
/**
* Gets the public 'TicketGeneratorService' shared autowired service.
*
* @return \App\Service\TicketGenerator
*/
protected function getTicketGeneratorServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/TicketGenerator.php';
return $this->services['TicketGeneratorService'] = new \App\Service\TicketGenerator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationService2Service()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\Base64Namer' shared service.
*
* @return \Vich\UploaderBundle\Naming\Base64Namer
*/
protected function getBase64NamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Base64Namer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\Base64Namer'] = new \Vich\UploaderBundle\Naming\Base64Namer();
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer
*/
protected function getCurrentDateTimeDirectoryNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeDirectoryNamer.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DateTimeHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeHelper.php';
return $this->services['Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer'] = new \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer(new \Vich\UploaderBundle\Naming\CurrentDateTimeHelper(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\HashNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\HashNamer
*/
protected function getHashNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/HashNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\HashNamer'] = new \Vich\UploaderBundle\Naming\HashNamer();
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\OrignameNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\OrignameNamer
*/
protected function getOrignameNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\OrignameNamer'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\PropertyDirectoryNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\PropertyDirectoryNamer
*/
protected function getPropertyDirectoryNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/PropertyDirectoryNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer'] = new \Vich\UploaderBundle\Naming\PropertyDirectoryNamer(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\PropertyNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\PropertyNamer
*/
protected function getPropertyNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/PropertyNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\PropertyNamer'] = new \Vich\UploaderBundle\Naming\PropertyNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
*/
protected function getSmartUniqueNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\SubdirDirectoryNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\SubdirDirectoryNamer
*/
protected function getSubdirDirectoryNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SubdirDirectoryNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer'] = new \Vich\UploaderBundle\Naming\SubdirDirectoryNamer();
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\UniqidNamer
*/
protected function getUniqidNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('bANpq-n784', 0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* Gets the public 'cache.app_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_AppClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
}
/**
* Gets the public 'cache.global_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_GlobalClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.doctrine.orm.newserver.result' => ($this->privates['cache.doctrine.orm.newserver.result'] ?? $this->getCache_Doctrine_Orm_Newserver_ResultService()), 'cache.doctrine.orm.newserver.query' => ($this->privates['cache.doctrine.orm.newserver.query'] ?? $this->getCache_Doctrine_Orm_Newserver_QueryService())]);
}
/**
* Gets the public 'cache.system' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SystemService()
{
return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('OUlIIWNWLt', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'cache.system_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_SystemClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService())]);
}
/**
* Gets the public 'cache.validator_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorExpressionLanguageService()
{
return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('wGNe7iyjcF', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'cache_warmer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
*/
protected function getCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
yield 0 => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
yield 1 => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
yield 2 => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
yield 3 => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
yield 4 => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
yield 5 => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
yield 6 => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
yield 7 => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
yield 8 => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
yield 9 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Cache\\CacheWarmer'] ?? $this->getCacheWarmer2Service());
yield 10 => ($this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] ?? $this->getCacheWarmer3Service());
}, 11), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
}
/**
* Gets the public 'console.command.public_alias.App\Command\WorkflowUpdateSvgCommand' shared autowired service.
*
* @return \App\Command\WorkflowUpdateSvgCommand
*/
protected function getWorkflowUpdateSvgCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/src/Command/WorkflowUpdateSvgCommand.php';
return $this->services['console.command.public_alias.App\\Command\\WorkflowUpdateSvgCommand'] = new \App\Command\WorkflowUpdateSvgCommand();
}
/**
* Gets the public 'console.command_loader' shared service.
*
* @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
*/
protected function getConsole_CommandLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Command\\AcoDisorderCommand' => ['privates', 'App\\Command\\AcoDisorderCommand', 'getAcoDisorderCommandService', false],
'App\\Command\\AddUserCommand' => ['privates', 'App\\Command\\AddUserCommand', 'getAddUserCommandService', false],
'App\\Command\\AddZuesHauptstrCommand' => ['privates', '.App\\Command\\AddZuesHauptstrCommand.lazy', 'getAddZuesHauptstrCommand_LazyService', false],
'App\\Command\\AnomalyCheckCommand' => ['privates', 'App\\Command\\AnomalyCheckCommand', 'getAnomalyCheckCommandService', false],
'App\\Command\\BackupGpioValuesCommand' => ['privates', 'App\\Command\\BackupGpioValuesCommand', 'getBackupGpioValuesCommandService', false],
'App\\Command\\CheckActiveObserverCommand' => ['privates', 'App\\Command\\CheckActiveObserverCommand', 'getCheckActiveObserverCommandService', false],
'App\\Command\\CheckFlushnessCommand' => ['privates', 'App\\Command\\CheckFlushnessCommand', 'getCheckFlushnessCommandService', false],
'App\\Command\\CheckOnOfflineShhCommand' => ['privates', 'App\\Command\\CheckOnOfflineShhCommand', 'getCheckOnOfflineShhCommandService', false],
'App\\Command\\CheckSensorOnlineCommand' => ['privates', 'App\\Command\\CheckSensorOnlineCommand', 'getCheckSensorOnlineCommandService', false],
'App\\Command\\CheckZuesFileCommand' => ['privates', '.App\\Command\\CheckZuesFileCommand.lazy', 'getCheckZuesFileCommand_LazyService', false],
'App\\Command\\CheckZuesMailboxCommand' => ['privates', '.App\\Command\\CheckZuesMailboxCommand.lazy', 'getCheckZuesMailboxCommand_LazyService', false],
'App\\Command\\CleanGpioValueDoublesCommand' => ['privates', 'App\\Command\\CleanGpioValueDoublesCommand', 'getCleanGpioValueDoublesCommandService', false],
'App\\Command\\ClearProtocolsWithNoTicketsCommand' => ['privates', 'App\\Command\\ClearProtocolsWithNoTicketsCommand', 'getClearProtocolsWithNoTicketsCommandService', false],
'App\\Command\\ClearTicketsCommand' => ['privates', 'App\\Command\\ClearTicketsCommand', 'getClearTicketsCommandService', false],
'App\\Command\\ConvertStatsCommand' => ['privates', 'App\\Command\\ConvertStatsCommand', 'getConvertStatsCommandService', false],
'App\\Command\\CopyBromerAqcuisitionCommand' => ['privates', 'App\\Command\\CopyBromerAqcuisitionCommand', 'getCopyBromerAqcuisitionCommandService', false],
'App\\Command\\CopyEggerstenAqcuisitionCommand' => ['privates', 'App\\Command\\CopyEggerstenAqcuisitionCommand', 'getCopyEggerstenAqcuisitionCommandService', false],
'App\\Command\\CreateAwmKabinenlichtCommand' => ['privates', 'App\\Command\\CreateAwmKabinenlichtCommand', 'getCreateAwmKabinenlichtCommandService', false],
'App\\Command\\CreateBsCommand' => ['privates', 'App\\Command\\CreateBsCommand', 'getCreateBsCommandService', false],
'App\\Command\\ElevatorCheckCommand' => ['privates', 'App\\Command\\ElevatorCheckCommand', 'getElevatorCheckCommandService', false],
'App\\Command\\FakeCriticalErrorCommand' => ['privates', 'App\\Command\\FakeCriticalErrorCommand', 'getFakeCriticalErrorCommandService', false],
'App\\Command\\FixAqcuisitionCommand' => ['privates', 'App\\Command\\FixAqcuisitionCommand', 'getFixAqcuisitionCommandService', false],
'App\\Command\\FixAquisition3Command' => ['privates', 'App\\Command\\FixAquisition3Command', 'getFixAquisition3CommandService', false],
'App\\Command\\FixAquisitionCommand' => ['privates', 'App\\Command\\FixAquisitionCommand', 'getFixAquisitionCommandService', false],
'App\\Command\\FixAwmErrorsForTicketDeleteCommand' => ['privates', 'App\\Command\\FixAwmErrorsForTicketDeleteCommand', 'getFixAwmErrorsForTicketDeleteCommandService', false],
'App\\Command\\FixImagesAqcuisitionCommand' => ['privates', 'App\\Command\\FixImagesAqcuisitionCommand', 'getFixImagesAqcuisitionCommandService', false],
'App\\Command\\FixImagesAqcuisitionSecondCommand' => ['privates', 'App\\Command\\FixImagesAqcuisitionSecondCommand', 'getFixImagesAqcuisitionSecondCommandService', false],
'App\\Command\\FixImagesAqcuisitionThirdCommand' => ['privates', 'App\\Command\\FixImagesAqcuisitionThirdCommand', 'getFixImagesAqcuisitionThirdCommandService', false],
'App\\Command\\FixProtocollCommand' => ['privates', 'App\\Command\\FixProtocollCommand', 'getFixProtocollCommandService', false],
'App\\Command\\FixRelationsCommand' => ['privates', 'App\\Command\\FixRelationsCommand', 'getFixRelationsCommandService', false],
'App\\Command\\FixStateHistoryCommand' => ['privates', 'App\\Command\\FixStateHistoryCommand', 'getFixStateHistoryCommandService', false],
'App\\Command\\FixStatsCommand' => ['privates', 'App\\Command\\FixStatsCommand', 'getFixStatsCommandService', false],
'App\\Command\\GszTestCommand' => ['privates', 'App\\Command\\GszTestCommand', 'getGszTestCommandService', false],
'App\\Command\\ImportArrUserCommand' => ['privates', 'App\\Command\\ImportArrUserCommand', 'getImportArrUserCommandService', false],
'App\\Command\\ImportLegCommand' => ['privates', 'App\\Command\\ImportLegCommand', 'getImportLegCommandService', false],
'App\\Command\\ImportLegDlMbghCommand' => ['privates', 'App\\Command\\ImportLegDlMbghCommand', 'getImportLegDlMbghCommandService', false],
'App\\Command\\LatLonCommand' => ['privates', 'App\\Command\\LatLonCommand', 'getLatLonCommandService', false],
'App\\Command\\LegApiCheckDiffCommand' => ['privates', 'App\\Command\\LegApiCheckDiffCommand', 'getLegApiCheckDiffCommandService', false],
'App\\Command\\LegApiGetCommand' => ['privates', 'App\\Command\\LegApiGetCommand', 'getLegApiGetCommandService', false],
'App\\Command\\LegApiPostCommand' => ['privates', 'App\\Command\\LegApiPostCommand', 'getLegApiPostCommandService', false],
'App\\Command\\LegApiRetry409Command' => ['privates', 'App\\Command\\LegApiRetry409Command', 'getLegApiRetry409CommandService', false],
'App\\Command\\LegApiSyncStateLisCommand' => ['privates', 'App\\Command\\LegApiSyncStateLisCommand', 'getLegApiSyncStateLisCommandService', false],
'App\\Command\\NeaCheckCommand' => ['privates', 'App\\Command\\NeaCheckCommand', 'getNeaCheckCommandService', false],
'App\\Command\\RegenerateAqcuisitionCommand' => ['privates', 'App\\Command\\RegenerateAqcuisitionCommand', 'getRegenerateAqcuisitionCommandService', false],
'App\\Command\\RegenerateInstallProtocolCommand' => ['privates', 'App\\Command\\RegenerateInstallProtocolCommand', 'getRegenerateInstallProtocolCommandService', false],
'App\\Command\\RegenerateManualInspectionProtocolCommand' => ['privates', 'App\\Command\\RegenerateManualInspectionProtocolCommand', 'getRegenerateManualInspectionProtocolCommandService', false],
'App\\Command\\ResetElevatorCommand' => ['privates', 'App\\Command\\ResetElevatorCommand', 'getResetElevatorCommandService', false],
'App\\Command\\ResetStateCommand' => ['privates', 'App\\Command\\ResetStateCommand', 'getResetStateCommandService', false],
'App\\Command\\RestartAllCommand' => ['privates', 'App\\Command\\RestartAllCommand', 'getRestartAllCommandService', false],
'App\\Command\\RestartObserver24hCommand' => ['privates', 'App\\Command\\RestartObserver24hCommand', 'getRestartObserver24hCommandService', false],
'App\\Command\\SendNotSendedMailsCommand' => ['privates', 'App\\Command\\SendNotSendedMailsCommand', 'getSendNotSendedMailsCommandService', false],
'App\\Command\\SensorCheckCommand' => ['privates', 'App\\Command\\SensorCheckCommand', 'getSensorCheckCommandService', false],
'App\\Command\\SensorCheckRegisterCommand' => ['privates', 'App\\Command\\SensorCheckRegisterCommand', 'getSensorCheckRegisterCommandService', false],
'App\\Command\\SensorCheckTestCommand' => ['privates', 'App\\Command\\SensorCheckTestCommand', 'getSensorCheckTestCommandService', false],
'App\\Command\\SensorUpdatreCommand' => ['privates', 'App\\Command\\SensorUpdatreCommand', 'getSensorUpdatreCommandService', false],
'App\\Command\\TicketEscalateCommand' => ['privates', '.App\\Command\\TicketEscalateCommand.lazy', 'getTicketEscalateCommand_LazyService', false],
'App\\Command\\UpdateElevatorBsDateCommand' => ['privates', 'App\\Command\\UpdateElevatorBsDateCommand', 'getUpdateElevatorBsDateCommandService', false],
'App\\Command\\UpdateSensorHashCommand' => ['privates', 'App\\Command\\UpdateSensorHashCommand', 'getUpdateSensorHashCommandService', false],
'App\\Command\\UpdateTgaHashCommand' => ['privates', 'App\\Command\\UpdateTgaHashCommand', 'getUpdateTgaHashCommandService', false],
'App\\Command\\UpdateUserRolesDatCommand' => ['privates', 'App\\Command\\UpdateUserRolesDatCommand', 'getUpdateUserRolesDatCommandService', false],
'console.command.about' => ['privates', '.console.command.about.lazy', 'get_Console_Command_About_LazyService', false],
'console.command.assets_install' => ['privates', '.console.command.assets_install.lazy', 'get_Console_Command_AssetsInstall_LazyService', false],
'console.command.cache_clear' => ['privates', '.console.command.cache_clear.lazy', 'get_Console_Command_CacheClear_LazyService', false],
'console.command.cache_pool_clear' => ['privates', '.console.command.cache_pool_clear.lazy', 'get_Console_Command_CachePoolClear_LazyService', false],
'console.command.cache_pool_prune' => ['privates', '.console.command.cache_pool_prune.lazy', 'get_Console_Command_CachePoolPrune_LazyService', false],
'console.command.cache_pool_delete' => ['privates', '.console.command.cache_pool_delete.lazy', 'get_Console_Command_CachePoolDelete_LazyService', false],
'console.command.cache_pool_list' => ['privates', '.console.command.cache_pool_list.lazy', 'get_Console_Command_CachePoolList_LazyService', false],
'console.command.cache_warmup' => ['privates', '.console.command.cache_warmup.lazy', 'get_Console_Command_CacheWarmup_LazyService', false],
'console.command.config_debug' => ['privates', '.console.command.config_debug.lazy', 'get_Console_Command_ConfigDebug_LazyService', false],
'console.command.config_dump_reference' => ['privates', '.console.command.config_dump_reference.lazy', 'get_Console_Command_ConfigDumpReference_LazyService', false],
'console.command.container_debug' => ['privates', '.console.command.container_debug.lazy', 'get_Console_Command_ContainerDebug_LazyService', false],
'console.command.container_lint' => ['privates', '.console.command.container_lint.lazy', 'get_Console_Command_ContainerLint_LazyService', false],
'console.command.debug_autowiring' => ['privates', '.console.command.debug_autowiring.lazy', 'get_Console_Command_DebugAutowiring_LazyService', false],
'console.command.dotenv_debug' => ['privates', '.console.command.dotenv_debug.lazy', 'get_Console_Command_DotenvDebug_LazyService', false],
'console.command.event_dispatcher_debug' => ['privates', '.console.command.event_dispatcher_debug.lazy', 'get_Console_Command_EventDispatcherDebug_LazyService', false],
'console.command.router_debug' => ['privates', '.console.command.router_debug.lazy', 'get_Console_Command_RouterDebug_LazyService', false],
'console.command.router_match' => ['privates', '.console.command.router_match.lazy', 'get_Console_Command_RouterMatch_LazyService', false],
'console.command.translation_debug' => ['privates', '.console.command.translation_debug.lazy', 'get_Console_Command_TranslationDebug_LazyService', false],
'console.command.translation_extract' => ['privates', '.console.command.translation_extract.lazy', 'get_Console_Command_TranslationExtract_LazyService', false],
'console.command.validator_debug' => ['privates', '.console.command.validator_debug.lazy', 'get_Console_Command_ValidatorDebug_LazyService', false],
'console.command.translation_pull' => ['privates', '.console.command.translation_pull.lazy', 'get_Console_Command_TranslationPull_LazyService', false],
'console.command.translation_push' => ['privates', '.console.command.translation_push.lazy', 'get_Console_Command_TranslationPush_LazyService', false],
'console.command.workflow_dump' => ['privates', '.console.command.workflow_dump.lazy', 'get_Console_Command_WorkflowDump_LazyService', false],
'console.command.xliff_lint' => ['privates', '.console.command.xliff_lint.lazy', 'get_Console_Command_XliffLint_LazyService', false],
'console.command.yaml_lint' => ['privates', '.console.command.yaml_lint.lazy', 'get_Console_Command_YamlLint_LazyService', false],
'console.command.form_debug' => ['privates', '.console.command.form_debug.lazy', 'get_Console_Command_FormDebug_LazyService', false],
'console.command.secrets_set' => ['privates', '.console.command.secrets_set.lazy', 'get_Console_Command_SecretsSet_LazyService', false],
'console.command.secrets_remove' => ['privates', '.console.command.secrets_remove.lazy', 'get_Console_Command_SecretsRemove_LazyService', false],
'console.command.secrets_generate_key' => ['privates', '.console.command.secrets_generate_key.lazy', 'get_Console_Command_SecretsGenerateKey_LazyService', false],
'console.command.secrets_list' => ['privates', '.console.command.secrets_list.lazy', 'get_Console_Command_SecretsList_LazyService', false],
'console.command.secrets_decrypt_to_local' => ['privates', '.console.command.secrets_decrypt_to_local.lazy', 'get_Console_Command_SecretsDecryptToLocal_LazyService', false],
'console.command.secrets_encrypt_from_local' => ['privates', '.console.command.secrets_encrypt_from_local.lazy', 'get_Console_Command_SecretsEncryptFromLocal_LazyService', false],
'twig.command.debug' => ['privates', '.twig.command.debug.lazy', 'get_Twig_Command_Debug_LazyService', false],
'twig.command.lint' => ['privates', '.twig.command.lint.lazy', 'get_Twig_Command_Lint_LazyService', false],
'security.command.debug_firewall' => ['privates', '.security.command.debug_firewall.lazy', 'get_Security_Command_DebugFirewall_LazyService', false],
'security.command.user_password_encoder' => ['privates', '.security.command.user_password_encoder.lazy', 'get_Security_Command_UserPasswordEncoder_LazyService', false],
'security.command.user_password_hash' => ['privates', '.security.command.user_password_hash.lazy', 'get_Security_Command_UserPasswordHash_LazyService', false],
'doctrine.database_create_command' => ['privates', 'doctrine.database_create_command', 'getDoctrine_DatabaseCreateCommandService', false],
'doctrine.database_drop_command' => ['privates', 'doctrine.database_drop_command', 'getDoctrine_DatabaseDropCommandService', false],
'doctrine.query_sql_command' => ['privates', 'doctrine.query_sql_command', 'getDoctrine_QuerySqlCommandService', false],
'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates', 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'getRunSqlCommandService', false],
'doctrine.database_import_command' => ['privates', 'doctrine.database_import_command', 'getDoctrine_DatabaseImportCommandService', false],
'doctrine.cache_clear_metadata_command' => ['privates', 'doctrine.cache_clear_metadata_command', 'getDoctrine_CacheClearMetadataCommandService', false],
'doctrine.cache_clear_query_cache_command' => ['privates', 'doctrine.cache_clear_query_cache_command', 'getDoctrine_CacheClearQueryCacheCommandService', false],
'doctrine.cache_clear_result_command' => ['privates', 'doctrine.cache_clear_result_command', 'getDoctrine_CacheClearResultCommandService', false],
'doctrine.cache_collection_region_command' => ['privates', 'doctrine.cache_collection_region_command', 'getDoctrine_CacheCollectionRegionCommandService', false],
'doctrine.mapping_convert_command' => ['privates', 'doctrine.mapping_convert_command', 'getDoctrine_MappingConvertCommandService', false],
'doctrine.schema_create_command' => ['privates', 'doctrine.schema_create_command', 'getDoctrine_SchemaCreateCommandService', false],
'doctrine.schema_drop_command' => ['privates', 'doctrine.schema_drop_command', 'getDoctrine_SchemaDropCommandService', false],
'doctrine.ensure_production_settings_command' => ['privates', 'doctrine.ensure_production_settings_command', 'getDoctrine_EnsureProductionSettingsCommandService', false],
'doctrine.clear_entity_region_command' => ['privates', 'doctrine.clear_entity_region_command', 'getDoctrine_ClearEntityRegionCommandService', false],
'doctrine.mapping_info_command' => ['privates', 'doctrine.mapping_info_command', 'getDoctrine_MappingInfoCommandService', false],
'doctrine.clear_query_region_command' => ['privates', 'doctrine.clear_query_region_command', 'getDoctrine_ClearQueryRegionCommandService', false],
'doctrine.query_dql_command' => ['privates', 'doctrine.query_dql_command', 'getDoctrine_QueryDqlCommandService', false],
'doctrine.schema_update_command' => ['privates', 'doctrine.schema_update_command', 'getDoctrine_SchemaUpdateCommandService', false],
'doctrine.schema_validate_command' => ['privates', 'doctrine.schema_validate_command', 'getDoctrine_SchemaValidateCommandService', false],
'doctrine.mapping_import_command' => ['privates', 'doctrine.mapping_import_command', 'getDoctrine_MappingImportCommandService', false],
'doctrine_migrations.diff_command' => ['privates', 'doctrine_migrations.diff_command', 'getDoctrineMigrations_DiffCommandService', false],
'doctrine_migrations.sync_metadata_command' => ['privates', 'doctrine_migrations.sync_metadata_command', 'getDoctrineMigrations_SyncMetadataCommandService', false],
'doctrine_migrations.versions_command' => ['privates', 'doctrine_migrations.versions_command', 'getDoctrineMigrations_VersionsCommandService', false],
'doctrine_migrations.current_command' => ['privates', 'doctrine_migrations.current_command', 'getDoctrineMigrations_CurrentCommandService', false],
'doctrine_migrations.dump_schema_command' => ['privates', 'doctrine_migrations.dump_schema_command', 'getDoctrineMigrations_DumpSchemaCommandService', false],
'doctrine_migrations.execute_command' => ['privates', 'doctrine_migrations.execute_command', 'getDoctrineMigrations_ExecuteCommandService', false],
'doctrine_migrations.generate_command' => ['privates', 'doctrine_migrations.generate_command', 'getDoctrineMigrations_GenerateCommandService', false],
'doctrine_migrations.latest_command' => ['privates', 'doctrine_migrations.latest_command', 'getDoctrineMigrations_LatestCommandService', false],
'doctrine_migrations.migrate_command' => ['privates', 'doctrine_migrations.migrate_command', 'getDoctrineMigrations_MigrateCommandService', false],
'doctrine_migrations.rollup_command' => ['privates', 'doctrine_migrations.rollup_command', 'getDoctrineMigrations_RollupCommandService', false],
'doctrine_migrations.status_command' => ['privates', 'doctrine_migrations.status_command', 'getDoctrineMigrations_StatusCommandService', false],
'doctrine_migrations.up_to_date_command' => ['privates', 'doctrine_migrations.up_to_date_command', 'getDoctrineMigrations_UpToDateCommandService', false],
'doctrine_migrations.version_command' => ['privates', 'doctrine_migrations.version_command', 'getDoctrineMigrations_VersionCommandService', false],
'nelmio_api_doc.command.dump' => ['services', 'nelmio_api_doc.command.dump', 'getNelmioApiDoc_Command_DumpService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => ['privates', '.EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand.lazy', 'getMakeAdminMigrationCommand_LazyService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => ['privates', '.EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand.lazy', 'getMakeAdminDashboardCommand_LazyService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => ['privates', '.EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand.lazy', 'getMakeCrudControllerCommand_LazyService', false],
'doctrine.fixtures_load_command' => ['privates', 'doctrine.fixtures_load_command', 'getDoctrine_FixturesLoadCommandService', false],
'vich_uploader.command.mapping_debug_class' => ['privates', 'vich_uploader.command.mapping_debug_class', 'getVichUploader_Command_MappingDebugClassService', false],
'vich_uploader.command.mapping_debug' => ['privates', 'vich_uploader.command.mapping_debug', 'getVichUploader_Command_MappingDebugService', false],
'vich_uploader.command.mapping_list_classes' => ['privates', 'vich_uploader.command.mapping_list_classes', 'getVichUploader_Command_MappingListClassesService', false],
'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => ['privates', 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand', 'getResetPasswordRemoveExpiredCommandService', false],
'oneup_uploader.command.clear_chunks' => ['privates', 'oneup_uploader.command.clear_chunks', 'getOneupUploader_Command_ClearChunksService', false],
'oneup_uploader.command.clear_orphans' => ['privates', 'oneup_uploader.command.clear_orphans', 'getOneupUploader_Command_ClearOrphansService', false],
'liip_imagine.command.cache_remove' => ['privates', 'liip_imagine.command.cache_remove', 'getLiipImagine_Command_CacheRemoveService', false],
'liip_imagine.command.cache_resolve' => ['privates', 'liip_imagine.command.cache_resolve', 'getLiipImagine_Command_CacheResolveService', false],
'Bazinga\\GeocoderBundle\\Command\\GeocodeCommand' => ['privates', '.Bazinga\\GeocoderBundle\\Command\\GeocodeCommand.lazy', 'getGeocodeCommand_LazyService', false],
'lexik_jwt_authentication.check_config_command' => ['privates', 'lexik_jwt_authentication.check_config_command', 'getLexikJwtAuthentication_CheckConfigCommandService', false],
'lexik_jwt_authentication.migrate_config_command' => ['privates', 'lexik_jwt_authentication.migrate_config_command', 'getLexikJwtAuthentication_MigrateConfigCommandService', false],
'lexik_jwt_authentication.enable_encryption_config_command' => ['privates', 'lexik_jwt_authentication.enable_encryption_config_command', 'getLexikJwtAuthentication_EnableEncryptionConfigCommandService', false],
'lexik_jwt_authentication.generate_token_command' => ['services', 'lexik_jwt_authentication.generate_token_command', 'getLexikJwtAuthentication_GenerateTokenCommandService', false],
'lexik_jwt_authentication.generate_keypair_command' => ['privates', 'lexik_jwt_authentication.generate_keypair_command', 'getLexikJwtAuthentication_GenerateKeypairCommandService', false],
'maker.auto_command.make_auth' => ['privates', '.maker.auto_command.make_auth.lazy', 'get_Maker_AutoCommand_MakeAuth_LazyService', false],
'maker.auto_command.make_command' => ['privates', '.maker.auto_command.make_command.lazy', 'get_Maker_AutoCommand_MakeCommand_LazyService', false],
'maker.auto_command.make_controller' => ['privates', '.maker.auto_command.make_controller.lazy', 'get_Maker_AutoCommand_MakeController_LazyService', false],
'maker.auto_command.make_crud' => ['privates', '.maker.auto_command.make_crud.lazy', 'get_Maker_AutoCommand_MakeCrud_LazyService', false],
'maker.auto_command.make_docker_database' => ['privates', '.maker.auto_command.make_docker_database.lazy', 'get_Maker_AutoCommand_MakeDockerDatabase_LazyService', false],
'maker.auto_command.make_entity' => ['privates', '.maker.auto_command.make_entity.lazy', 'get_Maker_AutoCommand_MakeEntity_LazyService', false],
'maker.auto_command.make_fixtures' => ['privates', '.maker.auto_command.make_fixtures.lazy', 'get_Maker_AutoCommand_MakeFixtures_LazyService', false],
'maker.auto_command.make_form' => ['privates', '.maker.auto_command.make_form.lazy', 'get_Maker_AutoCommand_MakeForm_LazyService', false],
'maker.auto_command.make_message' => ['privates', '.maker.auto_command.make_message.lazy', 'get_Maker_AutoCommand_MakeMessage_LazyService', false],
'maker.auto_command.make_messenger_middleware' => ['privates', '.maker.auto_command.make_messenger_middleware.lazy', 'get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService', false],
'maker.auto_command.make_registration_form' => ['privates', '.maker.auto_command.make_registration_form.lazy', 'get_Maker_AutoCommand_MakeRegistrationForm_LazyService', false],
'maker.auto_command.make_reset_password' => ['privates', '.maker.auto_command.make_reset_password.lazy', 'get_Maker_AutoCommand_MakeResetPassword_LazyService', false],
'maker.auto_command.make_serializer_encoder' => ['privates', '.maker.auto_command.make_serializer_encoder.lazy', 'get_Maker_AutoCommand_MakeSerializerEncoder_LazyService', false],
'maker.auto_command.make_serializer_normalizer' => ['privates', '.maker.auto_command.make_serializer_normalizer.lazy', 'get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService', false],
'maker.auto_command.make_subscriber' => ['privates', '.maker.auto_command.make_subscriber.lazy', 'get_Maker_AutoCommand_MakeSubscriber_LazyService', false],
'maker.auto_command.make_twig_extension' => ['privates', '.maker.auto_command.make_twig_extension.lazy', 'get_Maker_AutoCommand_MakeTwigExtension_LazyService', false],
'maker.auto_command.make_test' => ['privates', '.maker.auto_command.make_test.lazy', 'get_Maker_AutoCommand_MakeTest_LazyService', false],
'maker.auto_command.make_validator' => ['privates', '.maker.auto_command.make_validator.lazy', 'get_Maker_AutoCommand_MakeValidator_LazyService', false],
'maker.auto_command.make_voter' => ['privates', '.maker.auto_command.make_voter.lazy', 'get_Maker_AutoCommand_MakeVoter_LazyService', false],
'maker.auto_command.make_user' => ['privates', '.maker.auto_command.make_user.lazy', 'get_Maker_AutoCommand_MakeUser_LazyService', false],
'maker.auto_command.make_migration' => ['privates', '.maker.auto_command.make_migration.lazy', 'get_Maker_AutoCommand_MakeMigration_LazyService', false],
'maker.auto_command.make_stimulus_controller' => ['privates', '.maker.auto_command.make_stimulus_controller.lazy', 'get_Maker_AutoCommand_MakeStimulusController_LazyService', false],
], [
'App\\Command\\AcoDisorderCommand' => 'App\\Command\\AcoDisorderCommand',
'App\\Command\\AddUserCommand' => 'App\\Command\\AddUserCommand',
'App\\Command\\AddZuesHauptstrCommand' => '?',
'App\\Command\\AnomalyCheckCommand' => 'App\\Command\\AnomalyCheckCommand',
'App\\Command\\BackupGpioValuesCommand' => 'App\\Command\\BackupGpioValuesCommand',
'App\\Command\\CheckActiveObserverCommand' => 'App\\Command\\CheckActiveObserverCommand',
'App\\Command\\CheckFlushnessCommand' => 'App\\Command\\CheckFlushnessCommand',
'App\\Command\\CheckOnOfflineShhCommand' => 'App\\Command\\CheckOnOfflineShhCommand',
'App\\Command\\CheckSensorOnlineCommand' => 'App\\Command\\CheckSensorOnlineCommand',
'App\\Command\\CheckZuesFileCommand' => '?',
'App\\Command\\CheckZuesMailboxCommand' => '?',
'App\\Command\\CleanGpioValueDoublesCommand' => 'App\\Command\\CleanGpioValueDoublesCommand',
'App\\Command\\ClearProtocolsWithNoTicketsCommand' => 'App\\Command\\ClearProtocolsWithNoTicketsCommand',
'App\\Command\\ClearTicketsCommand' => 'App\\Command\\ClearTicketsCommand',
'App\\Command\\ConvertStatsCommand' => 'App\\Command\\ConvertStatsCommand',
'App\\Command\\CopyBromerAqcuisitionCommand' => 'App\\Command\\CopyBromerAqcuisitionCommand',
'App\\Command\\CopyEggerstenAqcuisitionCommand' => 'App\\Command\\CopyEggerstenAqcuisitionCommand',
'App\\Command\\CreateAwmKabinenlichtCommand' => 'App\\Command\\CreateAwmKabinenlichtCommand',
'App\\Command\\CreateBsCommand' => 'App\\Command\\CreateBsCommand',
'App\\Command\\ElevatorCheckCommand' => 'App\\Command\\ElevatorCheckCommand',
'App\\Command\\FakeCriticalErrorCommand' => 'App\\Command\\FakeCriticalErrorCommand',
'App\\Command\\FixAqcuisitionCommand' => 'App\\Command\\FixAqcuisitionCommand',
'App\\Command\\FixAquisition3Command' => 'App\\Command\\FixAquisition3Command',
'App\\Command\\FixAquisitionCommand' => 'App\\Command\\FixAquisitionCommand',
'App\\Command\\FixAwmErrorsForTicketDeleteCommand' => 'App\\Command\\FixAwmErrorsForTicketDeleteCommand',
'App\\Command\\FixImagesAqcuisitionCommand' => 'App\\Command\\FixImagesAqcuisitionCommand',
'App\\Command\\FixImagesAqcuisitionSecondCommand' => 'App\\Command\\FixImagesAqcuisitionSecondCommand',
'App\\Command\\FixImagesAqcuisitionThirdCommand' => 'App\\Command\\FixImagesAqcuisitionThirdCommand',
'App\\Command\\FixProtocollCommand' => 'App\\Command\\FixProtocollCommand',
'App\\Command\\FixRelationsCommand' => 'App\\Command\\FixRelationsCommand',
'App\\Command\\FixStateHistoryCommand' => 'App\\Command\\FixStateHistoryCommand',
'App\\Command\\FixStatsCommand' => 'App\\Command\\FixStatsCommand',
'App\\Command\\GszTestCommand' => 'App\\Command\\GszTestCommand',
'App\\Command\\ImportArrUserCommand' => 'App\\Command\\ImportArrUserCommand',
'App\\Command\\ImportLegCommand' => 'App\\Command\\ImportLegCommand',
'App\\Command\\ImportLegDlMbghCommand' => 'App\\Command\\ImportLegDlMbghCommand',
'App\\Command\\LatLonCommand' => 'App\\Command\\LatLonCommand',
'App\\Command\\LegApiCheckDiffCommand' => 'App\\Command\\LegApiCheckDiffCommand',
'App\\Command\\LegApiGetCommand' => 'App\\Command\\LegApiGetCommand',
'App\\Command\\LegApiPostCommand' => 'App\\Command\\LegApiPostCommand',
'App\\Command\\LegApiRetry409Command' => 'App\\Command\\LegApiRetry409Command',
'App\\Command\\LegApiSyncStateLisCommand' => 'App\\Command\\LegApiSyncStateLisCommand',
'App\\Command\\NeaCheckCommand' => 'App\\Command\\NeaCheckCommand',
'App\\Command\\RegenerateAqcuisitionCommand' => 'App\\Command\\RegenerateAqcuisitionCommand',
'App\\Command\\RegenerateInstallProtocolCommand' => 'App\\Command\\RegenerateInstallProtocolCommand',
'App\\Command\\RegenerateManualInspectionProtocolCommand' => 'App\\Command\\RegenerateManualInspectionProtocolCommand',
'App\\Command\\ResetElevatorCommand' => 'App\\Command\\ResetElevatorCommand',
'App\\Command\\ResetStateCommand' => 'App\\Command\\ResetStateCommand',
'App\\Command\\RestartAllCommand' => 'App\\Command\\RestartAllCommand',
'App\\Command\\RestartObserver24hCommand' => 'App\\Command\\RestartObserver24hCommand',
'App\\Command\\SendNotSendedMailsCommand' => 'App\\Command\\SendNotSendedMailsCommand',
'App\\Command\\SensorCheckCommand' => 'App\\Command\\SensorCheckCommand',
'App\\Command\\SensorCheckRegisterCommand' => 'App\\Command\\SensorCheckRegisterCommand',
'App\\Command\\SensorCheckTestCommand' => 'App\\Command\\SensorCheckTestCommand',
'App\\Command\\SensorUpdatreCommand' => 'App\\Command\\SensorUpdatreCommand',
'App\\Command\\TicketEscalateCommand' => '?',
'App\\Command\\UpdateElevatorBsDateCommand' => 'App\\Command\\UpdateElevatorBsDateCommand',
'App\\Command\\UpdateSensorHashCommand' => 'App\\Command\\UpdateSensorHashCommand',
'App\\Command\\UpdateTgaHashCommand' => 'App\\Command\\UpdateTgaHashCommand',
'App\\Command\\UpdateUserRolesDatCommand' => 'App\\Command\\UpdateUserRolesDatCommand',
'console.command.about' => '?',
'console.command.assets_install' => '?',
'console.command.cache_clear' => '?',
'console.command.cache_pool_clear' => '?',
'console.command.cache_pool_prune' => '?',
'console.command.cache_pool_delete' => '?',
'console.command.cache_pool_list' => '?',
'console.command.cache_warmup' => '?',
'console.command.config_debug' => '?',
'console.command.config_dump_reference' => '?',
'console.command.container_debug' => '?',
'console.command.container_lint' => '?',
'console.command.debug_autowiring' => '?',
'console.command.dotenv_debug' => '?',
'console.command.event_dispatcher_debug' => '?',
'console.command.router_debug' => '?',
'console.command.router_match' => '?',
'console.command.translation_debug' => '?',
'console.command.translation_extract' => '?',
'console.command.validator_debug' => '?',
'console.command.translation_pull' => '?',
'console.command.translation_push' => '?',
'console.command.workflow_dump' => '?',
'console.command.xliff_lint' => '?',
'console.command.yaml_lint' => '?',
'console.command.form_debug' => '?',
'console.command.secrets_set' => '?',
'console.command.secrets_remove' => '?',
'console.command.secrets_generate_key' => '?',
'console.command.secrets_list' => '?',
'console.command.secrets_decrypt_to_local' => '?',
'console.command.secrets_encrypt_from_local' => '?',
'twig.command.debug' => '?',
'twig.command.lint' => '?',
'security.command.debug_firewall' => '?',
'security.command.user_password_encoder' => '?',
'security.command.user_password_hash' => '?',
'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => '?',
'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
'vich_uploader.command.mapping_debug_class' => 'Vich\\UploaderBundle\\Command\\MappingDebugClassCommand',
'vich_uploader.command.mapping_debug' => 'Vich\\UploaderBundle\\Command\\MappingDebugCommand',
'vich_uploader.command.mapping_list_classes' => 'Vich\\UploaderBundle\\Command\\MappingListClassesCommand',
'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand',
'oneup_uploader.command.clear_chunks' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
'oneup_uploader.command.clear_orphans' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
'liip_imagine.command.cache_remove' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
'liip_imagine.command.cache_resolve' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
'Bazinga\\GeocoderBundle\\Command\\GeocodeCommand' => '?',
'lexik_jwt_authentication.check_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\CheckConfigCommand',
'lexik_jwt_authentication.migrate_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\MigrateConfigCommand',
'lexik_jwt_authentication.enable_encryption_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\EnableEncryptionConfigCommand',
'lexik_jwt_authentication.generate_token_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateTokenCommand',
'lexik_jwt_authentication.generate_keypair_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateKeyPairCommand',
'maker.auto_command.make_auth' => '?',
'maker.auto_command.make_command' => '?',
'maker.auto_command.make_controller' => '?',
'maker.auto_command.make_crud' => '?',
'maker.auto_command.make_docker_database' => '?',
'maker.auto_command.make_entity' => '?',
'maker.auto_command.make_fixtures' => '?',
'maker.auto_command.make_form' => '?',
'maker.auto_command.make_message' => '?',
'maker.auto_command.make_messenger_middleware' => '?',
'maker.auto_command.make_registration_form' => '?',
'maker.auto_command.make_reset_password' => '?',
'maker.auto_command.make_serializer_encoder' => '?',
'maker.auto_command.make_serializer_normalizer' => '?',
'maker.auto_command.make_subscriber' => '?',
'maker.auto_command.make_twig_extension' => '?',
'maker.auto_command.make_test' => '?',
'maker.auto_command.make_validator' => '?',
'maker.auto_command.make_voter' => '?',
'maker.auto_command.make_user' => '?',
'maker.auto_command.make_migration' => '?',
'maker.auto_command.make_stimulus_controller' => '?',
]), ['app:acodisorder-check' => 'App\\Command\\AcoDisorderCommand', 'app:add-user' => 'App\\Command\\AddUserCommand', 'app:add-zues-hauptstr' => 'App\\Command\\AddZuesHauptstrCommand', 'app:elevator-anomaly-check' => 'App\\Command\\AnomalyCheckCommand', 'app:backup-gpiovalues' => 'App\\Command\\BackupGpioValuesCommand', 'app:restart-observer24h' => 'App\\Command\\RestartObserver24hCommand', 'app:checkflushness' => 'App\\Command\\CheckFlushnessCommand', 'app:check-on-off-ssh' => 'App\\Command\\CheckOnOfflineShhCommand', 'app:check-sensor-online' => 'App\\Command\\CheckSensorOnlineCommand', 'app:check-zues-file' => 'App\\Command\\CheckZuesFileCommand', 'app:check-zues-mailbox' => 'App\\Command\\CheckZuesMailboxCommand', 'app:clean-gpio-doubles' => 'App\\Command\\CleanGpioValueDoublesCommand', 'app:clearProtocols' => 'App\\Command\\ClearProtocolsWithNoTicketsCommand', 'app:clear-tickets' => 'App\\Command\\ClearTicketsCommand', 'app:convert-stats' => 'App\\Command\\ConvertStatsCommand', 'app:copy-bromer' => 'App\\Command\\CopyBromerAqcuisitionCommand', 'app:copy-eggersten' => 'App\\Command\\CopyEggerstenAqcuisitionCommand', 'app:createawmcablight' => 'App\\Command\\CreateAwmKabinenlichtCommand', 'app:createbs' => 'App\\Command\\CreateBsCommand', 'app:elevator-check' => 'App\\Command\\ElevatorCheckCommand', 'app:fake-critical-error' => 'App\\Command\\FakeCriticalErrorCommand', 'app:FixAqcuisition' => 'App\\Command\\FixAqcuisitionCommand', 'app:fix-aq-v3' => 'App\\Command\\FixAquisition3Command', 'app:fix-aq-user' => 'App\\Command\\FixAquisitionCommand', 'app:fix-awm-errors-for-ticket-delete' => 'App\\Command\\FixAwmErrorsForTicketDeleteCommand', 'app:FixImagesAqcuisition' => 'App\\Command\\FixImagesAqcuisitionCommand', 'app:FixImagesAqcuisitionSecond' => 'App\\Command\\FixImagesAqcuisitionSecondCommand', 'app:FixImagesAqcuisitionThird' => 'App\\Command\\FixImagesAqcuisitionThirdCommand', 'app:FixProtocoll' => 'App\\Command\\FixProtocollCommand', 'app:fix-relations' => 'App\\Command\\FixRelationsCommand', 'app:fix-elv-states' => 'App\\Command\\FixStateHistoryCommand', 'app:fix-stats' => 'App\\Command\\FixStatsCommand', 'app:gsztestmail' => 'App\\Command\\GszTestCommand', 'app:import-arr' => 'App\\Command\\ImportArrUserCommand', 'app:import-leg' => 'App\\Command\\ImportLegCommand', 'app:import-leg-dl-mbgh' => 'App\\Command\\ImportLegDlMbghCommand', 'app:get-lat-lon' => 'App\\Command\\LatLonCommand', 'app:leg-api-check-diff' => 'App\\Command\\LegApiCheckDiffCommand', 'app:leg-api-get' => 'App\\Command\\LegApiGetCommand', 'app:leg-api-post' => 'App\\Command\\LegApiPostCommand', 'app:leg-api-retry-409' => 'App\\Command\\LegApiRetry409Command', 'app:leg-api-sync-state-lis' => 'App\\Command\\LegApiSyncStateLisCommand', 'app:nea-check' => 'App\\Command\\NeaCheckCommand', 'app:regenerate-acq' => 'App\\Command\\RegenerateAqcuisitionCommand', 'app:regenerateInstallProtocol' => 'App\\Command\\RegenerateInstallProtocolCommand', 'app:RegenerateManualInspectionProtocol' => 'App\\Command\\RegenerateManualInspectionProtocolCommand', 'app:resetelv' => 'App\\Command\\ResetElevatorCommand', 'app:reset-state' => 'App\\Command\\ResetStateCommand', 'app:restart-all' => 'App\\Command\\RestartAllCommand', 'app:send-not-sended' => 'App\\Command\\SendNotSendedMailsCommand', 'app:sensor-check' => 'App\\Command\\SensorCheckCommand', 'app:check-sensor-register' => 'App\\Command\\SensorCheckRegisterCommand', 'app:sensor-check-test' => 'App\\Command\\SensorCheckTestCommand', 'app:update-sensor' => 'App\\Command\\SensorUpdatreCommand', 'app:ticket-escalate' => 'App\\Command\\TicketEscalateCommand', 'app:elv-update-bsdate' => 'App\\Command\\UpdateElevatorBsDateCommand', 'app:generate-sensor-hashs' => 'App\\Command\\UpdateSensorHashCommand', 'app:generate-tga-hashs' => 'App\\Command\\UpdateTgaHashCommand', 'app:update-user-dat' => 'App\\Command\\UpdateUserRolesDatCommand', 'about' => 'console.command.about', 'assets:install' => 'console.command.assets_install', 'cache:clear' => 'console.command.cache_clear', 'cache:pool:clear' => 'console.command.cache_pool_clear', 'cache:pool:prune' => 'console.command.cache_pool_prune', 'cache:pool:delete' => 'console.command.cache_pool_delete', 'cache:pool:list' => 'console.command.cache_pool_list', 'cache:warmup' => 'console.command.cache_warmup', 'debug:config' => 'console.command.config_debug', 'config:dump-reference' => 'console.command.config_dump_reference', 'debug:container' => 'console.command.container_debug', 'lint:container' => 'console.command.container_lint', 'debug:autowiring' => 'console.command.debug_autowiring', 'debug:dotenv' => 'console.command.dotenv_debug', 'debug:event-dispatcher' => 'console.command.event_dispatcher_debug', 'debug:router' => 'console.command.router_debug', 'router:match' => 'console.command.router_match', 'debug:translation' => 'console.command.translation_debug', 'translation:extract' => 'console.command.translation_extract', 'translation:update' => 'console.command.translation_extract', 'debug:validator' => 'console.command.validator_debug', 'translation:pull' => 'console.command.translation_pull', 'translation:push' => 'console.command.translation_push', 'workflow:dump' => 'console.command.workflow_dump', 'lint:xliff' => 'console.command.xliff_lint', 'lint:yaml' => 'console.command.yaml_lint', 'debug:form' => 'console.command.form_debug', 'secrets:set' => 'console.command.secrets_set', 'secrets:remove' => 'console.command.secrets_remove', 'secrets:generate-keys' => 'console.command.secrets_generate_key', 'secrets:list' => 'console.command.secrets_list', 'secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local', 'secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local', 'debug:twig' => 'twig.command.debug', 'lint:twig' => 'twig.command.lint', 'debug:firewall' => 'security.command.debug_firewall', 'security:encode-password' => 'security.command.user_password_encoder', 'security:hash-password' => 'security.command.user_password_hash', 'doctrine:database:create' => 'doctrine.database_create_command', 'doctrine:database:drop' => 'doctrine.database_drop_command', 'doctrine:query:sql' => 'doctrine.query_sql_command', 'dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'doctrine:database:import' => 'doctrine.database_import_command', 'doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command', 'doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command', 'doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command', 'doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command', 'doctrine:mapping:convert' => 'doctrine.mapping_convert_command', 'doctrine:schema:create' => 'doctrine.schema_create_command', 'doctrine:schema:drop' => 'doctrine.schema_drop_command', 'doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command', 'doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command', 'doctrine:mapping:info' => 'doctrine.mapping_info_command', 'doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command', 'doctrine:query:dql' => 'doctrine.query_dql_command', 'doctrine:schema:update' => 'doctrine.schema_update_command', 'doctrine:schema:validate' => 'doctrine.schema_validate_command', 'doctrine:mapping:import' => 'doctrine.mapping_import_command', 'doctrine:migrations:diff' => 'doctrine_migrations.diff_command', 'doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command', 'doctrine:migrations:list' => 'doctrine_migrations.versions_command', 'doctrine:migrations:current' => 'doctrine_migrations.current_command', 'doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command', 'doctrine:migrations:execute' => 'doctrine_migrations.execute_command', 'doctrine:migrations:generate' => 'doctrine_migrations.generate_command', 'doctrine:migrations:latest' => 'doctrine_migrations.latest_command', 'doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command', 'doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command', 'doctrine:migrations:status' => 'doctrine_migrations.status_command', 'doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command', 'doctrine:migrations:version' => 'doctrine_migrations.version_command', 'nelmio:apidoc:dump' => 'nelmio_api_doc.command.dump', 'make:admin:migration' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand', 'make:admin:dashboard' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand', 'make:admin:crud' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand', 'doctrine:fixtures:load' => 'doctrine.fixtures_load_command', 'vich:mapping:debug-class' => 'vich_uploader.command.mapping_debug_class', 'vich:mapping:debug' => 'vich_uploader.command.mapping_debug', 'vich:mapping:list-classes' => 'vich_uploader.command.mapping_list_classes', 'reset-password:remove-expired' => 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand', 'oneup:uploader:clear-chunks' => 'oneup_uploader.command.clear_chunks', 'oneup:uploader:clear-orphans' => 'oneup_uploader.command.clear_orphans', 'liip:imagine:cache:remove' => 'liip_imagine.command.cache_remove', 'liip:imagine:cache:resolve' => 'liip_imagine.command.cache_resolve', 'geocoder:geocode' => 'Bazinga\\GeocoderBundle\\Command\\GeocodeCommand', 'lexik:jwt:check-config' => 'lexik_jwt_authentication.check_config_command', 'lexik:jwt:migrate-config' => 'lexik_jwt_authentication.migrate_config_command', 'lexik:jwt:enable-encryption' => 'lexik_jwt_authentication.enable_encryption_config_command', 'lexik:jwt:generate-token' => 'lexik_jwt_authentication.generate_token_command', 'lexik:jwt:generate-keypair' => 'lexik_jwt_authentication.generate_keypair_command', 'make:auth' => 'maker.auto_command.make_auth', 'make:command' => 'maker.auto_command.make_command', 'make:controller' => 'maker.auto_command.make_controller', 'make:crud' => 'maker.auto_command.make_crud', 'make:docker:database' => 'maker.auto_command.make_docker_database', 'make:entity' => 'maker.auto_command.make_entity', 'make:fixtures' => 'maker.auto_command.make_fixtures', 'make:form' => 'maker.auto_command.make_form', 'make:message' => 'maker.auto_command.make_message', 'make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware', 'make:registration-form' => 'maker.auto_command.make_registration_form', 'make:reset-password' => 'maker.auto_command.make_reset_password', 'make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder', 'make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer', 'make:subscriber' => 'maker.auto_command.make_subscriber', 'make:twig-extension' => 'maker.auto_command.make_twig_extension', 'make:test' => 'maker.auto_command.make_test', 'make:unit-test' => 'maker.auto_command.make_test', 'make:functional-test' => 'maker.auto_command.make_test', 'make:validator' => 'maker.auto_command.make_validator', 'make:voter' => 'maker.auto_command.make_voter', 'make:user' => 'maker.auto_command.make_user', 'make:migration' => 'maker.auto_command.make_migration', 'make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller']);
}
/**
* Gets the public 'container.env_var_processors_locator' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getContainer_EnvVarProcessorsLocatorService()
{
return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'base64' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'bool' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'const' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'csv' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'default' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'file' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'float' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'int' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'json' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'key' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'not' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'query_string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'require' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'resolve' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'trim' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'url' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
], [
'base64' => '?',
'bool' => '?',
'const' => '?',
'csv' => '?',
'default' => '?',
'file' => '?',
'float' => '?',
'int' => '?',
'json' => '?',
'key' => '?',
'not' => '?',
'query_string' => '?',
'require' => '?',
'resolve' => '?',
'string' => '?',
'trim' => '?',
'url' => '?',
]);
}
/**
* Gets the public 'craue.form.flow.storage' shared service.
*
* @return \Craue\FormFlowBundle\Storage\SessionStorage
*/
protected function getCraue_Form_Flow_StorageService()
{
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Storage/StorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Storage/SessionProviderTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Storage/SessionStorage.php';
return $this->services['craue.form.flow.storage'] = new \Craue\FormFlowBundle\Storage\SessionStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public 'craue_formflow_util' shared service.
*
* @return \Craue\FormFlowBundle\Util\FormFlowUtil
*/
protected function getCraueFormflowUtilService()
{
return $this->services['craue_formflow_util'] = new \Craue\FormFlowBundle\Util\FormFlowUtil();
}
/**
* Gets the public 'doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Registry
*/
protected function getDoctrineService()
{
return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
}
/**
* Gets the public 'doctrine.dbal.default_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_DefaultConnectionService()
{
$a = new \Doctrine\DBAL\Configuration();
$a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([0 => ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), 1 => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
$a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!rememberme_token)~'), 1 => ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql', 'charset' => 'utf8mb4', 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'serverVersion' => 'mariadb-10.7.3', 'defaultTableOptions' => ['collate' => 'utf8mb4_unicode_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\EventListener\\DocumentCreateListener' => ['services', 'App\\EventListener\\DocumentCreateListener', 'getDocumentCreateListenerService', false],
'App\\EventListener\\GpioValueListener' => ['services', 'App\\EventListener\\GpioValueListener', 'getGpioValueListenerService', false],
'App\\EventListener\\TicketListener' => ['services', 'App\\EventListener\\TicketListener', 'getTicketListenerService', false],
'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', false],
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', false],
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', false],
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', false],
'gedmo.listener.timestampable' => ['privates', 'gedmo.listener.timestampable', 'getGedmo_Listener_TimestampableService', false],
'stof_doctrine_extensions.listener.timestampable' => ['privates', 'stof_doctrine_extensions.listener.timestampable', 'getStofDoctrineExtensions_Listener_TimestampableService', false],
'stof_doctrine_extensions.listener.tree' => ['privates', 'stof_doctrine_extensions.listener.tree', 'getStofDoctrineExtensions_Listener_TreeService', false],
'vich_uploader.listener.clean.elevator_files' => ['privates', 'vich_uploader.listener.clean.elevator_files', 'getVichUploader_Listener_Clean_ElevatorFilesService', false],
'vich_uploader.listener.remove.elevator_files' => ['privates', 'vich_uploader.listener.remove.elevator_files', 'getVichUploader_Listener_Remove_ElevatorFilesService', false],
'vich_uploader.listener.upload.elevator_files' => ['privates', 'vich_uploader.listener.upload.elevator_files', 'getVichUploader_Listener_Upload_ElevatorFilesService', false],
], [
'App\\EventListener\\DocumentCreateListener' => '?',
'App\\EventListener\\GpioValueListener' => '?',
'App\\EventListener\\TicketListener' => '?',
'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
'gedmo.listener.timestampable' => '?',
'stof_doctrine_extensions.listener.timestampable' => '?',
'stof_doctrine_extensions.listener.tree' => '?',
'vich_uploader.listener.clean.elevator_files' => '?',
'vich_uploader.listener.remove.elevator_files' => '?',
'vich_uploader.listener.upload.elevator_files' => '?',
]), [0 => 'vich_uploader.listener.clean.elevator_files', 1 => 'gedmo.listener.timestampable', 2 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 3 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 4 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 5 => 'vich_uploader.listener.remove.elevator_files', 6 => 'vich_uploader.listener.upload.elevator_files', 7 => [0 => [0 => 'prePersist'], 1 => 'App\\EventListener\\DocumentCreateListener'], 8 => [0 => [0 => 'postPersist'], 1 => 'App\\EventListener\\GpioValueListener'], 9 => [0 => [0 => 'prePersist'], 1 => 'App\\EventListener\\TicketListener'], 10 => [0 => [0 => 'postUpdate'], 1 => 'App\\EventListener\\TicketListener'], 11 => [0 => [0 => 'postPersist'], 1 => 'App\\EventListener\\TicketListener'], 12 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners'], 13 => [0 => [0 => 'prePersist'], 1 => 'stof_doctrine_extensions.listener.tree'], 14 => [0 => [0 => 'preRemove'], 1 => 'stof_doctrine_extensions.listener.tree'], 15 => [0 => [0 => 'preUpdate'], 1 => 'stof_doctrine_extensions.listener.tree'], 16 => [0 => [0 => 'onFlush'], 1 => 'stof_doctrine_extensions.listener.tree'], 17 => [0 => [0 => 'loadClassMetadata'], 1 => 'stof_doctrine_extensions.listener.tree'], 18 => [0 => [0 => 'postPersist'], 1 => 'stof_doctrine_extensions.listener.tree'], 19 => [0 => [0 => 'postUpdate'], 1 => 'stof_doctrine_extensions.listener.tree'], 20 => [0 => [0 => 'postRemove'], 1 => 'stof_doctrine_extensions.listener.tree'], 21 => [0 => [0 => 'prePersist'], 1 => 'stof_doctrine_extensions.listener.timestampable'], 22 => [0 => [0 => 'onFlush'], 1 => 'stof_doctrine_extensions.listener.timestampable'], 23 => [0 => [0 => 'loadClassMetadata'], 1 => 'stof_doctrine_extensions.listener.timestampable']]), []);
}
/**
* Gets the public 'doctrine.dbal.newserver_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_NewserverConnectionService()
{
$a = new \Doctrine\DBAL\Configuration();
$a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([0 => ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), 1 => ($this->privates['doctrine.dbal.logger.profiling.newserver'] ?? ($this->privates['doctrine.dbal.logger.profiling.newserver'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
$a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!rememberme_token)~'), 1 => ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
return $this->services['doctrine.dbal.newserver_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL_NEW_SERVER'), 'driver' => 'pdo_mysql', 'charset' => 'utf8mb4', 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'serverVersion' => 'mariadb-10.7.3', 'defaultTableOptions' => ['collate' => 'utf8mb4_unicode_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\EventListener\\DocumentCreateListener' => ['services', 'App\\EventListener\\DocumentCreateListener', 'getDocumentCreateListenerService', false],
'App\\EventListener\\GpioValueListener' => ['services', 'App\\EventListener\\GpioValueListener', 'getGpioValueListenerService', false],
'App\\EventListener\\TicketListener' => ['services', 'App\\EventListener\\TicketListener', 'getTicketListenerService', false],
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', false],
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', false],
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', false],
'doctrine.orm.newserver_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.newserver_listeners.attach_entity_listeners', 'getDoctrine_Orm_NewserverListeners_AttachEntityListenersService', false],
'vich_uploader.listener.clean.elevator_files' => ['privates', 'vich_uploader.listener.clean.elevator_files', 'getVichUploader_Listener_Clean_ElevatorFilesService', false],
'vich_uploader.listener.remove.elevator_files' => ['privates', 'vich_uploader.listener.remove.elevator_files', 'getVichUploader_Listener_Remove_ElevatorFilesService', false],
'vich_uploader.listener.upload.elevator_files' => ['privates', 'vich_uploader.listener.upload.elevator_files', 'getVichUploader_Listener_Upload_ElevatorFilesService', false],
], [
'App\\EventListener\\DocumentCreateListener' => '?',
'App\\EventListener\\GpioValueListener' => '?',
'App\\EventListener\\TicketListener' => '?',
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
'doctrine.orm.newserver_listeners.attach_entity_listeners' => '?',
'vich_uploader.listener.clean.elevator_files' => '?',
'vich_uploader.listener.remove.elevator_files' => '?',
'vich_uploader.listener.upload.elevator_files' => '?',
]), [0 => 'vich_uploader.listener.clean.elevator_files', 1 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 2 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 3 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 4 => 'vich_uploader.listener.remove.elevator_files', 5 => 'vich_uploader.listener.upload.elevator_files', 6 => [0 => [0 => 'prePersist'], 1 => 'App\\EventListener\\DocumentCreateListener'], 7 => [0 => [0 => 'postPersist'], 1 => 'App\\EventListener\\GpioValueListener'], 8 => [0 => [0 => 'prePersist'], 1 => 'App\\EventListener\\TicketListener'], 9 => [0 => [0 => 'postUpdate'], 1 => 'App\\EventListener\\TicketListener'], 10 => [0 => [0 => 'postPersist'], 1 => 'App\\EventListener\\TicketListener'], 11 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.newserver_listeners.attach_entity_listeners']]), []);
}
/**
* 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;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
$a = new \Doctrine\ORM\Configuration();
$b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
$a->setEntityNamespaces(['App' => 'App\\Entity']);
$a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
$a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$a->setProxyNamespace('Proxies');
$a->setAutoGenerateProxyClasses(true);
$a->setSchemaIgnoreClasses([]);
$a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true))));
$a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
$a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
$a->addCustomStringFunction('aes_decrypt', 'DoctrineExtensions\\Query\\Mysql\\AesDecrypt');
$a->addCustomStringFunction('aes_encrypt', 'DoctrineExtensions\\Query\\Mysql\\AesEncrypt');
$a->addCustomStringFunction('any_value', 'DoctrineExtensions\\Query\\Mysql\\AnyValue');
$a->addCustomStringFunction('ascii', 'DoctrineExtensions\\Query\\Mysql\\Ascii');
$a->addCustomStringFunction('binary', 'DoctrineExtensions\\Query\\Mysql\\Binary');
$a->addCustomStringFunction('cast', 'DoctrineExtensions\\Query\\Mysql\\Cast');
$a->addCustomStringFunction('char_length', 'DoctrineExtensions\\Query\\Mysql\\CharLength');
$a->addCustomStringFunction('collate', 'DoctrineExtensions\\Query\\Mysql\\Collate');
$a->addCustomStringFunction('concat_ws', 'DoctrineExtensions\\Query\\Mysql\\ConcatWs');
$a->addCustomStringFunction('countif', 'DoctrineExtensions\\Query\\Mysql\\CountIf');
$a->addCustomStringFunction('crc32', 'DoctrineExtensions\\Query\\Mysql\\Crc32');
$a->addCustomStringFunction('degrees', 'DoctrineExtensions\\Query\\Mysql\\Degrees');
$a->addCustomStringFunction('field', 'DoctrineExtensions\\Query\\Mysql\\Field');
$a->addCustomStringFunction('find_in_set', 'DoctrineExtensions\\Query\\Mysql\\FindInSet');
$a->addCustomStringFunction('format', 'DoctrineExtensions\\Query\\Mysql\\Format');
$a->addCustomStringFunction('from_base64', 'DoctrineExtensions\\Query\\Mysql\\FromBase64');
$a->addCustomStringFunction('greatest', 'DoctrineExtensions\\Query\\Mysql\\Greatest');
$a->addCustomStringFunction('group_concat', 'DoctrineExtensions\\Query\\Mysql\\GroupConcat');
$a->addCustomStringFunction('hex', 'DoctrineExtensions\\Query\\Mysql\\Hex');
$a->addCustomStringFunction('ifelse', 'DoctrineExtensions\\Query\\Mysql\\IfElse');
$a->addCustomStringFunction('ifnull', 'DoctrineExtensions\\Query\\Mysql\\IfNull');
$a->addCustomStringFunction('inet_aton', 'DoctrineExtensions\\Query\\Mysql\\InetAton');
$a->addCustomStringFunction('inet_ntoa', 'DoctrineExtensions\\Query\\Mysql\\InetNtoa');
$a->addCustomStringFunction('inet6_aton', 'DoctrineExtensions\\Query\\Mysql\\Inet6Aton');
$a->addCustomStringFunction('inet6_ntoa', 'DoctrineExtensions\\Query\\Mysql\\Inet6Ntoa');
$a->addCustomStringFunction('instr', 'DoctrineExtensions\\Query\\Mysql\\Instr');
$a->addCustomStringFunction('is_ipv4', 'DoctrineExtensions\\Query\\Mysql\\IsIpv4');
$a->addCustomStringFunction('is_ipv4_compat', 'DoctrineExtensions\\Query\\Mysql\\IsIpv4Compat');
$a->addCustomStringFunction('is_ipv4_mapped', 'DoctrineExtensions\\Query\\Mysql\\IsIpv4Mapped');
$a->addCustomStringFunction('is_ipv6', 'DoctrineExtensions\\Query\\Mysql\\IsIpv6');
$a->addCustomStringFunction('lag', 'DoctrineExtensions\\Query\\Mysql\\Lag');
$a->addCustomStringFunction('lead', 'DoctrineExtensions\\Query\\Mysql\\Lead');
$a->addCustomStringFunction('least', 'DoctrineExtensions\\Query\\Mysql\\Least');
$a->addCustomStringFunction('lpad', 'DoctrineExtensions\\Query\\Mysql\\Lpad');
$a->addCustomStringFunction('match', 'DoctrineExtensions\\Query\\Mysql\\MatchAgainst');
$a->addCustomStringFunction('md5', 'DoctrineExtensions\\Query\\Mysql\\Md5');
$a->addCustomStringFunction('nullif', 'DoctrineExtensions\\Query\\Mysql\\NullIf');
$a->addCustomStringFunction('over', 'DoctrineExtensions\\Query\\Mysql\\Over');
$a->addCustomStringFunction('radians', 'DoctrineExtensions\\Query\\Mysql\\Radians');
$a->addCustomStringFunction('regexp', 'DoctrineExtensions\\Query\\Mysql\\Regexp');
$a->addCustomStringFunction('replace', 'DoctrineExtensions\\Query\\Mysql\\Replace');
$a->addCustomStringFunction('rpad', 'DoctrineExtensions\\Query\\Mysql\\Rpad');
$a->addCustomStringFunction('sha1', 'DoctrineExtensions\\Query\\Mysql\\Sha1');
$a->addCustomStringFunction('sha2', 'DoctrineExtensions\\Query\\Mysql\\Sha2');
$a->addCustomStringFunction('soundex', 'DoctrineExtensions\\Query\\Mysql\\Soundex');
$a->addCustomStringFunction('str_to_date', 'DoctrineExtensions\\Query\\Mysql\\StrToDate');
$a->addCustomStringFunction('substring_index', 'DoctrineExtensions\\Query\\Mysql\\SubstringIndex');
$a->addCustomStringFunction('unhex', 'DoctrineExtensions\\Query\\Mysql\\Unhex');
$a->addCustomStringFunction('uuid_short', 'DoctrineExtensions\\Query\\Mysql\\UuidShort');
$a->addCustomStringFunction('JSON_EXTRACT', 'Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonExtract');
$a->addCustomStringFunction('reg_replace', 'App\\Doctrine\\Extensions\\RegReplace');
$a->addCustomNumericFunction('acos', 'DoctrineExtensions\\Query\\Mysql\\Acos');
$a->addCustomNumericFunction('asin', 'DoctrineExtensions\\Query\\Mysql\\Asin');
$a->addCustomNumericFunction('atan2', 'DoctrineExtensions\\Query\\Mysql\\Atan2');
$a->addCustomNumericFunction('atan', 'DoctrineExtensions\\Query\\Mysql\\Atan');
$a->addCustomNumericFunction('bit_count', 'DoctrineExtensions\\Query\\Mysql\\BitCount');
$a->addCustomNumericFunction('bit_xor', 'DoctrineExtensions\\Query\\Mysql\\BitXor');
$a->addCustomNumericFunction('ceil', 'DoctrineExtensions\\Query\\Mysql\\Ceil');
$a->addCustomNumericFunction('cos', 'DoctrineExtensions\\Query\\Mysql\\Cos');
$a->addCustomNumericFunction('cot', 'DoctrineExtensions\\Query\\Mysql\\Cot');
$a->addCustomNumericFunction('degrees', 'DoctrineExtensions\\Query\\Mysql\\Degrees');
$a->addCustomNumericFunction('exp', 'DoctrineExtensions\\Query\\Mysql\\Exp');
$a->addCustomNumericFunction('floor', 'DoctrineExtensions\\Query\\Mysql\\Floor');
$a->addCustomNumericFunction('json_contains', 'DoctrineExtensions\\Query\\Mysql\\JsonContains');
$a->addCustomNumericFunction('json_depth', 'DoctrineExtensions\\Query\\Mysql\\JsonDepth');
$a->addCustomNumericFunction('json_length', 'DoctrineExtensions\\Query\\Mysql\\JsonLength');
$a->addCustomNumericFunction('log', 'DoctrineExtensions\\Query\\Mysql\\Log');
$a->addCustomNumericFunction('log10', 'DoctrineExtensions\\Query\\Mysql\\Log10');
$a->addCustomNumericFunction('log2', 'DoctrineExtensions\\Query\\Mysql\\Log2');
$a->addCustomNumericFunction('pi', 'DoctrineExtensions\\Query\\Mysql\\Pi');
$a->addCustomNumericFunction('power', 'DoctrineExtensions\\Query\\Mysql\\Power');
$a->addCustomNumericFunction('quarter', 'DoctrineExtensions\\Query\\Mysql\\Quarter');
$a->addCustomNumericFunction('radians', 'DoctrineExtensions\\Query\\Mysql\\Radians');
$a->addCustomNumericFunction('rand', 'DoctrineExtensions\\Query\\Mysql\\Rand');
$a->addCustomNumericFunction('round', 'DoctrineExtensions\\Query\\Mysql\\Round');
$a->addCustomNumericFunction('stddev', 'DoctrineExtensions\\Query\\Mysql\\StdDev');
$a->addCustomNumericFunction('sin', 'DoctrineExtensions\\Query\\Mysql\\Sin');
$a->addCustomNumericFunction('std', 'DoctrineExtensions\\Query\\Mysql\\Std');
$a->addCustomNumericFunction('tan', 'DoctrineExtensions\\Query\\Mysql\\Tan');
$a->addCustomNumericFunction('variance', 'DoctrineExtensions\\Query\\Mysql\\Variance');
$a->addCustomDatetimeFunction('addtime', 'DoctrineExtensions\\Query\\Mysql\\AddTime');
$a->addCustomDatetimeFunction('convert_tz', 'DoctrineExtensions\\Query\\Mysql\\ConvertTz');
$a->addCustomDatetimeFunction('date', 'DoctrineExtensions\\Query\\Mysql\\Date');
$a->addCustomDatetimeFunction('date_format', 'DoctrineExtensions\\Query\\Mysql\\DateFormat');
$a->addCustomDatetimeFunction('dateadd', 'DoctrineExtensions\\Query\\Mysql\\DateAdd');
$a->addCustomDatetimeFunction('datesub', 'DoctrineExtensions\\Query\\Mysql\\DateSub');
$a->addCustomDatetimeFunction('datediff', 'DoctrineExtensions\\Query\\Mysql\\DateDiff');
$a->addCustomDatetimeFunction('day', 'DoctrineExtensions\\Query\\Mysql\\Day');
$a->addCustomDatetimeFunction('dayname', 'DoctrineExtensions\\Query\\Mysql\\DayName');
$a->addCustomDatetimeFunction('dayofweek', 'DoctrineExtensions\\Query\\Mysql\\DayOfWeek');
$a->addCustomDatetimeFunction('dayofyear', 'DoctrineExtensions\\Query\\Mysql\\DayOfYear');
$a->addCustomDatetimeFunction('div', 'DoctrineExtensions\\Query\\Mysql\\Div');
$a->addCustomDatetimeFunction('from_unixtime', 'DoctrineExtensions\\Query\\Mysql\\FromUnixtime');
$a->addCustomDatetimeFunction('hour', 'DoctrineExtensions\\Query\\Mysql\\Hour');
$a->addCustomDatetimeFunction('last_day', 'DoctrineExtensions\\Query\\Mysql\\LastDay');
$a->addCustomDatetimeFunction('makedate', 'DoctrineExtensions\\Query\\Mysql\\MakeDate');
$a->addCustomDatetimeFunction('minute', 'DoctrineExtensions\\Query\\Mysql\\Minute');
$a->addCustomDatetimeFunction('now', 'DoctrineExtensions\\Query\\Mysql\\Now');
$a->addCustomDatetimeFunction('month', 'DoctrineExtensions\\Query\\Mysql\\Month');
$a->addCustomDatetimeFunction('monthname', 'DoctrineExtensions\\Query\\Mysql\\MonthName');
$a->addCustomDatetimeFunction('period_diff', 'DoctrineExtensions\\Query\\Mysql\\PeriodDiff');
$a->addCustomDatetimeFunction('second', 'DoctrineExtensions\\Query\\Mysql\\Second');
$a->addCustomDatetimeFunction('sectotime', 'DoctrineExtensions\\Query\\Mysql\\SecToTime');
$a->addCustomDatetimeFunction('strtodate', 'DoctrineExtensions\\Query\\Mysql\\StrToDate');
$a->addCustomDatetimeFunction('time', 'DoctrineExtensions\\Query\\Mysql\\Time');
$a->addCustomDatetimeFunction('timediff', 'DoctrineExtensions\\Query\\Mysql\\TimeDiff');
$a->addCustomDatetimeFunction('timestampadd', 'DoctrineExtensions\\Query\\Mysql\\TimestampAdd');
$a->addCustomDatetimeFunction('timestampdiff', 'DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
$a->addCustomDatetimeFunction('timetosec', 'DoctrineExtensions\\Query\\Mysql\\TimeToSec');
$a->addCustomDatetimeFunction('truncate', 'DoctrineExtensions\\Query\\Mysql\\Truncate');
$a->addCustomDatetimeFunction('week', 'DoctrineExtensions\\Query\\Mysql\\Week');
$a->addCustomDatetimeFunction('weekday', 'DoctrineExtensions\\Query\\Mysql\\WeekDay');
$a->addCustomDatetimeFunction('year', 'DoctrineExtensions\\Query\\Mysql\\Year');
$a->addCustomDatetimeFunction('yearmonth', 'DoctrineExtensions\\Query\\Mysql\\YearMonth');
$a->addCustomDatetimeFunction('yearweek', 'DoctrineExtensions\\Query\\Mysql\\YearWeek');
$a->addCustomDatetimeFunction('unix_timestamp', 'DoctrineExtensions\\Query\\Mysql\\UnixTimestamp');
$a->addCustomDatetimeFunction('utc_timestamp', 'DoctrineExtensions\\Query\\Mysql\\UtcTimestamp');
$a->addCustomDatetimeFunction('extract', 'DoctrineExtensions\\Query\\Mysql\\Extract');
$instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'doctrine.orm.newserver_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_NewserverEntityManagerService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['doctrine.orm.newserver_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getDoctrine_Orm_NewserverEntityManagerService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
$a = new \Doctrine\ORM\Configuration();
$b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$b->addDriver(($this->privates['doctrine.orm.newserver_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_NewserverAnnotationMetadataDriverService()), 'App\\Entity');
$a->setEntityNamespaces(['App' => 'App\\Entity']);
$a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$a->setQueryCache(($this->privates['cache.doctrine.orm.newserver.query'] ?? $this->getCache_Doctrine_Orm_Newserver_QueryService()));
$a->setResultCache(($this->privates['cache.doctrine.orm.newserver.result'] ?? $this->getCache_Doctrine_Orm_Newserver_ResultService()));
$a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
$a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$a->setProxyNamespace('Proxies');
$a->setAutoGenerateProxyClasses(true);
$a->setSchemaIgnoreClasses([]);
$a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true))));
$a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
$a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
$a->addCustomStringFunction('aes_decrypt', 'DoctrineExtensions\\Query\\Mysql\\AesDecrypt');
$a->addCustomStringFunction('aes_encrypt', 'DoctrineExtensions\\Query\\Mysql\\AesEncrypt');
$a->addCustomStringFunction('any_value', 'DoctrineExtensions\\Query\\Mysql\\AnyValue');
$a->addCustomStringFunction('ascii', 'DoctrineExtensions\\Query\\Mysql\\Ascii');
$a->addCustomStringFunction('binary', 'DoctrineExtensions\\Query\\Mysql\\Binary');
$a->addCustomStringFunction('cast', 'DoctrineExtensions\\Query\\Mysql\\Cast');
$a->addCustomStringFunction('char_length', 'DoctrineExtensions\\Query\\Mysql\\CharLength');
$a->addCustomStringFunction('collate', 'DoctrineExtensions\\Query\\Mysql\\Collate');
$a->addCustomStringFunction('concat_ws', 'DoctrineExtensions\\Query\\Mysql\\ConcatWs');
$a->addCustomStringFunction('countif', 'DoctrineExtensions\\Query\\Mysql\\CountIf');
$a->addCustomStringFunction('crc32', 'DoctrineExtensions\\Query\\Mysql\\Crc32');
$a->addCustomStringFunction('degrees', 'DoctrineExtensions\\Query\\Mysql\\Degrees');
$a->addCustomStringFunction('field', 'DoctrineExtensions\\Query\\Mysql\\Field');
$a->addCustomStringFunction('find_in_set', 'DoctrineExtensions\\Query\\Mysql\\FindInSet');
$a->addCustomStringFunction('format', 'DoctrineExtensions\\Query\\Mysql\\Format');
$a->addCustomStringFunction('from_base64', 'DoctrineExtensions\\Query\\Mysql\\FromBase64');
$a->addCustomStringFunction('greatest', 'DoctrineExtensions\\Query\\Mysql\\Greatest');
$a->addCustomStringFunction('group_concat', 'DoctrineExtensions\\Query\\Mysql\\GroupConcat');
$a->addCustomStringFunction('hex', 'DoctrineExtensions\\Query\\Mysql\\Hex');
$a->addCustomStringFunction('ifelse', 'DoctrineExtensions\\Query\\Mysql\\IfElse');
$a->addCustomStringFunction('ifnull', 'DoctrineExtensions\\Query\\Mysql\\IfNull');
$a->addCustomStringFunction('inet_aton', 'DoctrineExtensions\\Query\\Mysql\\InetAton');
$a->addCustomStringFunction('inet_ntoa', 'DoctrineExtensions\\Query\\Mysql\\InetNtoa');
$a->addCustomStringFunction('inet6_aton', 'DoctrineExtensions\\Query\\Mysql\\Inet6Aton');
$a->addCustomStringFunction('inet6_ntoa', 'DoctrineExtensions\\Query\\Mysql\\Inet6Ntoa');
$a->addCustomStringFunction('instr', 'DoctrineExtensions\\Query\\Mysql\\Instr');
$a->addCustomStringFunction('is_ipv4', 'DoctrineExtensions\\Query\\Mysql\\IsIpv4');
$a->addCustomStringFunction('is_ipv4_compat', 'DoctrineExtensions\\Query\\Mysql\\IsIpv4Compat');
$a->addCustomStringFunction('is_ipv4_mapped', 'DoctrineExtensions\\Query\\Mysql\\IsIpv4Mapped');
$a->addCustomStringFunction('is_ipv6', 'DoctrineExtensions\\Query\\Mysql\\IsIpv6');
$a->addCustomStringFunction('lag', 'DoctrineExtensions\\Query\\Mysql\\Lag');
$a->addCustomStringFunction('lead', 'DoctrineExtensions\\Query\\Mysql\\Lead');
$a->addCustomStringFunction('least', 'DoctrineExtensions\\Query\\Mysql\\Least');
$a->addCustomStringFunction('lpad', 'DoctrineExtensions\\Query\\Mysql\\Lpad');
$a->addCustomStringFunction('match', 'DoctrineExtensions\\Query\\Mysql\\MatchAgainst');
$a->addCustomStringFunction('md5', 'DoctrineExtensions\\Query\\Mysql\\Md5');
$a->addCustomStringFunction('nullif', 'DoctrineExtensions\\Query\\Mysql\\NullIf');
$a->addCustomStringFunction('over', 'DoctrineExtensions\\Query\\Mysql\\Over');
$a->addCustomStringFunction('radians', 'DoctrineExtensions\\Query\\Mysql\\Radians');
$a->addCustomStringFunction('regexp', 'DoctrineExtensions\\Query\\Mysql\\Regexp');
$a->addCustomStringFunction('replace', 'DoctrineExtensions\\Query\\Mysql\\Replace');
$a->addCustomStringFunction('rpad', 'DoctrineExtensions\\Query\\Mysql\\Rpad');
$a->addCustomStringFunction('sha1', 'DoctrineExtensions\\Query\\Mysql\\Sha1');
$a->addCustomStringFunction('sha2', 'DoctrineExtensions\\Query\\Mysql\\Sha2');
$a->addCustomStringFunction('soundex', 'DoctrineExtensions\\Query\\Mysql\\Soundex');
$a->addCustomStringFunction('str_to_date', 'DoctrineExtensions\\Query\\Mysql\\StrToDate');
$a->addCustomStringFunction('substring_index', 'DoctrineExtensions\\Query\\Mysql\\SubstringIndex');
$a->addCustomStringFunction('unhex', 'DoctrineExtensions\\Query\\Mysql\\Unhex');
$a->addCustomStringFunction('uuid_short', 'DoctrineExtensions\\Query\\Mysql\\UuidShort');
$a->addCustomStringFunction('JSON_EXTRACT', 'Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonExtract');
$a->addCustomStringFunction('reg_replace', 'App\\Doctrine\\Extensions\\RegReplace');
$a->addCustomNumericFunction('acos', 'DoctrineExtensions\\Query\\Mysql\\Acos');
$a->addCustomNumericFunction('asin', 'DoctrineExtensions\\Query\\Mysql\\Asin');
$a->addCustomNumericFunction('atan2', 'DoctrineExtensions\\Query\\Mysql\\Atan2');
$a->addCustomNumericFunction('atan', 'DoctrineExtensions\\Query\\Mysql\\Atan');
$a->addCustomNumericFunction('bit_count', 'DoctrineExtensions\\Query\\Mysql\\BitCount');
$a->addCustomNumericFunction('bit_xor', 'DoctrineExtensions\\Query\\Mysql\\BitXor');
$a->addCustomNumericFunction('ceil', 'DoctrineExtensions\\Query\\Mysql\\Ceil');
$a->addCustomNumericFunction('cos', 'DoctrineExtensions\\Query\\Mysql\\Cos');
$a->addCustomNumericFunction('cot', 'DoctrineExtensions\\Query\\Mysql\\Cot');
$a->addCustomNumericFunction('degrees', 'DoctrineExtensions\\Query\\Mysql\\Degrees');
$a->addCustomNumericFunction('exp', 'DoctrineExtensions\\Query\\Mysql\\Exp');
$a->addCustomNumericFunction('floor', 'DoctrineExtensions\\Query\\Mysql\\Floor');
$a->addCustomNumericFunction('json_contains', 'DoctrineExtensions\\Query\\Mysql\\JsonContains');
$a->addCustomNumericFunction('json_depth', 'DoctrineExtensions\\Query\\Mysql\\JsonDepth');
$a->addCustomNumericFunction('json_length', 'DoctrineExtensions\\Query\\Mysql\\JsonLength');
$a->addCustomNumericFunction('log', 'DoctrineExtensions\\Query\\Mysql\\Log');
$a->addCustomNumericFunction('log10', 'DoctrineExtensions\\Query\\Mysql\\Log10');
$a->addCustomNumericFunction('log2', 'DoctrineExtensions\\Query\\Mysql\\Log2');
$a->addCustomNumericFunction('pi', 'DoctrineExtensions\\Query\\Mysql\\Pi');
$a->addCustomNumericFunction('power', 'DoctrineExtensions\\Query\\Mysql\\Power');
$a->addCustomNumericFunction('quarter', 'DoctrineExtensions\\Query\\Mysql\\Quarter');
$a->addCustomNumericFunction('radians', 'DoctrineExtensions\\Query\\Mysql\\Radians');
$a->addCustomNumericFunction('rand', 'DoctrineExtensions\\Query\\Mysql\\Rand');
$a->addCustomNumericFunction('round', 'DoctrineExtensions\\Query\\Mysql\\Round');
$a->addCustomNumericFunction('stddev', 'DoctrineExtensions\\Query\\Mysql\\StdDev');
$a->addCustomNumericFunction('sin', 'DoctrineExtensions\\Query\\Mysql\\Sin');
$a->addCustomNumericFunction('std', 'DoctrineExtensions\\Query\\Mysql\\Std');
$a->addCustomNumericFunction('tan', 'DoctrineExtensions\\Query\\Mysql\\Tan');
$a->addCustomNumericFunction('variance', 'DoctrineExtensions\\Query\\Mysql\\Variance');
$a->addCustomDatetimeFunction('addtime', 'DoctrineExtensions\\Query\\Mysql\\AddTime');
$a->addCustomDatetimeFunction('convert_tz', 'DoctrineExtensions\\Query\\Mysql\\ConvertTz');
$a->addCustomDatetimeFunction('date', 'DoctrineExtensions\\Query\\Mysql\\Date');
$a->addCustomDatetimeFunction('date_format', 'DoctrineExtensions\\Query\\Mysql\\DateFormat');
$a->addCustomDatetimeFunction('dateadd', 'DoctrineExtensions\\Query\\Mysql\\DateAdd');
$a->addCustomDatetimeFunction('datesub', 'DoctrineExtensions\\Query\\Mysql\\DateSub');
$a->addCustomDatetimeFunction('datediff', 'DoctrineExtensions\\Query\\Mysql\\DateDiff');
$a->addCustomDatetimeFunction('day', 'DoctrineExtensions\\Query\\Mysql\\Day');
$a->addCustomDatetimeFunction('dayname', 'DoctrineExtensions\\Query\\Mysql\\DayName');
$a->addCustomDatetimeFunction('dayofweek', 'DoctrineExtensions\\Query\\Mysql\\DayOfWeek');
$a->addCustomDatetimeFunction('dayofyear', 'DoctrineExtensions\\Query\\Mysql\\DayOfYear');
$a->addCustomDatetimeFunction('div', 'DoctrineExtensions\\Query\\Mysql\\Div');
$a->addCustomDatetimeFunction('from_unixtime', 'DoctrineExtensions\\Query\\Mysql\\FromUnixtime');
$a->addCustomDatetimeFunction('hour', 'DoctrineExtensions\\Query\\Mysql\\Hour');
$a->addCustomDatetimeFunction('last_day', 'DoctrineExtensions\\Query\\Mysql\\LastDay');
$a->addCustomDatetimeFunction('makedate', 'DoctrineExtensions\\Query\\Mysql\\MakeDate');
$a->addCustomDatetimeFunction('minute', 'DoctrineExtensions\\Query\\Mysql\\Minute');
$a->addCustomDatetimeFunction('now', 'DoctrineExtensions\\Query\\Mysql\\Now');
$a->addCustomDatetimeFunction('month', 'DoctrineExtensions\\Query\\Mysql\\Month');
$a->addCustomDatetimeFunction('monthname', 'DoctrineExtensions\\Query\\Mysql\\MonthName');
$a->addCustomDatetimeFunction('period_diff', 'DoctrineExtensions\\Query\\Mysql\\PeriodDiff');
$a->addCustomDatetimeFunction('second', 'DoctrineExtensions\\Query\\Mysql\\Second');
$a->addCustomDatetimeFunction('sectotime', 'DoctrineExtensions\\Query\\Mysql\\SecToTime');
$a->addCustomDatetimeFunction('strtodate', 'DoctrineExtensions\\Query\\Mysql\\StrToDate');
$a->addCustomDatetimeFunction('time', 'DoctrineExtensions\\Query\\Mysql\\Time');
$a->addCustomDatetimeFunction('timediff', 'DoctrineExtensions\\Query\\Mysql\\TimeDiff');
$a->addCustomDatetimeFunction('timestampadd', 'DoctrineExtensions\\Query\\Mysql\\TimestampAdd');
$a->addCustomDatetimeFunction('timestampdiff', 'DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
$a->addCustomDatetimeFunction('timetosec', 'DoctrineExtensions\\Query\\Mysql\\TimeToSec');
$a->addCustomDatetimeFunction('truncate', 'DoctrineExtensions\\Query\\Mysql\\Truncate');
$a->addCustomDatetimeFunction('week', 'DoctrineExtensions\\Query\\Mysql\\Week');
$a->addCustomDatetimeFunction('weekday', 'DoctrineExtensions\\Query\\Mysql\\WeekDay');
$a->addCustomDatetimeFunction('year', 'DoctrineExtensions\\Query\\Mysql\\Year');
$a->addCustomDatetimeFunction('yearmonth', 'DoctrineExtensions\\Query\\Mysql\\YearMonth');
$a->addCustomDatetimeFunction('yearweek', 'DoctrineExtensions\\Query\\Mysql\\YearWeek');
$a->addCustomDatetimeFunction('unix_timestamp', 'DoctrineExtensions\\Query\\Mysql\\UnixTimestamp');
$a->addCustomDatetimeFunction('utc_timestamp', 'DoctrineExtensions\\Query\\Mysql\\UtcTimestamp');
$a->addCustomDatetimeFunction('extract', 'DoctrineExtensions\\Query\\Mysql\\Extract');
$instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.newserver_connection'] ?? $this->getDoctrine_Dbal_NewserverConnectionService()), $a);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'error_controller' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ErrorController
*/
protected function getErrorControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($a, true)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true)));
}
/**
* Gets the public 'event_dispatcher' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
*/
protected function getEventDispatcherService()
{
$a = new \Symfony\Bridge\Monolog\Logger('event');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(new \Monolog\Handler\NullHandler());
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$instance->addListener('workflow.malfunction.leave', [0 => function () {
return ($this->privates['.state_machine.malfunction.listener.audit_trail'] ?? $this->get_StateMachine_Malfunction_Listener_AuditTrailService());
}, 1 => 'onLeave'], 0);
$instance->addListener('workflow.malfunction.transition', [0 => function () {
return ($this->privates['.state_machine.malfunction.listener.audit_trail'] ?? $this->get_StateMachine_Malfunction_Listener_AuditTrailService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.malfunction.enter', [0 => function () {
return ($this->privates['.state_machine.malfunction.listener.audit_trail'] ?? $this->get_StateMachine_Malfunction_Listener_AuditTrailService());
}, 1 => 'onEnter'], 0);
$instance->addListener('workflow.malfunction.guard.an DL übermitteln', [0 => function () {
return ($this->privates['.state_machine.malfunction.listener.guard'] ?? $this->get_StateMachine_Malfunction_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.malfunction.guard.Wiederinbetriebnahme Terminiert zum', [0 => function () {
return ($this->privates['.state_machine.malfunction.listener.guard'] ?? $this->get_StateMachine_Malfunction_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.malfunction.guard.Ablehnen', [0 => function () {
return ($this->privates['.state_machine.malfunction.listener.guard'] ?? $this->get_StateMachine_Malfunction_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.malfunction.guard.Anlage repariert', [0 => function () {
return ($this->privates['.state_machine.malfunction.listener.guard'] ?? $this->get_StateMachine_Malfunction_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.malfunction.guard.Ticket vom System schließen', [0 => function () {
return ($this->privates['.state_machine.malfunction.listener.guard'] ?? $this->get_StateMachine_Malfunction_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.malfunction.guard.Ticket wiedereröffnen', [0 => function () {
return ($this->privates['.state_machine.malfunction.listener.guard'] ?? $this->get_StateMachine_Malfunction_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.malfunction.guard.Anlage nicht repariert', [0 => function () {
return ($this->privates['.state_machine.malfunction.listener.guard'] ?? $this->get_StateMachine_Malfunction_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.malfunction.guard.Anlage in Notbetrieb', [0 => function () {
return ($this->privates['.state_machine.malfunction.listener.guard'] ?? $this->get_StateMachine_Malfunction_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.malfunction.guard.Neu terminieren', [0 => function () {
return ($this->privates['.state_machine.malfunction.listener.guard'] ?? $this->get_StateMachine_Malfunction_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.awm.leave', [0 => function () {
return ($this->privates['.state_machine.awm.listener.audit_trail'] ?? $this->get_StateMachine_Awm_Listener_AuditTrailService());
}, 1 => 'onLeave'], 0);
$instance->addListener('workflow.awm.transition', [0 => function () {
return ($this->privates['.state_machine.awm.listener.audit_trail'] ?? $this->get_StateMachine_Awm_Listener_AuditTrailService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.awm.enter', [0 => function () {
return ($this->privates['.state_machine.awm.listener.audit_trail'] ?? $this->get_StateMachine_Awm_Listener_AuditTrailService());
}, 1 => 'onEnter'], 0);
$instance->addListener('workflow.awm.guard.an DL übermitteln', [0 => function () {
return ($this->privates['.state_machine.awm.listener.guard'] ?? $this->get_StateMachine_Awm_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.awm.guard.Wiederinbetriebnahme Terminiert zum', [0 => function () {
return ($this->privates['.state_machine.awm.listener.guard'] ?? $this->get_StateMachine_Awm_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.awm.guard.Ablehnen', [0 => function () {
return ($this->privates['.state_machine.awm.listener.guard'] ?? $this->get_StateMachine_Awm_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.awm.guard.Ticket wiedereröffnen', [0 => function () {
return ($this->privates['.state_machine.awm.listener.guard'] ?? $this->get_StateMachine_Awm_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.awm.guard.AWM Fehler wurde behoben', [0 => function () {
return ($this->privates['.state_machine.awm.listener.guard'] ?? $this->get_StateMachine_Awm_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.awm.guard.AWM Fehler kann nicht behoben werden / Aufzug wird stillgelegt', [0 => function () {
return ($this->privates['.state_machine.awm.listener.guard'] ?? $this->get_StateMachine_Awm_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.awm.guard.Ticket vom System schließen', [0 => function () {
return ($this->privates['.state_machine.awm.listener.guard'] ?? $this->get_StateMachine_Awm_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.neamalfunction.leave', [0 => function () {
return ($this->privates['.state_machine.neamalfunction.listener.audit_trail'] ?? $this->get_StateMachine_Neamalfunction_Listener_AuditTrailService());
}, 1 => 'onLeave'], 0);
$instance->addListener('workflow.neamalfunction.transition', [0 => function () {
return ($this->privates['.state_machine.neamalfunction.listener.audit_trail'] ?? $this->get_StateMachine_Neamalfunction_Listener_AuditTrailService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.neamalfunction.enter', [0 => function () {
return ($this->privates['.state_machine.neamalfunction.listener.audit_trail'] ?? $this->get_StateMachine_Neamalfunction_Listener_AuditTrailService());
}, 1 => 'onEnter'], 0);
$instance->addListener('workflow.neamalfunction.guard.an DL übermitteln', [0 => function () {
return ($this->privates['.state_machine.neamalfunction.listener.guard'] ?? $this->get_StateMachine_Neamalfunction_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.neamalfunction.guard.Wiederinbetriebnahme Terminiert zum', [0 => function () {
return ($this->privates['.state_machine.neamalfunction.listener.guard'] ?? $this->get_StateMachine_Neamalfunction_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.neamalfunction.guard.Ablehnen', [0 => function () {
return ($this->privates['.state_machine.neamalfunction.listener.guard'] ?? $this->get_StateMachine_Neamalfunction_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.neamalfunction.guard.Anlage repariert', [0 => function () {
return ($this->privates['.state_machine.neamalfunction.listener.guard'] ?? $this->get_StateMachine_Neamalfunction_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.neamalfunction.guard.Ticket vom System schließen', [0 => function () {
return ($this->privates['.state_machine.neamalfunction.listener.guard'] ?? $this->get_StateMachine_Neamalfunction_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.neamalfunction.guard.Anlage nicht repariert', [0 => function () {
return ($this->privates['.state_machine.neamalfunction.listener.guard'] ?? $this->get_StateMachine_Neamalfunction_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.neamalfunction.guard.Neu terminieren', [0 => function () {
return ($this->privates['.state_machine.neamalfunction.listener.guard'] ?? $this->get_StateMachine_Neamalfunction_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.neamalfunction.guard.Ticket wiedereröffnen', [0 => function () {
return ($this->privates['.state_machine.neamalfunction.listener.guard'] ?? $this->get_StateMachine_Neamalfunction_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.refuel.leave', [0 => function () {
return ($this->privates['.state_machine.refuel.listener.audit_trail'] ?? $this->get_StateMachine_Refuel_Listener_AuditTrailService());
}, 1 => 'onLeave'], 0);
$instance->addListener('workflow.refuel.transition', [0 => function () {
return ($this->privates['.state_machine.refuel.listener.audit_trail'] ?? $this->get_StateMachine_Refuel_Listener_AuditTrailService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.refuel.enter', [0 => function () {
return ($this->privates['.state_machine.refuel.listener.audit_trail'] ?? $this->get_StateMachine_Refuel_Listener_AuditTrailService());
}, 1 => 'onEnter'], 0);
$instance->addListener('workflow.refuel.guard.an DL übermitteln', [0 => function () {
return ($this->privates['.state_machine.refuel.listener.guard'] ?? $this->get_StateMachine_Refuel_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.refuel.guard.Wiederinbetriebnahme Terminiert zum', [0 => function () {
return ($this->privates['.state_machine.refuel.listener.guard'] ?? $this->get_StateMachine_Refuel_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.refuel.guard.Ablehnen', [0 => function () {
return ($this->privates['.state_machine.refuel.listener.guard'] ?? $this->get_StateMachine_Refuel_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.refuel.guard.Betankung vollständig durchgeführt', [0 => function () {
return ($this->privates['.state_machine.refuel.listener.guard'] ?? $this->get_StateMachine_Refuel_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.refuel.guard.Ticket vom System schließen', [0 => function () {
return ($this->privates['.state_machine.refuel.listener.guard'] ?? $this->get_StateMachine_Refuel_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.refuel.guard.Betankung konnte nicht durchgeführt werden', [0 => function () {
return ($this->privates['.state_machine.refuel.listener.guard'] ?? $this->get_StateMachine_Refuel_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.refuel.guard.Neu terminieren', [0 => function () {
return ($this->privates['.state_machine.refuel.listener.guard'] ?? $this->get_StateMachine_Refuel_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.refuel.guard.Ticket wiedereröffnen', [0 => function () {
return ($this->privates['.state_machine.refuel.listener.guard'] ?? $this->get_StateMachine_Refuel_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.sensor.leave', [0 => function () {
return ($this->privates['.state_machine.sensor.listener.audit_trail'] ?? $this->get_StateMachine_Sensor_Listener_AuditTrailService());
}, 1 => 'onLeave'], 0);
$instance->addListener('workflow.sensor.transition', [0 => function () {
return ($this->privates['.state_machine.sensor.listener.audit_trail'] ?? $this->get_StateMachine_Sensor_Listener_AuditTrailService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.sensor.enter', [0 => function () {
return ($this->privates['.state_machine.sensor.listener.audit_trail'] ?? $this->get_StateMachine_Sensor_Listener_AuditTrailService());
}, 1 => 'onEnter'], 0);
$instance->addListener('workflow.sensor.guard.an DL übermitteln', [0 => function () {
return ($this->privates['.state_machine.sensor.listener.guard'] ?? $this->get_StateMachine_Sensor_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.sensor.guard.Wiederinbetriebnahme Terminiert zum', [0 => function () {
return ($this->privates['.state_machine.sensor.listener.guard'] ?? $this->get_StateMachine_Sensor_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.sensor.guard.Ablehnen', [0 => function () {
return ($this->privates['.state_machine.sensor.listener.guard'] ?? $this->get_StateMachine_Sensor_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.sensor.guard.Sensor repariert', [0 => function () {
return ($this->privates['.state_machine.sensor.listener.guard'] ?? $this->get_StateMachine_Sensor_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.sensor.guard.Ticket vom System schließen', [0 => function () {
return ($this->privates['.state_machine.sensor.listener.guard'] ?? $this->get_StateMachine_Sensor_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.sensor.guard.Ticket wiedereröffnen', [0 => function () {
return ($this->privates['.state_machine.sensor.listener.guard'] ?? $this->get_StateMachine_Sensor_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.sensor.guard.Sensor nicht repariert', [0 => function () {
return ($this->privates['.state_machine.sensor.listener.guard'] ?? $this->get_StateMachine_Sensor_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.sensor.guard.Neu terminieren', [0 => function () {
return ($this->privates['.state_machine.sensor.listener.guard'] ?? $this->get_StateMachine_Sensor_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.warning.leave', [0 => function () {
return ($this->privates['.state_machine.warning.listener.audit_trail'] ?? $this->get_StateMachine_Warning_Listener_AuditTrailService());
}, 1 => 'onLeave'], 0);
$instance->addListener('workflow.warning.transition', [0 => function () {
return ($this->privates['.state_machine.warning.listener.audit_trail'] ?? $this->get_StateMachine_Warning_Listener_AuditTrailService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.warning.enter', [0 => function () {
return ($this->privates['.state_machine.warning.listener.audit_trail'] ?? $this->get_StateMachine_Warning_Listener_AuditTrailService());
}, 1 => 'onEnter'], 0);
$instance->addListener('workflow.warning.guard.an DL übermitteln', [0 => function () {
return ($this->privates['.state_machine.warning.listener.guard'] ?? $this->get_StateMachine_Warning_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.warning.guard.Wiederinbetriebnahme Terminiert zum', [0 => function () {
return ($this->privates['.state_machine.warning.listener.guard'] ?? $this->get_StateMachine_Warning_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.warning.guard.Ablehnen', [0 => function () {
return ($this->privates['.state_machine.warning.listener.guard'] ?? $this->get_StateMachine_Warning_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.warning.guard.Anlage repariert', [0 => function () {
return ($this->privates['.state_machine.warning.listener.guard'] ?? $this->get_StateMachine_Warning_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.warning.guard.Ticket vom System schließen', [0 => function () {
return ($this->privates['.state_machine.warning.listener.guard'] ?? $this->get_StateMachine_Warning_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.warning.guard.Ticket wiedereröffnen', [0 => function () {
return ($this->privates['.state_machine.warning.listener.guard'] ?? $this->get_StateMachine_Warning_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.warning.guard.Anlage nicht repariert', [0 => function () {
return ($this->privates['.state_machine.warning.listener.guard'] ?? $this->get_StateMachine_Warning_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.warning.guard.Anlage in Notbetrieb', [0 => function () {
return ($this->privates['.state_machine.warning.listener.guard'] ?? $this->get_StateMachine_Warning_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.warning.guard.Neu terminieren', [0 => function () {
return ($this->privates['.state_machine.warning.listener.guard'] ?? $this->get_StateMachine_Warning_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.zues.leave', [0 => function () {
return ($this->privates['.state_machine.zues.listener.audit_trail'] ?? $this->get_StateMachine_Zues_Listener_AuditTrailService());
}, 1 => 'onLeave'], 0);
$instance->addListener('workflow.zues.transition', [0 => function () {
return ($this->privates['.state_machine.zues.listener.audit_trail'] ?? $this->get_StateMachine_Zues_Listener_AuditTrailService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.zues.enter', [0 => function () {
return ($this->privates['.state_machine.zues.listener.audit_trail'] ?? $this->get_StateMachine_Zues_Listener_AuditTrailService());
}, 1 => 'onEnter'], 0);
$instance->addListener('workflow.zues.guard.an DL übermitteln', [0 => function () {
return ($this->privates['.state_machine.zues.listener.guard'] ?? $this->get_StateMachine_Zues_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.zues.guard.Wiederinbetriebnahme Terminiert zum', [0 => function () {
return ($this->privates['.state_machine.zues.listener.guard'] ?? $this->get_StateMachine_Zues_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.zues.guard.Ablehnen', [0 => function () {
return ($this->privates['.state_machine.zues.listener.guard'] ?? $this->get_StateMachine_Zues_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.zues.guard.Anlage repariert', [0 => function () {
return ($this->privates['.state_machine.zues.listener.guard'] ?? $this->get_StateMachine_Zues_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.zues.guard.Ticket vom System schließen', [0 => function () {
return ($this->privates['.state_machine.zues.listener.guard'] ?? $this->get_StateMachine_Zues_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.zues.guard.Ticket wiedereröffnen', [0 => function () {
return ($this->privates['.state_machine.zues.listener.guard'] ?? $this->get_StateMachine_Zues_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.zues.guard.Anlage nicht repariert', [0 => function () {
return ($this->privates['.state_machine.zues.listener.guard'] ?? $this->get_StateMachine_Zues_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.zues.guard.Anlage in Notbetrieb', [0 => function () {
return ($this->privates['.state_machine.zues.listener.guard'] ?? $this->get_StateMachine_Zues_Listener_GuardService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.zues.guard.Neu terminieren', [0 => function () {
return ($this->privates['.state_machine.zues.listener.guard'] ?? $this->get_StateMachine_Zues_Listener_GuardService());
}, 1 => 'onTransition'], 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('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
}, 1 => 'checkPassport'], 1024);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
}, 1 => 'onConsoleCommand'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->getExceptionListenerService());
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->getCrudResponseListenerService());
}, 1 => 'onKernelView'], 0);
$instance->addListener('flow.previous_step_invalid', [0 => function () {
return ($this->privates['craue.form.flow.event_listener.previous_step_invalid'] ?? $this->getCraue_Form_Flow_EventListener_PreviousStepInvalidService());
}, 1 => 'onPreviousStepInvalid'], 0);
$instance->addListener('flow.flow_expired', [0 => function () {
return ($this->privates['craue.form.flow.event_listener.flow_expired'] ?? $this->getCraue_Form_Flow_EventListener_FlowExpiredService());
}, 1 => 'onFlowExpired'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
}, 1 => 'onKernelRequest'], 250);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
}, 1 => 'onResponse'], -15);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
}, 1 => 'onKernelRequest'], 10);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['fos_rest.param_fetcher_listener'] ?? $this->getFosRest_ParamFetcherListenerService());
}, 1 => 'onKernelController'], 5);
$instance->addListener('oneup_uploader.validation', [0 => function () {
return ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] = new \Oneup\UploaderBundle\EventListener\MaxSizeValidationListener()));
}, 1 => 'onValidate'], 0);
$instance->addListener('oneup_uploader.validation', [0 => function () {
return ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] = new \Oneup\UploaderBundle\EventListener\AllowedMimetypeAndExtensionValidationListener()));
}, 1 => 'onValidate'], 0);
$instance->addListener('oneup_uploader.validation', [0 => function () {
return ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] = new \Oneup\UploaderBundle\EventListener\DisallowedMimetypeValidationListener()));
}, 1 => 'onValidate'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventSubscriber\\InstallAccessSubscriber'] ?? $this->getInstallAccessSubscriberService());
}, 1 => 'onKernelRequest'], 9);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\InstallLogoutSubscriber'] ?? $this->getInstallLogoutSubscriberService());
}, 1 => 'onLogout'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventSubscriber\\PasswordChangeSubscriber'] ?? $this->getPasswordChangeSubscriberService());
}, 1 => 'forcePasswordChange'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventSubscriber\\RequestSubscriber'] ?? $this->getRequestSubscriberService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('workflow.transition', [0 => function () {
return ($this->privates['App\\EventSubscriber\\TransitionEventSubscriber'] ?? $this->getTransitionEventSubscriberService());
}, 1 => 'onWorkflowTicketTransition'], 0);
$instance->addListener('workflow.malfunction.entered', [0 => function () {
return ($this->privates['App\\EventSubscriber\\TransitionEventSubscriber'] ?? $this->getTransitionEventSubscriberService());
}, 1 => 'onWorkflowMalfunctionEntered'], 0);
$instance->addListener('workflow.refuel.entered', [0 => function () {
return ($this->privates['App\\EventSubscriber\\TransitionEventSubscriber'] ?? $this->getTransitionEventSubscriberService());
}, 1 => 'onWorkflowRefuelEntered'], 0);
$instance->addListener('workflow.awm.entered', [0 => function () {
return ($this->privates['App\\EventSubscriber\\TransitionEventSubscriber'] ?? $this->getTransitionEventSubscriberService());
}, 1 => 'onWorkflowAwmEntered'], 0);
$instance->addListener('workflow.neamalfunction.entered', [0 => function () {
return ($this->privates['App\\EventSubscriber\\TransitionEventSubscriber'] ?? $this->getTransitionEventSubscriberService());
}, 1 => 'onWorkflowMalfunctionEntered'], 0);
$instance->addListener('workflow.sensor.entered', [0 => function () {
return ($this->privates['App\\EventSubscriber\\TransitionEventSubscriber'] ?? $this->getTransitionEventSubscriberService());
}, 1 => 'onWorkflowSensorEntered'], 0);
$instance->addListener('workflow.warning.entered', [0 => function () {
return ($this->privates['App\\EventSubscriber\\TransitionEventSubscriber'] ?? $this->getTransitionEventSubscriberService());
}, 1 => 'onWorkflowWarningEntered'], 0);
$instance->addListener('workflow.zues.entered', [0 => function () {
return ($this->privates['App\\EventSubscriber\\TransitionEventSubscriber'] ?? $this->getTransitionEventSubscriberService());
}, 1 => 'onWorkflowZuesEntered'], 0);
$instance->addListener('flow.pre_bind', [0 => function () {
return ($this->privates['App\\Form\\Flow\\ElevatorAcquisitionFlow'] ?? $this->getElevatorAcquisitionFlowService());
}, 1 => 'onPreBind'], 0);
$instance->addListener('flow.get_steps', [0 => function () {
return ($this->privates['App\\Form\\Flow\\ElevatorAcquisitionFlow'] ?? $this->getElevatorAcquisitionFlowService());
}, 1 => 'onGetSteps'], 0);
$instance->addListener('flow.post_bind_saved_data', [0 => function () {
return ($this->privates['App\\Form\\Flow\\ElevatorAcquisitionFlow'] ?? $this->getElevatorAcquisitionFlowService());
}, 1 => 'onPostBindSavedData'], 0);
$instance->addListener('flow.post_bind_flow', [0 => function () {
return ($this->privates['App\\Form\\Flow\\ElevatorAcquisitionFlow'] ?? $this->getElevatorAcquisitionFlowService());
}, 1 => 'onPostBindFlow'], 0);
$instance->addListener('flow.post_bind_request', [0 => function () {
return ($this->privates['App\\Form\\Flow\\ElevatorAcquisitionFlow'] ?? $this->getElevatorAcquisitionFlowService());
}, 1 => 'onPostBindRequest'], 0);
$instance->addListener('flow.post_validate', [0 => function () {
return ($this->privates['App\\Form\\Flow\\ElevatorAcquisitionFlow'] ?? $this->getElevatorAcquisitionFlowService());
}, 1 => 'onPostValidate'], 0);
$instance->addListener('flow.pre_bind', [0 => function () {
return ($this->privates['App\\Form\\Flow\\InstallFlow'] ?? $this->getInstallFlowService());
}, 1 => 'onPreBind'], 0);
$instance->addListener('flow.get_steps', [0 => function () {
return ($this->privates['App\\Form\\Flow\\InstallFlow'] ?? $this->getInstallFlowService());
}, 1 => 'onGetSteps'], 0);
$instance->addListener('flow.post_bind_saved_data', [0 => function () {
return ($this->privates['App\\Form\\Flow\\InstallFlow'] ?? $this->getInstallFlowService());
}, 1 => 'onPostBindSavedData'], 0);
$instance->addListener('flow.post_bind_flow', [0 => function () {
return ($this->privates['App\\Form\\Flow\\InstallFlow'] ?? $this->getInstallFlowService());
}, 1 => 'onPostBindFlow'], 0);
$instance->addListener('flow.post_bind_request', [0 => function () {
return ($this->privates['App\\Form\\Flow\\InstallFlow'] ?? $this->getInstallFlowService());
}, 1 => 'onPostBindRequest'], 0);
$instance->addListener('flow.post_validate', [0 => function () {
return ($this->privates['App\\Form\\Flow\\InstallFlow'] ?? $this->getInstallFlowService());
}, 1 => 'onPostValidate'], 0);
$instance->addListener('flow.pre_bind', [0 => function () {
return ($this->privates['App\\Form\\Flow\\InstallNeaFlow'] ?? $this->getInstallNeaFlowService());
}, 1 => 'onPreBind'], 0);
$instance->addListener('flow.get_steps', [0 => function () {
return ($this->privates['App\\Form\\Flow\\InstallNeaFlow'] ?? $this->getInstallNeaFlowService());
}, 1 => 'onGetSteps'], 0);
$instance->addListener('flow.post_bind_saved_data', [0 => function () {
return ($this->privates['App\\Form\\Flow\\InstallNeaFlow'] ?? $this->getInstallNeaFlowService());
}, 1 => 'onPostBindSavedData'], 0);
$instance->addListener('flow.post_bind_flow', [0 => function () {
return ($this->privates['App\\Form\\Flow\\InstallNeaFlow'] ?? $this->getInstallNeaFlowService());
}, 1 => 'onPostBindFlow'], 0);
$instance->addListener('flow.post_bind_request', [0 => function () {
return ($this->privates['App\\Form\\Flow\\InstallNeaFlow'] ?? $this->getInstallNeaFlowService());
}, 1 => 'onPostBindRequest'], 0);
$instance->addListener('flow.post_validate', [0 => function () {
return ($this->privates['App\\Form\\Flow\\InstallNeaFlow'] ?? $this->getInstallNeaFlowService());
}, 1 => 'onPostValidate'], 0);
$instance->addListener('flow.pre_bind', [0 => function () {
return ($this->privates['App\\Form\\Flow\\ManualInspectionFlow'] ?? $this->getManualInspectionFlowService());
}, 1 => 'onPreBind'], 0);
$instance->addListener('flow.get_steps', [0 => function () {
return ($this->privates['App\\Form\\Flow\\ManualInspectionFlow'] ?? $this->getManualInspectionFlowService());
}, 1 => 'onGetSteps'], 0);
$instance->addListener('flow.post_bind_saved_data', [0 => function () {
return ($this->privates['App\\Form\\Flow\\ManualInspectionFlow'] ?? $this->getManualInspectionFlowService());
}, 1 => 'onPostBindSavedData'], 0);
$instance->addListener('flow.post_bind_flow', [0 => function () {
return ($this->privates['App\\Form\\Flow\\ManualInspectionFlow'] ?? $this->getManualInspectionFlowService());
}, 1 => 'onPostBindFlow'], 0);
$instance->addListener('flow.post_bind_request', [0 => function () {
return ($this->privates['App\\Form\\Flow\\ManualInspectionFlow'] ?? $this->getManualInspectionFlowService());
}, 1 => 'onPostBindRequest'], 0);
$instance->addListener('flow.post_validate', [0 => function () {
return ($this->privates['App\\Form\\Flow\\ManualInspectionFlow'] ?? $this->getManualInspectionFlowService());
}, 1 => 'onPostValidate'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
}, 1 => 'onKernelResponse'], -1024);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'setDefaultLocale'], 100);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelRequest'], 16);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
}, 1 => 'onKernelRequest'], 256);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
}, 1 => 'onResponse'], -255);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
}, 1 => 'onControllerArguments'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
}, 1 => 'onKernelException'], -128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
}, 1 => 'removeCspHeader'], -128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelRequest'], 15);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelFinishRequest'], -15);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
}, 1 => 'onConsoleTerminate'], -128);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
}, 1 => 'onMessage'], -255);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
}, 1 => 'onMessage'], -255);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelRequest'], 32);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelRequest'], 128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onFinishRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelTerminate'], -1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
}, 1 => 'onMessage'], 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('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('debug.security.authorization.vote', [0 => function () {
return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
}, 1 => 'onVoterVote'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'configureLogoutUrlGenerator'], 8);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelRequest'], 8);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.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.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('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.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -128);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onCommand'], 255);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onTerminate'], -255);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
}, 1 => 'handleLegacyEaContext'], 10);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
}, 1 => 'onKernelController'], 128);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
}, 1 => 'onKernelView'], 30);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber'] ?? ($this->privates['Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber'] = new \Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the public 'fos_rest.serializer.jms_handler_registry' shared service.
*
* @return \FOS\RestBundle\Serializer\JMSHandlerRegistryV2
*/
protected function getFosRest_Serializer_JmsHandlerRegistryService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistryV2.php';
return $this->services['fos_rest.serializer.jms_handler_registry'] = new \FOS\RestBundle\Serializer\JMSHandlerRegistryV2(($this->privates['fos_rest.serializer.jms_handler_registry.inner'] ?? $this->getFosRest_Serializer_JmsHandlerRegistry_InnerService()));
}
/**
* Gets the public 'fos_rest.view_handler' shared service.
*
* @return \FOS\RestBundle\View\ViewHandler
*/
protected function getFosRest_ViewHandlerService()
{
return $this->services['fos_rest.view_handler'] = \FOS\RestBundle\View\ViewHandler::create(($this->services['router'] ?? $this->getRouterService()), new \FOS\RestBundle\Serializer\JMSSerializerAdapter(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory()))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['json' => false], 400, 204, false, ['serializeNullStrategy' => false]);
}
/**
* Gets the public 'http_kernel' shared service.
*
* @return \Symfony\Component\HttpKernel\HttpKernel
*/
protected function getHttpKernelService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['http_kernel'])) {
return $this->services['http_kernel'];
}
return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
yield 4 => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->getAdminContextResolverService());
yield 5 => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->getBatchActionDtoResolverService());
yield 6 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
yield 7 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
yield 8 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
yield 9 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
}, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
}
/**
* 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->getFosRest_Serializer_JmsHandlerRegistryService());
$c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
$c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
$d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
$e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
$f = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'jms_serializer.doctrine_proxy_subscriber' => ['privates', 'jms_serializer.doctrine_proxy_subscriber', 'getJmsSerializer_DoctrineProxySubscriberService', false],
'jms_serializer.stopwatch_subscriber' => ['privates', 'jms_serializer.stopwatch_subscriber', 'getJmsSerializer_StopwatchSubscriberService', false],
], [
'jms_serializer.doctrine_proxy_subscriber' => '?',
'jms_serializer.stopwatch_subscriber' => '?',
]));
$f->setListeners(['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']], 'serializer.post_serialize' => [0 => [0 => [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPostSerialize'], 1 => NULL, 2 => NULL, 3 => NULL]]]);
$g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
$g->setOptions(1216);
$h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
$h->setFormatOutput(true);
$i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
$i->setOptions(0);
return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [2 => new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a, $b, new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), new \JMS\Serializer\Construction\UnserializeObjectConstructor(), 'null'), $e, $f, $d), 1 => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a, $b, $e, $f, $d)], ['json' => $g, 'xml' => $h], ['json' => $i, 'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
}
/**
* Gets the public 'jms_serializer.deserialization_context_factory' shared service.
*
* @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
*/
protected function getJmsSerializer_DeserializationContextFactoryService()
{
return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
}
/**
* Gets the public 'jms_serializer.handler_registry' shared service.
*
* @return \FOS\RestBundle\Serializer\JMSHandlerRegistryV2
*/
protected function getJmsSerializer_HandlerRegistryService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistryV2.php';
return $this->services['jms_serializer.handler_registry'] = new \FOS\RestBundle\Serializer\JMSHandlerRegistryV2(($this->privates['fos_rest.serializer.jms_handler_registry.inner'] ?? $this->getFosRest_Serializer_JmsHandlerRegistry_InnerService()));
}
/**
* Gets the public 'jms_serializer.metadata_driver' shared service.
*
* @return \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver
*/
protected function getJmsSerializer_MetadataDriverService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/TypedPropertiesDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationOrAttributeDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
$a = new \Metadata\Driver\FileLocator([]);
$b = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_', true));
$c = ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser()));
return $this->services['jms_serializer.metadata_driver'] = new \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver(new \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver(new \Metadata\Driver\DriverChain([0 => new \JMS\Serializer\Metadata\Driver\YamlDriver($a, $b, $c), 1 => new \JMS\Serializer\Metadata\Driver\XmlDriver($a, $b, $c), 2 => new \JMS\Serializer\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $b, $c)]), ($this->services['doctrine'] ?? $this->getDoctrineService()), $c), $c);
}
/**
* Gets the public 'jms_serializer.serialization_context_factory' shared service.
*
* @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
*/
protected function getJmsSerializer_SerializationContextFactoryService()
{
return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
}
/**
* Gets the public 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
*
* @return \JMS\Serializer\Twig\SerializerRuntimeHelper
*/
protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
}
/**
* Gets the public 'knp_snappy.image' shared service.
*
* @return \Knp\Snappy\Image
*/
protected function getKnpSnappy_ImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Image.php';
$this->services['knp_snappy.image'] = $instance = new \Knp\Snappy\Image('wkhtmltoimage', [], []);
$instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
return $instance;
}
/**
* Gets the public 'knp_snappy.pdf' shared service.
*
* @return \Knp\Snappy\Pdf
*/
protected function getKnpSnappy_PdfService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Pdf.php';
$this->services['knp_snappy.pdf'] = $instance = new \Knp\Snappy\Pdf($this->getEnv('WKHTMLTOPDF_PATH'), $this->parameters['knp_snappy.pdf.options'], []);
$instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
return $instance;
}
/**
* Gets the public 'lexik_jwt_authentication.encoder' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
*/
protected function getLexikJwtAuthentication_EncoderService()
{
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'openssl', 'RS256', 3600, 0, false));
}
/**
* Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
*/
protected function getLexikJwtAuthentication_GenerateTokenCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
$this->services['lexik_jwt_authentication.generate_token_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), new RewindableGenerator(function () {
yield 0 => ($this->privates['security.user.provider.concrete.api_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_ApiUserProviderService());
yield 1 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
yield 2 => ($this->privates['security.user.provider.concrete.qr_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_QrUserProviderService());
}, 3));
$instance->setName('lexik:jwt:generate-token');
return $instance;
}
/**
* Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
*/
protected function getLexikJwtAuthentication_JwtManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichmentInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichment/ChainEnrichment.php';
$this->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'username', new \Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichment\ChainEnrichment([]));
$instance->setUserIdentityField('username', false);
return $instance;
}
/**
* Gets the public 'lexik_jwt_authentication.key_loader' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
*/
protected function getLexikJwtAuthentication_KeyLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
return $this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'), []);
}
/**
* Gets the public 'liip_imagine.binary.loader.default' shared service.
*
* @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
*/
protected function getLiipImagine_Binary_Loader_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
$a = \Symfony\Component\Mime\MimeTypes::getDefault();
return $this->services['liip_imagine.binary.loader.default'] = new \Liip\ImagineBundle\Binary\Loader\FileSystemLoader($a, $a, new \Liip\ImagineBundle\Binary\Locator\FileSystemLocator([0 => (\dirname(__DIR__, 4).'/public')], false));
}
/**
* Gets the public 'liip_imagine.cache.manager' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
*/
protected function getLiipImagine_Cache_ManagerService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['liip_imagine.cache.manager'])) {
return $this->services['liip_imagine.cache.manager'];
}
$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')))), $a, 'default', false);
$instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
$instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
return $instance;
}
/**
* Gets the public 'liip_imagine.cache.resolver.default' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
*/
protected function getLiipImagine_Cache_Resolver_DefaultService()
{
return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__, 4).'/public'), 'media/cache');
}
/**
* Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
*/
protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
{
return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
}
/**
* Gets the public 'liip_imagine.cache.signer' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Signer
*/
protected function getLiipImagine_Cache_SignerService()
{
return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
}
/**
* Gets the public 'liip_imagine.config.stack_collection' shared service.
*
* @return \Liip\ImagineBundle\Config\StackCollection
*/
protected function getLiipImagine_Config_StackCollectionService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
$a = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
$b = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
return $this->services['liip_imagine.config.stack_collection'] = new \Liip\ImagineBundle\Config\StackCollection(new \Liip\ImagineBundle\Config\StackBuilder(new \Liip\ImagineBundle\Factory\Config\StackFactory(), new \Liip\ImagineBundle\Config\FilterFactoryCollection(new \Liip\ImagineBundle\Factory\Config\Filter\AutoRotateFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\BackgroundFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\CropFactory($a, $b), new \Liip\ImagineBundle\Factory\Config\Filter\DownscaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\FlipFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\GrayscaleFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\InterlaceFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\PasteFactory($b), new \Liip\ImagineBundle\Factory\Config\Filter\RelativeResizeFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ResizeFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\RotateFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ScaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\StripFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ThumbnailFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\UpscaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\WatermarkFactory())), $this->parameters['liip_imagine.filter_sets']);
}
/**
* Gets the public 'liip_imagine.data.manager' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Data\DataManager
*/
protected function getLiipImagine_Data_ManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
$this->services['liip_imagine.data.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Data\DataManager(($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()), \Symfony\Component\Mime\MimeTypes::getDefault(), ($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), 'default', NULL);
$instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
return $instance;
}
/**
* Gets the public 'liip_imagine.filter.loader.downscale' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
*/
protected function getLiipImagine_Filter_Loader_DownscaleService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
}
/**
* Gets the public 'liip_imagine.filter.loader.fixed' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
*/
protected function getLiipImagine_Filter_Loader_FixedService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
}
/**
* Gets the public 'liip_imagine.filter.loader.flip' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
*/
protected function getLiipImagine_Filter_Loader_FlipService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
}
/**
* Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
*/
protected function getLiipImagine_Filter_Loader_GrayscaleService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
}
/**
* Gets the public 'liip_imagine.filter.loader.interlace' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
*/
protected function getLiipImagine_Filter_Loader_InterlaceService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
}
/**
* Gets the public 'liip_imagine.filter.loader.resample' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
*/
protected function getLiipImagine_Filter_Loader_ResampleService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResampleFilterLoader.php';
return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
}
/**
* Gets the public 'liip_imagine.filter.loader.rotate' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
*/
protected function getLiipImagine_Filter_Loader_RotateService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
}
/**
* Gets the public 'liip_imagine.filter.manager' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
*/
protected function getLiipImagine_Filter_ManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/CwebpPostProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
$a = ($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService());
$this->services['liip_imagine.filter.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Filter\FilterManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), $a, ($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()));
$instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
$instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
$instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
$instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
$instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
$instance->addLoader('paste_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a, \dirname(__DIR__, 4)));
$instance->addLoader('watermark_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a, \dirname(__DIR__, 4)));
$instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
$instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
$instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
$instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
$instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
$instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
$instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
$instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
$instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
$instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
$instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
$instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim', true, NULL, true, NULL));
$instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng', 7, true, NULL));
$instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
$instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
$instance->addPostProcessor('cwebp', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\CwebpPostProcessor('/usr/bin/cwebp', NULL, 75, 100, 4, 'fast', 1, false, $this->parameters['liip_imagine.cwebp.metadata']));
return $instance;
}
/**
* Gets the public 'nelmio_api_doc.command.dump' shared service.
*
* @return \Nelmio\ApiDocBundle\Command\DumpCommand
*/
protected function getNelmioApiDoc_Command_DumpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Command/DumpCommand.php';
$this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
$instance->setName('nelmio:apidoc:dump');
return $instance;
}
/**
* Gets the public 'nelmio_api_doc.controller.redocly' shared service.
*
* @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
*/
protected function getNelmioApiDoc_Controller_RedoclyService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
return $this->services['nelmio_api_doc.controller.redocly'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'redocly');
}
/**
* Gets the public 'nelmio_api_doc.controller.stoplight' shared service.
*
* @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
*/
protected function getNelmioApiDoc_Controller_StoplightService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
return $this->services['nelmio_api_doc.controller.stoplight'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'stoplight');
}
/**
* Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
*
* @return \Nelmio\ApiDocBundle\Controller\DocumentationController
*/
protected function getNelmioApiDoc_Controller_SwaggerJsonService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/DocumentationController.php';
return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
}
/**
* Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
*
* @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
*/
protected function getNelmioApiDoc_Controller_SwaggerUiService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'swaggerui');
}
/**
* Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
*
* @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
*/
protected function getNelmioApiDoc_Controller_SwaggerYamlService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/YamlDocumentationController.php';
return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
}
/**
* Gets the public 'nelmio_api_doc.generator.api_v1_external' shared service.
*
* @return \Nelmio\ApiDocBundle\ApiDocGenerator
*/
protected function getNelmioApiDoc_Generator_ApiV1ExternalService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ApiDocGenerator.php';
$this->services['nelmio_api_doc.generator.api_v1_external'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
yield 1 => ($this->privates['nelmio_api_doc.describers.config.api_v1_external'] ?? ($this->privates['nelmio_api_doc.describers.config.api_v1_external'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
yield 2 => ($this->privates['nelmio_api_doc.describers.openapi_php.api_v1_external'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_ApiV1ExternalService());
yield 3 => ($this->privates['nelmio_api_doc.describers.route.api_v1_external'] ?? $this->getNelmioApiDoc_Describers_Route_ApiV1ExternalService());
yield 4 => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
}, 5), new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.model_describers.self_describing'] ?? ($this->privates['nelmio_api_doc.model_describers.self_describing'] = new \Nelmio\ApiDocBundle\ModelDescriber\SelfDescribingModelDescriber()));
yield 1 => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
yield 2 => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
yield 3 => ($this->privates['nelmio_api_doc.model_describers.jms'] ?? $this->getNelmioApiDoc_ModelDescribers_JmsService());
yield 4 => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
yield 5 => ($this->privates['nelmio_api_doc.model_describers.object_fallback'] ?? ($this->privates['nelmio_api_doc.model_describers.object_fallback'] = new \Nelmio\ApiDocBundle\ModelDescriber\FallbackObjectModelDescriber()));
}, 6), NULL, 'openapi_doc.api_v1_external', ($this->privates['nelmio_api_doc.open_api.generator'] ?? $this->getNelmioApiDoc_OpenApi_GeneratorService()));
$instance->setAlternativeNames([]);
$instance->setMediaTypes([0 => 'json']);
$instance->setLogger(($this->privates['monolog.logger.nelmio_api_doc'] ?? $this->getMonolog_Logger_NelmioApiDocService()));
$instance->setOpenApiVersion(NULL);
return $instance;
}
/**
* Gets the public 'nelmio_api_doc.generator.api_v1_leg' shared service.
*
* @return \Nelmio\ApiDocBundle\ApiDocGenerator
*/
protected function getNelmioApiDoc_Generator_ApiV1LegService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ApiDocGenerator.php';
$this->services['nelmio_api_doc.generator.api_v1_leg'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
yield 1 => ($this->privates['nelmio_api_doc.describers.config.api_v1_leg'] ?? ($this->privates['nelmio_api_doc.describers.config.api_v1_leg'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
yield 2 => ($this->privates['nelmio_api_doc.describers.openapi_php.api_v1_leg'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_ApiV1LegService());
yield 3 => ($this->privates['nelmio_api_doc.describers.route.api_v1_leg'] ?? $this->getNelmioApiDoc_Describers_Route_ApiV1LegService());
yield 4 => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
}, 5), new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.model_describers.self_describing'] ?? ($this->privates['nelmio_api_doc.model_describers.self_describing'] = new \Nelmio\ApiDocBundle\ModelDescriber\SelfDescribingModelDescriber()));
yield 1 => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
yield 2 => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
yield 3 => ($this->privates['nelmio_api_doc.model_describers.jms'] ?? $this->getNelmioApiDoc_ModelDescribers_JmsService());
yield 4 => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
yield 5 => ($this->privates['nelmio_api_doc.model_describers.object_fallback'] ?? ($this->privates['nelmio_api_doc.model_describers.object_fallback'] = new \Nelmio\ApiDocBundle\ModelDescriber\FallbackObjectModelDescriber()));
}, 6), NULL, 'openapi_doc.api_v1_leg', ($this->privates['nelmio_api_doc.open_api.generator'] ?? $this->getNelmioApiDoc_OpenApi_GeneratorService()));
$instance->setAlternativeNames([]);
$instance->setMediaTypes([0 => 'json']);
$instance->setLogger(($this->privates['monolog.logger.nelmio_api_doc'] ?? $this->getMonolog_Logger_NelmioApiDocService()));
$instance->setOpenApiVersion(NULL);
return $instance;
}
/**
* Gets the public 'nelmio_api_doc.generator.default' shared service.
*
* @return \Nelmio\ApiDocBundle\ApiDocGenerator
*/
protected function getNelmioApiDoc_Generator_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ApiDocGenerator.php';
$this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
yield 1 => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
yield 2 => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
yield 3 => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
yield 4 => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
}, 5), new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.model_describers.self_describing'] ?? ($this->privates['nelmio_api_doc.model_describers.self_describing'] = new \Nelmio\ApiDocBundle\ModelDescriber\SelfDescribingModelDescriber()));
yield 1 => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
yield 2 => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
yield 3 => ($this->privates['nelmio_api_doc.model_describers.jms'] ?? $this->getNelmioApiDoc_ModelDescribers_JmsService());
yield 4 => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
yield 5 => ($this->privates['nelmio_api_doc.model_describers.object_fallback'] ?? ($this->privates['nelmio_api_doc.model_describers.object_fallback'] = new \Nelmio\ApiDocBundle\ModelDescriber\FallbackObjectModelDescriber()));
}, 6), NULL, 'openapi_doc.default', ($this->privates['nelmio_api_doc.open_api.generator'] ?? $this->getNelmioApiDoc_OpenApi_GeneratorService()));
$instance->setAlternativeNames([]);
$instance->setMediaTypes([0 => 'json']);
$instance->setLogger(($this->privates['monolog.logger.nelmio_api_doc'] ?? $this->getMonolog_Logger_NelmioApiDocService()));
$instance->setOpenApiVersion(NULL);
return $instance;
}
/**
* Gets the public 'nelmio_api_doc.generator.internal' shared service.
*
* @return \Nelmio\ApiDocBundle\ApiDocGenerator
*/
protected function getNelmioApiDoc_Generator_InternalService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ApiDocGenerator.php';
$this->services['nelmio_api_doc.generator.internal'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
yield 1 => ($this->privates['nelmio_api_doc.describers.config.internal'] ?? ($this->privates['nelmio_api_doc.describers.config.internal'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
yield 2 => ($this->privates['nelmio_api_doc.describers.openapi_php.internal'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_InternalService());
yield 3 => ($this->privates['nelmio_api_doc.describers.route.internal'] ?? $this->getNelmioApiDoc_Describers_Route_InternalService());
yield 4 => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
}, 5), new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.model_describers.self_describing'] ?? ($this->privates['nelmio_api_doc.model_describers.self_describing'] = new \Nelmio\ApiDocBundle\ModelDescriber\SelfDescribingModelDescriber()));
yield 1 => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
yield 2 => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
yield 3 => ($this->privates['nelmio_api_doc.model_describers.jms'] ?? $this->getNelmioApiDoc_ModelDescribers_JmsService());
yield 4 => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
yield 5 => ($this->privates['nelmio_api_doc.model_describers.object_fallback'] ?? ($this->privates['nelmio_api_doc.model_describers.object_fallback'] = new \Nelmio\ApiDocBundle\ModelDescriber\FallbackObjectModelDescriber()));
}, 6), NULL, 'openapi_doc.internal', ($this->privates['nelmio_api_doc.open_api.generator'] ?? $this->getNelmioApiDoc_OpenApi_GeneratorService()));
$instance->setAlternativeNames([]);
$instance->setMediaTypes([0 => 'json']);
$instance->setLogger(($this->privates['monolog.logger.nelmio_api_doc'] ?? $this->getMonolog_Logger_NelmioApiDocService()));
$instance->setOpenApiVersion(NULL);
return $instance;
}
/**
* Gets the public 'nelmio_api_doc.render_docs' shared service.
*
* @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
*/
protected function getNelmioApiDoc_RenderDocsService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/RenderOpenApi.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/OpenApiRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Json/JsonOpenApiRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Yaml/YamlOpenApiRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/HtmlOpenApiRenderer.php';
return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'api_v1_external' => ['services', 'nelmio_api_doc.generator.api_v1_external', 'getNelmioApiDoc_Generator_ApiV1ExternalService', false],
'api_v1_leg' => ['services', 'nelmio_api_doc.generator.api_v1_leg', 'getNelmioApiDoc_Generator_ApiV1LegService', false],
'default' => ['services', 'nelmio_api_doc.generator.default', 'getNelmioApiDoc_Generator_DefaultService', false],
'internal' => ['services', 'nelmio_api_doc.generator.internal', 'getNelmioApiDoc_Generator_InternalService', false],
], [
'api_v1_external' => '?',
'api_v1_leg' => '?',
'default' => '?',
'internal' => '?',
]), new \Nelmio\ApiDocBundle\Render\Json\JsonOpenApiRenderer(), new \Nelmio\ApiDocBundle\Render\Yaml\YamlOpenApiRenderer(), new \Nelmio\ApiDocBundle\Render\Html\HtmlOpenApiRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ['assets_mode' => 'cdn', 'swagger_ui_config' => [], 'redocly_config' => [], 'stoplight_config' => []]));
}
/**
* Gets the public 'oneup_uploader.chunk_manager' shared service.
*
* @return \Oneup\UploaderBundle\Uploader\Chunk\ChunkManager
*/
protected function getOneupUploader_ChunkManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/ChunkManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/ChunkManager.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/ChunkStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/FilesystemStorage.php';
return $this->services['oneup_uploader.chunk_manager'] = new \Oneup\UploaderBundle\Uploader\Chunk\ChunkManager($this->getParameter('oneup_uploader.chunks'), new \Oneup\UploaderBundle\Uploader\Chunk\Storage\FilesystemStorage(($this->targetDir.''.'/uploader/chunks')));
}
/**
* Gets the public 'oneup_uploader.controller.gallery' shared service.
*
* @return \Oneup\UploaderBundle\Controller\DropzoneController
*/
protected function getOneupUploader_Controller_GalleryService()
{
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractChunkedController.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Controller/DropzoneController.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/StorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/ErrorHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/DropzoneErrorHandler.php';
return $this->services['oneup_uploader.controller.gallery'] = new \Oneup\UploaderBundle\Controller\DropzoneController($this, new \Oneup\UploaderBundle\Uploader\Storage\FilesystemStorage((\dirname(__DIR__, 4).'/public/uploads/gallery')), new \Oneup\UploaderBundle\Uploader\ErrorHandler\DropzoneErrorHandler(), ['frontend' => 'dropzone', 'custom_frontend' => ['name' => NULL, 'class' => NULL], 'storage' => ['service' => NULL, 'type' => 'filesystem', 'filesystem' => NULL, 'directory' => (\dirname(__DIR__, 4).'/public/uploads/gallery'), 'stream_wrapper' => NULL, 'sync_buffer_size' => '100K'], 'route_prefix' => '', 'endpoints' => ['upload' => NULL, 'progress' => NULL, 'cancel' => NULL], 'allowed_mimetypes' => [], 'disallowed_mimetypes' => [], 'error_handler' => NULL, 'max_size' => 9223372036854775807, 'use_orphanage' => false, 'enable_progress' => false, 'enable_cancelation' => false, 'namer' => 'oneup_uploader.namer.uniqid', 'root_folder' => false], 'gallery');
}
/**
* Gets the public 'oneup_uploader.namer.uniqid' shared service.
*
* @return \Oneup\UploaderBundle\Uploader\Naming\UniqidNamer
*/
protected function getOneupUploader_Namer_UniqidService()
{
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/UniqidNamer.php';
return $this->services['oneup_uploader.namer.uniqid'] = new \Oneup\UploaderBundle\Uploader\Naming\UniqidNamer();
}
/**
* Gets the public 'oneup_uploader.orphanage_manager' shared service.
*
* @return \Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager
*/
protected function getOneupUploader_OrphanageManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Uploader/Orphanage/OrphanageManager.php';
return $this->services['oneup_uploader.orphanage_manager'] = new \Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager($this, $this->getParameter('oneup_uploader.orphanage'));
}
/**
* Gets the public 'oneup_uploader.routing.loader' shared service.
*
* @return \Oneup\UploaderBundle\Routing\RouteLoader
*/
protected function getOneupUploader_Routing_LoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Routing/RouteLoader.php';
return $this->services['oneup_uploader.routing.loader'] = new \Oneup\UploaderBundle\Routing\RouteLoader($this->parameters['oneup_uploader.controllers']);
}
/**
* Gets the public 'oneup_uploader.templating.uploader_helper' shared service.
*
* @return \Oneup\UploaderBundle\Templating\Helper\UploaderHelper
*/
protected function getOneupUploader_Templating_UploaderHelperService()
{
return $this->services['oneup_uploader.templating.uploader_helper'] = new \Oneup\UploaderBundle\Templating\Helper\UploaderHelper(($this->services['router'] ?? $this->getRouterService()), $this->parameters['oneup_uploader.maxsize']);
}
/**
* Gets the public 'oneup_uploader.twig.extension.uploader' shared service.
*
* @return \Oneup\UploaderBundle\Twig\Extension\UploaderExtension
*/
protected function getOneupUploader_Twig_Extension_UploaderService()
{
return $this->services['oneup_uploader.twig.extension.uploader'] = new \Oneup\UploaderBundle\Twig\Extension\UploaderExtension(($this->services['oneup_uploader.templating.uploader_helper'] ?? $this->getOneupUploader_Templating_UploaderHelperService()));
}
/**
* Gets the public 'pugx_autocompleter.autocomplete' shared service.
*
* @return \PUGX\AutocompleterBundle\Form\Type\AutocompleteType
*/
protected function getPugxAutocompleter_AutocompleteService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/pugx/autocompleter-bundle/src/Form/Type/AutocompleteType.php';
return $this->services['pugx_autocompleter.autocomplete'] = new \PUGX\AutocompleterBundle\Form\Type\AutocompleteType(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'pugx_autocompleter.filter.doctrine_subscriber' shared service.
*
* @return \PUGX\AutocompleterBundle\Listener\FilterSubscriber
*/
protected function getPugxAutocompleter_Filter_DoctrineSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/pugx/autocompleter-bundle/src/Listener/FilterSubscriber.php';
return $this->services['pugx_autocompleter.filter.doctrine_subscriber'] = new \PUGX\AutocompleterBundle\Listener\FilterSubscriber();
}
/**
* Gets the public 'pugx_autocompleter.filter_autocomplete' shared service.
*
* @return \PUGX\AutocompleterBundle\Form\Type\AutocompleteFilterType
*/
protected function getPugxAutocompleter_FilterAutocompleteService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/pugx/autocompleter-bundle/src/Form/Type/AutocompleteType.php';
include_once \dirname(__DIR__, 4).'/vendor/pugx/autocompleter-bundle/src/Form/Type/AutocompleteFilterType.php';
return $this->services['pugx_autocompleter.filter_autocomplete'] = new \PUGX\AutocompleterBundle\Form\Type\AutocompleteFilterType(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'request_stack' shared service.
*
* @return \Symfony\Component\HttpFoundation\RequestStack
*/
protected function getRequestStackService()
{
return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
}
/**
* Gets the public 'router' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\Router
*/
protected function getRouterService()
{
$a = new \Symfony\Bridge\Monolog\Logger('router');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.critical'] ?? $this->getMonolog_Handler_CriticalService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', false],
], [
'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]))->withContext('router.default', $this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, 'de');
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the public 'routing.loader' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
*/
protected function getRouting_LoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
$a = new \Symfony\Component\Config\Loader\LoaderResolver();
$b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)));
$c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
$a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'kernel' => ['services', 'kernel', 'getKernelService', false],
], [
'kernel' => 'App\\Kernel',
]), 'dev'));
$a->addLoader(($this->services['oneup_uploader.routing.loader'] ?? $this->getOneupUploader_Routing_LoaderService()));
$a->addLoader($c);
$a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b, $c));
$a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b, $c));
return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
}
/**
* Gets the public 'secit.imap' shared service.
*
* @return \SecIT\ImapBundle\Service\Imap
*/
protected function getSecit_ImapService()
{
include_once \dirname(__DIR__, 4).'/vendor/secit-pl/imap-bundle/Service/Imap.php';
return $this->services['secit.imap'] = new \SecIT\ImapBundle\Service\Imap($this->parameters['secit.imap.connections']);
}
/**
* Gets the public 'services_resetter' shared service.
*
* @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
*/
protected function getServicesResetterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
if (false) {
yield 'App\\Security\\TokenStorageDecorator' => null;
}
if (isset($this->services['cache.app'])) {
yield 'cache.app' => ($this->services['cache.app'] ?? null);
}
if (isset($this->services['cache.system'])) {
yield 'cache.system' => ($this->services['cache.system'] ?? null);
}
if (isset($this->privates['cache.validator'])) {
yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
}
if (isset($this->privates['cache.serializer'])) {
yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
}
if (isset($this->privates['cache.annotations'])) {
yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
}
if (isset($this->privates['cache.property_info'])) {
yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
}
if (isset($this->privates['.debug.http_client'])) {
yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
}
if (isset($this->privates['mailer.message_logger_listener'])) {
yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
}
if (isset($this->privates['debug.stopwatch'])) {
yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
}
if (isset($this->services['event_dispatcher'])) {
yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
}
if (isset($this->privates['session_listener'])) {
yield 'session_listener' => ($this->privates['session_listener'] ?? null);
}
if (isset($this->privates['form.choice_list_factory.cached'])) {
yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
}
if (isset($this->services['cache.validator_expression_language'])) {
yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
}
if (isset($this->services['.container.private.profiler'])) {
yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
}
if (isset($this->services['.container.private.validator'])) {
yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
}
if (isset($this->privates['twig.form.engine'])) {
yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
}
if (isset($this->services['.container.private.security.token_storage'])) {
yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
}
if (isset($this->privates['cache.security_expression_language'])) {
yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
}
if (isset($this->privates['debug.security.firewall'])) {
yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
}
if (isset($this->privates['debug.security.firewall.authenticator.api_external'])) {
yield 'debug.security.firewall.authenticator.api_external' => ($this->privates['debug.security.firewall.authenticator.api_external'] ?? null);
}
if (isset($this->privates['debug.security.firewall.authenticator.api_leg'])) {
yield 'debug.security.firewall.authenticator.api_leg' => ($this->privates['debug.security.firewall.authenticator.api_leg'] ?? null);
}
if (isset($this->privates['debug.security.firewall.authenticator.qrcode'])) {
yield 'debug.security.firewall.authenticator.qrcode' => ($this->privates['debug.security.firewall.authenticator.qrcode'] ?? null);
}
if (isset($this->privates['cache.security_token_verifier'])) {
yield 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier'] ?? null);
}
if (isset($this->privates['debug.security.firewall.authenticator.default'])) {
yield 'debug.security.firewall.authenticator.default' => ($this->privates['debug.security.firewall.authenticator.default'] ?? null);
}
if (isset($this->services['doctrine'])) {
yield 'doctrine' => ($this->services['doctrine'] ?? null);
}
if (isset($this->privates['form.type.entity'])) {
yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
}
if (isset($this->privates['monolog.handler.main'])) {
yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
}
if (isset($this->privates['monolog.handler.security'])) {
yield 'monolog.handler.security' => ($this->privates['monolog.handler.security'] ?? null);
}
if (isset($this->privates['monolog.handler.critical'])) {
yield 'monolog.handler.critical' => ($this->privates['monolog.handler.critical'] ?? null);
}
if (isset($this->privates['monolog.handler.console'])) {
yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
}
if (isset($this->services['fos_rest.view_handler'])) {
yield 'fos_rest.view_handler.default' => ($this->services['fos_rest.view_handler'] ?? null);
}
if (isset($this->privates['.debug.http_client'])) {
yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
}
}, function () {
return 0 + (int) (false) + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['debug.security.firewall'])) + (int) (isset($this->privates['debug.security.firewall.authenticator.api_external'])) + (int) (isset($this->privates['debug.security.firewall.authenticator.api_leg'])) + (int) (isset($this->privates['debug.security.firewall.authenticator.qrcode'])) + (int) (isset($this->privates['cache.security_token_verifier'])) + (int) (isset($this->privates['debug.security.firewall.authenticator.default'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.security'])) + (int) (isset($this->privates['monolog.handler.critical'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->services['fos_rest.view_handler'])) + (int) (isset($this->privates['.debug.http_client']));
}), ['App\\Security\\TokenStorageDecorator' => [0 => 'reset'], 'cache.app' => [0 => 'reset'], 'cache.system' => [0 => 'reset'], 'cache.validator' => [0 => 'reset'], 'cache.serializer' => [0 => 'reset'], 'cache.annotations' => [0 => 'reset'], 'cache.property_info' => [0 => 'reset'], 'http_client' => [0 => '?reset'], 'mailer.message_logger_listener' => [0 => 'reset'], 'debug.stopwatch' => [0 => 'reset'], 'debug.event_dispatcher' => [0 => 'reset'], 'session_listener' => [0 => 'reset'], 'form.choice_list_factory.cached' => [0 => 'reset'], 'cache.validator_expression_language' => [0 => 'reset'], 'profiler' => [0 => 'reset'], 'debug.validator' => [0 => 'reset'], 'twig.form.engine' => [0 => 'reset'], 'security.token_storage' => [0 => 'disableUsageTracking', 1 => 'setToken'], 'cache.security_expression_language' => [0 => 'reset'], 'debug.security.firewall' => [0 => 'reset'], 'debug.security.firewall.authenticator.api_external' => [0 => 'reset'], 'debug.security.firewall.authenticator.api_leg' => [0 => 'reset'], 'debug.security.firewall.authenticator.qrcode' => [0 => 'reset'], 'cache.security_token_verifier' => [0 => 'reset'], 'debug.security.firewall.authenticator.default' => [0 => 'reset'], 'doctrine' => [0 => 'reset'], 'form.type.entity' => [0 => 'reset'], 'monolog.handler.main' => [0 => 'reset'], 'monolog.handler.security' => [0 => 'reset'], 'monolog.handler.critical' => [0 => 'reset'], 'monolog.handler.console' => [0 => 'reset'], 'fos_rest.view_handler.default' => [0 => 'reset'], '.debug.http_client' => [0 => 'reset']]);
}
/**
* 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 'vich_uploader.download_handler' shared service.
*
* @return \Vich\UploaderBundle\Handler\DownloadHandler
*/
protected function getVichUploader_DownloadHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/DownloadHandler.php';
return $this->services['vich_uploader.download_handler'] = new \Vich\UploaderBundle\Handler\DownloadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
}
/**
* Gets the public 'vich_uploader.form.type.file' shared service.
*
* @return \Vich\UploaderBundle\Form\Type\VichFileType
*/
protected function getVichUploader_Form_Type_FileService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
$a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
if (isset($this->services['vich_uploader.form.type.file'])) {
return $this->services['vich_uploader.form.type.file'];
}
return $this->services['vich_uploader.form.type.file'] = new \Vich\UploaderBundle\Form\Type\VichFileType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), $a, ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the public 'vich_uploader.form.type.image' shared service.
*
* @return \Vich\UploaderBundle\Form\Type\VichImageType
*/
protected function getVichUploader_Form_Type_ImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Form/Type/VichImageType.php';
$a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
if (isset($this->services['vich_uploader.form.type.image'])) {
return $this->services['vich_uploader.form.type.image'];
}
$b = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
if (isset($this->services['vich_uploader.form.type.image'])) {
return $this->services['vich_uploader.form.type.image'];
}
return $this->services['vich_uploader.form.type.image'] = new \Vich\UploaderBundle\Form\Type\VichImageType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), $a, ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), $b);
}
/**
* Gets the public 'vich_uploader.upload_handler' shared service.
*
* @return \Vich\UploaderBundle\Handler\UploadHandler
*/
protected function getVichUploader_UploadHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/UploadHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Injector/FileInjectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Injector/FileInjector.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['vich_uploader.upload_handler'])) {
return $this->services['vich_uploader.upload_handler'];
}
$b = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
return $this->services['vich_uploader.upload_handler'] = new \Vich\UploaderBundle\Handler\UploadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), $b, new \Vich\UploaderBundle\Injector\FileInjector($b), $a);
}
/**
* Gets the public 'web_profiler.controller.exception_panel' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
*/
protected function getWebProfiler_Controller_ExceptionPanelService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
}
/**
* Gets the public 'web_profiler.controller.profiler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
*/
protected function getWebProfiler_Controller_ProfilerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__, 4));
}
/**
* Gets the public 'web_profiler.controller.router' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
*/
protected function getWebProfiler_Controller_RouterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
}, 1));
}
/**
* Gets the private '.App\Command\AddZuesHauptstrCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getAddZuesHauptstrCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.App\\Command\\AddZuesHauptstrCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:add-zues-hauptstr', [], 'Add a short description for your command', false, function (): \App\Command\AddZuesHauptstrCommand {
return ($this->privates['App\\Command\\AddZuesHauptstrCommand'] ?? $this->getAddZuesHauptstrCommandService());
});
}
/**
* Gets the private '.App\Command\CheckZuesFileCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getCheckZuesFileCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.App\\Command\\CheckZuesFileCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:check-zues-file', [], 'Add a short description for your command', false, function (): \App\Command\CheckZuesFileCommand {
return ($this->privates['App\\Command\\CheckZuesFileCommand'] ?? $this->getCheckZuesFileCommandService());
});
}
/**
* Gets the private '.App\Command\CheckZuesMailboxCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getCheckZuesMailboxCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.App\\Command\\CheckZuesMailboxCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:check-zues-mailbox', [], 'Add a short description for your command', false, function (): \App\Command\CheckZuesMailboxCommand {
return ($this->privates['App\\Command\\CheckZuesMailboxCommand'] ?? $this->getCheckZuesMailboxCommandService());
});
}
/**
* Gets the private '.App\Command\TicketEscalateCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getTicketEscalateCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.App\\Command\\TicketEscalateCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:ticket-escalate', [], 'Add a short description for your command', false, function (): \App\Command\TicketEscalateCommand {
return ($this->privates['App\\Command\\TicketEscalateCommand'] ?? $this->getTicketEscalateCommandService());
});
}
/**
* Gets the private '.Bazinga\GeocoderBundle\Command\GeocodeCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getGeocodeCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.Bazinga\\GeocoderBundle\\Command\\GeocodeCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('geocoder:geocode', [], 'Geocode an address or a ip address', false, function (): \Bazinga\GeocoderBundle\Command\GeocodeCommand {
return ($this->privates['Bazinga\\GeocoderBundle\\Command\\GeocodeCommand'] ?? $this->getGeocodeCommandService());
});
}
/**
* Gets the private '.EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getMakeAdminDashboardCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:admin:dashboard', [], 'Creates a new EasyAdmin Dashboard class', false, function (): \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand {
return ($this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand'] ?? $this->getMakeAdminDashboardCommandService());
});
}
/**
* Gets the private '.EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminMigrationCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getMakeAdminMigrationCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:admin:migration', [], 'Migrates EasyAdmin2 YAML config into EasyAdmin 3 PHP config classes', false, function (): \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminMigrationCommand {
return ($this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand'] ?? $this->getMakeAdminMigrationCommandService());
});
}
/**
* Gets the private '.EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getMakeCrudControllerCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:admin:crud', [], 'Creates a new EasyAdmin CRUD controller class', false, function (): \EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand {
return ($this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand'] ?? $this->getMakeCrudControllerCommandService());
});
}
/**
* Gets the private '.console.command.about.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_About_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project', false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
});
}
/**
* Gets the private '.console.command.assets_install.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_AssetsInstall_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory', false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
});
}
/**
* Gets the private '.console.command.cache_clear.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CacheClear_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
});
}
/**
* Gets the private '.console.command.cache_pool_clear.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolClear_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
});
}
/**
* Gets the private '.console.command.cache_pool_delete.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolDelete_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
});
}
/**
* Gets the private '.console.command.cache_pool_list.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolList_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
});
}
/**
* Gets the private '.console.command.cache_pool_prune.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolPrune_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
});
}
/**
* Gets the private '.console.command.cache_warmup.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CacheWarmup_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
});
}
/**
* Gets the private '.console.command.config_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ConfigDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
});
}
/**
* Gets the private '.console.command.config_dump_reference.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ConfigDumpReference_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
});
}
/**
* Gets the private '.console.command.container_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ContainerDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
});
}
/**
* Gets the private '.console.command.container_lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ContainerLint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
});
}
/**
* Gets the private '.console.command.debug_autowiring.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_DebugAutowiring_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring', false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
});
}
/**
* Gets the private '.console.command.dotenv_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_DotenvDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values', false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
});
}
/**
* Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_EventDispatcherDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application', false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
});
}
/**
* Gets the private '.console.command.form_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_FormDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information', false, function (): \Symfony\Component\Form\Command\DebugCommand {
return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
});
}
/**
* Gets the private '.console.command.router_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_RouterDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application', false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
});
}
/**
* Gets the private '.console.command.router_match.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_RouterMatch_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match', false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
});
}
/**
* Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
});
}
/**
* Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
});
}
/**
* Gets the private '.console.command.secrets_generate_key.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsGenerateKey_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
});
}
/**
* Gets the private '.console.command.secrets_list.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsList_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
});
}
/**
* Gets the private '.console.command.secrets_remove.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsRemove_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
});
}
/**
* Gets the private '.console.command.secrets_set.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsSet_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
});
}
/**
* Gets the private '.console.command.translation_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information', false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
});
}
/**
* Gets the private '.console.command.translation_extract.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationExtract_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [0 => 'translation:update'], 'Extract missing translations keys from code to translation files.', false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
});
}
/**
* Gets the private '.console.command.translation_pull.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationPull_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.', false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
});
}
/**
* Gets the private '.console.command.translation_push.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationPush_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.', false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
});
}
/**
* Gets the private '.console.command.validator_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ValidatorDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes', false, function (): \Symfony\Component\Validator\Command\DebugCommand {
return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
});
}
/**
* Gets the private '.console.command.workflow_dump.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_WorkflowDump_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.workflow_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('workflow:dump', [], 'Dump a workflow', false, function (): \Symfony\Bundle\FrameworkBundle\Command\WorkflowDumpCommand {
return ($this->privates['console.command.workflow_dump'] ?? $this->getConsole_Command_WorkflowDumpService());
});
}
/**
* Gets the private '.console.command.xliff_lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_XliffLint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors', false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
});
}
/**
* Gets the private '.console.command.yaml_lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_YamlLint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors', false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
});
}
/**
* Gets the private '.debug.http_client' shared service.
*
* @return \Symfony\Component\HttpClient\TraceableHttpClient
*/
protected function get_Debug_HttpClientService()
{
$a = \Symfony\Component\HttpClient\HttpClient::create(['verify_peer' => false, 'headers' => [], 'resolve' => []], 6);
$b = new \Symfony\Bridge\Monolog\Logger('http_client');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$b->pushHandler(($this->privates['monolog.handler.critical'] ?? $this->getMonolog_Handler_CriticalService()));
$b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$a->setLogger($b);
return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private '.errored..service_locator..mH3RgL.App\Entity\Elevator' shared service.
*
* @return \App\Entity\Elevator
*/
protected function getElevatorService()
{
$this->throw('Cannot autowire service ".service_locator..mH3RgL": it references class "App\\Entity\\Elevator" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.26_D7EI.App\Entity\Pump' shared service.
*
* @return \App\Entity\Pump
*/
protected function getPumpService()
{
$this->throw('Cannot autowire service ".service_locator.26_D7EI": it references class "App\\Entity\\Pump" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.2dc0eaX.EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore
*/
protected function getKeyValueStoreService()
{
$this->throw('Cannot autowire service ".service_locator.2dc0eaX": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.3on9uHL.EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection
*/
protected function getFieldCollectionService()
{
$this->throw('Cannot autowire service ".service_locator.3on9uHL": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FieldCollection" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.3on9uHL.EasyCorp\Bundle\EasyAdminBundle\Collection\FilterCollection' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Collection\FilterCollection
*/
protected function getFilterCollectionService()
{
$this->throw('Cannot autowire service ".service_locator.3on9uHL": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FilterCollection" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.3on9uHL.EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto
*/
protected function getEntityDtoService()
{
$this->throw('Cannot autowire service ".service_locator.3on9uHL": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.3on9uHL.EasyCorp\Bundle\EasyAdminBundle\Dto\SearchDto' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Dto\SearchDto
*/
protected function getSearchDtoService()
{
$this->throw('Cannot autowire service ".service_locator.3on9uHL": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\SearchDto" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.4C0Bh8j.EasyCorp\Bundle\EasyAdminBundle\Config\Crud' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Config\Crud
*/
protected function getCrudService()
{
$this->throw('Cannot autowire service ".service_locator.4C0Bh8j": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Crud" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.6EuBADo.App\Entity\Elevator' shared service.
*
* @return \App\Entity\Elevator
*/
protected function getElevator2Service()
{
$this->throw('Cannot autowire service ".service_locator.6EuBADo": it references class "App\\Entity\\Elevator" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.8BA2_.x.App\Entity\Nea' shared service.
*
* @return \App\Entity\Nea
*/
protected function getNeaService()
{
$this->throw('Cannot autowire service ".service_locator.8BA2_.x": it references class "App\\Entity\\Nea" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.9U6Mir4.App\Entity\Elevator' shared service.
*
* @return \App\Entity\Elevator
*/
protected function getElevator3Service()
{
$this->throw('Cannot autowire service ".service_locator.9U6Mir4": it references class "App\\Entity\\Elevator" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.CKlWSja.EasyCorp\Bundle\EasyAdminBundle\Config\Actions' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Config\Actions
*/
protected function getActionsService()
{
$this->throw('Cannot autowire service ".service_locator.CKlWSja": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Actions" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.ChC1cAk.App\Entity\Nea' shared service.
*
* @return \App\Entity\Nea
*/
protected function getNea2Service()
{
$this->throw('Cannot autowire service ".service_locator.ChC1cAk": it references class "App\\Entity\\Nea" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.EIhjiHH.App\Entity\Pump' shared service.
*
* @return \App\Entity\Pump
*/
protected function getPump2Service()
{
$this->throw('Cannot autowire service ".service_locator.EIhjiHH": it references class "App\\Entity\\Pump" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
*
* @return \Symfony\Component\Config\Loader\LoaderInterface
*/
protected function getLoaderInterfaceService()
{
$this->throw('Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file", "oneup_uploader.routing.loader".');
}
/**
* Gets the private '.errored..service_locator.Nt.ogDb.EasyCorp\Bundle\EasyAdminBundle\Config\Filters' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Config\Filters
*/
protected function getFiltersService()
{
$this->throw('Cannot autowire service ".service_locator.Nt.ogDb": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Filters" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Olybskb.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
*/
protected function getAdminContextService()
{
$this->throw('Cannot autowire service ".service_locator.Olybskb": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Olybskb.EasyCorp\Bundle\EasyAdminBundle\Dto\BatchActionDto' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Dto\BatchActionDto
*/
protected function getBatchActionDtoService()
{
$this->throw('Cannot autowire service ".service_locator.Olybskb": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\BatchActionDto" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.S7hAMvH.App\Entity\Pump' shared service.
*
* @return \App\Entity\Pump
*/
protected function getPump3Service()
{
$this->throw('Cannot autowire service ".service_locator.S7hAMvH": it references class "App\\Entity\\Pump" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.U4Bbnsn.EasyCorp\Bundle\EasyAdminBundle\Config\Assets' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Config\Assets
*/
protected function getAssetsService()
{
$this->throw('Cannot autowire service ".service_locator.U4Bbnsn": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Assets" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.UBJn0Rw.App\Entity\Nea' shared service.
*
* @return \App\Entity\Nea
*/
protected function getNea3Service()
{
$this->throw('Cannot autowire service ".service_locator.UBJn0Rw": it references class "App\\Entity\\Nea" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.WTaB_Rv.App\Entity\Address' shared service.
*
* @return \App\Entity\Address
*/
protected function getAddressService()
{
$this->throw('Cannot autowire service ".service_locator.WTaB_Rv": it references class "App\\Entity\\Address" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Z4GIq0C.App\Entity\Elevator' shared service.
*
* @return \App\Entity\Elevator
*/
protected function getElevator4Service()
{
$this->throw('Cannot autowire service ".service_locator.Z4GIq0C": it references class "App\\Entity\\Elevator" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.ZOQ9v2d.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
*/
protected function getAdminContext2Service()
{
$this->throw('Cannot autowire service ".service_locator.ZOQ9v2d": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.axPrK8A.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
*/
protected function getAdminContext3Service()
{
$this->throw('Cannot autowire service ".service_locator.axPrK8A": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.bgO__Zr.EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore
*/
protected function getKeyValueStore2Service()
{
$this->throw('Cannot autowire service ".service_locator.bgO__Zr": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.bgO__Zr.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
*/
protected function getAdminContext4Service()
{
$this->throw('Cannot autowire service ".service_locator.bgO__Zr": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.bgO__Zr.EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto
*/
protected function getEntityDto2Service()
{
$this->throw('Cannot autowire service ".service_locator.bgO__Zr": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.q6hA_O0.Symfony\Component\Security\Core\User\UserInterface' shared service.
*
* @return \Symfony\Component\Security\Core\User\UserInterface
*/
protected function getUserInterfaceService()
{
$this->throw('Cannot autowire service ".service_locator.q6hA_O0": it references interface "Symfony\\Component\\Security\\Core\\User\\UserInterface" but no such service exists. Did you create a class that implements this interface?');
}
/**
* Gets the private '.errored..service_locator.rcCLPGx.App\Entity\Sensor' shared service.
*
* @return \App\Entity\Sensor
*/
protected function getSensorService()
{
$this->throw('Cannot autowire service ".service_locator.rcCLPGx": it references class "App\\Entity\\Sensor" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.zJKiM_F.App\Entity\Ticket' shared service.
*
* @return \App\Entity\Ticket
*/
protected function getTicketService()
{
$this->throw('Cannot autowire service ".service_locator.zJKiM_F": it references class "App\\Entity\\Ticket" but no such service exists.');
}
/**
* Gets the private '.maker.auto_command.make_auth.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeAuth_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
});
}
/**
* Gets the private '.maker.auto_command.make_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
});
}
/**
* Gets the private '.maker.auto_command.make_controller.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeController_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
});
}
/**
* Gets the private '.maker.auto_command.make_crud.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeCrud_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
});
}
/**
* Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Adds a database container to your docker-compose.yaml file', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
});
}
/**
* Gets the private '.maker.auto_command.make_entity.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeEntity_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Creates or updates a Doctrine entity class, and optionally an API Platform resource', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
});
}
/**
* Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Creates a new class to load Doctrine fixtures', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
});
}
/**
* Gets the private '.maker.auto_command.make_form.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeForm_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
});
}
/**
* Gets the private '.maker.auto_command.make_message.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeMessage_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
});
}
/**
* Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
});
}
/**
* Gets the private '.maker.auto_command.make_migration.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeMigration_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Creates a new migration based on database changes', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
});
}
/**
* Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Creates a new registration form system', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
});
}
/**
* Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
});
}
/**
* Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Creates a new serializer encoder class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
});
}
/**
* Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Creates a new serializer normalizer class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
});
}
/**
* Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_stimulus_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:stimulus-controller', [], 'Creates a new Stimulus controller', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
});
}
/**
* Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_subscriber.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:subscriber', [], 'Creates a new event subscriber class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
});
}
/**
* Gets the private '.maker.auto_command.make_test.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeTest_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [0 => 'make:unit-test', 1 => 'make:functional-test'], 'Creates a new test class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
});
}
/**
* Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
});
}
/**
* Gets the private '.maker.auto_command.make_user.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeUser_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
});
}
/**
* Gets the private '.maker.auto_command.make_validator.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeValidator_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
});
}
/**
* Gets the private '.maker.auto_command.make_voter.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeVoter_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
});
}
/**
* Gets the private '.security.command.debug_firewall.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Security_Command_DebugFirewall_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)', false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
});
}
/**
* Gets the private '.security.command.user_password_encoder.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Security_Command_UserPasswordEncoder_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password', false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
});
}
/**
* Gets the private '.security.command.user_password_hash.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Security_Command_UserPasswordHash_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password', false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
});
}
/**
* Gets the private '.service_locator..mH3RgL' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator__MH3RgLService()
{
return $this->privates['.service_locator..mH3RgL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'elevator' => ['privates', '.errored..service_locator..mH3RgL.App\\Entity\\Elevator', NULL, 'Cannot autowire service ".service_locator..mH3RgL": it references class "App\\Entity\\Elevator" but no such service exists.'],
], [
'elevator' => 'App\\Entity\\Elevator',
]);
}
/**
* Gets the private '.service_locator.1Kr2IlW' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_1Kr2IlWService()
{
return $this->privates['.service_locator.1Kr2IlW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Controller\\Admin\\AddressCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\AddressCrudController::batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\AddressCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\AddressCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\AddressCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\AddressCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\AddressCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\AddressCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\AddressCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\AddressCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\AddressCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\AddressCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\AddressCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\AddressCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\AddressCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\AddressCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\AddressCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\AddressCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\AddressCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\AddressCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\AddressCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\AwmCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\AwmCrudController::batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\AwmCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\AwmCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\AwmCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\AwmCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\AwmCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\AwmCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\AwmCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\AwmCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\AwmCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\AwmCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\AwmCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\AwmCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\AwmCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\AwmCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\AwmCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\AwmCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\AwmCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\AwmCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\AwmCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController::batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ClientCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ClientCrudController::batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\ClientCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\ClientCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\ClientCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\ClientCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\ClientCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\ClientCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ClientCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ClientCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\ClientCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ClientCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ClientCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ClientCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ClientCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ClientCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ClientCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ClientCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ClientCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ClientCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ClientCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\CompanyCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\CompanyCrudController::batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\CompanyCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\CompanyCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\CompanyCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\CompanyCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\CompanyCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\CompanyCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\CompanyCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\CompanyCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\CompanyCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\CompanyCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\CompanyCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\CompanyCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\CompanyCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\CompanyCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\CompanyCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\CompanyCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\CompanyCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\CompanyCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\CompanyCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ContactCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ContactCrudController::batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\ContactCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\ContactCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\ContactCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\ContactCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\ContactCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\ContactCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ContactCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ContactCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\ContactCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ContactCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ContactCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ContactCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ContactCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ContactCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ContactCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ContactCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ContactCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ContactCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ContactCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController::batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ControlTypeCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ControlTypeCrudController::batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\ControlTypeCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\ControlTypeCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\ControlTypeCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\ControlTypeCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\ControlTypeCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\ControlTypeCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ControlTypeCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ControlTypeCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\ControlTypeCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ControlTypeCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ControlTypeCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ControlTypeCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ControlTypeCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ControlTypeCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ControlTypeCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ControlTypeCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ControlTypeCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ControlTypeCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ControlTypeCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\DashboardController::configureUserMenu' => ['privates', '.service_locator.q6hA_O0', 'get_ServiceLocator_Q6hAO0Service', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController::batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\DocumentCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\DocumentCrudController::batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\DocumentCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\DocumentCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\DocumentCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\DocumentCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\DocumentCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\DocumentCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\DocumentCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\DocumentCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\DocumentCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\DocumentCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\DocumentCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\DocumentCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\DocumentCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\DocumentCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\DocumentCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\DocumentCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\DocumentCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\DocumentCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\DocumentCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ElevatorCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ElevatorCrudController::batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\ElevatorCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\ElevatorCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\ElevatorCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\ElevatorCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\ElevatorCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\ElevatorCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ElevatorCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ElevatorCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\ElevatorCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ElevatorCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ElevatorCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ElevatorCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ElevatorCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ElevatorCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ElevatorCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ElevatorCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ElevatorCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ElevatorCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ElevatorCrudController::updateCompany' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\Admin\\ElevatorCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController::batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController::batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\EngineTypeCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EngineTypeCrudController::batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\EngineTypeCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\EngineTypeCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\EngineTypeCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\EngineTypeCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\EngineTypeCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\EngineTypeCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\EngineTypeCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\EngineTypeCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\EngineTypeCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\EngineTypeCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\EngineTypeCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EngineTypeCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\EngineTypeCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EngineTypeCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EngineTypeCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EngineTypeCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EngineTypeCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\EngineTypeCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EngineTypeCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\GpioCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\GpioCrudController::batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\GpioCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\GpioCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\GpioCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\GpioCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\GpioCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\GpioCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\GpioCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\GpioCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\GpioCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\GpioCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\GpioCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\GpioCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\GpioCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\GpioCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\GpioCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\GpioCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\GpioCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\GpioCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\GpioCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\GpioValueCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\GpioValueCrudController::batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\GpioValueCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\GpioValueCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\GpioValueCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\GpioValueCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\GpioValueCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\GpioValueCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\GpioValueCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\GpioValueCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\GpioValueCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\GpioValueCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\GpioValueCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\GpioValueCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\GpioValueCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\GpioValueCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\GpioValueCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\GpioValueCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\GpioValueCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\GpioValueCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\GpioValueCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController::batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController::batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ManufacturerCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ManufacturerCrudController::batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\ManufacturerCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\ManufacturerCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\ManufacturerCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\ManufacturerCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\ManufacturerCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\ManufacturerCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ManufacturerCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ManufacturerCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\ManufacturerCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ManufacturerCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ManufacturerCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ManufacturerCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ManufacturerCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ManufacturerCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ManufacturerCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ManufacturerCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ManufacturerCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ManufacturerCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ManufacturerCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\NeaCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\NeaCrudController::batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\NeaCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\NeaCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\NeaCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\NeaCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\NeaCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\NeaCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\NeaCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\NeaCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\NeaCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\NeaCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\NeaCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\NeaCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\NeaCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\NeaCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\NeaCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\NeaCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\NeaCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\NeaCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\NeaCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\PumpCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\PumpCrudController::batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\PumpCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\PumpCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\PumpCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\PumpCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\PumpCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\PumpCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\PumpCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\PumpCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\PumpCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\PumpCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\PumpCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\PumpCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\PumpCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\PumpCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\PumpCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\PumpCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\PumpCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\PumpCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\PumpCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\SensorCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SensorCrudController::batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\SensorCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\SensorCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\SensorCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\SensorCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\SensorCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\SensorCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SensorCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SensorCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\SensorCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SensorCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SensorCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SensorCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\SensorCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SensorCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SensorCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SensorCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SensorCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\SensorCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SensorCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController::batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController::batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController::batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController::batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\TicketCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\TicketCrudController::batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\TicketCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\TicketCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\TicketCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\TicketCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\TicketCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\TicketCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\TicketCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\TicketCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\TicketCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\TicketCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\TicketCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\TicketCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\TicketCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\TicketCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\TicketCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\TicketCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\TicketCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\TicketCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\TicketCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\TradeCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\TradeCrudController::batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\TradeCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\TradeCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\TradeCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\TradeCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\TradeCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\TradeCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\TradeCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\TradeCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\TradeCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\TradeCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\TradeCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\TradeCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\TradeCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\TradeCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\TradeCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\TradeCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\TradeCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\TradeCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\TradeCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\UserCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\UserCrudController::batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\UserCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\UserCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\UserCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\UserCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\UserCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\UserCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\UserCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\UserCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\UserCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\UserCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\UserCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\UserCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\UserCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\UserCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\UserCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\UserCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\UserCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\UserCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\UserCrudController::resetLogin' => ['privates', '.service_locator.axPrK8A', 'get_ServiceLocator_AxPrK8AService', false],
'App\\Controller\\Admin\\UserCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Api\\AcquisitionController::setViewHandler' => ['privates', '.service_locator.dHHQDtH', 'get_ServiceLocator_DHHQDtHService', false],
'App\\Controller\\Api\\AddressController::index' => ['privates', '.service_locator.OC2AG.K', 'get_ServiceLocator_OC2AG_KService', false],
'App\\Controller\\Api\\ElevatorController::setViewHandler' => ['privates', '.service_locator.dHHQDtH', 'get_ServiceLocator_DHHQDtHService', false],
'App\\Controller\\Api\\GpioController::index' => ['privates', '.service_locator.OC2AG.K', 'get_ServiceLocator_OC2AG_KService', false],
'App\\Controller\\Api\\GpioController::setViewHandler' => ['privates', '.service_locator.dHHQDtH', 'get_ServiceLocator_DHHQDtHService', false],
'App\\Controller\\Api\\GpioValueController::getHistoryAction' => ['privates', '.service_locator..mH3RgL', 'get_ServiceLocator__MH3RgLService', false],
'App\\Controller\\Api\\GpioValueController::index' => ['privates', '.service_locator.OC2AG.K', 'get_ServiceLocator_OC2AG_KService', false],
'App\\Controller\\Api\\NeaController::setViewHandler' => ['privates', '.service_locator.dHHQDtH', 'get_ServiceLocator_DHHQDtHService', false],
'App\\Controller\\Api\\PumpController::setViewHandler' => ['privates', '.service_locator.dHHQDtH', 'get_ServiceLocator_DHHQDtHService', false],
'App\\Controller\\Api\\SensorController::index' => ['privates', '.service_locator.OC2AG.K', 'get_ServiceLocator_OC2AG_KService', false],
'App\\Controller\\Api\\SensorController::sendSMS' => ['privates', '.service_locator.rcCLPGx', 'get_ServiceLocator_RcCLPGxService', false],
'App\\Controller\\Api\\SensorController::setViewHandler' => ['privates', '.service_locator.dHHQDtH', 'get_ServiceLocator_DHHQDtHService', false],
'App\\Controller\\Api\\TicketController::getHistoryAction' => ['privates', '.service_locator..mH3RgL', 'get_ServiceLocator__MH3RgLService', false],
'App\\Controller\\Api\\TicketController::index' => ['privates', '.service_locator.OC2AG.K', 'get_ServiceLocator_OC2AG_KService', false],
'App\\Controller\\Api\\TicketController::setViewHandler' => ['privates', '.service_locator.dHHQDtH', 'get_ServiceLocator_DHHQDtHService', false],
'App\\Controller\\Web\\AddressController::delete' => ['privates', '.service_locator.WTaB_Rv', 'get_ServiceLocator_WTaBRvService', false],
'App\\Controller\\Web\\AddressController::edit' => ['privates', '.service_locator.WTaB_Rv', 'get_ServiceLocator_WTaBRvService', false],
'App\\Controller\\Web\\AddressController::index' => ['privates', '.service_locator.H6ppJic', 'get_ServiceLocator_H6ppJicService', false],
'App\\Controller\\Web\\AddressController::show' => ['privates', '.service_locator.WTaB_Rv', 'get_ServiceLocator_WTaBRvService', false],
'App\\Controller\\Web\\CommentController::create' => ['privates', '.service_locator.fTk7KT1', 'get_ServiceLocator_FTk7KT1Service', false],
'App\\Controller\\Web\\ElevatorController::activateDeactivateAPI' => ['privates', '.service_locator.6EuBADo', 'get_ServiceLocator_6EuBADoService', false],
'App\\Controller\\Web\\ElevatorController::dashboardAction' => ['privates', '.service_locator.fTk7KT1', 'get_ServiceLocator_FTk7KT1Service', false],
'App\\Controller\\Web\\ElevatorController::elevatorDetailAction' => ['privates', '.service_locator..mH3RgL', 'get_ServiceLocator__MH3RgLService', false],
'App\\Controller\\Web\\ElevatorController::elevatorDetailHistoryAction' => ['privates', '.service_locator..mH3RgL', 'get_ServiceLocator__MH3RgLService', false],
'App\\Controller\\Web\\ElevatorController::elevatorDetailLiveAction' => ['privates', '.service_locator..mH3RgL', 'get_ServiceLocator__MH3RgLService', false],
'App\\Controller\\Web\\ElevatorController::elevatorInvertingAction' => ['privates', '.service_locator..mH3RgL', 'get_ServiceLocator__MH3RgLService', false],
'App\\Controller\\Web\\ElevatorController::elevatorRemoteAction' => ['privates', '.service_locator..mH3RgL', 'get_ServiceLocator__MH3RgLService', false],
'App\\Controller\\Web\\ElevatorController::elevatorRemoteCommandAction' => ['privates', '.service_locator.9U6Mir4', 'get_ServiceLocator_9U6Mir4Service', false],
'App\\Controller\\Web\\ElevatorController::elevatorStateHistoryAction' => ['privates', '.service_locator..mH3RgL', 'get_ServiceLocator__MH3RgLService', false],
'App\\Controller\\Web\\ElevatorController::remoteBatchAction' => ['privates', '.service_locator..mH3RgL', 'get_ServiceLocator__MH3RgLService', false],
'App\\Controller\\Web\\ElevatorController::setElevatorStateAction' => ['privates', '.service_locator.Z4GIq0C', 'get_ServiceLocator_Z4GIq0CService', false],
'App\\Controller\\Web\\InstallMaintenanceController::checkNeaAction' => ['privates', '.service_locator.8BA2_.x', 'get_ServiceLocator_8BA2_XService', false],
'App\\Controller\\Web\\InstallMaintenanceController::firstInstallChoseAction' => ['privates', '.service_locator.fTayKD9', 'get_ServiceLocator_FTayKD9Service', false],
'App\\Controller\\Web\\InstallMaintenanceController::installElevatorAction' => ['privates', '.service_locator.EixxcDe', 'get_ServiceLocator_EixxcDeService', false],
'App\\Controller\\Web\\InstallMaintenanceController::installNeaAction' => ['privates', '.service_locator.O3AjYpJ', 'get_ServiceLocator_O3AjYpJService', false],
'App\\Controller\\Web\\InstallMaintenanceController::logoutQrCodeMenu' => ['privates', '.service_locator.9NPWjJJ', 'get_ServiceLocator_9NPWjJJService', false],
'App\\Controller\\Web\\InstallMaintenanceController::ticketEdit' => ['privates', '.service_locator.zJKiM_F', 'get_ServiceLocator_ZJKiMFService', false],
'App\\Controller\\Web\\InstallMaintenanceSecurityController::login' => ['privates', '.service_locator.E8hhcR3', 'get_ServiceLocator_E8hhcR3Service', false],
'App\\Controller\\Web\\InstallToolSecurityController::login' => ['privates', '.service_locator.UDgw6Ol', 'get_ServiceLocator_UDgw6OlService', false],
'App\\Controller\\Web\\ManualInspectionController::installBegehungAction' => ['privates', '.service_locator.IK7dHtm', 'get_ServiceLocator_IK7dHtmService', false],
'App\\Controller\\Web\\NeaController::neaDetailAction' => ['privates', '.service_locator.8BA2_.x', 'get_ServiceLocator_8BA2_XService', false],
'App\\Controller\\Web\\NeaController::neaRemoteAction' => ['privates', '.service_locator.8BA2_.x', 'get_ServiceLocator_8BA2_XService', false],
'App\\Controller\\Web\\NeaController::neaRemoteCommandAction' => ['privates', '.service_locator.UBJn0Rw', 'get_ServiceLocator_UBJn0RwService', false],
'App\\Controller\\Web\\NeaController::setNeaStateAction' => ['privates', '.service_locator.ChC1cAk', 'get_ServiceLocator_ChC1cAkService', false],
'App\\Controller\\Web\\PublishController::publish' => ['privates', '.service_locator.p.TCd71', 'get_ServiceLocator_P_TCd71Service', false],
'App\\Controller\\Web\\PublishController::publishComment' => ['privates', '.service_locator.p.TCd71', 'get_ServiceLocator_P_TCd71Service', false],
'App\\Controller\\Web\\PublishController::publishEscalate' => ['privates', '.service_locator.p.TCd71', 'get_ServiceLocator_P_TCd71Service', false],
'App\\Controller\\Web\\PumpController::dashboardAction' => ['privates', '.service_locator.fTk7KT1', 'get_ServiceLocator_FTk7KT1Service', false],
'App\\Controller\\Web\\PumpController::pumpDetailAction' => ['privates', '.service_locator.26_D7EI', 'get_ServiceLocator_26D7EIService', false],
'App\\Controller\\Web\\PumpController::pumpDetailHistoryAction' => ['privates', '.service_locator.26_D7EI', 'get_ServiceLocator_26D7EIService', false],
'App\\Controller\\Web\\PumpController::pumpDetailLiveAction' => ['privates', '.service_locator.S7hAMvH', 'get_ServiceLocator_S7hAMvHService', false],
'App\\Controller\\Web\\PumpController::pumpRemoteAction' => ['privates', '.service_locator.26_D7EI', 'get_ServiceLocator_26D7EIService', false],
'App\\Controller\\Web\\PumpController::pumpRemoteCommandAction' => ['privates', '.service_locator.EIhjiHH', 'get_ServiceLocator_EIhjiHHService', false],
'App\\Controller\\Web\\ResetPasswordController::request' => ['privates', '.service_locator.D4nGOut', 'get_ServiceLocator_D4nGOutService', false],
'App\\Controller\\Web\\ResetPasswordController::reset' => ['privates', '.service_locator.X8MAXkr', 'get_ServiceLocator_X8MAXkrService', false],
'App\\Controller\\Web\\SecurityController::login' => ['privates', '.service_locator.E2gJeg.', 'get_ServiceLocator_E2gJeg_Service', false],
'App\\Controller\\Web\\SensorController::delete' => ['privates', '.service_locator.rcCLPGx', 'get_ServiceLocator_RcCLPGxService', false],
'App\\Controller\\Web\\SensorController::edit' => ['privates', '.service_locator.rcCLPGx', 'get_ServiceLocator_RcCLPGxService', false],
'App\\Controller\\Web\\SensorController::index' => ['privates', '.service_locator.keZZZAZ', 'get_ServiceLocator_KeZZZAZService', false],
'App\\Controller\\Web\\SensorController::setState' => ['privates', '.service_locator.rcCLPGx', 'get_ServiceLocator_RcCLPGxService', false],
'App\\Controller\\Web\\SensorController::show' => ['privates', '.service_locator.rcCLPGx', 'get_ServiceLocator_RcCLPGxService', false],
'App\\Controller\\Web\\TicketController::applyTransition' => ['privates', '.service_locator.zJKiM_F', 'get_ServiceLocator_ZJKiMFService', false],
'App\\Controller\\Web\\TicketController::edit' => ['privates', '.service_locator.zJKiM_F', 'get_ServiceLocator_ZJKiMFService', false],
'App\\Controller\\Web\\TicketController::pdfExport' => ['privates', '.service_locator.zJKiM_F', 'get_ServiceLocator_ZJKiMFService', false],
'App\\Controller\\Web\\ZuesController::dashboardAction' => ['privates', '.service_locator.fTk7KT1', 'get_ServiceLocator_FTk7KT1Service', false],
'App\\Controller\\Web\\ZuesController::getDownloadPathOfLastProtocollAction' => ['privates', '.service_locator..mH3RgL', 'get_ServiceLocator__MH3RgLService', false],
'App\\Controller\\Web\\ZuesController::protocollAction' => ['privates', '.service_locator..mH3RgL', 'get_ServiceLocator__MH3RgLService', false],
'App\\Controller\\Web\\ZuesController::readFileAction' => ['privates', '.service_locator.fTk7KT1', 'get_ServiceLocator_FTk7KT1Service', false],
'kernel::loadRoutes' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
'kernel::registerContainerConfiguration' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
'App\\Controller\\Admin\\AddressCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\AddressCrudController:batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\AddressCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\AddressCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\AddressCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\AddressCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\AddressCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\AddressCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\AddressCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\AddressCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\AddressCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\AddressCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\AddressCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\AddressCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\AddressCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\AddressCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\AddressCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\AddressCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\AddressCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\AddressCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\AddressCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\AwmCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\AwmCrudController:batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\AwmCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\AwmCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\AwmCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\AwmCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\AwmCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\AwmCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\AwmCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\AwmCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\AwmCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\AwmCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\AwmCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\AwmCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\AwmCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\AwmCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\AwmCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\AwmCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\AwmCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\AwmCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\AwmCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController:batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\BuchungskreisCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ClientCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ClientCrudController:batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\ClientCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\ClientCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\ClientCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\ClientCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\ClientCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\ClientCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ClientCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ClientCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\ClientCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ClientCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ClientCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ClientCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ClientCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ClientCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ClientCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ClientCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ClientCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ClientCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ClientCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\CompanyCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\CompanyCrudController:batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\CompanyCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\CompanyCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\CompanyCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\CompanyCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\CompanyCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\CompanyCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\CompanyCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\CompanyCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\CompanyCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\CompanyCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\CompanyCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\CompanyCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\CompanyCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\CompanyCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\CompanyCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\CompanyCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\CompanyCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\CompanyCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\CompanyCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ContactCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ContactCrudController:batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\ContactCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\ContactCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\ContactCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\ContactCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\ContactCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\ContactCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ContactCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ContactCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\ContactCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ContactCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ContactCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ContactCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ContactCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ContactCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ContactCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ContactCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ContactCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ContactCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ContactCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController:batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ControlManufacturerCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ControlTypeCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ControlTypeCrudController:batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\ControlTypeCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\ControlTypeCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\ControlTypeCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\ControlTypeCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\ControlTypeCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\ControlTypeCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ControlTypeCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ControlTypeCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\ControlTypeCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ControlTypeCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ControlTypeCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ControlTypeCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ControlTypeCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ControlTypeCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ControlTypeCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ControlTypeCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ControlTypeCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ControlTypeCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ControlTypeCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\DashboardController:configureUserMenu' => ['privates', '.service_locator.q6hA_O0', 'get_ServiceLocator_Q6hAO0Service', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController:batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\DocumentCategoryCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\DocumentCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\DocumentCrudController:batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\DocumentCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\DocumentCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\DocumentCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\DocumentCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\DocumentCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\DocumentCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\DocumentCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\DocumentCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\DocumentCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\DocumentCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\DocumentCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\DocumentCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\DocumentCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\DocumentCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\DocumentCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\DocumentCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\DocumentCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\DocumentCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\DocumentCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ElevatorCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ElevatorCrudController:batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\ElevatorCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\ElevatorCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\ElevatorCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\ElevatorCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\ElevatorCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\ElevatorCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ElevatorCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ElevatorCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\ElevatorCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ElevatorCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ElevatorCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ElevatorCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ElevatorCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ElevatorCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ElevatorCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ElevatorCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ElevatorCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ElevatorCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ElevatorCrudController:updateCompany' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'App\\Controller\\Admin\\ElevatorCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController:batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EmailTemplateCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController:batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EngineManufacturerCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\EngineTypeCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EngineTypeCrudController:batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\EngineTypeCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\EngineTypeCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\EngineTypeCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\EngineTypeCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\EngineTypeCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\EngineTypeCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\EngineTypeCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\EngineTypeCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\EngineTypeCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\EngineTypeCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\EngineTypeCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EngineTypeCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\EngineTypeCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EngineTypeCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EngineTypeCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EngineTypeCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EngineTypeCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\EngineTypeCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\EngineTypeCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\GpioCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\GpioCrudController:batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\GpioCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\GpioCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\GpioCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\GpioCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\GpioCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\GpioCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\GpioCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\GpioCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\GpioCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\GpioCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\GpioCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\GpioCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\GpioCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\GpioCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\GpioCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\GpioCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\GpioCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\GpioCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\GpioCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\GpioValueCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\GpioValueCrudController:batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\GpioValueCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\GpioValueCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\GpioValueCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\GpioValueCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\GpioValueCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\GpioValueCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\GpioValueCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\GpioValueCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\GpioValueCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\GpioValueCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\GpioValueCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\GpioValueCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\GpioValueCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\GpioValueCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\GpioValueCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\GpioValueCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\GpioValueCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\GpioValueCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\GpioValueCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController:batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\InstallElevatorCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController:batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\Manufacturer2CrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ManufacturerCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ManufacturerCrudController:batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\ManufacturerCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\ManufacturerCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\ManufacturerCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\ManufacturerCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\ManufacturerCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\ManufacturerCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ManufacturerCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ManufacturerCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\ManufacturerCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ManufacturerCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\ManufacturerCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ManufacturerCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ManufacturerCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ManufacturerCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ManufacturerCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ManufacturerCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ManufacturerCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\ManufacturerCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\ManufacturerCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\NeaCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\NeaCrudController:batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\NeaCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\NeaCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\NeaCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\NeaCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\NeaCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\NeaCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\NeaCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\NeaCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\NeaCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\NeaCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\NeaCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\NeaCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\NeaCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\NeaCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\NeaCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\NeaCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\NeaCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\NeaCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\NeaCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\PumpCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\PumpCrudController:batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\PumpCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\PumpCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\PumpCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\PumpCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\PumpCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\PumpCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\PumpCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\PumpCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\PumpCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\PumpCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\PumpCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\PumpCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\PumpCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\PumpCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\PumpCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\PumpCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\PumpCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\PumpCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\PumpCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\SensorCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SensorCrudController:batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\SensorCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\SensorCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\SensorCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\SensorCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\SensorCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\SensorCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SensorCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SensorCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\SensorCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SensorCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SensorCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SensorCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\SensorCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SensorCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SensorCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SensorCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SensorCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\SensorCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SensorCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController:batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringEngineCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController:batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringManufacturerCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController:batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringRegulationCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController:batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\SteeringTypeCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\TicketCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\TicketCrudController:batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\TicketCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\TicketCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\TicketCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\TicketCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\TicketCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\TicketCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\TicketCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\TicketCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\TicketCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\TicketCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\TicketCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\TicketCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\TicketCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\TicketCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\TicketCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\TicketCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\TicketCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\TicketCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\TicketCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\TradeCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\TradeCrudController:batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\TradeCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\TradeCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\TradeCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\TradeCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\TradeCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\TradeCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\TradeCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\TradeCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\TradeCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\TradeCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\TradeCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\TradeCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\TradeCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\TradeCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\TradeCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\TradeCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\TradeCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\TradeCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\TradeCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\UserCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\UserCrudController:batchDelete' => ['privates', '.service_locator.Olybskb', 'get_ServiceLocator_OlybskbService', false],
'App\\Controller\\Admin\\UserCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Controller\\Admin\\UserCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Controller\\Admin\\UserCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Controller\\Admin\\UserCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Controller\\Admin\\UserCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Controller\\Admin\\UserCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\UserCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\UserCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Controller\\Admin\\UserCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\UserCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Controller\\Admin\\UserCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\UserCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\UserCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\UserCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\UserCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\UserCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\UserCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Admin\\UserCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Controller\\Admin\\UserCrudController:resetLogin' => ['privates', '.service_locator.axPrK8A', 'get_ServiceLocator_AxPrK8AService', false],
'App\\Controller\\Admin\\UserCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\Api\\AcquisitionController:setViewHandler' => ['privates', '.service_locator.dHHQDtH', 'get_ServiceLocator_DHHQDtHService', false],
'App\\Controller\\Api\\AddressController:index' => ['privates', '.service_locator.OC2AG.K', 'get_ServiceLocator_OC2AG_KService', false],
'App\\Controller\\Api\\ElevatorController:setViewHandler' => ['privates', '.service_locator.dHHQDtH', 'get_ServiceLocator_DHHQDtHService', false],
'App\\Controller\\Api\\GpioController:index' => ['privates', '.service_locator.OC2AG.K', 'get_ServiceLocator_OC2AG_KService', false],
'App\\Controller\\Api\\GpioController:setViewHandler' => ['privates', '.service_locator.dHHQDtH', 'get_ServiceLocator_DHHQDtHService', false],
'App\\Controller\\Api\\GpioValueController:getHistoryAction' => ['privates', '.service_locator..mH3RgL', 'get_ServiceLocator__MH3RgLService', false],
'App\\Controller\\Api\\GpioValueController:index' => ['privates', '.service_locator.OC2AG.K', 'get_ServiceLocator_OC2AG_KService', false],
'App\\Controller\\Api\\NeaController:setViewHandler' => ['privates', '.service_locator.dHHQDtH', 'get_ServiceLocator_DHHQDtHService', false],
'App\\Controller\\Api\\PumpController:setViewHandler' => ['privates', '.service_locator.dHHQDtH', 'get_ServiceLocator_DHHQDtHService', false],
'App\\Controller\\Api\\SensorController:index' => ['privates', '.service_locator.OC2AG.K', 'get_ServiceLocator_OC2AG_KService', false],
'App\\Controller\\Api\\SensorController:sendSMS' => ['privates', '.service_locator.rcCLPGx', 'get_ServiceLocator_RcCLPGxService', false],
'App\\Controller\\Api\\SensorController:setViewHandler' => ['privates', '.service_locator.dHHQDtH', 'get_ServiceLocator_DHHQDtHService', false],
'App\\Controller\\Api\\TicketController:getHistoryAction' => ['privates', '.service_locator..mH3RgL', 'get_ServiceLocator__MH3RgLService', false],
'App\\Controller\\Api\\TicketController:index' => ['privates', '.service_locator.OC2AG.K', 'get_ServiceLocator_OC2AG_KService', false],
'App\\Controller\\Api\\TicketController:setViewHandler' => ['privates', '.service_locator.dHHQDtH', 'get_ServiceLocator_DHHQDtHService', false],
'App\\Controller\\Web\\AddressController:delete' => ['privates', '.service_locator.WTaB_Rv', 'get_ServiceLocator_WTaBRvService', false],
'App\\Controller\\Web\\AddressController:edit' => ['privates', '.service_locator.WTaB_Rv', 'get_ServiceLocator_WTaBRvService', false],
'App\\Controller\\Web\\AddressController:index' => ['privates', '.service_locator.H6ppJic', 'get_ServiceLocator_H6ppJicService', false],
'App\\Controller\\Web\\AddressController:show' => ['privates', '.service_locator.WTaB_Rv', 'get_ServiceLocator_WTaBRvService', false],
'App\\Controller\\Web\\CommentController:create' => ['privates', '.service_locator.fTk7KT1', 'get_ServiceLocator_FTk7KT1Service', false],
'App\\Controller\\Web\\ElevatorController:activateDeactivateAPI' => ['privates', '.service_locator.6EuBADo', 'get_ServiceLocator_6EuBADoService', false],
'App\\Controller\\Web\\ElevatorController:dashboardAction' => ['privates', '.service_locator.fTk7KT1', 'get_ServiceLocator_FTk7KT1Service', false],
'App\\Controller\\Web\\ElevatorController:elevatorDetailAction' => ['privates', '.service_locator..mH3RgL', 'get_ServiceLocator__MH3RgLService', false],
'App\\Controller\\Web\\ElevatorController:elevatorDetailHistoryAction' => ['privates', '.service_locator..mH3RgL', 'get_ServiceLocator__MH3RgLService', false],
'App\\Controller\\Web\\ElevatorController:elevatorDetailLiveAction' => ['privates', '.service_locator..mH3RgL', 'get_ServiceLocator__MH3RgLService', false],
'App\\Controller\\Web\\ElevatorController:elevatorInvertingAction' => ['privates', '.service_locator..mH3RgL', 'get_ServiceLocator__MH3RgLService', false],
'App\\Controller\\Web\\ElevatorController:elevatorRemoteAction' => ['privates', '.service_locator..mH3RgL', 'get_ServiceLocator__MH3RgLService', false],
'App\\Controller\\Web\\ElevatorController:elevatorRemoteCommandAction' => ['privates', '.service_locator.9U6Mir4', 'get_ServiceLocator_9U6Mir4Service', false],
'App\\Controller\\Web\\ElevatorController:elevatorStateHistoryAction' => ['privates', '.service_locator..mH3RgL', 'get_ServiceLocator__MH3RgLService', false],
'App\\Controller\\Web\\ElevatorController:remoteBatchAction' => ['privates', '.service_locator..mH3RgL', 'get_ServiceLocator__MH3RgLService', false],
'App\\Controller\\Web\\ElevatorController:setElevatorStateAction' => ['privates', '.service_locator.Z4GIq0C', 'get_ServiceLocator_Z4GIq0CService', false],
'App\\Controller\\Web\\InstallMaintenanceController:checkNeaAction' => ['privates', '.service_locator.8BA2_.x', 'get_ServiceLocator_8BA2_XService', false],
'App\\Controller\\Web\\InstallMaintenanceController:firstInstallChoseAction' => ['privates', '.service_locator.fTayKD9', 'get_ServiceLocator_FTayKD9Service', false],
'App\\Controller\\Web\\InstallMaintenanceController:installElevatorAction' => ['privates', '.service_locator.EixxcDe', 'get_ServiceLocator_EixxcDeService', false],
'App\\Controller\\Web\\InstallMaintenanceController:installNeaAction' => ['privates', '.service_locator.O3AjYpJ', 'get_ServiceLocator_O3AjYpJService', false],
'App\\Controller\\Web\\InstallMaintenanceController:logoutQrCodeMenu' => ['privates', '.service_locator.9NPWjJJ', 'get_ServiceLocator_9NPWjJJService', false],
'App\\Controller\\Web\\InstallMaintenanceController:ticketEdit' => ['privates', '.service_locator.zJKiM_F', 'get_ServiceLocator_ZJKiMFService', false],
'App\\Controller\\Web\\InstallMaintenanceSecurityController:login' => ['privates', '.service_locator.E8hhcR3', 'get_ServiceLocator_E8hhcR3Service', false],
'App\\Controller\\Web\\InstallToolSecurityController:login' => ['privates', '.service_locator.UDgw6Ol', 'get_ServiceLocator_UDgw6OlService', false],
'App\\Controller\\Web\\ManualInspectionController:installBegehungAction' => ['privates', '.service_locator.IK7dHtm', 'get_ServiceLocator_IK7dHtmService', false],
'App\\Controller\\Web\\NeaController:neaDetailAction' => ['privates', '.service_locator.8BA2_.x', 'get_ServiceLocator_8BA2_XService', false],
'App\\Controller\\Web\\NeaController:neaRemoteAction' => ['privates', '.service_locator.8BA2_.x', 'get_ServiceLocator_8BA2_XService', false],
'App\\Controller\\Web\\NeaController:neaRemoteCommandAction' => ['privates', '.service_locator.UBJn0Rw', 'get_ServiceLocator_UBJn0RwService', false],
'App\\Controller\\Web\\NeaController:setNeaStateAction' => ['privates', '.service_locator.ChC1cAk', 'get_ServiceLocator_ChC1cAkService', false],
'App\\Controller\\Web\\PublishController:publish' => ['privates', '.service_locator.p.TCd71', 'get_ServiceLocator_P_TCd71Service', false],
'App\\Controller\\Web\\PublishController:publishComment' => ['privates', '.service_locator.p.TCd71', 'get_ServiceLocator_P_TCd71Service', false],
'App\\Controller\\Web\\PublishController:publishEscalate' => ['privates', '.service_locator.p.TCd71', 'get_ServiceLocator_P_TCd71Service', false],
'App\\Controller\\Web\\PumpController:dashboardAction' => ['privates', '.service_locator.fTk7KT1', 'get_ServiceLocator_FTk7KT1Service', false],
'App\\Controller\\Web\\PumpController:pumpDetailAction' => ['privates', '.service_locator.26_D7EI', 'get_ServiceLocator_26D7EIService', false],
'App\\Controller\\Web\\PumpController:pumpDetailHistoryAction' => ['privates', '.service_locator.26_D7EI', 'get_ServiceLocator_26D7EIService', false],
'App\\Controller\\Web\\PumpController:pumpDetailLiveAction' => ['privates', '.service_locator.S7hAMvH', 'get_ServiceLocator_S7hAMvHService', false],
'App\\Controller\\Web\\PumpController:pumpRemoteAction' => ['privates', '.service_locator.26_D7EI', 'get_ServiceLocator_26D7EIService', false],
'App\\Controller\\Web\\PumpController:pumpRemoteCommandAction' => ['privates', '.service_locator.EIhjiHH', 'get_ServiceLocator_EIhjiHHService', false],
'App\\Controller\\Web\\ResetPasswordController:request' => ['privates', '.service_locator.D4nGOut', 'get_ServiceLocator_D4nGOutService', false],
'App\\Controller\\Web\\ResetPasswordController:reset' => ['privates', '.service_locator.X8MAXkr', 'get_ServiceLocator_X8MAXkrService', false],
'App\\Controller\\Web\\SecurityController:login' => ['privates', '.service_locator.E2gJeg.', 'get_ServiceLocator_E2gJeg_Service', false],
'App\\Controller\\Web\\SensorController:delete' => ['privates', '.service_locator.rcCLPGx', 'get_ServiceLocator_RcCLPGxService', false],
'App\\Controller\\Web\\SensorController:edit' => ['privates', '.service_locator.rcCLPGx', 'get_ServiceLocator_RcCLPGxService', false],
'App\\Controller\\Web\\SensorController:index' => ['privates', '.service_locator.keZZZAZ', 'get_ServiceLocator_KeZZZAZService', false],
'App\\Controller\\Web\\SensorController:setState' => ['privates', '.service_locator.rcCLPGx', 'get_ServiceLocator_RcCLPGxService', false],
'App\\Controller\\Web\\SensorController:show' => ['privates', '.service_locator.rcCLPGx', 'get_ServiceLocator_RcCLPGxService', false],
'App\\Controller\\Web\\TicketController:applyTransition' => ['privates', '.service_locator.zJKiM_F', 'get_ServiceLocator_ZJKiMFService', false],
'App\\Controller\\Web\\TicketController:edit' => ['privates', '.service_locator.zJKiM_F', 'get_ServiceLocator_ZJKiMFService', false],
'App\\Controller\\Web\\TicketController:pdfExport' => ['privates', '.service_locator.zJKiM_F', 'get_ServiceLocator_ZJKiMFService', false],
'App\\Controller\\Web\\ZuesController:dashboardAction' => ['privates', '.service_locator.fTk7KT1', 'get_ServiceLocator_FTk7KT1Service', false],
'App\\Controller\\Web\\ZuesController:getDownloadPathOfLastProtocollAction' => ['privates', '.service_locator..mH3RgL', 'get_ServiceLocator__MH3RgLService', false],
'App\\Controller\\Web\\ZuesController:protocollAction' => ['privates', '.service_locator..mH3RgL', 'get_ServiceLocator__MH3RgLService', false],
'App\\Controller\\Web\\ZuesController:readFileAction' => ['privates', '.service_locator.fTk7KT1', 'get_ServiceLocator_FTk7KT1Service', false],
'kernel:loadRoutes' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
'kernel:registerContainerConfiguration' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
], [
'App\\Controller\\Admin\\AddressCrudController::autocomplete' => '?',
'App\\Controller\\Admin\\AddressCrudController::batchDelete' => '?',
'App\\Controller\\Admin\\AddressCrudController::configureActions' => '?',
'App\\Controller\\Admin\\AddressCrudController::configureAssets' => '?',
'App\\Controller\\Admin\\AddressCrudController::configureCrud' => '?',
'App\\Controller\\Admin\\AddressCrudController::configureFilters' => '?',
'App\\Controller\\Admin\\AddressCrudController::configureResponseParameters' => '?',
'App\\Controller\\Admin\\AddressCrudController::createEditForm' => '?',
'App\\Controller\\Admin\\AddressCrudController::createEditFormBuilder' => '?',
'App\\Controller\\Admin\\AddressCrudController::createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\AddressCrudController::createNewForm' => '?',
'App\\Controller\\Admin\\AddressCrudController::createNewFormBuilder' => '?',
'App\\Controller\\Admin\\AddressCrudController::delete' => '?',
'App\\Controller\\Admin\\AddressCrudController::deleteEntity' => '?',
'App\\Controller\\Admin\\AddressCrudController::detail' => '?',
'App\\Controller\\Admin\\AddressCrudController::edit' => '?',
'App\\Controller\\Admin\\AddressCrudController::index' => '?',
'App\\Controller\\Admin\\AddressCrudController::new' => '?',
'App\\Controller\\Admin\\AddressCrudController::persistEntity' => '?',
'App\\Controller\\Admin\\AddressCrudController::renderFilters' => '?',
'App\\Controller\\Admin\\AddressCrudController::updateEntity' => '?',
'App\\Controller\\Admin\\AwmCrudController::autocomplete' => '?',
'App\\Controller\\Admin\\AwmCrudController::batchDelete' => '?',
'App\\Controller\\Admin\\AwmCrudController::configureActions' => '?',
'App\\Controller\\Admin\\AwmCrudController::configureAssets' => '?',
'App\\Controller\\Admin\\AwmCrudController::configureCrud' => '?',
'App\\Controller\\Admin\\AwmCrudController::configureFilters' => '?',
'App\\Controller\\Admin\\AwmCrudController::configureResponseParameters' => '?',
'App\\Controller\\Admin\\AwmCrudController::createEditForm' => '?',
'App\\Controller\\Admin\\AwmCrudController::createEditFormBuilder' => '?',
'App\\Controller\\Admin\\AwmCrudController::createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\AwmCrudController::createNewForm' => '?',
'App\\Controller\\Admin\\AwmCrudController::createNewFormBuilder' => '?',
'App\\Controller\\Admin\\AwmCrudController::delete' => '?',
'App\\Controller\\Admin\\AwmCrudController::deleteEntity' => '?',
'App\\Controller\\Admin\\AwmCrudController::detail' => '?',
'App\\Controller\\Admin\\AwmCrudController::edit' => '?',
'App\\Controller\\Admin\\AwmCrudController::index' => '?',
'App\\Controller\\Admin\\AwmCrudController::new' => '?',
'App\\Controller\\Admin\\AwmCrudController::persistEntity' => '?',
'App\\Controller\\Admin\\AwmCrudController::renderFilters' => '?',
'App\\Controller\\Admin\\AwmCrudController::updateEntity' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController::autocomplete' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController::batchDelete' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController::configureActions' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController::configureAssets' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController::configureCrud' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController::configureFilters' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController::configureResponseParameters' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController::createEditForm' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController::createEditFormBuilder' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController::createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController::createNewForm' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController::createNewFormBuilder' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController::delete' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController::deleteEntity' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController::detail' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController::edit' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController::index' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController::new' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController::persistEntity' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController::renderFilters' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController::updateEntity' => '?',
'App\\Controller\\Admin\\ClientCrudController::autocomplete' => '?',
'App\\Controller\\Admin\\ClientCrudController::batchDelete' => '?',
'App\\Controller\\Admin\\ClientCrudController::configureActions' => '?',
'App\\Controller\\Admin\\ClientCrudController::configureAssets' => '?',
'App\\Controller\\Admin\\ClientCrudController::configureCrud' => '?',
'App\\Controller\\Admin\\ClientCrudController::configureFilters' => '?',
'App\\Controller\\Admin\\ClientCrudController::configureResponseParameters' => '?',
'App\\Controller\\Admin\\ClientCrudController::createEditForm' => '?',
'App\\Controller\\Admin\\ClientCrudController::createEditFormBuilder' => '?',
'App\\Controller\\Admin\\ClientCrudController::createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\ClientCrudController::createNewForm' => '?',
'App\\Controller\\Admin\\ClientCrudController::createNewFormBuilder' => '?',
'App\\Controller\\Admin\\ClientCrudController::delete' => '?',
'App\\Controller\\Admin\\ClientCrudController::deleteEntity' => '?',
'App\\Controller\\Admin\\ClientCrudController::detail' => '?',
'App\\Controller\\Admin\\ClientCrudController::edit' => '?',
'App\\Controller\\Admin\\ClientCrudController::index' => '?',
'App\\Controller\\Admin\\ClientCrudController::new' => '?',
'App\\Controller\\Admin\\ClientCrudController::persistEntity' => '?',
'App\\Controller\\Admin\\ClientCrudController::renderFilters' => '?',
'App\\Controller\\Admin\\ClientCrudController::updateEntity' => '?',
'App\\Controller\\Admin\\CompanyCrudController::autocomplete' => '?',
'App\\Controller\\Admin\\CompanyCrudController::batchDelete' => '?',
'App\\Controller\\Admin\\CompanyCrudController::configureActions' => '?',
'App\\Controller\\Admin\\CompanyCrudController::configureAssets' => '?',
'App\\Controller\\Admin\\CompanyCrudController::configureCrud' => '?',
'App\\Controller\\Admin\\CompanyCrudController::configureFilters' => '?',
'App\\Controller\\Admin\\CompanyCrudController::configureResponseParameters' => '?',
'App\\Controller\\Admin\\CompanyCrudController::createEditForm' => '?',
'App\\Controller\\Admin\\CompanyCrudController::createEditFormBuilder' => '?',
'App\\Controller\\Admin\\CompanyCrudController::createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\CompanyCrudController::createNewForm' => '?',
'App\\Controller\\Admin\\CompanyCrudController::createNewFormBuilder' => '?',
'App\\Controller\\Admin\\CompanyCrudController::delete' => '?',
'App\\Controller\\Admin\\CompanyCrudController::deleteEntity' => '?',
'App\\Controller\\Admin\\CompanyCrudController::detail' => '?',
'App\\Controller\\Admin\\CompanyCrudController::edit' => '?',
'App\\Controller\\Admin\\CompanyCrudController::index' => '?',
'App\\Controller\\Admin\\CompanyCrudController::new' => '?',
'App\\Controller\\Admin\\CompanyCrudController::persistEntity' => '?',
'App\\Controller\\Admin\\CompanyCrudController::renderFilters' => '?',
'App\\Controller\\Admin\\CompanyCrudController::updateEntity' => '?',
'App\\Controller\\Admin\\ContactCrudController::autocomplete' => '?',
'App\\Controller\\Admin\\ContactCrudController::batchDelete' => '?',
'App\\Controller\\Admin\\ContactCrudController::configureActions' => '?',
'App\\Controller\\Admin\\ContactCrudController::configureAssets' => '?',
'App\\Controller\\Admin\\ContactCrudController::configureCrud' => '?',
'App\\Controller\\Admin\\ContactCrudController::configureFilters' => '?',
'App\\Controller\\Admin\\ContactCrudController::configureResponseParameters' => '?',
'App\\Controller\\Admin\\ContactCrudController::createEditForm' => '?',
'App\\Controller\\Admin\\ContactCrudController::createEditFormBuilder' => '?',
'App\\Controller\\Admin\\ContactCrudController::createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\ContactCrudController::createNewForm' => '?',
'App\\Controller\\Admin\\ContactCrudController::createNewFormBuilder' => '?',
'App\\Controller\\Admin\\ContactCrudController::delete' => '?',
'App\\Controller\\Admin\\ContactCrudController::deleteEntity' => '?',
'App\\Controller\\Admin\\ContactCrudController::detail' => '?',
'App\\Controller\\Admin\\ContactCrudController::edit' => '?',
'App\\Controller\\Admin\\ContactCrudController::index' => '?',
'App\\Controller\\Admin\\ContactCrudController::new' => '?',
'App\\Controller\\Admin\\ContactCrudController::persistEntity' => '?',
'App\\Controller\\Admin\\ContactCrudController::renderFilters' => '?',
'App\\Controller\\Admin\\ContactCrudController::updateEntity' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController::autocomplete' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController::batchDelete' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController::configureActions' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController::configureAssets' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController::configureCrud' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController::configureFilters' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController::configureResponseParameters' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController::createEditForm' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController::createEditFormBuilder' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController::createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController::createNewForm' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController::createNewFormBuilder' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController::delete' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController::deleteEntity' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController::detail' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController::edit' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController::index' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController::new' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController::persistEntity' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController::renderFilters' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController::updateEntity' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController::autocomplete' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController::batchDelete' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController::configureActions' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController::configureAssets' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController::configureCrud' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController::configureFilters' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController::configureResponseParameters' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController::createEditForm' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController::createEditFormBuilder' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController::createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController::createNewForm' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController::createNewFormBuilder' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController::delete' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController::deleteEntity' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController::detail' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController::edit' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController::index' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController::new' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController::persistEntity' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController::renderFilters' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController::updateEntity' => '?',
'App\\Controller\\Admin\\DashboardController::configureUserMenu' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController::autocomplete' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController::batchDelete' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController::configureActions' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController::configureAssets' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController::configureCrud' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController::configureFilters' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController::configureResponseParameters' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController::createEditForm' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController::createEditFormBuilder' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController::createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController::createNewForm' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController::createNewFormBuilder' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController::delete' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController::deleteEntity' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController::detail' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController::edit' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController::index' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController::new' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController::persistEntity' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController::renderFilters' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController::updateEntity' => '?',
'App\\Controller\\Admin\\DocumentCrudController::autocomplete' => '?',
'App\\Controller\\Admin\\DocumentCrudController::batchDelete' => '?',
'App\\Controller\\Admin\\DocumentCrudController::configureActions' => '?',
'App\\Controller\\Admin\\DocumentCrudController::configureAssets' => '?',
'App\\Controller\\Admin\\DocumentCrudController::configureCrud' => '?',
'App\\Controller\\Admin\\DocumentCrudController::configureFilters' => '?',
'App\\Controller\\Admin\\DocumentCrudController::configureResponseParameters' => '?',
'App\\Controller\\Admin\\DocumentCrudController::createEditForm' => '?',
'App\\Controller\\Admin\\DocumentCrudController::createEditFormBuilder' => '?',
'App\\Controller\\Admin\\DocumentCrudController::createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\DocumentCrudController::createNewForm' => '?',
'App\\Controller\\Admin\\DocumentCrudController::createNewFormBuilder' => '?',
'App\\Controller\\Admin\\DocumentCrudController::delete' => '?',
'App\\Controller\\Admin\\DocumentCrudController::deleteEntity' => '?',
'App\\Controller\\Admin\\DocumentCrudController::detail' => '?',
'App\\Controller\\Admin\\DocumentCrudController::edit' => '?',
'App\\Controller\\Admin\\DocumentCrudController::index' => '?',
'App\\Controller\\Admin\\DocumentCrudController::new' => '?',
'App\\Controller\\Admin\\DocumentCrudController::persistEntity' => '?',
'App\\Controller\\Admin\\DocumentCrudController::renderFilters' => '?',
'App\\Controller\\Admin\\DocumentCrudController::updateEntity' => '?',
'App\\Controller\\Admin\\ElevatorCrudController::autocomplete' => '?',
'App\\Controller\\Admin\\ElevatorCrudController::batchDelete' => '?',
'App\\Controller\\Admin\\ElevatorCrudController::configureActions' => '?',
'App\\Controller\\Admin\\ElevatorCrudController::configureAssets' => '?',
'App\\Controller\\Admin\\ElevatorCrudController::configureCrud' => '?',
'App\\Controller\\Admin\\ElevatorCrudController::configureFilters' => '?',
'App\\Controller\\Admin\\ElevatorCrudController::configureResponseParameters' => '?',
'App\\Controller\\Admin\\ElevatorCrudController::createEditForm' => '?',
'App\\Controller\\Admin\\ElevatorCrudController::createEditFormBuilder' => '?',
'App\\Controller\\Admin\\ElevatorCrudController::createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\ElevatorCrudController::createNewForm' => '?',
'App\\Controller\\Admin\\ElevatorCrudController::createNewFormBuilder' => '?',
'App\\Controller\\Admin\\ElevatorCrudController::delete' => '?',
'App\\Controller\\Admin\\ElevatorCrudController::deleteEntity' => '?',
'App\\Controller\\Admin\\ElevatorCrudController::detail' => '?',
'App\\Controller\\Admin\\ElevatorCrudController::edit' => '?',
'App\\Controller\\Admin\\ElevatorCrudController::index' => '?',
'App\\Controller\\Admin\\ElevatorCrudController::new' => '?',
'App\\Controller\\Admin\\ElevatorCrudController::persistEntity' => '?',
'App\\Controller\\Admin\\ElevatorCrudController::renderFilters' => '?',
'App\\Controller\\Admin\\ElevatorCrudController::updateCompany' => '?',
'App\\Controller\\Admin\\ElevatorCrudController::updateEntity' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController::autocomplete' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController::batchDelete' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController::configureActions' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController::configureAssets' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController::configureCrud' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController::configureFilters' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController::configureResponseParameters' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController::createEditForm' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController::createEditFormBuilder' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController::createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController::createNewForm' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController::createNewFormBuilder' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController::delete' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController::deleteEntity' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController::detail' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController::edit' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController::index' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController::new' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController::persistEntity' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController::renderFilters' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController::updateEntity' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController::autocomplete' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController::batchDelete' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController::configureActions' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController::configureAssets' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController::configureCrud' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController::configureFilters' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController::configureResponseParameters' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController::createEditForm' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController::createEditFormBuilder' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController::createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController::createNewForm' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController::createNewFormBuilder' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController::delete' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController::deleteEntity' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController::detail' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController::edit' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController::index' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController::new' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController::persistEntity' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController::renderFilters' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController::updateEntity' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController::autocomplete' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController::batchDelete' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController::configureActions' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController::configureAssets' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController::configureCrud' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController::configureFilters' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController::configureResponseParameters' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController::createEditForm' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController::createEditFormBuilder' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController::createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController::createNewForm' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController::createNewFormBuilder' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController::delete' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController::deleteEntity' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController::detail' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController::edit' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController::index' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController::new' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController::persistEntity' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController::renderFilters' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController::updateEntity' => '?',
'App\\Controller\\Admin\\GpioCrudController::autocomplete' => '?',
'App\\Controller\\Admin\\GpioCrudController::batchDelete' => '?',
'App\\Controller\\Admin\\GpioCrudController::configureActions' => '?',
'App\\Controller\\Admin\\GpioCrudController::configureAssets' => '?',
'App\\Controller\\Admin\\GpioCrudController::configureCrud' => '?',
'App\\Controller\\Admin\\GpioCrudController::configureFilters' => '?',
'App\\Controller\\Admin\\GpioCrudController::configureResponseParameters' => '?',
'App\\Controller\\Admin\\GpioCrudController::createEditForm' => '?',
'App\\Controller\\Admin\\GpioCrudController::createEditFormBuilder' => '?',
'App\\Controller\\Admin\\GpioCrudController::createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\GpioCrudController::createNewForm' => '?',
'App\\Controller\\Admin\\GpioCrudController::createNewFormBuilder' => '?',
'App\\Controller\\Admin\\GpioCrudController::delete' => '?',
'App\\Controller\\Admin\\GpioCrudController::deleteEntity' => '?',
'App\\Controller\\Admin\\GpioCrudController::detail' => '?',
'App\\Controller\\Admin\\GpioCrudController::edit' => '?',
'App\\Controller\\Admin\\GpioCrudController::index' => '?',
'App\\Controller\\Admin\\GpioCrudController::new' => '?',
'App\\Controller\\Admin\\GpioCrudController::persistEntity' => '?',
'App\\Controller\\Admin\\GpioCrudController::renderFilters' => '?',
'App\\Controller\\Admin\\GpioCrudController::updateEntity' => '?',
'App\\Controller\\Admin\\GpioValueCrudController::autocomplete' => '?',
'App\\Controller\\Admin\\GpioValueCrudController::batchDelete' => '?',
'App\\Controller\\Admin\\GpioValueCrudController::configureActions' => '?',
'App\\Controller\\Admin\\GpioValueCrudController::configureAssets' => '?',
'App\\Controller\\Admin\\GpioValueCrudController::configureCrud' => '?',
'App\\Controller\\Admin\\GpioValueCrudController::configureFilters' => '?',
'App\\Controller\\Admin\\GpioValueCrudController::configureResponseParameters' => '?',
'App\\Controller\\Admin\\GpioValueCrudController::createEditForm' => '?',
'App\\Controller\\Admin\\GpioValueCrudController::createEditFormBuilder' => '?',
'App\\Controller\\Admin\\GpioValueCrudController::createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\GpioValueCrudController::createNewForm' => '?',
'App\\Controller\\Admin\\GpioValueCrudController::createNewFormBuilder' => '?',
'App\\Controller\\Admin\\GpioValueCrudController::delete' => '?',
'App\\Controller\\Admin\\GpioValueCrudController::deleteEntity' => '?',
'App\\Controller\\Admin\\GpioValueCrudController::detail' => '?',
'App\\Controller\\Admin\\GpioValueCrudController::edit' => '?',
'App\\Controller\\Admin\\GpioValueCrudController::index' => '?',
'App\\Controller\\Admin\\GpioValueCrudController::new' => '?',
'App\\Controller\\Admin\\GpioValueCrudController::persistEntity' => '?',
'App\\Controller\\Admin\\GpioValueCrudController::renderFilters' => '?',
'App\\Controller\\Admin\\GpioValueCrudController::updateEntity' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController::autocomplete' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController::batchDelete' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController::configureActions' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController::configureAssets' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController::configureCrud' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController::configureFilters' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController::configureResponseParameters' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController::createEditForm' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController::createEditFormBuilder' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController::createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController::createNewForm' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController::createNewFormBuilder' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController::delete' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController::deleteEntity' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController::detail' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController::edit' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController::index' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController::new' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController::persistEntity' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController::renderFilters' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController::updateEntity' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController::autocomplete' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController::batchDelete' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController::configureActions' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController::configureAssets' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController::configureCrud' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController::configureFilters' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController::configureResponseParameters' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController::createEditForm' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController::createEditFormBuilder' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController::createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController::createNewForm' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController::createNewFormBuilder' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController::delete' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController::deleteEntity' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController::detail' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController::edit' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController::index' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController::new' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController::persistEntity' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController::renderFilters' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController::updateEntity' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController::autocomplete' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController::batchDelete' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController::configureActions' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController::configureAssets' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController::configureCrud' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController::configureFilters' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController::configureResponseParameters' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController::createEditForm' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController::createEditFormBuilder' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController::createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController::createNewForm' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController::createNewFormBuilder' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController::delete' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController::deleteEntity' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController::detail' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController::edit' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController::index' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController::new' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController::persistEntity' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController::renderFilters' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController::updateEntity' => '?',
'App\\Controller\\Admin\\NeaCrudController::autocomplete' => '?',
'App\\Controller\\Admin\\NeaCrudController::batchDelete' => '?',
'App\\Controller\\Admin\\NeaCrudController::configureActions' => '?',
'App\\Controller\\Admin\\NeaCrudController::configureAssets' => '?',
'App\\Controller\\Admin\\NeaCrudController::configureCrud' => '?',
'App\\Controller\\Admin\\NeaCrudController::configureFilters' => '?',
'App\\Controller\\Admin\\NeaCrudController::configureResponseParameters' => '?',
'App\\Controller\\Admin\\NeaCrudController::createEditForm' => '?',
'App\\Controller\\Admin\\NeaCrudController::createEditFormBuilder' => '?',
'App\\Controller\\Admin\\NeaCrudController::createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\NeaCrudController::createNewForm' => '?',
'App\\Controller\\Admin\\NeaCrudController::createNewFormBuilder' => '?',
'App\\Controller\\Admin\\NeaCrudController::delete' => '?',
'App\\Controller\\Admin\\NeaCrudController::deleteEntity' => '?',
'App\\Controller\\Admin\\NeaCrudController::detail' => '?',
'App\\Controller\\Admin\\NeaCrudController::edit' => '?',
'App\\Controller\\Admin\\NeaCrudController::index' => '?',
'App\\Controller\\Admin\\NeaCrudController::new' => '?',
'App\\Controller\\Admin\\NeaCrudController::persistEntity' => '?',
'App\\Controller\\Admin\\NeaCrudController::renderFilters' => '?',
'App\\Controller\\Admin\\NeaCrudController::updateEntity' => '?',
'App\\Controller\\Admin\\PumpCrudController::autocomplete' => '?',
'App\\Controller\\Admin\\PumpCrudController::batchDelete' => '?',
'App\\Controller\\Admin\\PumpCrudController::configureActions' => '?',
'App\\Controller\\Admin\\PumpCrudController::configureAssets' => '?',
'App\\Controller\\Admin\\PumpCrudController::configureCrud' => '?',
'App\\Controller\\Admin\\PumpCrudController::configureFilters' => '?',
'App\\Controller\\Admin\\PumpCrudController::configureResponseParameters' => '?',
'App\\Controller\\Admin\\PumpCrudController::createEditForm' => '?',
'App\\Controller\\Admin\\PumpCrudController::createEditFormBuilder' => '?',
'App\\Controller\\Admin\\PumpCrudController::createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\PumpCrudController::createNewForm' => '?',
'App\\Controller\\Admin\\PumpCrudController::createNewFormBuilder' => '?',
'App\\Controller\\Admin\\PumpCrudController::delete' => '?',
'App\\Controller\\Admin\\PumpCrudController::deleteEntity' => '?',
'App\\Controller\\Admin\\PumpCrudController::detail' => '?',
'App\\Controller\\Admin\\PumpCrudController::edit' => '?',
'App\\Controller\\Admin\\PumpCrudController::index' => '?',
'App\\Controller\\Admin\\PumpCrudController::new' => '?',
'App\\Controller\\Admin\\PumpCrudController::persistEntity' => '?',
'App\\Controller\\Admin\\PumpCrudController::renderFilters' => '?',
'App\\Controller\\Admin\\PumpCrudController::updateEntity' => '?',
'App\\Controller\\Admin\\SensorCrudController::autocomplete' => '?',
'App\\Controller\\Admin\\SensorCrudController::batchDelete' => '?',
'App\\Controller\\Admin\\SensorCrudController::configureActions' => '?',
'App\\Controller\\Admin\\SensorCrudController::configureAssets' => '?',
'App\\Controller\\Admin\\SensorCrudController::configureCrud' => '?',
'App\\Controller\\Admin\\SensorCrudController::configureFilters' => '?',
'App\\Controller\\Admin\\SensorCrudController::configureResponseParameters' => '?',
'App\\Controller\\Admin\\SensorCrudController::createEditForm' => '?',
'App\\Controller\\Admin\\SensorCrudController::createEditFormBuilder' => '?',
'App\\Controller\\Admin\\SensorCrudController::createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\SensorCrudController::createNewForm' => '?',
'App\\Controller\\Admin\\SensorCrudController::createNewFormBuilder' => '?',
'App\\Controller\\Admin\\SensorCrudController::delete' => '?',
'App\\Controller\\Admin\\SensorCrudController::deleteEntity' => '?',
'App\\Controller\\Admin\\SensorCrudController::detail' => '?',
'App\\Controller\\Admin\\SensorCrudController::edit' => '?',
'App\\Controller\\Admin\\SensorCrudController::index' => '?',
'App\\Controller\\Admin\\SensorCrudController::new' => '?',
'App\\Controller\\Admin\\SensorCrudController::persistEntity' => '?',
'App\\Controller\\Admin\\SensorCrudController::renderFilters' => '?',
'App\\Controller\\Admin\\SensorCrudController::updateEntity' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController::autocomplete' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController::batchDelete' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController::configureActions' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController::configureAssets' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController::configureCrud' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController::configureFilters' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController::configureResponseParameters' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController::createEditForm' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController::createEditFormBuilder' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController::createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController::createNewForm' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController::createNewFormBuilder' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController::delete' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController::deleteEntity' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController::detail' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController::edit' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController::index' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController::new' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController::persistEntity' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController::renderFilters' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController::updateEntity' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController::autocomplete' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController::batchDelete' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController::configureActions' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController::configureAssets' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController::configureCrud' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController::configureFilters' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController::configureResponseParameters' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController::createEditForm' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController::createEditFormBuilder' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController::createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController::createNewForm' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController::createNewFormBuilder' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController::delete' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController::deleteEntity' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController::detail' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController::edit' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController::index' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController::new' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController::persistEntity' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController::renderFilters' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController::updateEntity' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController::autocomplete' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController::batchDelete' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController::configureActions' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController::configureAssets' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController::configureCrud' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController::configureFilters' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController::configureResponseParameters' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController::createEditForm' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController::createEditFormBuilder' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController::createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController::createNewForm' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController::createNewFormBuilder' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController::delete' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController::deleteEntity' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController::detail' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController::edit' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController::index' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController::new' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController::persistEntity' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController::renderFilters' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController::updateEntity' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController::autocomplete' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController::batchDelete' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController::configureActions' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController::configureAssets' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController::configureCrud' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController::configureFilters' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController::configureResponseParameters' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController::createEditForm' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController::createEditFormBuilder' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController::createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController::createNewForm' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController::createNewFormBuilder' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController::delete' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController::deleteEntity' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController::detail' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController::edit' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController::index' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController::new' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController::persistEntity' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController::renderFilters' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController::updateEntity' => '?',
'App\\Controller\\Admin\\TicketCrudController::autocomplete' => '?',
'App\\Controller\\Admin\\TicketCrudController::batchDelete' => '?',
'App\\Controller\\Admin\\TicketCrudController::configureActions' => '?',
'App\\Controller\\Admin\\TicketCrudController::configureAssets' => '?',
'App\\Controller\\Admin\\TicketCrudController::configureCrud' => '?',
'App\\Controller\\Admin\\TicketCrudController::configureFilters' => '?',
'App\\Controller\\Admin\\TicketCrudController::configureResponseParameters' => '?',
'App\\Controller\\Admin\\TicketCrudController::createEditForm' => '?',
'App\\Controller\\Admin\\TicketCrudController::createEditFormBuilder' => '?',
'App\\Controller\\Admin\\TicketCrudController::createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\TicketCrudController::createNewForm' => '?',
'App\\Controller\\Admin\\TicketCrudController::createNewFormBuilder' => '?',
'App\\Controller\\Admin\\TicketCrudController::delete' => '?',
'App\\Controller\\Admin\\TicketCrudController::deleteEntity' => '?',
'App\\Controller\\Admin\\TicketCrudController::detail' => '?',
'App\\Controller\\Admin\\TicketCrudController::edit' => '?',
'App\\Controller\\Admin\\TicketCrudController::index' => '?',
'App\\Controller\\Admin\\TicketCrudController::new' => '?',
'App\\Controller\\Admin\\TicketCrudController::persistEntity' => '?',
'App\\Controller\\Admin\\TicketCrudController::renderFilters' => '?',
'App\\Controller\\Admin\\TicketCrudController::updateEntity' => '?',
'App\\Controller\\Admin\\TradeCrudController::autocomplete' => '?',
'App\\Controller\\Admin\\TradeCrudController::batchDelete' => '?',
'App\\Controller\\Admin\\TradeCrudController::configureActions' => '?',
'App\\Controller\\Admin\\TradeCrudController::configureAssets' => '?',
'App\\Controller\\Admin\\TradeCrudController::configureCrud' => '?',
'App\\Controller\\Admin\\TradeCrudController::configureFilters' => '?',
'App\\Controller\\Admin\\TradeCrudController::configureResponseParameters' => '?',
'App\\Controller\\Admin\\TradeCrudController::createEditForm' => '?',
'App\\Controller\\Admin\\TradeCrudController::createEditFormBuilder' => '?',
'App\\Controller\\Admin\\TradeCrudController::createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\TradeCrudController::createNewForm' => '?',
'App\\Controller\\Admin\\TradeCrudController::createNewFormBuilder' => '?',
'App\\Controller\\Admin\\TradeCrudController::delete' => '?',
'App\\Controller\\Admin\\TradeCrudController::deleteEntity' => '?',
'App\\Controller\\Admin\\TradeCrudController::detail' => '?',
'App\\Controller\\Admin\\TradeCrudController::edit' => '?',
'App\\Controller\\Admin\\TradeCrudController::index' => '?',
'App\\Controller\\Admin\\TradeCrudController::new' => '?',
'App\\Controller\\Admin\\TradeCrudController::persistEntity' => '?',
'App\\Controller\\Admin\\TradeCrudController::renderFilters' => '?',
'App\\Controller\\Admin\\TradeCrudController::updateEntity' => '?',
'App\\Controller\\Admin\\UserCrudController::autocomplete' => '?',
'App\\Controller\\Admin\\UserCrudController::batchDelete' => '?',
'App\\Controller\\Admin\\UserCrudController::configureActions' => '?',
'App\\Controller\\Admin\\UserCrudController::configureAssets' => '?',
'App\\Controller\\Admin\\UserCrudController::configureCrud' => '?',
'App\\Controller\\Admin\\UserCrudController::configureFilters' => '?',
'App\\Controller\\Admin\\UserCrudController::configureResponseParameters' => '?',
'App\\Controller\\Admin\\UserCrudController::createEditForm' => '?',
'App\\Controller\\Admin\\UserCrudController::createEditFormBuilder' => '?',
'App\\Controller\\Admin\\UserCrudController::createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\UserCrudController::createNewForm' => '?',
'App\\Controller\\Admin\\UserCrudController::createNewFormBuilder' => '?',
'App\\Controller\\Admin\\UserCrudController::delete' => '?',
'App\\Controller\\Admin\\UserCrudController::deleteEntity' => '?',
'App\\Controller\\Admin\\UserCrudController::detail' => '?',
'App\\Controller\\Admin\\UserCrudController::edit' => '?',
'App\\Controller\\Admin\\UserCrudController::index' => '?',
'App\\Controller\\Admin\\UserCrudController::new' => '?',
'App\\Controller\\Admin\\UserCrudController::persistEntity' => '?',
'App\\Controller\\Admin\\UserCrudController::renderFilters' => '?',
'App\\Controller\\Admin\\UserCrudController::resetLogin' => '?',
'App\\Controller\\Admin\\UserCrudController::updateEntity' => '?',
'App\\Controller\\Api\\AcquisitionController::setViewHandler' => '?',
'App\\Controller\\Api\\AddressController::index' => '?',
'App\\Controller\\Api\\ElevatorController::setViewHandler' => '?',
'App\\Controller\\Api\\GpioController::index' => '?',
'App\\Controller\\Api\\GpioController::setViewHandler' => '?',
'App\\Controller\\Api\\GpioValueController::getHistoryAction' => '?',
'App\\Controller\\Api\\GpioValueController::index' => '?',
'App\\Controller\\Api\\NeaController::setViewHandler' => '?',
'App\\Controller\\Api\\PumpController::setViewHandler' => '?',
'App\\Controller\\Api\\SensorController::index' => '?',
'App\\Controller\\Api\\SensorController::sendSMS' => '?',
'App\\Controller\\Api\\SensorController::setViewHandler' => '?',
'App\\Controller\\Api\\TicketController::getHistoryAction' => '?',
'App\\Controller\\Api\\TicketController::index' => '?',
'App\\Controller\\Api\\TicketController::setViewHandler' => '?',
'App\\Controller\\Web\\AddressController::delete' => '?',
'App\\Controller\\Web\\AddressController::edit' => '?',
'App\\Controller\\Web\\AddressController::index' => '?',
'App\\Controller\\Web\\AddressController::show' => '?',
'App\\Controller\\Web\\CommentController::create' => '?',
'App\\Controller\\Web\\ElevatorController::activateDeactivateAPI' => '?',
'App\\Controller\\Web\\ElevatorController::dashboardAction' => '?',
'App\\Controller\\Web\\ElevatorController::elevatorDetailAction' => '?',
'App\\Controller\\Web\\ElevatorController::elevatorDetailHistoryAction' => '?',
'App\\Controller\\Web\\ElevatorController::elevatorDetailLiveAction' => '?',
'App\\Controller\\Web\\ElevatorController::elevatorInvertingAction' => '?',
'App\\Controller\\Web\\ElevatorController::elevatorRemoteAction' => '?',
'App\\Controller\\Web\\ElevatorController::elevatorRemoteCommandAction' => '?',
'App\\Controller\\Web\\ElevatorController::elevatorStateHistoryAction' => '?',
'App\\Controller\\Web\\ElevatorController::remoteBatchAction' => '?',
'App\\Controller\\Web\\ElevatorController::setElevatorStateAction' => '?',
'App\\Controller\\Web\\InstallMaintenanceController::checkNeaAction' => '?',
'App\\Controller\\Web\\InstallMaintenanceController::firstInstallChoseAction' => '?',
'App\\Controller\\Web\\InstallMaintenanceController::installElevatorAction' => '?',
'App\\Controller\\Web\\InstallMaintenanceController::installNeaAction' => '?',
'App\\Controller\\Web\\InstallMaintenanceController::logoutQrCodeMenu' => '?',
'App\\Controller\\Web\\InstallMaintenanceController::ticketEdit' => '?',
'App\\Controller\\Web\\InstallMaintenanceSecurityController::login' => '?',
'App\\Controller\\Web\\InstallToolSecurityController::login' => '?',
'App\\Controller\\Web\\ManualInspectionController::installBegehungAction' => '?',
'App\\Controller\\Web\\NeaController::neaDetailAction' => '?',
'App\\Controller\\Web\\NeaController::neaRemoteAction' => '?',
'App\\Controller\\Web\\NeaController::neaRemoteCommandAction' => '?',
'App\\Controller\\Web\\NeaController::setNeaStateAction' => '?',
'App\\Controller\\Web\\PublishController::publish' => '?',
'App\\Controller\\Web\\PublishController::publishComment' => '?',
'App\\Controller\\Web\\PublishController::publishEscalate' => '?',
'App\\Controller\\Web\\PumpController::dashboardAction' => '?',
'App\\Controller\\Web\\PumpController::pumpDetailAction' => '?',
'App\\Controller\\Web\\PumpController::pumpDetailHistoryAction' => '?',
'App\\Controller\\Web\\PumpController::pumpDetailLiveAction' => '?',
'App\\Controller\\Web\\PumpController::pumpRemoteAction' => '?',
'App\\Controller\\Web\\PumpController::pumpRemoteCommandAction' => '?',
'App\\Controller\\Web\\ResetPasswordController::request' => '?',
'App\\Controller\\Web\\ResetPasswordController::reset' => '?',
'App\\Controller\\Web\\SecurityController::login' => '?',
'App\\Controller\\Web\\SensorController::delete' => '?',
'App\\Controller\\Web\\SensorController::edit' => '?',
'App\\Controller\\Web\\SensorController::index' => '?',
'App\\Controller\\Web\\SensorController::setState' => '?',
'App\\Controller\\Web\\SensorController::show' => '?',
'App\\Controller\\Web\\TicketController::applyTransition' => '?',
'App\\Controller\\Web\\TicketController::edit' => '?',
'App\\Controller\\Web\\TicketController::pdfExport' => '?',
'App\\Controller\\Web\\ZuesController::dashboardAction' => '?',
'App\\Controller\\Web\\ZuesController::getDownloadPathOfLastProtocollAction' => '?',
'App\\Controller\\Web\\ZuesController::protocollAction' => '?',
'App\\Controller\\Web\\ZuesController::readFileAction' => '?',
'kernel::loadRoutes' => '?',
'kernel::registerContainerConfiguration' => '?',
'App\\Controller\\Admin\\AddressCrudController:autocomplete' => '?',
'App\\Controller\\Admin\\AddressCrudController:batchDelete' => '?',
'App\\Controller\\Admin\\AddressCrudController:configureActions' => '?',
'App\\Controller\\Admin\\AddressCrudController:configureAssets' => '?',
'App\\Controller\\Admin\\AddressCrudController:configureCrud' => '?',
'App\\Controller\\Admin\\AddressCrudController:configureFilters' => '?',
'App\\Controller\\Admin\\AddressCrudController:configureResponseParameters' => '?',
'App\\Controller\\Admin\\AddressCrudController:createEditForm' => '?',
'App\\Controller\\Admin\\AddressCrudController:createEditFormBuilder' => '?',
'App\\Controller\\Admin\\AddressCrudController:createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\AddressCrudController:createNewForm' => '?',
'App\\Controller\\Admin\\AddressCrudController:createNewFormBuilder' => '?',
'App\\Controller\\Admin\\AddressCrudController:delete' => '?',
'App\\Controller\\Admin\\AddressCrudController:deleteEntity' => '?',
'App\\Controller\\Admin\\AddressCrudController:detail' => '?',
'App\\Controller\\Admin\\AddressCrudController:edit' => '?',
'App\\Controller\\Admin\\AddressCrudController:index' => '?',
'App\\Controller\\Admin\\AddressCrudController:new' => '?',
'App\\Controller\\Admin\\AddressCrudController:persistEntity' => '?',
'App\\Controller\\Admin\\AddressCrudController:renderFilters' => '?',
'App\\Controller\\Admin\\AddressCrudController:updateEntity' => '?',
'App\\Controller\\Admin\\AwmCrudController:autocomplete' => '?',
'App\\Controller\\Admin\\AwmCrudController:batchDelete' => '?',
'App\\Controller\\Admin\\AwmCrudController:configureActions' => '?',
'App\\Controller\\Admin\\AwmCrudController:configureAssets' => '?',
'App\\Controller\\Admin\\AwmCrudController:configureCrud' => '?',
'App\\Controller\\Admin\\AwmCrudController:configureFilters' => '?',
'App\\Controller\\Admin\\AwmCrudController:configureResponseParameters' => '?',
'App\\Controller\\Admin\\AwmCrudController:createEditForm' => '?',
'App\\Controller\\Admin\\AwmCrudController:createEditFormBuilder' => '?',
'App\\Controller\\Admin\\AwmCrudController:createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\AwmCrudController:createNewForm' => '?',
'App\\Controller\\Admin\\AwmCrudController:createNewFormBuilder' => '?',
'App\\Controller\\Admin\\AwmCrudController:delete' => '?',
'App\\Controller\\Admin\\AwmCrudController:deleteEntity' => '?',
'App\\Controller\\Admin\\AwmCrudController:detail' => '?',
'App\\Controller\\Admin\\AwmCrudController:edit' => '?',
'App\\Controller\\Admin\\AwmCrudController:index' => '?',
'App\\Controller\\Admin\\AwmCrudController:new' => '?',
'App\\Controller\\Admin\\AwmCrudController:persistEntity' => '?',
'App\\Controller\\Admin\\AwmCrudController:renderFilters' => '?',
'App\\Controller\\Admin\\AwmCrudController:updateEntity' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController:autocomplete' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController:batchDelete' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController:configureActions' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController:configureAssets' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController:configureCrud' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController:configureFilters' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController:configureResponseParameters' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController:createEditForm' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController:createEditFormBuilder' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController:createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController:createNewForm' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController:createNewFormBuilder' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController:delete' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController:deleteEntity' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController:detail' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController:edit' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController:index' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController:new' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController:persistEntity' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController:renderFilters' => '?',
'App\\Controller\\Admin\\BuchungskreisCrudController:updateEntity' => '?',
'App\\Controller\\Admin\\ClientCrudController:autocomplete' => '?',
'App\\Controller\\Admin\\ClientCrudController:batchDelete' => '?',
'App\\Controller\\Admin\\ClientCrudController:configureActions' => '?',
'App\\Controller\\Admin\\ClientCrudController:configureAssets' => '?',
'App\\Controller\\Admin\\ClientCrudController:configureCrud' => '?',
'App\\Controller\\Admin\\ClientCrudController:configureFilters' => '?',
'App\\Controller\\Admin\\ClientCrudController:configureResponseParameters' => '?',
'App\\Controller\\Admin\\ClientCrudController:createEditForm' => '?',
'App\\Controller\\Admin\\ClientCrudController:createEditFormBuilder' => '?',
'App\\Controller\\Admin\\ClientCrudController:createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\ClientCrudController:createNewForm' => '?',
'App\\Controller\\Admin\\ClientCrudController:createNewFormBuilder' => '?',
'App\\Controller\\Admin\\ClientCrudController:delete' => '?',
'App\\Controller\\Admin\\ClientCrudController:deleteEntity' => '?',
'App\\Controller\\Admin\\ClientCrudController:detail' => '?',
'App\\Controller\\Admin\\ClientCrudController:edit' => '?',
'App\\Controller\\Admin\\ClientCrudController:index' => '?',
'App\\Controller\\Admin\\ClientCrudController:new' => '?',
'App\\Controller\\Admin\\ClientCrudController:persistEntity' => '?',
'App\\Controller\\Admin\\ClientCrudController:renderFilters' => '?',
'App\\Controller\\Admin\\ClientCrudController:updateEntity' => '?',
'App\\Controller\\Admin\\CompanyCrudController:autocomplete' => '?',
'App\\Controller\\Admin\\CompanyCrudController:batchDelete' => '?',
'App\\Controller\\Admin\\CompanyCrudController:configureActions' => '?',
'App\\Controller\\Admin\\CompanyCrudController:configureAssets' => '?',
'App\\Controller\\Admin\\CompanyCrudController:configureCrud' => '?',
'App\\Controller\\Admin\\CompanyCrudController:configureFilters' => '?',
'App\\Controller\\Admin\\CompanyCrudController:configureResponseParameters' => '?',
'App\\Controller\\Admin\\CompanyCrudController:createEditForm' => '?',
'App\\Controller\\Admin\\CompanyCrudController:createEditFormBuilder' => '?',
'App\\Controller\\Admin\\CompanyCrudController:createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\CompanyCrudController:createNewForm' => '?',
'App\\Controller\\Admin\\CompanyCrudController:createNewFormBuilder' => '?',
'App\\Controller\\Admin\\CompanyCrudController:delete' => '?',
'App\\Controller\\Admin\\CompanyCrudController:deleteEntity' => '?',
'App\\Controller\\Admin\\CompanyCrudController:detail' => '?',
'App\\Controller\\Admin\\CompanyCrudController:edit' => '?',
'App\\Controller\\Admin\\CompanyCrudController:index' => '?',
'App\\Controller\\Admin\\CompanyCrudController:new' => '?',
'App\\Controller\\Admin\\CompanyCrudController:persistEntity' => '?',
'App\\Controller\\Admin\\CompanyCrudController:renderFilters' => '?',
'App\\Controller\\Admin\\CompanyCrudController:updateEntity' => '?',
'App\\Controller\\Admin\\ContactCrudController:autocomplete' => '?',
'App\\Controller\\Admin\\ContactCrudController:batchDelete' => '?',
'App\\Controller\\Admin\\ContactCrudController:configureActions' => '?',
'App\\Controller\\Admin\\ContactCrudController:configureAssets' => '?',
'App\\Controller\\Admin\\ContactCrudController:configureCrud' => '?',
'App\\Controller\\Admin\\ContactCrudController:configureFilters' => '?',
'App\\Controller\\Admin\\ContactCrudController:configureResponseParameters' => '?',
'App\\Controller\\Admin\\ContactCrudController:createEditForm' => '?',
'App\\Controller\\Admin\\ContactCrudController:createEditFormBuilder' => '?',
'App\\Controller\\Admin\\ContactCrudController:createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\ContactCrudController:createNewForm' => '?',
'App\\Controller\\Admin\\ContactCrudController:createNewFormBuilder' => '?',
'App\\Controller\\Admin\\ContactCrudController:delete' => '?',
'App\\Controller\\Admin\\ContactCrudController:deleteEntity' => '?',
'App\\Controller\\Admin\\ContactCrudController:detail' => '?',
'App\\Controller\\Admin\\ContactCrudController:edit' => '?',
'App\\Controller\\Admin\\ContactCrudController:index' => '?',
'App\\Controller\\Admin\\ContactCrudController:new' => '?',
'App\\Controller\\Admin\\ContactCrudController:persistEntity' => '?',
'App\\Controller\\Admin\\ContactCrudController:renderFilters' => '?',
'App\\Controller\\Admin\\ContactCrudController:updateEntity' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController:autocomplete' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController:batchDelete' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController:configureActions' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController:configureAssets' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController:configureCrud' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController:configureFilters' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController:configureResponseParameters' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController:createEditForm' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController:createEditFormBuilder' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController:createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController:createNewForm' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController:createNewFormBuilder' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController:delete' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController:deleteEntity' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController:detail' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController:edit' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController:index' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController:new' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController:persistEntity' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController:renderFilters' => '?',
'App\\Controller\\Admin\\ControlManufacturerCrudController:updateEntity' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController:autocomplete' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController:batchDelete' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController:configureActions' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController:configureAssets' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController:configureCrud' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController:configureFilters' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController:configureResponseParameters' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController:createEditForm' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController:createEditFormBuilder' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController:createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController:createNewForm' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController:createNewFormBuilder' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController:delete' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController:deleteEntity' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController:detail' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController:edit' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController:index' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController:new' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController:persistEntity' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController:renderFilters' => '?',
'App\\Controller\\Admin\\ControlTypeCrudController:updateEntity' => '?',
'App\\Controller\\Admin\\DashboardController:configureUserMenu' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController:autocomplete' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController:batchDelete' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController:configureActions' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController:configureAssets' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController:configureCrud' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController:configureFilters' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController:configureResponseParameters' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController:createEditForm' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController:createEditFormBuilder' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController:createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController:createNewForm' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController:createNewFormBuilder' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController:delete' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController:deleteEntity' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController:detail' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController:edit' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController:index' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController:new' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController:persistEntity' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController:renderFilters' => '?',
'App\\Controller\\Admin\\DocumentCategoryCrudController:updateEntity' => '?',
'App\\Controller\\Admin\\DocumentCrudController:autocomplete' => '?',
'App\\Controller\\Admin\\DocumentCrudController:batchDelete' => '?',
'App\\Controller\\Admin\\DocumentCrudController:configureActions' => '?',
'App\\Controller\\Admin\\DocumentCrudController:configureAssets' => '?',
'App\\Controller\\Admin\\DocumentCrudController:configureCrud' => '?',
'App\\Controller\\Admin\\DocumentCrudController:configureFilters' => '?',
'App\\Controller\\Admin\\DocumentCrudController:configureResponseParameters' => '?',
'App\\Controller\\Admin\\DocumentCrudController:createEditForm' => '?',
'App\\Controller\\Admin\\DocumentCrudController:createEditFormBuilder' => '?',
'App\\Controller\\Admin\\DocumentCrudController:createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\DocumentCrudController:createNewForm' => '?',
'App\\Controller\\Admin\\DocumentCrudController:createNewFormBuilder' => '?',
'App\\Controller\\Admin\\DocumentCrudController:delete' => '?',
'App\\Controller\\Admin\\DocumentCrudController:deleteEntity' => '?',
'App\\Controller\\Admin\\DocumentCrudController:detail' => '?',
'App\\Controller\\Admin\\DocumentCrudController:edit' => '?',
'App\\Controller\\Admin\\DocumentCrudController:index' => '?',
'App\\Controller\\Admin\\DocumentCrudController:new' => '?',
'App\\Controller\\Admin\\DocumentCrudController:persistEntity' => '?',
'App\\Controller\\Admin\\DocumentCrudController:renderFilters' => '?',
'App\\Controller\\Admin\\DocumentCrudController:updateEntity' => '?',
'App\\Controller\\Admin\\ElevatorCrudController:autocomplete' => '?',
'App\\Controller\\Admin\\ElevatorCrudController:batchDelete' => '?',
'App\\Controller\\Admin\\ElevatorCrudController:configureActions' => '?',
'App\\Controller\\Admin\\ElevatorCrudController:configureAssets' => '?',
'App\\Controller\\Admin\\ElevatorCrudController:configureCrud' => '?',
'App\\Controller\\Admin\\ElevatorCrudController:configureFilters' => '?',
'App\\Controller\\Admin\\ElevatorCrudController:configureResponseParameters' => '?',
'App\\Controller\\Admin\\ElevatorCrudController:createEditForm' => '?',
'App\\Controller\\Admin\\ElevatorCrudController:createEditFormBuilder' => '?',
'App\\Controller\\Admin\\ElevatorCrudController:createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\ElevatorCrudController:createNewForm' => '?',
'App\\Controller\\Admin\\ElevatorCrudController:createNewFormBuilder' => '?',
'App\\Controller\\Admin\\ElevatorCrudController:delete' => '?',
'App\\Controller\\Admin\\ElevatorCrudController:deleteEntity' => '?',
'App\\Controller\\Admin\\ElevatorCrudController:detail' => '?',
'App\\Controller\\Admin\\ElevatorCrudController:edit' => '?',
'App\\Controller\\Admin\\ElevatorCrudController:index' => '?',
'App\\Controller\\Admin\\ElevatorCrudController:new' => '?',
'App\\Controller\\Admin\\ElevatorCrudController:persistEntity' => '?',
'App\\Controller\\Admin\\ElevatorCrudController:renderFilters' => '?',
'App\\Controller\\Admin\\ElevatorCrudController:updateCompany' => '?',
'App\\Controller\\Admin\\ElevatorCrudController:updateEntity' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController:autocomplete' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController:batchDelete' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController:configureActions' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController:configureAssets' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController:configureCrud' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController:configureFilters' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController:configureResponseParameters' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController:createEditForm' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController:createEditFormBuilder' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController:createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController:createNewForm' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController:createNewFormBuilder' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController:delete' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController:deleteEntity' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController:detail' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController:edit' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController:index' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController:new' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController:persistEntity' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController:renderFilters' => '?',
'App\\Controller\\Admin\\EmailTemplateCrudController:updateEntity' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController:autocomplete' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController:batchDelete' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController:configureActions' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController:configureAssets' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController:configureCrud' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController:configureFilters' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController:configureResponseParameters' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController:createEditForm' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController:createEditFormBuilder' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController:createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController:createNewForm' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController:createNewFormBuilder' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController:delete' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController:deleteEntity' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController:detail' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController:edit' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController:index' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController:new' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController:persistEntity' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController:renderFilters' => '?',
'App\\Controller\\Admin\\EngineManufacturerCrudController:updateEntity' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController:autocomplete' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController:batchDelete' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController:configureActions' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController:configureAssets' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController:configureCrud' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController:configureFilters' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController:configureResponseParameters' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController:createEditForm' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController:createEditFormBuilder' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController:createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController:createNewForm' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController:createNewFormBuilder' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController:delete' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController:deleteEntity' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController:detail' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController:edit' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController:index' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController:new' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController:persistEntity' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController:renderFilters' => '?',
'App\\Controller\\Admin\\EngineTypeCrudController:updateEntity' => '?',
'App\\Controller\\Admin\\GpioCrudController:autocomplete' => '?',
'App\\Controller\\Admin\\GpioCrudController:batchDelete' => '?',
'App\\Controller\\Admin\\GpioCrudController:configureActions' => '?',
'App\\Controller\\Admin\\GpioCrudController:configureAssets' => '?',
'App\\Controller\\Admin\\GpioCrudController:configureCrud' => '?',
'App\\Controller\\Admin\\GpioCrudController:configureFilters' => '?',
'App\\Controller\\Admin\\GpioCrudController:configureResponseParameters' => '?',
'App\\Controller\\Admin\\GpioCrudController:createEditForm' => '?',
'App\\Controller\\Admin\\GpioCrudController:createEditFormBuilder' => '?',
'App\\Controller\\Admin\\GpioCrudController:createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\GpioCrudController:createNewForm' => '?',
'App\\Controller\\Admin\\GpioCrudController:createNewFormBuilder' => '?',
'App\\Controller\\Admin\\GpioCrudController:delete' => '?',
'App\\Controller\\Admin\\GpioCrudController:deleteEntity' => '?',
'App\\Controller\\Admin\\GpioCrudController:detail' => '?',
'App\\Controller\\Admin\\GpioCrudController:edit' => '?',
'App\\Controller\\Admin\\GpioCrudController:index' => '?',
'App\\Controller\\Admin\\GpioCrudController:new' => '?',
'App\\Controller\\Admin\\GpioCrudController:persistEntity' => '?',
'App\\Controller\\Admin\\GpioCrudController:renderFilters' => '?',
'App\\Controller\\Admin\\GpioCrudController:updateEntity' => '?',
'App\\Controller\\Admin\\GpioValueCrudController:autocomplete' => '?',
'App\\Controller\\Admin\\GpioValueCrudController:batchDelete' => '?',
'App\\Controller\\Admin\\GpioValueCrudController:configureActions' => '?',
'App\\Controller\\Admin\\GpioValueCrudController:configureAssets' => '?',
'App\\Controller\\Admin\\GpioValueCrudController:configureCrud' => '?',
'App\\Controller\\Admin\\GpioValueCrudController:configureFilters' => '?',
'App\\Controller\\Admin\\GpioValueCrudController:configureResponseParameters' => '?',
'App\\Controller\\Admin\\GpioValueCrudController:createEditForm' => '?',
'App\\Controller\\Admin\\GpioValueCrudController:createEditFormBuilder' => '?',
'App\\Controller\\Admin\\GpioValueCrudController:createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\GpioValueCrudController:createNewForm' => '?',
'App\\Controller\\Admin\\GpioValueCrudController:createNewFormBuilder' => '?',
'App\\Controller\\Admin\\GpioValueCrudController:delete' => '?',
'App\\Controller\\Admin\\GpioValueCrudController:deleteEntity' => '?',
'App\\Controller\\Admin\\GpioValueCrudController:detail' => '?',
'App\\Controller\\Admin\\GpioValueCrudController:edit' => '?',
'App\\Controller\\Admin\\GpioValueCrudController:index' => '?',
'App\\Controller\\Admin\\GpioValueCrudController:new' => '?',
'App\\Controller\\Admin\\GpioValueCrudController:persistEntity' => '?',
'App\\Controller\\Admin\\GpioValueCrudController:renderFilters' => '?',
'App\\Controller\\Admin\\GpioValueCrudController:updateEntity' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController:autocomplete' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController:batchDelete' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController:configureActions' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController:configureAssets' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController:configureCrud' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController:configureFilters' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController:configureResponseParameters' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController:createEditForm' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController:createEditFormBuilder' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController:createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController:createNewForm' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController:createNewFormBuilder' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController:delete' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController:deleteEntity' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController:detail' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController:edit' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController:index' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController:new' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController:persistEntity' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController:renderFilters' => '?',
'App\\Controller\\Admin\\InstallElevatorCrudController:updateEntity' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController:autocomplete' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController:batchDelete' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController:configureActions' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController:configureAssets' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController:configureCrud' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController:configureFilters' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController:configureResponseParameters' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController:createEditForm' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController:createEditFormBuilder' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController:createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController:createNewForm' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController:createNewFormBuilder' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController:delete' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController:deleteEntity' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController:detail' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController:edit' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController:index' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController:new' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController:persistEntity' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController:renderFilters' => '?',
'App\\Controller\\Admin\\Manufacturer2CrudController:updateEntity' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController:autocomplete' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController:batchDelete' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController:configureActions' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController:configureAssets' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController:configureCrud' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController:configureFilters' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController:configureResponseParameters' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController:createEditForm' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController:createEditFormBuilder' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController:createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController:createNewForm' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController:createNewFormBuilder' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController:delete' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController:deleteEntity' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController:detail' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController:edit' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController:index' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController:new' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController:persistEntity' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController:renderFilters' => '?',
'App\\Controller\\Admin\\ManufacturerCrudController:updateEntity' => '?',
'App\\Controller\\Admin\\NeaCrudController:autocomplete' => '?',
'App\\Controller\\Admin\\NeaCrudController:batchDelete' => '?',
'App\\Controller\\Admin\\NeaCrudController:configureActions' => '?',
'App\\Controller\\Admin\\NeaCrudController:configureAssets' => '?',
'App\\Controller\\Admin\\NeaCrudController:configureCrud' => '?',
'App\\Controller\\Admin\\NeaCrudController:configureFilters' => '?',
'App\\Controller\\Admin\\NeaCrudController:configureResponseParameters' => '?',
'App\\Controller\\Admin\\NeaCrudController:createEditForm' => '?',
'App\\Controller\\Admin\\NeaCrudController:createEditFormBuilder' => '?',
'App\\Controller\\Admin\\NeaCrudController:createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\NeaCrudController:createNewForm' => '?',
'App\\Controller\\Admin\\NeaCrudController:createNewFormBuilder' => '?',
'App\\Controller\\Admin\\NeaCrudController:delete' => '?',
'App\\Controller\\Admin\\NeaCrudController:deleteEntity' => '?',
'App\\Controller\\Admin\\NeaCrudController:detail' => '?',
'App\\Controller\\Admin\\NeaCrudController:edit' => '?',
'App\\Controller\\Admin\\NeaCrudController:index' => '?',
'App\\Controller\\Admin\\NeaCrudController:new' => '?',
'App\\Controller\\Admin\\NeaCrudController:persistEntity' => '?',
'App\\Controller\\Admin\\NeaCrudController:renderFilters' => '?',
'App\\Controller\\Admin\\NeaCrudController:updateEntity' => '?',
'App\\Controller\\Admin\\PumpCrudController:autocomplete' => '?',
'App\\Controller\\Admin\\PumpCrudController:batchDelete' => '?',
'App\\Controller\\Admin\\PumpCrudController:configureActions' => '?',
'App\\Controller\\Admin\\PumpCrudController:configureAssets' => '?',
'App\\Controller\\Admin\\PumpCrudController:configureCrud' => '?',
'App\\Controller\\Admin\\PumpCrudController:configureFilters' => '?',
'App\\Controller\\Admin\\PumpCrudController:configureResponseParameters' => '?',
'App\\Controller\\Admin\\PumpCrudController:createEditForm' => '?',
'App\\Controller\\Admin\\PumpCrudController:createEditFormBuilder' => '?',
'App\\Controller\\Admin\\PumpCrudController:createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\PumpCrudController:createNewForm' => '?',
'App\\Controller\\Admin\\PumpCrudController:createNewFormBuilder' => '?',
'App\\Controller\\Admin\\PumpCrudController:delete' => '?',
'App\\Controller\\Admin\\PumpCrudController:deleteEntity' => '?',
'App\\Controller\\Admin\\PumpCrudController:detail' => '?',
'App\\Controller\\Admin\\PumpCrudController:edit' => '?',
'App\\Controller\\Admin\\PumpCrudController:index' => '?',
'App\\Controller\\Admin\\PumpCrudController:new' => '?',
'App\\Controller\\Admin\\PumpCrudController:persistEntity' => '?',
'App\\Controller\\Admin\\PumpCrudController:renderFilters' => '?',
'App\\Controller\\Admin\\PumpCrudController:updateEntity' => '?',
'App\\Controller\\Admin\\SensorCrudController:autocomplete' => '?',
'App\\Controller\\Admin\\SensorCrudController:batchDelete' => '?',
'App\\Controller\\Admin\\SensorCrudController:configureActions' => '?',
'App\\Controller\\Admin\\SensorCrudController:configureAssets' => '?',
'App\\Controller\\Admin\\SensorCrudController:configureCrud' => '?',
'App\\Controller\\Admin\\SensorCrudController:configureFilters' => '?',
'App\\Controller\\Admin\\SensorCrudController:configureResponseParameters' => '?',
'App\\Controller\\Admin\\SensorCrudController:createEditForm' => '?',
'App\\Controller\\Admin\\SensorCrudController:createEditFormBuilder' => '?',
'App\\Controller\\Admin\\SensorCrudController:createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\SensorCrudController:createNewForm' => '?',
'App\\Controller\\Admin\\SensorCrudController:createNewFormBuilder' => '?',
'App\\Controller\\Admin\\SensorCrudController:delete' => '?',
'App\\Controller\\Admin\\SensorCrudController:deleteEntity' => '?',
'App\\Controller\\Admin\\SensorCrudController:detail' => '?',
'App\\Controller\\Admin\\SensorCrudController:edit' => '?',
'App\\Controller\\Admin\\SensorCrudController:index' => '?',
'App\\Controller\\Admin\\SensorCrudController:new' => '?',
'App\\Controller\\Admin\\SensorCrudController:persistEntity' => '?',
'App\\Controller\\Admin\\SensorCrudController:renderFilters' => '?',
'App\\Controller\\Admin\\SensorCrudController:updateEntity' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController:autocomplete' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController:batchDelete' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController:configureActions' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController:configureAssets' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController:configureCrud' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController:configureFilters' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController:configureResponseParameters' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController:createEditForm' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController:createEditFormBuilder' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController:createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController:createNewForm' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController:createNewFormBuilder' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController:delete' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController:deleteEntity' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController:detail' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController:edit' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController:index' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController:new' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController:persistEntity' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController:renderFilters' => '?',
'App\\Controller\\Admin\\SteeringEngineCrudController:updateEntity' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController:autocomplete' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController:batchDelete' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController:configureActions' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController:configureAssets' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController:configureCrud' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController:configureFilters' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController:configureResponseParameters' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController:createEditForm' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController:createEditFormBuilder' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController:createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController:createNewForm' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController:createNewFormBuilder' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController:delete' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController:deleteEntity' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController:detail' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController:edit' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController:index' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController:new' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController:persistEntity' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController:renderFilters' => '?',
'App\\Controller\\Admin\\SteeringManufacturerCrudController:updateEntity' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController:autocomplete' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController:batchDelete' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController:configureActions' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController:configureAssets' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController:configureCrud' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController:configureFilters' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController:configureResponseParameters' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController:createEditForm' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController:createEditFormBuilder' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController:createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController:createNewForm' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController:createNewFormBuilder' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController:delete' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController:deleteEntity' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController:detail' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController:edit' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController:index' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController:new' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController:persistEntity' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController:renderFilters' => '?',
'App\\Controller\\Admin\\SteeringRegulationCrudController:updateEntity' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController:autocomplete' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController:batchDelete' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController:configureActions' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController:configureAssets' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController:configureCrud' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController:configureFilters' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController:configureResponseParameters' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController:createEditForm' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController:createEditFormBuilder' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController:createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController:createNewForm' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController:createNewFormBuilder' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController:delete' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController:deleteEntity' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController:detail' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController:edit' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController:index' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController:new' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController:persistEntity' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController:renderFilters' => '?',
'App\\Controller\\Admin\\SteeringTypeCrudController:updateEntity' => '?',
'App\\Controller\\Admin\\TicketCrudController:autocomplete' => '?',
'App\\Controller\\Admin\\TicketCrudController:batchDelete' => '?',
'App\\Controller\\Admin\\TicketCrudController:configureActions' => '?',
'App\\Controller\\Admin\\TicketCrudController:configureAssets' => '?',
'App\\Controller\\Admin\\TicketCrudController:configureCrud' => '?',
'App\\Controller\\Admin\\TicketCrudController:configureFilters' => '?',
'App\\Controller\\Admin\\TicketCrudController:configureResponseParameters' => '?',
'App\\Controller\\Admin\\TicketCrudController:createEditForm' => '?',
'App\\Controller\\Admin\\TicketCrudController:createEditFormBuilder' => '?',
'App\\Controller\\Admin\\TicketCrudController:createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\TicketCrudController:createNewForm' => '?',
'App\\Controller\\Admin\\TicketCrudController:createNewFormBuilder' => '?',
'App\\Controller\\Admin\\TicketCrudController:delete' => '?',
'App\\Controller\\Admin\\TicketCrudController:deleteEntity' => '?',
'App\\Controller\\Admin\\TicketCrudController:detail' => '?',
'App\\Controller\\Admin\\TicketCrudController:edit' => '?',
'App\\Controller\\Admin\\TicketCrudController:index' => '?',
'App\\Controller\\Admin\\TicketCrudController:new' => '?',
'App\\Controller\\Admin\\TicketCrudController:persistEntity' => '?',
'App\\Controller\\Admin\\TicketCrudController:renderFilters' => '?',
'App\\Controller\\Admin\\TicketCrudController:updateEntity' => '?',
'App\\Controller\\Admin\\TradeCrudController:autocomplete' => '?',
'App\\Controller\\Admin\\TradeCrudController:batchDelete' => '?',
'App\\Controller\\Admin\\TradeCrudController:configureActions' => '?',
'App\\Controller\\Admin\\TradeCrudController:configureAssets' => '?',
'App\\Controller\\Admin\\TradeCrudController:configureCrud' => '?',
'App\\Controller\\Admin\\TradeCrudController:configureFilters' => '?',
'App\\Controller\\Admin\\TradeCrudController:configureResponseParameters' => '?',
'App\\Controller\\Admin\\TradeCrudController:createEditForm' => '?',
'App\\Controller\\Admin\\TradeCrudController:createEditFormBuilder' => '?',
'App\\Controller\\Admin\\TradeCrudController:createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\TradeCrudController:createNewForm' => '?',
'App\\Controller\\Admin\\TradeCrudController:createNewFormBuilder' => '?',
'App\\Controller\\Admin\\TradeCrudController:delete' => '?',
'App\\Controller\\Admin\\TradeCrudController:deleteEntity' => '?',
'App\\Controller\\Admin\\TradeCrudController:detail' => '?',
'App\\Controller\\Admin\\TradeCrudController:edit' => '?',
'App\\Controller\\Admin\\TradeCrudController:index' => '?',
'App\\Controller\\Admin\\TradeCrudController:new' => '?',
'App\\Controller\\Admin\\TradeCrudController:persistEntity' => '?',
'App\\Controller\\Admin\\TradeCrudController:renderFilters' => '?',
'App\\Controller\\Admin\\TradeCrudController:updateEntity' => '?',
'App\\Controller\\Admin\\UserCrudController:autocomplete' => '?',
'App\\Controller\\Admin\\UserCrudController:batchDelete' => '?',
'App\\Controller\\Admin\\UserCrudController:configureActions' => '?',
'App\\Controller\\Admin\\UserCrudController:configureAssets' => '?',
'App\\Controller\\Admin\\UserCrudController:configureCrud' => '?',
'App\\Controller\\Admin\\UserCrudController:configureFilters' => '?',
'App\\Controller\\Admin\\UserCrudController:configureResponseParameters' => '?',
'App\\Controller\\Admin\\UserCrudController:createEditForm' => '?',
'App\\Controller\\Admin\\UserCrudController:createEditFormBuilder' => '?',
'App\\Controller\\Admin\\UserCrudController:createIndexQueryBuilder' => '?',
'App\\Controller\\Admin\\UserCrudController:createNewForm' => '?',
'App\\Controller\\Admin\\UserCrudController:createNewFormBuilder' => '?',
'App\\Controller\\Admin\\UserCrudController:delete' => '?',
'App\\Controller\\Admin\\UserCrudController:deleteEntity' => '?',
'App\\Controller\\Admin\\UserCrudController:detail' => '?',
'App\\Controller\\Admin\\UserCrudController:edit' => '?',
'App\\Controller\\Admin\\UserCrudController:index' => '?',
'App\\Controller\\Admin\\UserCrudController:new' => '?',
'App\\Controller\\Admin\\UserCrudController:persistEntity' => '?',
'App\\Controller\\Admin\\UserCrudController:renderFilters' => '?',
'App\\Controller\\Admin\\UserCrudController:resetLogin' => '?',
'App\\Controller\\Admin\\UserCrudController:updateEntity' => '?',
'App\\Controller\\Api\\AcquisitionController:setViewHandler' => '?',
'App\\Controller\\Api\\AddressController:index' => '?',
'App\\Controller\\Api\\ElevatorController:setViewHandler' => '?',
'App\\Controller\\Api\\GpioController:index' => '?',
'App\\Controller\\Api\\GpioController:setViewHandler' => '?',
'App\\Controller\\Api\\GpioValueController:getHistoryAction' => '?',
'App\\Controller\\Api\\GpioValueController:index' => '?',
'App\\Controller\\Api\\NeaController:setViewHandler' => '?',
'App\\Controller\\Api\\PumpController:setViewHandler' => '?',
'App\\Controller\\Api\\SensorController:index' => '?',
'App\\Controller\\Api\\SensorController:sendSMS' => '?',
'App\\Controller\\Api\\SensorController:setViewHandler' => '?',
'App\\Controller\\Api\\TicketController:getHistoryAction' => '?',
'App\\Controller\\Api\\TicketController:index' => '?',
'App\\Controller\\Api\\TicketController:setViewHandler' => '?',
'App\\Controller\\Web\\AddressController:delete' => '?',
'App\\Controller\\Web\\AddressController:edit' => '?',
'App\\Controller\\Web\\AddressController:index' => '?',
'App\\Controller\\Web\\AddressController:show' => '?',
'App\\Controller\\Web\\CommentController:create' => '?',
'App\\Controller\\Web\\ElevatorController:activateDeactivateAPI' => '?',
'App\\Controller\\Web\\ElevatorController:dashboardAction' => '?',
'App\\Controller\\Web\\ElevatorController:elevatorDetailAction' => '?',
'App\\Controller\\Web\\ElevatorController:elevatorDetailHistoryAction' => '?',
'App\\Controller\\Web\\ElevatorController:elevatorDetailLiveAction' => '?',
'App\\Controller\\Web\\ElevatorController:elevatorInvertingAction' => '?',
'App\\Controller\\Web\\ElevatorController:elevatorRemoteAction' => '?',
'App\\Controller\\Web\\ElevatorController:elevatorRemoteCommandAction' => '?',
'App\\Controller\\Web\\ElevatorController:elevatorStateHistoryAction' => '?',
'App\\Controller\\Web\\ElevatorController:remoteBatchAction' => '?',
'App\\Controller\\Web\\ElevatorController:setElevatorStateAction' => '?',
'App\\Controller\\Web\\InstallMaintenanceController:checkNeaAction' => '?',
'App\\Controller\\Web\\InstallMaintenanceController:firstInstallChoseAction' => '?',
'App\\Controller\\Web\\InstallMaintenanceController:installElevatorAction' => '?',
'App\\Controller\\Web\\InstallMaintenanceController:installNeaAction' => '?',
'App\\Controller\\Web\\InstallMaintenanceController:logoutQrCodeMenu' => '?',
'App\\Controller\\Web\\InstallMaintenanceController:ticketEdit' => '?',
'App\\Controller\\Web\\InstallMaintenanceSecurityController:login' => '?',
'App\\Controller\\Web\\InstallToolSecurityController:login' => '?',
'App\\Controller\\Web\\ManualInspectionController:installBegehungAction' => '?',
'App\\Controller\\Web\\NeaController:neaDetailAction' => '?',
'App\\Controller\\Web\\NeaController:neaRemoteAction' => '?',
'App\\Controller\\Web\\NeaController:neaRemoteCommandAction' => '?',
'App\\Controller\\Web\\NeaController:setNeaStateAction' => '?',
'App\\Controller\\Web\\PublishController:publish' => '?',
'App\\Controller\\Web\\PublishController:publishComment' => '?',
'App\\Controller\\Web\\PublishController:publishEscalate' => '?',
'App\\Controller\\Web\\PumpController:dashboardAction' => '?',
'App\\Controller\\Web\\PumpController:pumpDetailAction' => '?',
'App\\Controller\\Web\\PumpController:pumpDetailHistoryAction' => '?',
'App\\Controller\\Web\\PumpController:pumpDetailLiveAction' => '?',
'App\\Controller\\Web\\PumpController:pumpRemoteAction' => '?',
'App\\Controller\\Web\\PumpController:pumpRemoteCommandAction' => '?',
'App\\Controller\\Web\\ResetPasswordController:request' => '?',
'App\\Controller\\Web\\ResetPasswordController:reset' => '?',
'App\\Controller\\Web\\SecurityController:login' => '?',
'App\\Controller\\Web\\SensorController:delete' => '?',
'App\\Controller\\Web\\SensorController:edit' => '?',
'App\\Controller\\Web\\SensorController:index' => '?',
'App\\Controller\\Web\\SensorController:setState' => '?',
'App\\Controller\\Web\\SensorController:show' => '?',
'App\\Controller\\Web\\TicketController:applyTransition' => '?',
'App\\Controller\\Web\\TicketController:edit' => '?',
'App\\Controller\\Web\\TicketController:pdfExport' => '?',
'App\\Controller\\Web\\ZuesController:dashboardAction' => '?',
'App\\Controller\\Web\\ZuesController:getDownloadPathOfLastProtocollAction' => '?',
'App\\Controller\\Web\\ZuesController:protocollAction' => '?',
'App\\Controller\\Web\\ZuesController:readFileAction' => '?',
'kernel:loadRoutes' => '?',
'kernel:registerContainerConfiguration' => '?',
]);
}
/**
* Gets the private '.service_locator.26_D7EI' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_26D7EIService()
{
return $this->privates['.service_locator.26_D7EI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'pump' => ['privates', '.errored..service_locator.26_D7EI.App\\Entity\\Pump', NULL, 'Cannot autowire service ".service_locator.26_D7EI": it references class "App\\Entity\\Pump" but no such service exists.'],
], [
'pump' => 'App\\Entity\\Pump',
]);
}
/**
* Gets the private '.service_locator.2dc0eaX' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_2dc0eaXService()
{
return $this->privates['.service_locator.2dc0eaX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'responseParameters' => ['privates', '.errored..service_locator.2dc0eaX.EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore', NULL, 'Cannot autowire service ".service_locator.2dc0eaX": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore" but no such service exists.'],
], [
'responseParameters' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore',
]);
}
/**
* Gets the private '.service_locator.3on9uHL' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_3on9uHLService()
{
return $this->privates['.service_locator.3on9uHL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityDto' => ['privates', '.errored..service_locator.3on9uHL.EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto', NULL, 'Cannot autowire service ".service_locator.3on9uHL": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto" but no such service exists.'],
'fields' => ['privates', '.errored..service_locator.3on9uHL.EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FieldCollection', NULL, 'Cannot autowire service ".service_locator.3on9uHL": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FieldCollection" but no such service exists.'],
'filters' => ['privates', '.errored..service_locator.3on9uHL.EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FilterCollection', NULL, 'Cannot autowire service ".service_locator.3on9uHL": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FilterCollection" but no such service exists.'],
'searchDto' => ['privates', '.errored..service_locator.3on9uHL.EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\SearchDto', NULL, 'Cannot autowire service ".service_locator.3on9uHL": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\SearchDto" but no such service exists.'],
], [
'entityDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto',
'fields' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FieldCollection',
'filters' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FilterCollection',
'searchDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\SearchDto',
]);
}
/**
* Gets the private '.service_locator.4C0Bh8j' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_4C0Bh8jService()
{
return $this->privates['.service_locator.4C0Bh8j'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'crud' => ['privates', '.errored..service_locator.4C0Bh8j.EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Crud', NULL, 'Cannot autowire service ".service_locator.4C0Bh8j": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Crud" but no such service exists.'],
], [
'crud' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Crud',
]);
}
/**
* Gets the private '.service_locator.5miB8_X' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_5miB8XService()
{
return $this->privates['.service_locator.5miB8_X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'em' => '?',
]);
}
/**
* Gets the private '.service_locator.6EuBADo' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_6EuBADoService()
{
return $this->privates['.service_locator.6EuBADo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'elv' => ['privates', '.errored..service_locator.6EuBADo.App\\Entity\\Elevator', NULL, 'Cannot autowire service ".service_locator.6EuBADo": it references class "App\\Entity\\Elevator" but no such service exists.'],
], [
'elv' => 'App\\Entity\\Elevator',
]);
}
/**
* Gets the private '.service_locator.8BA2_.x' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_8BA2_XService()
{
return $this->privates['.service_locator.8BA2_.x'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'nea' => ['privates', '.errored..service_locator.8BA2_.x.App\\Entity\\Nea', NULL, 'Cannot autowire service ".service_locator.8BA2_.x": it references class "App\\Entity\\Nea" but no such service exists.'],
], [
'nea' => 'App\\Entity\\Nea',
]);
}
/**
* Gets the private '.service_locator.9NPWjJJ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_9NPWjJJService()
{
return $this->privates['.service_locator.9NPWjJJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'tokenStorage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
], [
'tokenStorage' => '?',
]);
}
/**
* Gets the private '.service_locator.9U6Mir4' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_9U6Mir4Service()
{
return $this->privates['.service_locator.9U6Mir4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'elv' => ['privates', '.errored..service_locator.9U6Mir4.App\\Entity\\Elevator', NULL, 'Cannot autowire service ".service_locator.9U6Mir4": it references class "App\\Entity\\Elevator" but no such service exists.'],
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
], [
'elv' => 'App\\Entity\\Elevator',
'logger' => '?',
]);
}
/**
* Gets the private '.service_locator.B7ipCH6' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_B7ipCH6Service()
{
return $this->privates['.service_locator.B7ipCH6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.api_external' => ['privates', 'security.firewall.map.context.api_external', 'getSecurity_Firewall_Map_Context_ApiExternalService', false],
'security.firewall.map.context.api_leg' => ['privates', 'security.firewall.map.context.api_leg', 'getSecurity_Firewall_Map_Context_ApiLegService', false],
'security.firewall.map.context.default' => ['privates', 'security.firewall.map.context.default', 'getSecurity_Firewall_Map_Context_DefaultService', false],
'security.firewall.map.context.qrcode' => ['privates', 'security.firewall.map.context.qrcode', 'getSecurity_Firewall_Map_Context_QrcodeService', false],
], [
'security.firewall.map.context.api_external' => '?',
'security.firewall.map.context.api_leg' => '?',
'security.firewall.map.context.default' => '?',
'security.firewall.map.context.qrcode' => '?',
]);
}
/**
* Gets the private '.service_locator.CKlWSja' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CKlWSjaService()
{
return $this->privates['.service_locator.CKlWSja'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'actions' => ['privates', '.errored..service_locator.CKlWSja.EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Actions', NULL, 'Cannot autowire service ".service_locator.CKlWSja": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Actions" but no such service exists.'],
], [
'actions' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Actions',
]);
}
/**
* Gets the private '.service_locator.ChC1cAk' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ChC1cAkService()
{
return $this->privates['.service_locator.ChC1cAk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'tga' => ['privates', '.errored..service_locator.ChC1cAk.App\\Entity\\Nea', NULL, 'Cannot autowire service ".service_locator.ChC1cAk": it references class "App\\Entity\\Nea" but no such service exists.'],
], [
'tga' => 'App\\Entity\\Nea',
]);
}
/**
* Gets the private '.service_locator.D4nGOut' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_D4nGOutService()
{
return $this->privates['.service_locator.D4nGOut'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mailer' => ['privates', 'mailer.mailer', 'getMailer_MailerService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'mailer' => '?',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.E2gJeg.' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_E2gJeg_Service()
{
return $this->privates['.service_locator.E2gJeg.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authUtils' => ['privates', 'security.authentication_utils', 'getSecurity_AuthenticationUtilsService', false],
'encoder' => ['services', '.container.private.security.password_encoder', 'get_Container_Private_Security_PasswordEncoderService', false],
], [
'authUtils' => '?',
'encoder' => '?',
]);
}
/**
* Gets the private '.service_locator.E8hhcR3' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_E8hhcR3Service()
{
return $this->privates['.service_locator.E8hhcR3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authUtils' => ['privates', 'security.authentication_utils', 'getSecurity_AuthenticationUtilsService', false],
], [
'authUtils' => '?',
]);
}
/**
* Gets the private '.service_locator.EIhjiHH' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_EIhjiHHService()
{
return $this->privates['.service_locator.EIhjiHH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'pump' => ['privates', '.errored..service_locator.EIhjiHH.App\\Entity\\Pump', NULL, 'Cannot autowire service ".service_locator.EIhjiHH": it references class "App\\Entity\\Pump" but no such service exists.'],
], [
'logger' => '?',
'pump' => 'App\\Entity\\Pump',
]);
}
/**
* Gets the private '.service_locator.EixxcDe' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_EixxcDeService()
{
return $this->privates['.service_locator.EixxcDe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'flow' => ['privates', 'App\\Form\\Flow\\InstallFlow', 'getInstallFlowService', false],
], [
'flow' => 'App\\Form\\Flow\\InstallFlow',
]);
}
/**
* Gets the private '.service_locator.GNc8e5B' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GNc8e5BService()
{
return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'router' => ['services', 'router', 'getRouterService', false],
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'doctrine' => '?',
'form.factory' => '?',
'http_kernel' => '?',
'parameter_bag' => '?',
'request_stack' => '?',
'router' => '?',
'security.authorization_checker' => '?',
'security.csrf.token_manager' => '?',
'security.token_storage' => '?',
'serializer' => '?',
'session' => '.session.deprecated',
'twig' => '?',
]);
}
/**
* Gets the private '.service_locator.H6ppJic' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_H6ppJicService()
{
return $this->privates['.service_locator.H6ppJic'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'addressRepository' => ['privates', 'App\\Repository\\AddressRepository', 'getAddressRepositoryService', false],
], [
'addressRepository' => 'App\\Repository\\AddressRepository',
]);
}
/**
* Gets the private '.service_locator.IK7dHtm' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IK7dHtmService()
{
return $this->privates['.service_locator.IK7dHtm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'flow' => ['privates', 'App\\Form\\Flow\\ManualInspectionFlow', 'getManualInspectionFlowService', false],
], [
'flow' => 'App\\Form\\Flow\\ManualInspectionFlow',
]);
}
/**
* Gets the private '.service_locator.KLVvNIq' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KLVvNIqService()
{
return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', false],
'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', false],
], [
'doctrine.ulid_generator' => '?',
'doctrine.uuid_generator' => '?',
]);
}
/**
* Gets the private '.service_locator.KfbR3DY' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KfbR3DYService()
{
return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'loader' => ['privates', '.errored..service_locator.KfbR3DY.Symfony\\Component\\Config\\Loader\\LoaderInterface', NULL, 'Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file", "oneup_uploader.routing.loader".'],
], [
'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]);
}
/**
* Gets the private '.service_locator.MnmKmvX' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MnmKmvXService()
{
return $this->privates['.service_locator.MnmKmvX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
'security.event_dispatcher.api_external' => ['privates', 'security.event_dispatcher.api_external', 'getSecurity_EventDispatcher_ApiExternalService', false],
'security.event_dispatcher.api_leg' => ['privates', 'security.event_dispatcher.api_leg', 'getSecurity_EventDispatcher_ApiLegService', false],
'security.event_dispatcher.default' => ['privates', 'security.event_dispatcher.default', 'getSecurity_EventDispatcher_DefaultService', false],
'security.event_dispatcher.qrcode' => ['privates', 'security.event_dispatcher.qrcode', 'getSecurity_EventDispatcher_QrcodeService', false],
], [
'event_dispatcher' => '?',
'security.event_dispatcher.api_external' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
'security.event_dispatcher.api_leg' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
'security.event_dispatcher.default' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
'security.event_dispatcher.qrcode' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
]);
}
/**
* Gets the private '.service_locator.Nt.ogDb' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Nt_OgDbService()
{
return $this->privates['.service_locator.Nt.ogDb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'filters' => ['privates', '.errored..service_locator.Nt.ogDb.EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Filters', NULL, 'Cannot autowire service ".service_locator.Nt.ogDb": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Filters" but no such service exists.'],
], [
'filters' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Filters',
]);
}
/**
* Gets the private '.service_locator.O3AjYpJ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_O3AjYpJService()
{
return $this->privates['.service_locator.O3AjYpJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'flow' => ['privates', 'App\\Form\\Flow\\InstallNeaFlow', 'getInstallNeaFlowService', false],
], [
'flow' => 'App\\Form\\Flow\\InstallNeaFlow',
]);
}
/**
* Gets the private '.service_locator.OC2AG.K' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OC2AG_KService()
{
return $this->privates['.service_locator.OC2AG.K'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
], [
'logger' => '?',
]);
}
/**
* Gets the private '.service_locator.Olybskb' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OlybskbService()
{
return $this->privates['.service_locator.Olybskb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'batchActionDto' => ['privates', '.errored..service_locator.Olybskb.EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\BatchActionDto', NULL, 'Cannot autowire service ".service_locator.Olybskb": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\BatchActionDto" but no such service exists.'],
'context' => ['privates', '.errored..service_locator.Olybskb.EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext', NULL, 'Cannot autowire service ".service_locator.Olybskb": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.'],
], [
'batchActionDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\BatchActionDto',
'context' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
]);
}
/**
* Gets the private '.service_locator.S7hAMvH' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_S7hAMvHService()
{
return $this->privates['.service_locator.S7hAMvH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'elevator' => ['privates', '.errored..service_locator.S7hAMvH.App\\Entity\\Pump', NULL, 'Cannot autowire service ".service_locator.S7hAMvH": it references class "App\\Entity\\Pump" but no such service exists.'],
], [
'elevator' => 'App\\Entity\\Pump',
]);
}
/**
* Gets the private '.service_locator.U4Bbnsn' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_U4BbnsnService()
{
return $this->privates['.service_locator.U4Bbnsn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'assets' => ['privates', '.errored..service_locator.U4Bbnsn.EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Assets', NULL, 'Cannot autowire service ".service_locator.U4Bbnsn": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Assets" but no such service exists.'],
], [
'assets' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Assets',
]);
}
/**
* Gets the private '.service_locator.UBJn0Rw' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UBJn0RwService()
{
return $this->privates['.service_locator.UBJn0Rw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'nea' => ['privates', '.errored..service_locator.UBJn0Rw.App\\Entity\\Nea', NULL, 'Cannot autowire service ".service_locator.UBJn0Rw": it references class "App\\Entity\\Nea" but no such service exists.'],
], [
'logger' => '?',
'nea' => 'App\\Entity\\Nea',
]);
}
/**
* Gets the private '.service_locator.UDgw6Ol' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UDgw6OlService()
{
return $this->privates['.service_locator.UDgw6Ol'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationUtils' => ['privates', 'security.authentication_utils', 'getSecurity_AuthenticationUtilsService', false],
], [
'authenticationUtils' => '?',
]);
}
/**
* Gets the private '.service_locator.WTaB_Rv' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WTaBRvService()
{
return $this->privates['.service_locator.WTaB_Rv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'address' => ['privates', '.errored..service_locator.WTaB_Rv.App\\Entity\\Address', NULL, 'Cannot autowire service ".service_locator.WTaB_Rv": it references class "App\\Entity\\Address" but no such service exists.'],
], [
'address' => 'App\\Entity\\Address',
]);
}
/**
* Gets the private '.service_locator.X8MAXkr' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_X8MAXkrService()
{
return $this->privates['.service_locator.X8MAXkr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translator' => ['services', 'translator', 'getTranslatorService', false],
'userPasswordEncoder' => ['services', '.container.private.security.password_encoder', 'get_Container_Private_Security_PasswordEncoderService', false],
], [
'translator' => '?',
'userPasswordEncoder' => '?',
]);
}
/**
* Gets the private '.service_locator.Z4GIq0C' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Z4GIq0CService()
{
return $this->privates['.service_locator.Z4GIq0C'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'tga' => ['privates', '.errored..service_locator.Z4GIq0C.App\\Entity\\Elevator', NULL, 'Cannot autowire service ".service_locator.Z4GIq0C": it references class "App\\Entity\\Elevator" but no such service exists.'],
], [
'tga' => 'App\\Entity\\Elevator',
]);
}
/**
* Gets the private '.service_locator.ZOQ9v2d' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZOQ9v2dService()
{
return $this->privates['.service_locator.ZOQ9v2d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'context' => ['privates', '.errored..service_locator.ZOQ9v2d.EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext', NULL, 'Cannot autowire service ".service_locator.ZOQ9v2d": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.'],
], [
'context' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
]);
}
/**
* Gets the private '.service_locator.axPrK8A' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AxPrK8AService()
{
return $this->privates['.service_locator.axPrK8A'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'context' => ['privates', '.errored..service_locator.axPrK8A.EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext', NULL, 'Cannot autowire service ".service_locator.axPrK8A": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.'],
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'context' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
'entityManager' => '?',
]);
}
/**
* Gets the private '.service_locator.bgO__Zr' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BgOZrService()
{
return $this->privates['.service_locator.bgO__Zr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'context' => ['privates', '.errored..service_locator.bgO__Zr.EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext', NULL, 'Cannot autowire service ".service_locator.bgO__Zr": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.'],
'entityDto' => ['privates', '.errored..service_locator.bgO__Zr.EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto', NULL, 'Cannot autowire service ".service_locator.bgO__Zr": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto" but no such service exists.'],
'formOptions' => ['privates', '.errored..service_locator.bgO__Zr.EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore', NULL, 'Cannot autowire service ".service_locator.bgO__Zr": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore" but no such service exists.'],
], [
'context' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
'entityDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto',
'formOptions' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore',
]);
}
/**
* Gets the private '.service_locator.dHHQDtH' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DHHQDtHService()
{
return $this->privates['.service_locator.dHHQDtH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'viewhandler' => ['services', 'fos_rest.view_handler', 'getFosRest_ViewHandlerService', false],
], [
'viewhandler' => '?',
]);
}
/**
* Gets the private '.service_locator.eIcC2Rx' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_EIcC2RxService()
{
return $this->privates['.service_locator.eIcC2Rx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
'fos_rest.view_handler' => ['services', 'fos_rest.view_handler', 'getFosRest_ViewHandlerService', false],
'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'router' => ['services', 'router', 'getRouterService', false],
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'doctrine' => '?',
'form.factory' => '?',
'fos_rest.view_handler' => '?',
'http_kernel' => '?',
'parameter_bag' => '?',
'request_stack' => '?',
'router' => '?',
'security.authorization_checker' => '?',
'security.csrf.token_manager' => '?',
'security.token_storage' => '?',
'serializer' => '?',
'session' => '.session.deprecated',
'twig' => '?',
]);
}
/**
* Gets the private '.service_locator.fTayKD9' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FTayKD9Service()
{
return $this->privates['.service_locator.fTayKD9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'flow' => ['privates', 'App\\Form\\Flow\\InstallFlow', 'getInstallFlowService', false],
'neaFlow' => ['privates', 'App\\Form\\Flow\\InstallNeaFlow', 'getInstallNeaFlowService', false],
], [
'flow' => 'App\\Form\\Flow\\InstallFlow',
'neaFlow' => 'App\\Form\\Flow\\InstallNeaFlow',
]);
}
/**
* Gets the private '.service_locator.fTk7KT1' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FTk7KT1Service()
{
return $this->privates['.service_locator.fTk7KT1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'notificationService' => ['privates', 'App\\Service\\NotificationService', 'getNotificationService2Service', false],
], [
'notificationService' => 'App\\Service\\NotificationService',
]);
}
/**
* Gets the private '.service_locator.ipvtXDO' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IpvtXDOService()
{
return $this->privates['.service_locator.ipvtXDO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory', 'getActionFactoryService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory', 'getControllerFactoryService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory', 'getEntityFactoryService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory', 'getFilterFactoryService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory', 'getFormFactoryService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory', 'getPaginatorFactoryService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository', 'getEntityRepositoryService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater', 'getEntityUpdaterService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider', 'getAdminContextProviderService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider', 'getFieldProviderService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\CrudUrlGenerator' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\CrudUrlGenerator', 'getCrudUrlGeneratorService', false],
'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'router' => ['services', 'router', 'getRouterService', false],
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory',
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory',
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory',
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory',
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory',
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory',
'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository',
'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater',
'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider',
'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider',
'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\CrudUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\CrudUrlGenerator',
'doctrine' => '?',
'event_dispatcher' => '?',
'form.factory' => '?',
'http_kernel' => '?',
'parameter_bag' => '?',
'request_stack' => '?',
'router' => '?',
'security.authorization_checker' => '?',
'security.csrf.token_manager' => '?',
'security.token_storage' => '?',
'serializer' => '?',
'session' => '.session.deprecated',
'twig' => '?',
]);
}
/**
* Gets the private '.service_locator.keZZZAZ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KeZZZAZService()
{
return $this->privates['.service_locator.keZZZAZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'sensorRepository' => ['privates', 'App\\Repository\\SensorRepository', 'getSensorRepositoryService', false],
], [
'sensorRepository' => 'App\\Repository\\SensorRepository',
]);
}
/**
* Gets the private '.service_locator.l2QwsaZ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_L2QwsaZService()
{
return $this->privates['.service_locator.l2QwsaZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'entityManager' => '?',
]);
}
/**
* Gets the private '.service_locator.p.TCd71' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_P_TCd71Service()
{
return $this->privates['.service_locator.p.TCd71'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hub' => ['privates', 'mercure.hub.default.traceable', 'getMercure_Hub_Default_TraceableService', false],
], [
'hub' => '?',
]);
}
/**
* Gets the private '.service_locator.q6hA_O0' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Q6hAO0Service()
{
return $this->privates['.service_locator.q6hA_O0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'user' => ['privates', '.errored..service_locator.q6hA_O0.Symfony\\Component\\Security\\Core\\User\\UserInterface', NULL, 'Cannot autowire service ".service_locator.q6hA_O0": it references interface "Symfony\\Component\\Security\\Core\\User\\UserInterface" but no such service exists. Did you create a class that implements this interface?'],
], [
'user' => 'Symfony\\Component\\Security\\Core\\User\\UserInterface',
]);
}
/**
* Gets the private '.service_locator.rcCLPGx' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RcCLPGxService()
{
return $this->privates['.service_locator.rcCLPGx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'sensor' => ['privates', '.errored..service_locator.rcCLPGx.App\\Entity\\Sensor', NULL, 'Cannot autowire service ".service_locator.rcCLPGx": it references class "App\\Entity\\Sensor" but no such service exists.'],
], [
'sensor' => 'App\\Entity\\Sensor',
]);
}
/**
* Gets the private '.service_locator.zJKiM_F' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZJKiMFService()
{
return $this->privates['.service_locator.zJKiM_F'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ticket' => ['privates', '.errored..service_locator.zJKiM_F.App\\Entity\\Ticket', NULL, 'Cannot autowire service ".service_locator.zJKiM_F": it references class "App\\Entity\\Ticket" but no such service exists.'],
], [
'ticket' => 'App\\Entity\\Ticket',
]);
}
/**
* Gets the private '.session.deprecated' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\SessionInterface
*/
protected function get_Session_DeprecatedService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
}
/**
* Gets the private '.state_machine.awm.listener.audit_trail' shared service.
*
* @return \Symfony\Component\Workflow\EventListener\AuditTrailListener
*/
protected function get_StateMachine_Awm_Listener_AuditTrailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/AuditTrailListener.php';
return $this->privates['.state_machine.awm.listener.audit_trail'] = new \Symfony\Component\Workflow\EventListener\AuditTrailListener(($this->privates['monolog.logger.workflow'] ?? $this->getMonolog_Logger_WorkflowService()));
}
/**
* Gets the private '.state_machine.awm.listener.guard' shared service.
*
* @return \Symfony\Component\Workflow\EventListener\GuardListener
*/
protected function get_StateMachine_Awm_Listener_GuardService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/GuardListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/GuardExpression.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/ExpressionLanguage.php';
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['.state_machine.awm.listener.guard'])) {
return $this->privates['.state_machine.awm.listener.guard'];
}
$b = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
if (isset($this->privates['.state_machine.awm.listener.guard'])) {
return $this->privates['.state_machine.awm.listener.guard'];
}
return $this->privates['.state_machine.awm.listener.guard'] = new \Symfony\Component\Workflow\EventListener\GuardListener(['workflow.awm.guard.an DL übermitteln' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.awm.transition.1'] ?? ($this->privates['.state_machine.awm.transition.1'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Offen', 'In Terminierung DL'))), 'is_granted(\'ROLE_SYSTEM\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.awm.transition.2'] ?? ($this->privates['.state_machine.awm.transition.2'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Wiedereröffnet', 'In Terminierung DL'))), 'is_granted(\'ROLE_SYSTEM\')')], 'workflow.awm.guard.Wiederinbetriebnahme Terminiert zum' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.awm.transition.3'] ?? ($this->privates['.state_machine.awm.transition.3'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'In Terminierung DL', 'Terminiert und angenommen'))), 'is_granted(\'ROLE_DL\') or is_granted(\'ROLE_SBS\')')], 'workflow.awm.guard.Ablehnen' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.awm.transition.4'] ?? ($this->privates['.state_machine.awm.transition.4'] = new \Symfony\Component\Workflow\Transition('Ablehnen', 'In Terminierung DL', 'Auftrag abgelehnt'))), 'is_granted(\'ROLE_CUSTODIAN\')')], 'workflow.awm.guard.Ticket wiedereröffnen' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.awm.transition.5'] ?? ($this->privates['.state_machine.awm.transition.5'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'Auftrag abgelehnt', 'Wiedereröffnet'))), 'is_granted(\'ROLE_AG\') or is_granted(\'ROLE_SYSTEM\') or is_granted(\'ROLE_SBS\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.awm.transition.6'] ?? ($this->privates['.state_machine.awm.transition.6'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'AWM Fehler vor Ort behoben', 'Wiedereröffnet'))), 'is_granted(\'ROLE_AG\') or is_granted(\'ROLE_SYSTEM\') or is_granted(\'ROLE_SBS\')')], 'workflow.awm.guard.AWM Fehler wurde behoben' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.awm.transition.7'] ?? ($this->privates['.state_machine.awm.transition.7'] = new \Symfony\Component\Workflow\Transition('AWM Fehler wurde behoben', 'Terminiert und angenommen', 'AWM Fehler vor Ort behoben'))), 'is_granted(\'ROLE_DL\') or is_granted(\'ROLE_SBS\')')], 'workflow.awm.guard.AWM Fehler kann nicht behoben werden / Aufzug wird stillgelegt' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.awm.transition.8'] ?? ($this->privates['.state_machine.awm.transition.8'] = new \Symfony\Component\Workflow\Transition('AWM Fehler kann nicht behoben werden / Aufzug wird stillgelegt', 'Terminiert und angenommen', 'AWM Fehler nicht behoben / Aufzug stillgelegt'))), 'is_granted(\'ROLE_DL\') or is_granted(\'ROLE_SBS\')')], 'workflow.awm.guard.Ticket vom System schließen' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.awm.transition.9'] ?? ($this->privates['.state_machine.awm.transition.9'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'AWM Fehler vor Ort behoben', 'Ticket geschlossen'))), 'is_granted(\'ROLE_SYSTEM\')')]], ($this->privates['workflow.security.expression_language'] ?? ($this->privates['workflow.security.expression_language'] = new \Symfony\Component\Workflow\EventListener\ExpressionLanguage())), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), $b);
}
/**
* Gets the private '.state_machine.malfunction.listener.audit_trail' shared service.
*
* @return \Symfony\Component\Workflow\EventListener\AuditTrailListener
*/
protected function get_StateMachine_Malfunction_Listener_AuditTrailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/AuditTrailListener.php';
return $this->privates['.state_machine.malfunction.listener.audit_trail'] = new \Symfony\Component\Workflow\EventListener\AuditTrailListener(($this->privates['monolog.logger.workflow'] ?? $this->getMonolog_Logger_WorkflowService()));
}
/**
* Gets the private '.state_machine.malfunction.listener.guard' shared service.
*
* @return \Symfony\Component\Workflow\EventListener\GuardListener
*/
protected function get_StateMachine_Malfunction_Listener_GuardService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/GuardListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/GuardExpression.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/ExpressionLanguage.php';
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['.state_machine.malfunction.listener.guard'])) {
return $this->privates['.state_machine.malfunction.listener.guard'];
}
$b = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
if (isset($this->privates['.state_machine.malfunction.listener.guard'])) {
return $this->privates['.state_machine.malfunction.listener.guard'];
}
return $this->privates['.state_machine.malfunction.listener.guard'] = new \Symfony\Component\Workflow\EventListener\GuardListener(['workflow.malfunction.guard.an DL übermitteln' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.malfunction.transition.1'] ?? ($this->privates['.state_machine.malfunction.transition.1'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Offen', 'In Terminierung DL'))), 'is_granted(\'ROLE_SYSTEM\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.malfunction.transition.2'] ?? ($this->privates['.state_machine.malfunction.transition.2'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Wiedereröffnet', 'In Terminierung DL'))), 'is_granted(\'ROLE_SYSTEM\')')], 'workflow.malfunction.guard.Wiederinbetriebnahme Terminiert zum' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.malfunction.transition.3'] ?? ($this->privates['.state_machine.malfunction.transition.3'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'Anlage nicht repariert', 'Terminiert und angenommen'))), 'is_granted(\'ROLE_DL\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.malfunction.transition.4'] ?? ($this->privates['.state_machine.malfunction.transition.4'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'In Terminierung DL', 'Terminiert und angenommen'))), 'is_granted(\'ROLE_DL\')'), 2 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.malfunction.transition.5'] ?? ($this->privates['.state_machine.malfunction.transition.5'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'Wiedereröffnet', 'Terminiert und angenommen'))), 'is_granted(\'ROLE_DL\')')], 'workflow.malfunction.guard.Ablehnen' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.malfunction.transition.6'] ?? ($this->privates['.state_machine.malfunction.transition.6'] = new \Symfony\Component\Workflow\Transition('Ablehnen', 'In Terminierung DL', 'Auftrag abgelehnt'))), 'is_granted(\'ROLE_CUSTODIAN\')')], 'workflow.malfunction.guard.Anlage repariert' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.malfunction.transition.7'] ?? ($this->privates['.state_machine.malfunction.transition.7'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Terminiert und angenommen', 'Ticket schließen'))), 'is_granted(\'ROLE_DL\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.malfunction.transition.8'] ?? ($this->privates['.state_machine.malfunction.transition.8'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Anlage in Notbetrieb', 'Ticket schließen'))), 'is_granted(\'ROLE_DL\')'), 2 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.malfunction.transition.9'] ?? ($this->privates['.state_machine.malfunction.transition.9'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Neu terminiert', 'Ticket schließen'))), 'is_granted(\'ROLE_DL\')')], 'workflow.malfunction.guard.Ticket vom System schließen' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.malfunction.transition.10'] ?? ($this->privates['.state_machine.malfunction.transition.10'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Ticket schließen', 'Ticket geschlossen'))), 'is_granted(\'ROLE_SYSTEM\')')], 'workflow.malfunction.guard.Ticket wiedereröffnen' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.malfunction.transition.11'] ?? ($this->privates['.state_machine.malfunction.transition.11'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'Ticket schließen', 'Wiedereröffnet'))), 'is_granted(\'ROLE_SYSTEM\')')], 'workflow.malfunction.guard.Anlage nicht repariert' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.malfunction.transition.12'] ?? ($this->privates['.state_machine.malfunction.transition.12'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Terminiert und angenommen', 'Anlage nicht repariert'))), 'is_granted(\'ROLE_DL\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.malfunction.transition.13'] ?? ($this->privates['.state_machine.malfunction.transition.13'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Anlage in Notbetrieb', 'Anlage nicht repariert'))), 'is_granted(\'ROLE_DL\')'), 2 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.malfunction.transition.14'] ?? ($this->privates['.state_machine.malfunction.transition.14'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Neu terminiert', 'Anlage nicht repariert'))), 'is_granted(\'ROLE_DL\')')], 'workflow.malfunction.guard.Anlage in Notbetrieb' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.malfunction.transition.15'] ?? ($this->privates['.state_machine.malfunction.transition.15'] = new \Symfony\Component\Workflow\Transition('Anlage in Notbetrieb', 'Terminiert und angenommen', 'Anlage in Notbetrieb'))), 'is_granted(\'ROLE_DL\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.malfunction.transition.16'] ?? ($this->privates['.state_machine.malfunction.transition.16'] = new \Symfony\Component\Workflow\Transition('Anlage in Notbetrieb', 'Anlage in Notbetrieb', 'Anlage in Notbetrieb'))), 'is_granted(\'ROLE_DL\')'), 2 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.malfunction.transition.17'] ?? ($this->privates['.state_machine.malfunction.transition.17'] = new \Symfony\Component\Workflow\Transition('Anlage in Notbetrieb', 'Neu terminiert', 'Anlage in Notbetrieb'))), 'is_granted(\'ROLE_DL\')')], 'workflow.malfunction.guard.Neu terminieren' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.malfunction.transition.18'] ?? ($this->privates['.state_machine.malfunction.transition.18'] = new \Symfony\Component\Workflow\Transition('Neu terminieren', 'Terminiert und angenommen', 'Neu terminiert'))), 'is_granted(\'ROLE_DL\')')]], ($this->privates['workflow.security.expression_language'] ?? ($this->privates['workflow.security.expression_language'] = new \Symfony\Component\Workflow\EventListener\ExpressionLanguage())), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), $b);
}
/**
* Gets the private '.state_machine.neamalfunction.listener.audit_trail' shared service.
*
* @return \Symfony\Component\Workflow\EventListener\AuditTrailListener
*/
protected function get_StateMachine_Neamalfunction_Listener_AuditTrailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/AuditTrailListener.php';
return $this->privates['.state_machine.neamalfunction.listener.audit_trail'] = new \Symfony\Component\Workflow\EventListener\AuditTrailListener(($this->privates['monolog.logger.workflow'] ?? $this->getMonolog_Logger_WorkflowService()));
}
/**
* Gets the private '.state_machine.neamalfunction.listener.guard' shared service.
*
* @return \Symfony\Component\Workflow\EventListener\GuardListener
*/
protected function get_StateMachine_Neamalfunction_Listener_GuardService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/GuardListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/GuardExpression.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/ExpressionLanguage.php';
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['.state_machine.neamalfunction.listener.guard'])) {
return $this->privates['.state_machine.neamalfunction.listener.guard'];
}
$b = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
if (isset($this->privates['.state_machine.neamalfunction.listener.guard'])) {
return $this->privates['.state_machine.neamalfunction.listener.guard'];
}
return $this->privates['.state_machine.neamalfunction.listener.guard'] = new \Symfony\Component\Workflow\EventListener\GuardListener(['workflow.neamalfunction.guard.an DL übermitteln' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.neamalfunction.transition.1'] ?? ($this->privates['.state_machine.neamalfunction.transition.1'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Offen', 'In Terminierung DL'))), 'is_granted(\'ROLE_SYSTEM\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.neamalfunction.transition.2'] ?? ($this->privates['.state_machine.neamalfunction.transition.2'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Wiedereröffnet', 'In Terminierung DL'))), 'is_granted(\'ROLE_SYSTEM\')')], 'workflow.neamalfunction.guard.Wiederinbetriebnahme Terminiert zum' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.neamalfunction.transition.3'] ?? ($this->privates['.state_machine.neamalfunction.transition.3'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'In Terminierung DL', 'Terminiert und angenommen'))), 'is_granted(\'ROLE_DL\')')], 'workflow.neamalfunction.guard.Ablehnen' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.neamalfunction.transition.4'] ?? ($this->privates['.state_machine.neamalfunction.transition.4'] = new \Symfony\Component\Workflow\Transition('Ablehnen', 'In Terminierung DL', 'Auftrag abgelehnt'))), 'is_granted(\'ROLE_CUSTODIAN\')')], 'workflow.neamalfunction.guard.Anlage repariert' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.neamalfunction.transition.5'] ?? ($this->privates['.state_machine.neamalfunction.transition.5'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Terminiert und angenommen', 'Ticket schließen'))), 'is_granted(\'ROLE_DL\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.neamalfunction.transition.6'] ?? ($this->privates['.state_machine.neamalfunction.transition.6'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Neu terminiert', 'Ticket schließen'))), 'is_granted(\'ROLE_DL\')'), 2 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.neamalfunction.transition.7'] ?? ($this->privates['.state_machine.neamalfunction.transition.7'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Anlage nicht repariert', 'Ticket schließen'))), 'is_granted(\'ROLE_DL\')')], 'workflow.neamalfunction.guard.Ticket vom System schließen' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.neamalfunction.transition.8'] ?? ($this->privates['.state_machine.neamalfunction.transition.8'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Ticket schließen', 'Ticket geschlossen'))), 'is_granted(\'ROLE_SYSTEM\')')], 'workflow.neamalfunction.guard.Anlage nicht repariert' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.neamalfunction.transition.9'] ?? ($this->privates['.state_machine.neamalfunction.transition.9'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Terminiert und angenommen', 'Anlage nicht repariert'))), 'is_granted(\'ROLE_DL\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.neamalfunction.transition.10'] ?? ($this->privates['.state_machine.neamalfunction.transition.10'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Neu terminiert', 'Anlage nicht repariert'))), 'is_granted(\'ROLE_DL\')'), 2 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.neamalfunction.transition.11'] ?? ($this->privates['.state_machine.neamalfunction.transition.11'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Anlage nicht repariert', 'Anlage nicht repariert'))), 'is_granted(\'ROLE_DL\')')], 'workflow.neamalfunction.guard.Neu terminieren' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.neamalfunction.transition.12'] ?? ($this->privates['.state_machine.neamalfunction.transition.12'] = new \Symfony\Component\Workflow\Transition('Neu terminieren', 'Terminiert und angenommen', 'Neu terminiert'))), 'is_granted(\'ROLE_DL\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.neamalfunction.transition.13'] ?? ($this->privates['.state_machine.neamalfunction.transition.13'] = new \Symfony\Component\Workflow\Transition('Neu terminieren', 'Anlage nicht repariert', 'Neu terminiert'))), 'is_granted(\'ROLE_DL\')'), 2 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.neamalfunction.transition.14'] ?? ($this->privates['.state_machine.neamalfunction.transition.14'] = new \Symfony\Component\Workflow\Transition('Neu terminieren', 'Neu terminiert', 'Neu terminiert'))), 'is_granted(\'ROLE_DL\')')], 'workflow.neamalfunction.guard.Ticket wiedereröffnen' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.neamalfunction.transition.15'] ?? ($this->privates['.state_machine.neamalfunction.transition.15'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'Auftrag abgelehnt', 'Wiedereröffnet'))), 'is_granted(\'ROLE_AG\') or is_granted(\'ROLE_SYSTEM\') or is_granted(\'ROLE_SBS\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.neamalfunction.transition.16'] ?? ($this->privates['.state_machine.neamalfunction.transition.16'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'Ticket schließen', 'Wiedereröffnet'))), 'is_granted(\'ROLE_AG\') or is_granted(\'ROLE_SYSTEM\') or is_granted(\'ROLE_SBS\')')]], ($this->privates['workflow.security.expression_language'] ?? ($this->privates['workflow.security.expression_language'] = new \Symfony\Component\Workflow\EventListener\ExpressionLanguage())), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), $b);
}
/**
* Gets the private '.state_machine.refuel.listener.audit_trail' shared service.
*
* @return \Symfony\Component\Workflow\EventListener\AuditTrailListener
*/
protected function get_StateMachine_Refuel_Listener_AuditTrailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/AuditTrailListener.php';
return $this->privates['.state_machine.refuel.listener.audit_trail'] = new \Symfony\Component\Workflow\EventListener\AuditTrailListener(($this->privates['monolog.logger.workflow'] ?? $this->getMonolog_Logger_WorkflowService()));
}
/**
* Gets the private '.state_machine.refuel.listener.guard' shared service.
*
* @return \Symfony\Component\Workflow\EventListener\GuardListener
*/
protected function get_StateMachine_Refuel_Listener_GuardService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/GuardListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/GuardExpression.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/ExpressionLanguage.php';
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['.state_machine.refuel.listener.guard'])) {
return $this->privates['.state_machine.refuel.listener.guard'];
}
$b = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
if (isset($this->privates['.state_machine.refuel.listener.guard'])) {
return $this->privates['.state_machine.refuel.listener.guard'];
}
return $this->privates['.state_machine.refuel.listener.guard'] = new \Symfony\Component\Workflow\EventListener\GuardListener(['workflow.refuel.guard.an DL übermitteln' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.refuel.transition.1'] ?? ($this->privates['.state_machine.refuel.transition.1'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Offen', 'In Terminierung DL'))), 'is_granted(\'ROLE_SYSTEM\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.refuel.transition.2'] ?? ($this->privates['.state_machine.refuel.transition.2'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Wiedereröffnet', 'In Terminierung DL'))), 'is_granted(\'ROLE_SYSTEM\')')], 'workflow.refuel.guard.Wiederinbetriebnahme Terminiert zum' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.refuel.transition.3'] ?? ($this->privates['.state_machine.refuel.transition.3'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'In Terminierung DL', 'Terminiert und angenommen'))), 'is_granted(\'ROLE_TANK\')')], 'workflow.refuel.guard.Ablehnen' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.refuel.transition.4'] ?? ($this->privates['.state_machine.refuel.transition.4'] = new \Symfony\Component\Workflow\Transition('Ablehnen', 'In Terminierung DL', 'Auftrag abgelehnt'))), 'is_granted(\'ROLE_TANK\')')], 'workflow.refuel.guard.Betankung vollständig durchgeführt' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.refuel.transition.5'] ?? ($this->privates['.state_machine.refuel.transition.5'] = new \Symfony\Component\Workflow\Transition('Betankung vollständig durchgeführt', 'Terminiert und angenommen', 'Ticket schließen'))), 'is_granted(\'ROLE_TANK\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.refuel.transition.6'] ?? ($this->privates['.state_machine.refuel.transition.6'] = new \Symfony\Component\Workflow\Transition('Betankung vollständig durchgeführt', 'Neu terminiert', 'Ticket schließen'))), 'is_granted(\'ROLE_TANK\')'), 2 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.refuel.transition.7'] ?? ($this->privates['.state_machine.refuel.transition.7'] = new \Symfony\Component\Workflow\Transition('Betankung vollständig durchgeführt', 'Betankung konnte nicht durchgeführt werden', 'Ticket schließen'))), 'is_granted(\'ROLE_TANK\')')], 'workflow.refuel.guard.Ticket vom System schließen' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.refuel.transition.8'] ?? ($this->privates['.state_machine.refuel.transition.8'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Ticket schließen', 'Ticket geschlossen'))), 'is_granted(\'ROLE_SYSTEM\')')], 'workflow.refuel.guard.Betankung konnte nicht durchgeführt werden' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.refuel.transition.9'] ?? ($this->privates['.state_machine.refuel.transition.9'] = new \Symfony\Component\Workflow\Transition('Betankung konnte nicht durchgeführt werden', 'Terminiert und angenommen', 'Betankung konnte nicht durchgeführt werden'))), 'is_granted(\'ROLE_TANK\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.refuel.transition.10'] ?? ($this->privates['.state_machine.refuel.transition.10'] = new \Symfony\Component\Workflow\Transition('Betankung konnte nicht durchgeführt werden', 'Neu terminiert', 'Betankung konnte nicht durchgeführt werden'))), 'is_granted(\'ROLE_TANK\')'), 2 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.refuel.transition.11'] ?? ($this->privates['.state_machine.refuel.transition.11'] = new \Symfony\Component\Workflow\Transition('Betankung konnte nicht durchgeführt werden', 'Betankung konnte nicht durchgeführt werden', 'Betankung konnte nicht durchgeführt werden'))), 'is_granted(\'ROLE_TANK\')')], 'workflow.refuel.guard.Neu terminieren' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.refuel.transition.12'] ?? ($this->privates['.state_machine.refuel.transition.12'] = new \Symfony\Component\Workflow\Transition('Neu terminieren', 'Terminiert und angenommen', 'Neu terminiert'))), 'is_granted(\'ROLE_TANK\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.refuel.transition.13'] ?? ($this->privates['.state_machine.refuel.transition.13'] = new \Symfony\Component\Workflow\Transition('Neu terminieren', 'Betankung konnte nicht durchgeführt werden', 'Neu terminiert'))), 'is_granted(\'ROLE_TANK\')')], 'workflow.refuel.guard.Ticket wiedereröffnen' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.refuel.transition.14'] ?? ($this->privates['.state_machine.refuel.transition.14'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'Auftrag abgelehnt', 'Wiedereröffnet'))), 'is_granted(\'ROLE_AG\') or is_granted(\'ROLE_SYSTEM\') or is_granted(\'ROLE_SBS\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.refuel.transition.15'] ?? ($this->privates['.state_machine.refuel.transition.15'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'Ticket schließen', 'Wiedereröffnet'))), 'is_granted(\'ROLE_AG\') or is_granted(\'ROLE_SYSTEM\') or is_granted(\'ROLE_SBS\')')]], ($this->privates['workflow.security.expression_language'] ?? ($this->privates['workflow.security.expression_language'] = new \Symfony\Component\Workflow\EventListener\ExpressionLanguage())), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), $b);
}
/**
* Gets the private '.state_machine.sensor.listener.audit_trail' shared service.
*
* @return \Symfony\Component\Workflow\EventListener\AuditTrailListener
*/
protected function get_StateMachine_Sensor_Listener_AuditTrailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/AuditTrailListener.php';
return $this->privates['.state_machine.sensor.listener.audit_trail'] = new \Symfony\Component\Workflow\EventListener\AuditTrailListener(($this->privates['monolog.logger.workflow'] ?? $this->getMonolog_Logger_WorkflowService()));
}
/**
* Gets the private '.state_machine.sensor.listener.guard' shared service.
*
* @return \Symfony\Component\Workflow\EventListener\GuardListener
*/
protected function get_StateMachine_Sensor_Listener_GuardService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/GuardListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/GuardExpression.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/ExpressionLanguage.php';
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['.state_machine.sensor.listener.guard'])) {
return $this->privates['.state_machine.sensor.listener.guard'];
}
$b = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
if (isset($this->privates['.state_machine.sensor.listener.guard'])) {
return $this->privates['.state_machine.sensor.listener.guard'];
}
return $this->privates['.state_machine.sensor.listener.guard'] = new \Symfony\Component\Workflow\EventListener\GuardListener(['workflow.sensor.guard.an DL übermitteln' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.sensor.transition.1'] ?? ($this->privates['.state_machine.sensor.transition.1'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Offen', 'In Terminierung DL'))), 'is_granted(\'ROLE_SYSTEM\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.sensor.transition.2'] ?? ($this->privates['.state_machine.sensor.transition.2'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Wiedereröffnet', 'In Terminierung DL'))), 'is_granted(\'ROLE_SYSTEM\')')], 'workflow.sensor.guard.Wiederinbetriebnahme Terminiert zum' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.sensor.transition.3'] ?? ($this->privates['.state_machine.sensor.transition.3'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'In Terminierung DL', 'Terminiert und angenommen'))), 'is_granted(\'ROLE_DL\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.sensor.transition.4'] ?? ($this->privates['.state_machine.sensor.transition.4'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'Sensor nicht repariert', 'Terminiert und angenommen'))), 'is_granted(\'ROLE_DL\')'), 2 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.sensor.transition.5'] ?? ($this->privates['.state_machine.sensor.transition.5'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'Wiedereröffnet', 'Terminiert und angenommen'))), 'is_granted(\'ROLE_DL\')')], 'workflow.sensor.guard.Ablehnen' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.sensor.transition.6'] ?? ($this->privates['.state_machine.sensor.transition.6'] = new \Symfony\Component\Workflow\Transition('Ablehnen', 'In Terminierung DL', 'Auftrag abgelehnt'))), 'is_granted(\'ROLE_CUSTODIAN\')')], 'workflow.sensor.guard.Sensor repariert' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.sensor.transition.7'] ?? ($this->privates['.state_machine.sensor.transition.7'] = new \Symfony\Component\Workflow\Transition('Sensor repariert', 'Terminiert und angenommen', 'Ticket schließen'))), 'is_granted(\'ROLE_DL\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.sensor.transition.8'] ?? ($this->privates['.state_machine.sensor.transition.8'] = new \Symfony\Component\Workflow\Transition('Sensor repariert', 'Neu terminiert', 'Ticket schließen'))), 'is_granted(\'ROLE_DL\')')], 'workflow.sensor.guard.Ticket vom System schließen' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.sensor.transition.9'] ?? ($this->privates['.state_machine.sensor.transition.9'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Ticket schließen', 'Ticket geschlossen'))), 'is_granted(\'ROLE_SYSTEM\')')], 'workflow.sensor.guard.Ticket wiedereröffnen' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.sensor.transition.10'] ?? ($this->privates['.state_machine.sensor.transition.10'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'Ticket schließen', 'Wiedereröffnet'))), 'is_granted(\'ROLE_SYSTEM\')')], 'workflow.sensor.guard.Sensor nicht repariert' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.sensor.transition.11'] ?? ($this->privates['.state_machine.sensor.transition.11'] = new \Symfony\Component\Workflow\Transition('Sensor nicht repariert', 'Terminiert und angenommen', 'Sensor nicht repariert'))), 'is_granted(\'ROLE_DL\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.sensor.transition.12'] ?? ($this->privates['.state_machine.sensor.transition.12'] = new \Symfony\Component\Workflow\Transition('Sensor nicht repariert', 'Neu terminiert', 'Sensor nicht repariert'))), 'is_granted(\'ROLE_DL\')')], 'workflow.sensor.guard.Neu terminieren' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.sensor.transition.13'] ?? ($this->privates['.state_machine.sensor.transition.13'] = new \Symfony\Component\Workflow\Transition('Neu terminieren', 'Terminiert und angenommen', 'Neu terminiert'))), 'is_granted(\'ROLE_DL\')')]], ($this->privates['workflow.security.expression_language'] ?? ($this->privates['workflow.security.expression_language'] = new \Symfony\Component\Workflow\EventListener\ExpressionLanguage())), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), $b);
}
/**
* Gets the private '.state_machine.warning.listener.audit_trail' shared service.
*
* @return \Symfony\Component\Workflow\EventListener\AuditTrailListener
*/
protected function get_StateMachine_Warning_Listener_AuditTrailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/AuditTrailListener.php';
return $this->privates['.state_machine.warning.listener.audit_trail'] = new \Symfony\Component\Workflow\EventListener\AuditTrailListener(($this->privates['monolog.logger.workflow'] ?? $this->getMonolog_Logger_WorkflowService()));
}
/**
* Gets the private '.state_machine.warning.listener.guard' shared service.
*
* @return \Symfony\Component\Workflow\EventListener\GuardListener
*/
protected function get_StateMachine_Warning_Listener_GuardService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/GuardListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/GuardExpression.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/ExpressionLanguage.php';
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['.state_machine.warning.listener.guard'])) {
return $this->privates['.state_machine.warning.listener.guard'];
}
$b = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
if (isset($this->privates['.state_machine.warning.listener.guard'])) {
return $this->privates['.state_machine.warning.listener.guard'];
}
return $this->privates['.state_machine.warning.listener.guard'] = new \Symfony\Component\Workflow\EventListener\GuardListener(['workflow.warning.guard.an DL übermitteln' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.warning.transition.1'] ?? ($this->privates['.state_machine.warning.transition.1'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Offen', 'In Terminierung DL'))), 'is_granted(\'ROLE_SYSTEM\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.warning.transition.2'] ?? ($this->privates['.state_machine.warning.transition.2'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Wiedereröffnet', 'In Terminierung DL'))), 'is_granted(\'ROLE_SYSTEM\')')], 'workflow.warning.guard.Wiederinbetriebnahme Terminiert zum' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.warning.transition.3'] ?? ($this->privates['.state_machine.warning.transition.3'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'In Terminierung DL', 'Terminiert und angenommen'))), 'is_granted(\'ROLE_DL\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.warning.transition.4'] ?? ($this->privates['.state_machine.warning.transition.4'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'Anlage nicht repariert', 'Terminiert und angenommen'))), 'is_granted(\'ROLE_DL\')'), 2 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.warning.transition.5'] ?? ($this->privates['.state_machine.warning.transition.5'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'Anlage in Notbetrieb', 'Terminiert und angenommen'))), 'is_granted(\'ROLE_DL\')'), 3 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.warning.transition.6'] ?? ($this->privates['.state_machine.warning.transition.6'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'Wiedereröffnet', 'Terminiert und angenommen'))), 'is_granted(\'ROLE_DL\')')], 'workflow.warning.guard.Ablehnen' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.warning.transition.7'] ?? ($this->privates['.state_machine.warning.transition.7'] = new \Symfony\Component\Workflow\Transition('Ablehnen', 'In Terminierung DL', 'Auftrag abgelehnt'))), 'is_granted(\'ROLE_CUSTODIAN\')')], 'workflow.warning.guard.Anlage repariert' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.warning.transition.8'] ?? ($this->privates['.state_machine.warning.transition.8'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Terminiert und angenommen', 'Ticket schließen'))), 'is_granted(\'ROLE_DL\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.warning.transition.9'] ?? ($this->privates['.state_machine.warning.transition.9'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Anlage in Notbetrieb', 'Ticket schließen'))), 'is_granted(\'ROLE_DL\')'), 2 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.warning.transition.10'] ?? ($this->privates['.state_machine.warning.transition.10'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Neu terminiert', 'Ticket schließen'))), 'is_granted(\'ROLE_DL\')'), 3 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.warning.transition.11'] ?? ($this->privates['.state_machine.warning.transition.11'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'In Terminierung DL', 'Ticket schließen'))), 'is_granted(\'ROLE_DL\')')], 'workflow.warning.guard.Ticket vom System schließen' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.warning.transition.12'] ?? ($this->privates['.state_machine.warning.transition.12'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Neu', 'Ticket vom System geschlossen'))), 'is_granted(\'ROLE_SYSTEM\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.warning.transition.13'] ?? ($this->privates['.state_machine.warning.transition.13'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Offen', 'Ticket vom System geschlossen'))), 'is_granted(\'ROLE_SYSTEM\')'), 2 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.warning.transition.14'] ?? ($this->privates['.state_machine.warning.transition.14'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Wiedereröffnet', 'Ticket vom System geschlossen'))), 'is_granted(\'ROLE_SYSTEM\')'), 3 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.warning.transition.15'] ?? ($this->privates['.state_machine.warning.transition.15'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'In Terminierung DL', 'Ticket vom System geschlossen'))), 'is_granted(\'ROLE_SYSTEM\')'), 4 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.warning.transition.16'] ?? ($this->privates['.state_machine.warning.transition.16'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Terminiert und angenommen', 'Ticket vom System geschlossen'))), 'is_granted(\'ROLE_SYSTEM\')'), 5 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.warning.transition.17'] ?? ($this->privates['.state_machine.warning.transition.17'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Auftrag abgelehnt', 'Ticket vom System geschlossen'))), 'is_granted(\'ROLE_SYSTEM\')'), 6 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.warning.transition.18'] ?? ($this->privates['.state_machine.warning.transition.18'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Anlage in Notbetrieb', 'Ticket vom System geschlossen'))), 'is_granted(\'ROLE_SYSTEM\')'), 7 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.warning.transition.19'] ?? ($this->privates['.state_machine.warning.transition.19'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Ticket schließen', 'Ticket vom System geschlossen'))), 'is_granted(\'ROLE_SYSTEM\')'), 8 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.warning.transition.20'] ?? ($this->privates['.state_machine.warning.transition.20'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Ticket geschlossen', 'Ticket vom System geschlossen'))), 'is_granted(\'ROLE_SYSTEM\')')], 'workflow.warning.guard.Ticket wiedereröffnen' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.warning.transition.21'] ?? ($this->privates['.state_machine.warning.transition.21'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'Ticket schließen', 'Wiedereröffnet'))), 'is_granted(\'ROLE_SYSTEM\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.warning.transition.22'] ?? ($this->privates['.state_machine.warning.transition.22'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'Ticket vom System geschlossen', 'Wiedereröffnet'))), 'is_granted(\'ROLE_SYSTEM\')')], 'workflow.warning.guard.Anlage nicht repariert' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.warning.transition.23'] ?? ($this->privates['.state_machine.warning.transition.23'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Terminiert und angenommen', 'Anlage nicht repariert'))), 'is_granted(\'ROLE_DL\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.warning.transition.24'] ?? ($this->privates['.state_machine.warning.transition.24'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Anlage in Notbetrieb', 'Anlage nicht repariert'))), 'is_granted(\'ROLE_DL\')'), 2 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.warning.transition.25'] ?? ($this->privates['.state_machine.warning.transition.25'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Neu terminiert', 'Anlage nicht repariert'))), 'is_granted(\'ROLE_DL\')')], 'workflow.warning.guard.Anlage in Notbetrieb' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.warning.transition.26'] ?? ($this->privates['.state_machine.warning.transition.26'] = new \Symfony\Component\Workflow\Transition('Anlage in Notbetrieb', 'Terminiert und angenommen', 'Anlage in Notbetrieb'))), 'is_granted(\'ROLE_DL\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.warning.transition.27'] ?? ($this->privates['.state_machine.warning.transition.27'] = new \Symfony\Component\Workflow\Transition('Anlage in Notbetrieb', 'Anlage in Notbetrieb', 'Anlage in Notbetrieb'))), 'is_granted(\'ROLE_DL\')'), 2 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.warning.transition.28'] ?? ($this->privates['.state_machine.warning.transition.28'] = new \Symfony\Component\Workflow\Transition('Anlage in Notbetrieb', 'Neu terminiert', 'Anlage in Notbetrieb'))), 'is_granted(\'ROLE_DL\')')], 'workflow.warning.guard.Neu terminieren' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.warning.transition.29'] ?? ($this->privates['.state_machine.warning.transition.29'] = new \Symfony\Component\Workflow\Transition('Neu terminieren', 'Terminiert und angenommen', 'Neu terminiert'))), 'is_granted(\'ROLE_DL\')')]], ($this->privates['workflow.security.expression_language'] ?? ($this->privates['workflow.security.expression_language'] = new \Symfony\Component\Workflow\EventListener\ExpressionLanguage())), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), $b);
}
/**
* Gets the private '.state_machine.zues.listener.audit_trail' shared service.
*
* @return \Symfony\Component\Workflow\EventListener\AuditTrailListener
*/
protected function get_StateMachine_Zues_Listener_AuditTrailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/AuditTrailListener.php';
return $this->privates['.state_machine.zues.listener.audit_trail'] = new \Symfony\Component\Workflow\EventListener\AuditTrailListener(($this->privates['monolog.logger.workflow'] ?? $this->getMonolog_Logger_WorkflowService()));
}
/**
* Gets the private '.state_machine.zues.listener.guard' shared service.
*
* @return \Symfony\Component\Workflow\EventListener\GuardListener
*/
protected function get_StateMachine_Zues_Listener_GuardService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/GuardListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/GuardExpression.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/ExpressionLanguage.php';
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['.state_machine.zues.listener.guard'])) {
return $this->privates['.state_machine.zues.listener.guard'];
}
$b = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
if (isset($this->privates['.state_machine.zues.listener.guard'])) {
return $this->privates['.state_machine.zues.listener.guard'];
}
return $this->privates['.state_machine.zues.listener.guard'] = new \Symfony\Component\Workflow\EventListener\GuardListener(['workflow.zues.guard.an DL übermitteln' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.zues.transition.1'] ?? ($this->privates['.state_machine.zues.transition.1'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Offen', 'In Terminierung DL'))), 'is_granted(\'ROLE_SYSTEM\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.zues.transition.2'] ?? ($this->privates['.state_machine.zues.transition.2'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Wiedereröffnet', 'In Terminierung DL'))), 'is_granted(\'ROLE_SYSTEM\')')], 'workflow.zues.guard.Wiederinbetriebnahme Terminiert zum' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.zues.transition.3'] ?? ($this->privates['.state_machine.zues.transition.3'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'Anlage nicht repariert', 'Terminiert und angenommen'))), 'is_granted(\'ROLE_DL\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.zues.transition.4'] ?? ($this->privates['.state_machine.zues.transition.4'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'In Terminierung DL', 'Terminiert und angenommen'))), 'is_granted(\'ROLE_DL\')'), 2 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.zues.transition.5'] ?? ($this->privates['.state_machine.zues.transition.5'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'Wiedereröffnet', 'Terminiert und angenommen'))), 'is_granted(\'ROLE_DL\')')], 'workflow.zues.guard.Ablehnen' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.zues.transition.6'] ?? ($this->privates['.state_machine.zues.transition.6'] = new \Symfony\Component\Workflow\Transition('Ablehnen', 'In Terminierung DL', 'Auftrag abgelehnt'))), 'is_granted(\'ROLE_CUSTODIAN\')')], 'workflow.zues.guard.Anlage repariert' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.zues.transition.7'] ?? ($this->privates['.state_machine.zues.transition.7'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Terminiert und angenommen', 'Ticket schließen'))), 'is_granted(\'ROLE_DL\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.zues.transition.8'] ?? ($this->privates['.state_machine.zues.transition.8'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Anlage in Notbetrieb', 'Ticket schließen'))), 'is_granted(\'ROLE_DL\')'), 2 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.zues.transition.9'] ?? ($this->privates['.state_machine.zues.transition.9'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Neu terminiert', 'Ticket schließen'))), 'is_granted(\'ROLE_DL\')')], 'workflow.zues.guard.Ticket vom System schließen' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.zues.transition.10'] ?? ($this->privates['.state_machine.zues.transition.10'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Ticket schließen', 'Ticket geschlossen'))), 'is_granted(\'ROLE_SYSTEM\')')], 'workflow.zues.guard.Ticket wiedereröffnen' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.zues.transition.11'] ?? ($this->privates['.state_machine.zues.transition.11'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'Ticket schließen', 'Wiedereröffnet'))), 'is_granted(\'ROLE_SYSTEM\')')], 'workflow.zues.guard.Anlage nicht repariert' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.zues.transition.12'] ?? ($this->privates['.state_machine.zues.transition.12'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Terminiert und angenommen', 'Anlage nicht repariert'))), 'is_granted(\'ROLE_DL\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.zues.transition.13'] ?? ($this->privates['.state_machine.zues.transition.13'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Anlage in Notbetrieb', 'Anlage nicht repariert'))), 'is_granted(\'ROLE_DL\')'), 2 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.zues.transition.14'] ?? ($this->privates['.state_machine.zues.transition.14'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Neu terminiert', 'Anlage nicht repariert'))), 'is_granted(\'ROLE_DL\')')], 'workflow.zues.guard.Anlage in Notbetrieb' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.zues.transition.15'] ?? ($this->privates['.state_machine.zues.transition.15'] = new \Symfony\Component\Workflow\Transition('Anlage in Notbetrieb', 'Terminiert und angenommen', 'Anlage in Notbetrieb'))), 'is_granted(\'ROLE_DL\')'), 1 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.zues.transition.16'] ?? ($this->privates['.state_machine.zues.transition.16'] = new \Symfony\Component\Workflow\Transition('Anlage in Notbetrieb', 'Anlage in Notbetrieb', 'Anlage in Notbetrieb'))), 'is_granted(\'ROLE_DL\')'), 2 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.zues.transition.17'] ?? ($this->privates['.state_machine.zues.transition.17'] = new \Symfony\Component\Workflow\Transition('Anlage in Notbetrieb', 'Neu terminiert', 'Anlage in Notbetrieb'))), 'is_granted(\'ROLE_DL\')')], 'workflow.zues.guard.Neu terminieren' => [0 => new \Symfony\Component\Workflow\EventListener\GuardExpression(($this->privates['.state_machine.zues.transition.18'] ?? ($this->privates['.state_machine.zues.transition.18'] = new \Symfony\Component\Workflow\Transition('Neu terminieren', 'Terminiert und angenommen', 'Neu terminiert'))), 'is_granted(\'ROLE_DL\')')]], ($this->privates['workflow.security.expression_language'] ?? ($this->privates['workflow.security.expression_language'] = new \Symfony\Component\Workflow\EventListener\ExpressionLanguage())), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), $b);
}
/**
* Gets the private '.twig.command.debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Twig_Command_Debug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests', false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
});
}
/**
* Gets the private '.twig.command.lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Twig_Command_Lint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors', false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
});
}
/**
* Gets the private 'App\Command\AcoDisorderCommand' shared autowired service.
*
* @return \App\Command\AcoDisorderCommand
*/
protected function getAcoDisorderCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/AcoDisorderCommand.php';
$this->privates['App\\Command\\AcoDisorderCommand'] = $instance = new \App\Command\AcoDisorderCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\FailureDetection\\FailureChecker'] ?? $this->getFailureCheckerService()), ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationService2Service()));
$instance->setName('app:acodisorder-check');
return $instance;
}
/**
* Gets the private 'App\Command\AddUserCommand' shared autowired service.
*
* @return \App\Command\AddUserCommand
*/
protected function getAddUserCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/AddUserCommand.php';
$this->privates['App\\Command\\AddUserCommand'] = $instance = new \App\Command\AddUserCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
$instance->setName('app:add-user');
return $instance;
}
/**
* Gets the private 'App\Command\AddZuesHauptstrCommand' shared autowired service.
*
* @return \App\Command\AddZuesHauptstrCommand
*/
protected function getAddZuesHauptstrCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/AddZuesHauptstrCommand.php';
$this->privates['App\\Command\\AddZuesHauptstrCommand'] = $instance = new \App\Command\AddZuesHauptstrCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));
$instance->setName('app:add-zues-hauptstr');
$instance->setDescription('Add a short description for your command');
return $instance;
}
/**
* Gets the private 'App\Command\AnomalyCheckCommand' shared autowired service.
*
* @return \App\Command\AnomalyCheckCommand
*/
protected function getAnomalyCheckCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/AnomalyCheckCommand.php';
$this->privates['App\\Command\\AnomalyCheckCommand'] = $instance = new \App\Command\AnomalyCheckCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\FailureDetection\\FailureChecker'] ?? $this->getFailureCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationService2Service()));
$instance->setName('app:elevator-anomaly-check');
return $instance;
}
/**
* Gets the private 'App\Command\BackupGpioValuesCommand' shared autowired service.
*
* @return \App\Command\BackupGpioValuesCommand
*/
protected function getBackupGpioValuesCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/BackupGpioValuesCommand.php';
$this->privates['App\\Command\\BackupGpioValuesCommand'] = $instance = new \App\Command\BackupGpioValuesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setName('app:backup-gpiovalues');
return $instance;
}
/**
* Gets the private 'App\Command\CheckActiveObserverCommand' shared autowired service.
*
* @return \App\Command\CheckActiveObserverCommand
*/
protected function getCheckActiveObserverCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/CheckActiveObserverCommand.php';
$this->privates['App\\Command\\CheckActiveObserverCommand'] = $instance = new \App\Command\CheckActiveObserverCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\SensorRemoteService'] ?? $this->getSensorRemoteServiceService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setName('app:restart-observer24h');
return $instance;
}
/**
* Gets the private 'App\Command\CheckFlushnessCommand' shared autowired service.
*
* @return \App\Command\CheckFlushnessCommand
*/
protected function getCheckFlushnessCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/CheckFlushnessCommand.php';
$this->privates['App\\Command\\CheckFlushnessCommand'] = $instance = new \App\Command\CheckFlushnessCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setName('app:checkflushness');
return $instance;
}
/**
* Gets the private 'App\Command\CheckOnOfflineShhCommand' shared autowired service.
*
* @return \App\Command\CheckOnOfflineShhCommand
*/
protected function getCheckOnOfflineShhCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/CheckOnOfflineShhCommand.php';
$this->privates['App\\Command\\CheckOnOfflineShhCommand'] = $instance = new \App\Command\CheckOnOfflineShhCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\SensorRemoteService'] ?? $this->getSensorRemoteServiceService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setName('app:check-on-off-ssh');
return $instance;
}
/**
* Gets the private 'App\Command\CheckSensorOnlineCommand' shared autowired service.
*
* @return \App\Command\CheckSensorOnlineCommand
*/
protected function getCheckSensorOnlineCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/CheckSensorOnlineCommand.php';
$this->privates['App\\Command\\CheckSensorOnlineCommand'] = $instance = new \App\Command\CheckSensorOnlineCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\SensorRemoteService'] ?? $this->getSensorRemoteServiceService()));
$instance->setName('app:check-sensor-online');
return $instance;
}
/**
* Gets the private 'App\Command\CheckZuesFileCommand' shared autowired service.
*
* @return \App\Command\CheckZuesFileCommand
*/
protected function getCheckZuesFileCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/CheckZuesFileCommand.php';
$this->privates['App\\Command\\CheckZuesFileCommand'] = $instance = new \App\Command\CheckZuesFileCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\ZuesDocumentService'] ?? $this->getZuesDocumentServiceService()));
$instance->setName('app:check-zues-file');
$instance->setDescription('Add a short description for your command');
return $instance;
}
/**
* Gets the private 'App\Command\CheckZuesMailboxCommand' shared autowired service.
*
* @return \App\Command\CheckZuesMailboxCommand
*/
protected function getCheckZuesMailboxCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/CheckZuesMailboxCommand.php';
$this->privates['App\\Command\\CheckZuesMailboxCommand'] = $instance = new \App\Command\CheckZuesMailboxCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\ZuesDocumentService'] ?? $this->getZuesDocumentServiceService()));
$instance->setName('app:check-zues-mailbox');
$instance->setDescription('Add a short description for your command');
return $instance;
}
/**
* Gets the private 'App\Command\CleanGpioValueDoublesCommand' shared autowired service.
*
* @return \App\Command\CleanGpioValueDoublesCommand
*/
protected function getCleanGpioValueDoublesCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/CleanGpioValueDoublesCommand.php';
$this->privates['App\\Command\\CleanGpioValueDoublesCommand'] = $instance = new \App\Command\CleanGpioValueDoublesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setName('app:clean-gpio-doubles');
return $instance;
}
/**
* Gets the private 'App\Command\ClearProtocolsWithNoTicketsCommand' shared autowired service.
*
* @return \App\Command\ClearProtocolsWithNoTicketsCommand
*/
protected function getClearProtocolsWithNoTicketsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/ClearProtocolsWithNoTicketsCommand.php';
$this->privates['App\\Command\\ClearProtocolsWithNoTicketsCommand'] = $instance = new \App\Command\ClearProtocolsWithNoTicketsCommand($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()));
$instance->setName('app:clearProtocols');
return $instance;
}
/**
* Gets the private 'App\Command\ClearTicketsCommand' shared autowired service.
*
* @return \App\Command\ClearTicketsCommand
*/
protected function getClearTicketsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/ClearTicketsCommand.php';
$this->privates['App\\Command\\ClearTicketsCommand'] = $instance = new \App\Command\ClearTicketsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setName('app:clear-tickets');
return $instance;
}
/**
* Gets the private 'App\Command\ConvertStatsCommand' shared autowired service.
*
* @return \App\Command\ConvertStatsCommand
*/
protected function getConvertStatsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/ConvertStatsCommand.php';
$this->privates['App\\Command\\ConvertStatsCommand'] = $instance = new \App\Command\ConvertStatsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\FailureDetection\\FailureChecker'] ?? $this->getFailureCheckerService()));
$instance->setName('app:convert-stats');
return $instance;
}
/**
* Gets the private 'App\Command\CopyBromerAqcuisitionCommand' shared autowired service.
*
* @return \App\Command\CopyBromerAqcuisitionCommand
*/
protected function getCopyBromerAqcuisitionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/CopyBromerAqcuisitionCommand.php';
$this->privates['App\\Command\\CopyBromerAqcuisitionCommand'] = $instance = new \App\Command\CopyBromerAqcuisitionCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), $this, ($this->services['router'] ?? $this->getRouterService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));
$instance->setName('app:copy-bromer');
return $instance;
}
/**
* Gets the private 'App\Command\CopyEggerstenAqcuisitionCommand' shared autowired service.
*
* @return \App\Command\CopyEggerstenAqcuisitionCommand
*/
protected function getCopyEggerstenAqcuisitionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/CopyEggerstenAqcuisitionCommand.php';
$this->privates['App\\Command\\CopyEggerstenAqcuisitionCommand'] = $instance = new \App\Command\CopyEggerstenAqcuisitionCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), $this, ($this->services['router'] ?? $this->getRouterService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));
$instance->setName('app:copy-eggersten');
return $instance;
}
/**
* Gets the private 'App\Command\CreateAwmKabinenlichtCommand' shared autowired service.
*
* @return \App\Command\CreateAwmKabinenlichtCommand
*/
protected function getCreateAwmKabinenlichtCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/CreateAwmKabinenlichtCommand.php';
$this->privates['App\\Command\\CreateAwmKabinenlichtCommand'] = $instance = new \App\Command\CreateAwmKabinenlichtCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\FailureDetection\\AwmChecker'] ?? $this->getAwmCheckerService()), ($this->privates['App\\FailureDetection\\FailureChecker'] ?? $this->getFailureCheckerService()), ($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setName('app:createawmcablight');
return $instance;
}
/**
* Gets the private 'App\Command\CreateBsCommand' shared autowired service.
*
* @return \App\Command\CreateBsCommand
*/
protected function getCreateBsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/CreateBsCommand.php';
$this->privates['App\\Command\\CreateBsCommand'] = $instance = new \App\Command\CreateBsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\FailureDetection\\AwmChecker'] ?? $this->getAwmCheckerService()), ($this->privates['App\\FailureDetection\\FailureChecker'] ?? $this->getFailureCheckerService()), ($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setName('app:createbs');
return $instance;
}
/**
* Gets the private 'App\Command\ElevatorCheckCommand' shared autowired service.
*
* @return \App\Command\ElevatorCheckCommand
*/
protected function getElevatorCheckCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/ElevatorCheckCommand.php';
$this->privates['App\\Command\\ElevatorCheckCommand'] = $instance = new \App\Command\ElevatorCheckCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\FailureDetection\\AwmChecker'] ?? $this->getAwmCheckerService()), ($this->privates['App\\FailureDetection\\FailureChecker'] ?? $this->getFailureCheckerService()), ($this->privates['App\\FailureDetection\\TicketChecker'] ?? $this->getTicketCheckerService()), ($this->privates['App\\FailureDetection\\SensorVoltageChecker'] ?? $this->getSensorVoltageCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\LegApiService'] ?? $this->getLegApiServiceService()), ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationService2Service()), ($this->services['kernel'] ?? $this->get('kernel', 1)));
$instance->setName('app:elevator-check');
return $instance;
}
/**
* Gets the private 'App\Command\FakeCriticalErrorCommand' shared autowired service.
*
* @return \App\Command\FakeCriticalErrorCommand
*/
protected function getFakeCriticalErrorCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/FakeCriticalErrorCommand.php';
$this->privates['App\\Command\\FakeCriticalErrorCommand'] = $instance = new \App\Command\FakeCriticalErrorCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\FailureDetection\\FailureChecker'] ?? $this->getFailureCheckerService()), ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationService2Service()));
$instance->setName('app:fake-critical-error');
return $instance;
}
/**
* Gets the private 'App\Command\FixAqcuisitionCommand' shared autowired service.
*
* @return \App\Command\FixAqcuisitionCommand
*/
protected function getFixAqcuisitionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/FixAqcuisitionCommand.php';
$this->privates['App\\Command\\FixAqcuisitionCommand'] = $instance = new \App\Command\FixAqcuisitionCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), $this, ($this->services['router'] ?? $this->getRouterService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));
$instance->setName('app:FixAqcuisition');
return $instance;
}
/**
* Gets the private 'App\Command\FixAquisition3Command' shared autowired service.
*
* @return \App\Command\FixAquisition3Command
*/
protected function getFixAquisition3CommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/FixAquisition3Command.php';
$this->privates['App\\Command\\FixAquisition3Command'] = $instance = new \App\Command\FixAquisition3Command($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), ($this->services['router'] ?? $this->getRouterService()));
$instance->setName('app:fix-aq-v3');
return $instance;
}
/**
* Gets the private 'App\Command\FixAquisitionCommand' shared autowired service.
*
* @return \App\Command\FixAquisitionCommand
*/
protected function getFixAquisitionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/FixAquisitionCommand.php';
$this->privates['App\\Command\\FixAquisitionCommand'] = $instance = new \App\Command\FixAquisitionCommand($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), ($this->services['router'] ?? $this->getRouterService()));
$instance->setName('app:fix-aq-user');
return $instance;
}
/**
* Gets the private 'App\Command\FixAwmErrorsForTicketDeleteCommand' shared autowired service.
*
* @return \App\Command\FixAwmErrorsForTicketDeleteCommand
*/
protected function getFixAwmErrorsForTicketDeleteCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/FixAwmErrorsForTicketDeleteCommand.php';
$this->privates['App\\Command\\FixAwmErrorsForTicketDeleteCommand'] = $instance = new \App\Command\FixAwmErrorsForTicketDeleteCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\FailureDetection\\AwmChecker'] ?? $this->getAwmCheckerService()), ($this->privates['App\\FailureDetection\\FailureChecker'] ?? $this->getFailureCheckerService()), ($this->privates['App\\FailureDetection\\TicketChecker'] ?? $this->getTicketCheckerService()), ($this->privates['App\\FailureDetection\\SensorVoltageChecker'] ?? $this->getSensorVoltageCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\LegApiService'] ?? $this->getLegApiServiceService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));
$instance->setName('app:fix-awm-errors-for-ticket-delete');
return $instance;
}
/**
* Gets the private 'App\Command\FixImagesAqcuisitionCommand' shared autowired service.
*
* @return \App\Command\FixImagesAqcuisitionCommand
*/
protected function getFixImagesAqcuisitionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/FixImagesAqcuisitionCommand.php';
$this->privates['App\\Command\\FixImagesAqcuisitionCommand'] = $instance = new \App\Command\FixImagesAqcuisitionCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), $this, ($this->services['router'] ?? $this->getRouterService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));
$instance->setName('app:FixImagesAqcuisition');
return $instance;
}
/**
* Gets the private 'App\Command\FixImagesAqcuisitionSecondCommand' shared autowired service.
*
* @return \App\Command\FixImagesAqcuisitionSecondCommand
*/
protected function getFixImagesAqcuisitionSecondCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/FixImagesAqcuisitionSecondCommand.php';
$this->privates['App\\Command\\FixImagesAqcuisitionSecondCommand'] = $instance = new \App\Command\FixImagesAqcuisitionSecondCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), $this, ($this->services['router'] ?? $this->getRouterService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));
$instance->setName('app:FixImagesAqcuisitionSecond');
return $instance;
}
/**
* Gets the private 'App\Command\FixImagesAqcuisitionThirdCommand' shared autowired service.
*
* @return \App\Command\FixImagesAqcuisitionThirdCommand
*/
protected function getFixImagesAqcuisitionThirdCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/FixImagesAqcuisitionThirdCommand.php';
$this->privates['App\\Command\\FixImagesAqcuisitionThirdCommand'] = $instance = new \App\Command\FixImagesAqcuisitionThirdCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), $this, ($this->services['router'] ?? $this->getRouterService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));
$instance->setName('app:FixImagesAqcuisitionThird');
return $instance;
}
/**
* Gets the private 'App\Command\FixProtocollCommand' shared autowired service.
*
* @return \App\Command\FixProtocollCommand
*/
protected function getFixProtocollCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/FixProtocollCommand.php';
$this->privates['App\\Command\\FixProtocollCommand'] = $instance = new \App\Command\FixProtocollCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), $this, ($this->services['router'] ?? $this->getRouterService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));
$instance->setName('app:FixProtocoll');
return $instance;
}
/**
* Gets the private 'App\Command\FixRelationsCommand' shared autowired service.
*
* @return \App\Command\FixRelationsCommand
*/
protected function getFixRelationsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/FixRelationsCommand.php';
$this->privates['App\\Command\\FixRelationsCommand'] = $instance = new \App\Command\FixRelationsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\FailureDetection\\FailureChecker'] ?? $this->getFailureCheckerService()));
$instance->setName('app:fix-relations');
return $instance;
}
/**
* Gets the private 'App\Command\FixStateHistoryCommand' shared autowired service.
*
* @return \App\Command\FixStateHistoryCommand
*/
protected function getFixStateHistoryCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/FixStateHistoryCommand.php';
include_once \dirname(__DIR__, 4).'/src/Service/AcoLoggerService.php';
$this->privates['App\\Command\\FixStateHistoryCommand'] = $instance = new \App\Command\FixStateHistoryCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\FailureDetection\\AwmChecker'] ?? $this->getAwmCheckerService()), ($this->privates['App\\FailureDetection\\FailureChecker'] ?? $this->getFailureCheckerService()), ($this->privates['App\\FailureDetection\\TicketChecker'] ?? $this->getTicketCheckerService()), ($this->privates['App\\FailureDetection\\SensorVoltageChecker'] ?? $this->getSensorVoltageCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\AcoLoggerService'] ?? ($this->privates['App\\Service\\AcoLoggerService'] = new \App\Service\AcoLoggerService(($this->services['kernel'] ?? $this->get('kernel', 1))))), ($this->services['kernel'] ?? $this->get('kernel', 1)));
$instance->setName('app:fix-elv-states');
return $instance;
}
/**
* Gets the private 'App\Command\FixStatsCommand' shared autowired service.
*
* @return \App\Command\FixStatsCommand
*/
protected function getFixStatsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/FixStatsCommand.php';
$this->privates['App\\Command\\FixStatsCommand'] = $instance = new \App\Command\FixStatsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\FailureDetection\\FailureChecker'] ?? $this->getFailureCheckerService()));
$instance->setName('app:fix-stats');
return $instance;
}
/**
* Gets the private 'App\Command\GszTestCommand' shared autowired service.
*
* @return \App\Command\GszTestCommand
*/
protected function getGszTestCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/GszTestCommand.php';
$this->privates['App\\Command\\GszTestCommand'] = $instance = new \App\Command\GszTestCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\FailureDetection\\NeaChecker'] ?? $this->getNeaCheckerService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));
$instance->setName('app:gsztestmail');
return $instance;
}
/**
* Gets the private 'App\Command\ImportArrUserCommand' shared autowired service.
*
* @return \App\Command\ImportArrUserCommand
*/
protected function getImportArrUserCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/ImportArrUserCommand.php';
$this->privates['App\\Command\\ImportArrUserCommand'] = $instance = new \App\Command\ImportArrUserCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));
$instance->setName('app:import-arr');
return $instance;
}
/**
* Gets the private 'App\Command\ImportLegCommand' shared autowired service.
*
* @return \App\Command\ImportLegCommand
*/
protected function getImportLegCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/ImportLegCommand.php';
$this->privates['App\\Command\\ImportLegCommand'] = $instance = new \App\Command\ImportLegCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['Geocoder\\ProviderAggregator'] ?? $this->getProviderAggregatorService()));
$instance->setName('app:import-leg');
return $instance;
}
/**
* Gets the private 'App\Command\ImportLegDlMbghCommand' shared autowired service.
*
* @return \App\Command\ImportLegDlMbghCommand
*/
protected function getImportLegDlMbghCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/ImportLegDlMbghCommand.php';
$this->privates['App\\Command\\ImportLegDlMbghCommand'] = $instance = new \App\Command\ImportLegDlMbghCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['Geocoder\\ProviderAggregator'] ?? $this->getProviderAggregatorService()));
$instance->setName('app:import-leg-dl-mbgh');
return $instance;
}
/**
* Gets the private 'App\Command\LatLonCommand' shared autowired service.
*
* @return \App\Command\LatLonCommand
*/
protected function getLatLonCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/LatLonCommand.php';
$this->privates['App\\Command\\LatLonCommand'] = $instance = new \App\Command\LatLonCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['Geocoder\\ProviderAggregator'] ?? $this->getProviderAggregatorService()));
$instance->setName('app:get-lat-lon');
return $instance;
}
/**
* Gets the private 'App\Command\LegApiCheckDiffCommand' shared autowired service.
*
* @return \App\Command\LegApiCheckDiffCommand
*/
protected function getLegApiCheckDiffCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/LegApiCheckDiffCommand.php';
$this->privates['App\\Command\\LegApiCheckDiffCommand'] = $instance = new \App\Command\LegApiCheckDiffCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\LegApiService'] ?? $this->getLegApiServiceService()), ($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationService2Service()));
$instance->setName('app:leg-api-check-diff');
return $instance;
}
/**
* Gets the private 'App\Command\LegApiGetCommand' shared autowired service.
*
* @return \App\Command\LegApiGetCommand
*/
protected function getLegApiGetCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/LegApiGetCommand.php';
$this->privates['App\\Command\\LegApiGetCommand'] = $instance = new \App\Command\LegApiGetCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\LegApiService'] ?? $this->getLegApiServiceService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));
$instance->setName('app:leg-api-get');
return $instance;
}
/**
* Gets the private 'App\Command\LegApiPostCommand' shared autowired service.
*
* @return \App\Command\LegApiPostCommand
*/
protected function getLegApiPostCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/LegApiPostCommand.php';
$this->privates['App\\Command\\LegApiPostCommand'] = $instance = new \App\Command\LegApiPostCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\LegApiService'] ?? $this->getLegApiServiceService()), ($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationService2Service()));
$instance->setName('app:leg-api-post');
return $instance;
}
/**
* Gets the private 'App\Command\LegApiRetry409Command' shared autowired service.
*
* @return \App\Command\LegApiRetry409Command
*/
protected function getLegApiRetry409CommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/LegApiRetry409Command.php';
$this->privates['App\\Command\\LegApiRetry409Command'] = $instance = new \App\Command\LegApiRetry409Command(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\LegApiService'] ?? $this->getLegApiServiceService()), ($this->privates['App\\Repository\\LegApiRetryRequestRepository'] ?? $this->getLegApiRetryRequestRepositoryService()));
$instance->setName('app:leg-api-retry-409');
return $instance;
}
/**
* Gets the private 'App\Command\LegApiSyncStateLisCommand' shared autowired service.
*
* @return \App\Command\LegApiSyncStateLisCommand
*/
protected function getLegApiSyncStateLisCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/LegApiSyncStateLisCommand.php';
$this->privates['App\\Command\\LegApiSyncStateLisCommand'] = $instance = new \App\Command\LegApiSyncStateLisCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\LegApiService'] ?? $this->getLegApiServiceService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));
$instance->setName('app:leg-api-sync-state-lis');
return $instance;
}
/**
* Gets the private 'App\Command\NeaCheckCommand' shared autowired service.
*
* @return \App\Command\NeaCheckCommand
*/
protected function getNeaCheckCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/NeaCheckCommand.php';
$this->privates['App\\Command\\NeaCheckCommand'] = $instance = new \App\Command\NeaCheckCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\FailureDetection\\NeaChecker'] ?? $this->getNeaCheckerService()), ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationService2Service()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setName('app:nea-check');
return $instance;
}
/**
* Gets the private 'App\Command\RegenerateAqcuisitionCommand' shared autowired service.
*
* @return \App\Command\RegenerateAqcuisitionCommand
*/
protected function getRegenerateAqcuisitionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/RegenerateAqcuisitionCommand.php';
$this->privates['App\\Command\\RegenerateAqcuisitionCommand'] = $instance = new \App\Command\RegenerateAqcuisitionCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), $this, ($this->services['router'] ?? $this->getRouterService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));
$instance->setName('app:regenerate-acq');
return $instance;
}
/**
* Gets the private 'App\Command\RegenerateInstallProtocolCommand' shared autowired service.
*
* @return \App\Command\RegenerateInstallProtocolCommand
*/
protected function getRegenerateInstallProtocolCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/RegenerateInstallProtocolCommand.php';
$this->privates['App\\Command\\RegenerateInstallProtocolCommand'] = $instance = new \App\Command\RegenerateInstallProtocolCommand($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()));
$instance->setName('app:regenerateInstallProtocol');
return $instance;
}
/**
* Gets the private 'App\Command\RegenerateManualInspectionProtocolCommand' shared autowired service.
*
* @return \App\Command\RegenerateManualInspectionProtocolCommand
*/
protected function getRegenerateManualInspectionProtocolCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/RegenerateManualInspectionProtocolCommand.php';
$this->privates['App\\Command\\RegenerateManualInspectionProtocolCommand'] = $instance = new \App\Command\RegenerateManualInspectionProtocolCommand($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()));
$instance->setName('app:RegenerateManualInspectionProtocol');
return $instance;
}
/**
* Gets the private 'App\Command\ResetElevatorCommand' shared autowired service.
*
* @return \App\Command\ResetElevatorCommand
*/
protected function getResetElevatorCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/ResetElevatorCommand.php';
$this->privates['App\\Command\\ResetElevatorCommand'] = $instance = new \App\Command\ResetElevatorCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\FailureDetection\\AwmChecker'] ?? $this->getAwmCheckerService()), ($this->privates['App\\FailureDetection\\FailureChecker'] ?? $this->getFailureCheckerService()), ($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setName('app:resetelv');
return $instance;
}
/**
* Gets the private 'App\Command\ResetStateCommand' shared autowired service.
*
* @return \App\Command\ResetStateCommand
*/
protected function getResetStateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/ResetStateCommand.php';
include_once \dirname(__DIR__, 4).'/src/Service/AcoLoggerService.php';
$this->privates['App\\Command\\ResetStateCommand'] = $instance = new \App\Command\ResetStateCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\FailureDetection\\AwmChecker'] ?? $this->getAwmCheckerService()), ($this->privates['App\\FailureDetection\\FailureChecker'] ?? $this->getFailureCheckerService()), ($this->privates['App\\FailureDetection\\TicketChecker'] ?? $this->getTicketCheckerService()), ($this->privates['App\\FailureDetection\\SensorVoltageChecker'] ?? $this->getSensorVoltageCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\AcoLoggerService'] ?? ($this->privates['App\\Service\\AcoLoggerService'] = new \App\Service\AcoLoggerService(($this->services['kernel'] ?? $this->get('kernel', 1))))), ($this->services['kernel'] ?? $this->get('kernel', 1)));
$instance->setName('app:reset-state');
return $instance;
}
/**
* Gets the private 'App\Command\RestartAllCommand' shared autowired service.
*
* @return \App\Command\RestartAllCommand
*/
protected function getRestartAllCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/RestartAllCommand.php';
$this->privates['App\\Command\\RestartAllCommand'] = $instance = new \App\Command\RestartAllCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\SensorRemoteService'] ?? $this->getSensorRemoteServiceService()));
$instance->setName('app:restart-all');
return $instance;
}
/**
* Gets the private 'App\Command\RestartObserver24hCommand' shared autowired service.
*
* @return \App\Command\RestartObserver24hCommand
*/
protected function getRestartObserver24hCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/RestartObserver24hCommand.php';
$this->privates['App\\Command\\RestartObserver24hCommand'] = $instance = new \App\Command\RestartObserver24hCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\SensorRemoteService'] ?? $this->getSensorRemoteServiceService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setName('app:restart-observer24h');
return $instance;
}
/**
* Gets the private 'App\Command\SendNotSendedMailsCommand' shared autowired service.
*
* @return \App\Command\SendNotSendedMailsCommand
*/
protected function getSendNotSendedMailsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/SendNotSendedMailsCommand.php';
$this->privates['App\\Command\\SendNotSendedMailsCommand'] = $instance = new \App\Command\SendNotSendedMailsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\FailureDetection\\FailureChecker'] ?? $this->getFailureCheckerService()), ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationService2Service()));
$instance->setName('app:send-not-sended');
return $instance;
}
/**
* Gets the private 'App\Command\SensorCheckCommand' shared autowired service.
*
* @return \App\Command\SensorCheckCommand
*/
protected function getSensorCheckCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/SensorCheckCommand.php';
$this->privates['App\\Command\\SensorCheckCommand'] = $instance = new \App\Command\SensorCheckCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setName('app:sensor-check');
return $instance;
}
/**
* Gets the private 'App\Command\SensorCheckRegisterCommand' shared autowired service.
*
* @return \App\Command\SensorCheckRegisterCommand
*/
protected function getSensorCheckRegisterCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/SensorCheckRegisterCommand.php';
$this->privates['App\\Command\\SensorCheckRegisterCommand'] = $instance = new \App\Command\SensorCheckRegisterCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\SensorRemoteService'] ?? $this->getSensorRemoteServiceService()));
$instance->setName('app:check-sensor-register');
return $instance;
}
/**
* Gets the private 'App\Command\SensorCheckTestCommand' shared autowired service.
*
* @return \App\Command\SensorCheckTestCommand
*/
protected function getSensorCheckTestCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/SensorCheckTestCommand.php';
$this->privates['App\\Command\\SensorCheckTestCommand'] = $instance = new \App\Command\SensorCheckTestCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setName('app:sensor-check-test');
return $instance;
}
/**
* Gets the private 'App\Command\SensorUpdatreCommand' shared autowired service.
*
* @return \App\Command\SensorUpdatreCommand
*/
protected function getSensorUpdatreCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/SensorUpdatreCommand.php';
$this->privates['App\\Command\\SensorUpdatreCommand'] = $instance = new \App\Command\SensorUpdatreCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\FailureDetection\\FailureChecker'] ?? $this->getFailureCheckerService()), ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationService2Service()));
$instance->setName('app:update-sensor');
return $instance;
}
/**
* Gets the private 'App\Command\TicketEscalateCommand' shared autowired service.
*
* @return \App\Command\TicketEscalateCommand
*/
protected function getTicketEscalateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/TicketEscalateCommand.php';
$this->privates['App\\Command\\TicketEscalateCommand'] = $instance = new \App\Command\TicketEscalateCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\FailureDetection\\TicketChecker'] ?? $this->getTicketCheckerService()), ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationService2Service()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setName('app:ticket-escalate');
$instance->setDescription('Add a short description for your command');
return $instance;
}
/**
* Gets the private 'App\Command\UpdateElevatorBsDateCommand' shared autowired service.
*
* @return \App\Command\UpdateElevatorBsDateCommand
*/
protected function getUpdateElevatorBsDateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/UpdateElevatorBsDateCommand.php';
$this->privates['App\\Command\\UpdateElevatorBsDateCommand'] = $instance = new \App\Command\UpdateElevatorBsDateCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setName('app:elv-update-bsdate');
return $instance;
}
/**
* Gets the private 'App\Command\UpdateSensorHashCommand' shared autowired service.
*
* @return \App\Command\UpdateSensorHashCommand
*/
protected function getUpdateSensorHashCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/UpdateSensorHashCommand.php';
$this->privates['App\\Command\\UpdateSensorHashCommand'] = $instance = new \App\Command\UpdateSensorHashCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setName('app:generate-sensor-hashs');
return $instance;
}
/**
* Gets the private 'App\Command\UpdateTgaHashCommand' shared autowired service.
*
* @return \App\Command\UpdateTgaHashCommand
*/
protected function getUpdateTgaHashCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/UpdateTgaHashCommand.php';
$this->privates['App\\Command\\UpdateTgaHashCommand'] = $instance = new \App\Command\UpdateTgaHashCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setName('app:generate-tga-hashs');
return $instance;
}
/**
* Gets the private 'App\Command\UpdateUserRolesDatCommand' shared autowired service.
*
* @return \App\Command\UpdateUserRolesDatCommand
*/
protected function getUpdateUserRolesDatCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/UpdateUserRolesDatCommand.php';
$this->privates['App\\Command\\UpdateUserRolesDatCommand'] = $instance = new \App\Command\UpdateUserRolesDatCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
$instance->setName('app:update-user-dat');
return $instance;
}
/**
* Gets the private 'App\EventSubscriber\InstallAccessSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\InstallAccessSubscriber
*/
protected function getInstallAccessSubscriberService()
{
return $this->privates['App\\EventSubscriber\\InstallAccessSubscriber'] = new \App\EventSubscriber\InstallAccessSubscriber(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\EventSubscriber\InstallLogoutSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\InstallLogoutSubscriber
*/
protected function getInstallLogoutSubscriberService()
{
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/InstallLogoutSubscriber.php';
return $this->privates['App\\EventSubscriber\\InstallLogoutSubscriber'] = new \App\EventSubscriber\InstallLogoutSubscriber(($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'App\EventSubscriber\PasswordChangeSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\PasswordChangeSubscriber
*/
protected function getPasswordChangeSubscriberService()
{
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\EventSubscriber\\PasswordChangeSubscriber'])) {
return $this->privates['App\\EventSubscriber\\PasswordChangeSubscriber'];
}
return $this->privates['App\\EventSubscriber\\PasswordChangeSubscriber'] = new \App\EventSubscriber\PasswordChangeSubscriber($a, ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'App\EventSubscriber\RequestSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\RequestSubscriber
*/
protected function getRequestSubscriberService()
{
return $this->privates['App\\EventSubscriber\\RequestSubscriber'] = new \App\EventSubscriber\RequestSubscriber(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\EventSubscriber\TransitionEventSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\TransitionEventSubscriber
*/
protected function getTransitionEventSubscriberService()
{
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/TransitionEventSubscriber.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\EventSubscriber\\TransitionEventSubscriber'])) {
return $this->privates['App\\EventSubscriber\\TransitionEventSubscriber'];
}
$b = ($this->privates['workflow.registry'] ?? $this->getWorkflow_RegistryService());
if (isset($this->privates['App\\EventSubscriber\\TransitionEventSubscriber'])) {
return $this->privates['App\\EventSubscriber\\TransitionEventSubscriber'];
}
$c = ($this->privates['App\\Service\\LegApiService'] ?? $this->getLegApiServiceService());
if (isset($this->privates['App\\EventSubscriber\\TransitionEventSubscriber'])) {
return $this->privates['App\\EventSubscriber\\TransitionEventSubscriber'];
}
return $this->privates['App\\EventSubscriber\\TransitionEventSubscriber'] = new \App\EventSubscriber\TransitionEventSubscriber(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, $b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $c);
}
/**
* Gets the private 'App\FailureDetection\AwmChecker' shared autowired service.
*
* @return \App\FailureDetection\AwmChecker
*/
protected function getAwmCheckerService()
{
include_once \dirname(__DIR__, 4).'/src/FailureDetection/AwmChecker.php';
include_once \dirname(__DIR__, 4).'/src/Service/AcoLoggerService.php';
return $this->privates['App\\FailureDetection\\AwmChecker'] = new \App\FailureDetection\AwmChecker(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\TicketGenerator'] ?? $this->getTicketGeneratorService()), ($this->privates['App\\Service\\AcoLoggerService'] ?? ($this->privates['App\\Service\\AcoLoggerService'] = new \App\Service\AcoLoggerService(($this->services['kernel'] ?? $this->get('kernel', 1))))), ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationService2Service()));
}
/**
* Gets the private 'App\FailureDetection\FailureChecker' shared autowired service.
*
* @return \App\FailureDetection\FailureChecker
*/
protected function getFailureCheckerService()
{
include_once \dirname(__DIR__, 4).'/src/FailureDetection/FailureChecker.php';
return $this->privates['App\\FailureDetection\\FailureChecker'] = new \App\FailureDetection\FailureChecker(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\TicketGenerator'] ?? $this->getTicketGeneratorService()), ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationService2Service()));
}
/**
* Gets the private 'App\FailureDetection\NeaChecker' shared autowired service.
*
* @return \App\FailureDetection\NeaChecker
*/
protected function getNeaCheckerService()
{
include_once \dirname(__DIR__, 4).'/src/FailureDetection/NeaChecker.php';
return $this->privates['App\\FailureDetection\\NeaChecker'] = new \App\FailureDetection\NeaChecker(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\TicketGenerator'] ?? $this->getTicketGeneratorService()));
}
/**
* Gets the private 'App\FailureDetection\SensorVoltageChecker' shared autowired service.
*
* @return \App\FailureDetection\SensorVoltageChecker
*/
protected function getSensorVoltageCheckerService()
{
include_once \dirname(__DIR__, 4).'/src/FailureDetection/SensorVoltageChecker.php';
return $this->privates['App\\FailureDetection\\SensorVoltageChecker'] = new \App\FailureDetection\SensorVoltageChecker(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\TicketGenerator'] ?? $this->getTicketGeneratorService()));
}
/**
* Gets the private 'App\FailureDetection\TicketChecker' shared autowired service.
*
* @return \App\FailureDetection\TicketChecker
*/
protected function getTicketCheckerService()
{
include_once \dirname(__DIR__, 4).'/src/FailureDetection/TicketChecker.php';
return $this->privates['App\\FailureDetection\\TicketChecker'] = new \App\FailureDetection\TicketChecker(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\TicketGenerator'] ?? $this->getTicketGeneratorService()), ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationService2Service()));
}
/**
* Gets the private 'App\Form\AddressType' shared autowired service.
*
* @return \App\Form\AddressType
*/
protected function getAddressTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/AddressType.php';
return $this->privates['App\\Form\\AddressType'] = new \App\Form\AddressType();
}
/**
* Gets the private 'App\Form\ChangePasswordFormType' shared autowired service.
*
* @return \App\Form\ChangePasswordFormType
*/
protected function getChangePasswordFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ChangePasswordFormType.php';
return $this->privates['App\\Form\\ChangePasswordFormType'] = new \App\Form\ChangePasswordFormType();
}
/**
* Gets the private 'App\Form\CommentType' shared autowired service.
*
* @return \App\Form\CommentType
*/
protected function getCommentTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CommentType.php';
return $this->privates['App\\Form\\CommentType'] = new \App\Form\CommentType();
}
/**
* Gets the private 'App\Form\ContactType' shared autowired service.
*
* @return \App\Form\ContactType
*/
protected function getContactTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ContactType.php';
return $this->privates['App\\Form\\ContactType'] = new \App\Form\ContactType();
}
/**
* Gets the private 'App\Form\DocumentType' shared autowired service.
*
* @return \App\Form\DocumentType
*/
protected function getDocumentTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/DocumentType.php';
return $this->privates['App\\Form\\DocumentType'] = new \App\Form\DocumentType();
}
/**
* Gets the private 'App\Form\ElevatorAcquisitionTestType' shared autowired service.
*
* @return \App\Form\ElevatorAcquisitionTestType
*/
protected function getElevatorAcquisitionTestTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ElevatorAcquisitionTestType.php';
return $this->privates['App\\Form\\ElevatorAcquisitionTestType'] = new \App\Form\ElevatorAcquisitionTestType();
}
/**
* Gets the private 'App\Form\ElevatorAcquisitionType' shared autowired service.
*
* @return \App\Form\ElevatorAcquisitionType
*/
protected function getElevatorAcquisitionTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ElevatorAcquisitionType.php';
return $this->privates['App\\Form\\ElevatorAcquisitionType'] = new \App\Form\ElevatorAcquisitionType();
}
/**
* Gets the private 'App\Form\ElevatorCompaniesType' shared autowired service.
*
* @return \App\Form\ElevatorCompaniesType
*/
protected function getElevatorCompaniesTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ElevatorCompaniesType.php';
$a = ($this->privates['App\\Repository\\CompanyRepository'] ?? $this->getCompanyRepositoryService());
if (isset($this->privates['App\\Form\\ElevatorCompaniesType'])) {
return $this->privates['App\\Form\\ElevatorCompaniesType'];
}
$b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Form\\ElevatorCompaniesType'])) {
return $this->privates['App\\Form\\ElevatorCompaniesType'];
}
return $this->privates['App\\Form\\ElevatorCompaniesType'] = new \App\Form\ElevatorCompaniesType($a, $b);
}
/**
* Gets the private 'App\Form\ElevatorInvertingForm' shared autowired service.
*
* @return \App\Form\ElevatorInvertingForm
*/
protected function getElevatorInvertingFormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ElevatorInvertingForm.php';
return $this->privates['App\\Form\\ElevatorInvertingForm'] = new \App\Form\ElevatorInvertingForm();
}
/**
* Gets the private 'App\Form\Flow\ElevatorAcquisitionFlow' shared autowired service.
*
* @return \App\Form\Flow\ElevatorAcquisitionFlow
*/
protected function getElevatorAcquisitionFlowService()
{
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Form/FormFlowInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Form/FormFlow.php';
include_once \dirname(__DIR__, 4).'/src/Form/Flow/ElevatorAcquisitionFlow.php';
$this->privates['App\\Form\\Flow\\ElevatorAcquisitionFlow'] = $instance = new \App\Form\Flow\ElevatorAcquisitionFlow();
$instance->setDataManager(($this->privates['craue.form.flow.data_manager_default'] ?? $this->getCraue_Form_Flow_DataManagerDefaultService()));
$instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
$instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
if ($this->has('event_dispatcher')) {
$instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
return $instance;
}
/**
* Gets the private 'App\Form\Flow\InstallFlow' shared autowired service.
*
* @return \App\Form\Flow\InstallFlow
*/
protected function getInstallFlowService()
{
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Form/FormFlowInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Form/FormFlow.php';
include_once \dirname(__DIR__, 4).'/src/Form/Flow/InstallFlow.php';
$this->privates['App\\Form\\Flow\\InstallFlow'] = $instance = new \App\Form\Flow\InstallFlow(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setDataManager(($this->privates['craue.form.flow.data_manager_default'] ?? $this->getCraue_Form_Flow_DataManagerDefaultService()));
$instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
$instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
if ($this->has('event_dispatcher')) {
$instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
return $instance;
}
/**
* Gets the private 'App\Form\Flow\InstallNeaFlow' shared autowired service.
*
* @return \App\Form\Flow\InstallNeaFlow
*/
protected function getInstallNeaFlowService()
{
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Form/FormFlowInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Form/FormFlow.php';
include_once \dirname(__DIR__, 4).'/src/Form/Flow/InstallNeaFlow.php';
$this->privates['App\\Form\\Flow\\InstallNeaFlow'] = $instance = new \App\Form\Flow\InstallNeaFlow();
$instance->setDataManager(($this->privates['craue.form.flow.data_manager_default'] ?? $this->getCraue_Form_Flow_DataManagerDefaultService()));
$instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
$instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
if ($this->has('event_dispatcher')) {
$instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
return $instance;
}
/**
* Gets the private 'App\Form\Flow\ManualInspectionFlow' shared autowired service.
*
* @return \App\Form\Flow\ManualInspectionFlow
*/
protected function getManualInspectionFlowService()
{
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Form/FormFlowInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Form/FormFlow.php';
include_once \dirname(__DIR__, 4).'/src/Form/Flow/ManualInspectionFlow.php';
$this->privates['App\\Form\\Flow\\ManualInspectionFlow'] = $instance = new \App\Form\Flow\ManualInspectionFlow();
$instance->setDataManager(($this->privates['craue.form.flow.data_manager_default'] ?? $this->getCraue_Form_Flow_DataManagerDefaultService()));
$instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
$instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
if ($this->has('event_dispatcher')) {
$instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
return $instance;
}
/**
* Gets the private 'App\Form\InstallElevatorType' shared autowired service.
*
* @return \App\Form\InstallElevatorType
*/
protected function getInstallElevatorTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/InstallElevatorType.php';
return $this->privates['App\\Form\\InstallElevatorType'] = new \App\Form\InstallElevatorType();
}
/**
* Gets the private 'App\Form\InstallNeaSensorForm' shared autowired service.
*
* @return \App\Form\InstallNeaSensorForm
*/
protected function getInstallNeaSensorFormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/InstallNeaSensorForm.php';
return $this->privates['App\\Form\\InstallNeaSensorForm'] = new \App\Form\InstallNeaSensorForm();
}
/**
* Gets the private 'App\Form\InstallSensorForm' shared autowired service.
*
* @return \App\Form\InstallSensorForm
*/
protected function getInstallSensorFormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/InstallSensorForm.php';
return $this->privates['App\\Form\\InstallSensorForm'] = new \App\Form\InstallSensorForm();
}
/**
* Gets the private 'App\Form\JsonCodeEditorType' shared autowired service.
*
* @return \App\Form\JsonCodeEditorType
*/
protected function getJsonCodeEditorTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/JsonCodeEditorType.php';
return $this->privates['App\\Form\\JsonCodeEditorType'] = new \App\Form\JsonCodeEditorType();
}
/**
* Gets the private 'App\Form\ManualInspectionForm' shared autowired service.
*
* @return \App\Form\ManualInspectionForm
*/
protected function getManualInspectionFormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ManualInspectionForm.php';
return $this->privates['App\\Form\\ManualInspectionForm'] = new \App\Form\ManualInspectionForm();
}
/**
* Gets the private 'App\Form\ResetPasswordRequestFormType' shared autowired service.
*
* @return \App\Form\ResetPasswordRequestFormType
*/
protected function getResetPasswordRequestFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ResetPasswordRequestFormType.php';
return $this->privates['App\\Form\\ResetPasswordRequestFormType'] = new \App\Form\ResetPasswordRequestFormType();
}
/**
* Gets the private 'App\Form\SensorType' shared autowired service.
*
* @return \App\Form\SensorType
*/
protected function getSensorTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/SensorType.php';
return $this->privates['App\\Form\\SensorType'] = new \App\Form\SensorType();
}
/**
* Gets the private 'App\Form\TicketNeaType' shared autowired service.
*
* @return \App\Form\TicketNeaType
*/
protected function getTicketNeaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/TicketNeaType.php';
$a = ($this->privates['workflow.registry'] ?? $this->getWorkflow_RegistryService());
if (isset($this->privates['App\\Form\\TicketNeaType'])) {
return $this->privates['App\\Form\\TicketNeaType'];
}
return $this->privates['App\\Form\\TicketNeaType'] = new \App\Form\TicketNeaType($a);
}
/**
* Gets the private 'App\Form\TicketSensorType' shared autowired service.
*
* @return \App\Form\TicketSensorType
*/
protected function getTicketSensorTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/TicketSensorType.php';
$a = ($this->privates['workflow.registry'] ?? $this->getWorkflow_RegistryService());
if (isset($this->privates['App\\Form\\TicketSensorType'])) {
return $this->privates['App\\Form\\TicketSensorType'];
}
return $this->privates['App\\Form\\TicketSensorType'] = new \App\Form\TicketSensorType($a);
}
/**
* Gets the private 'App\Form\TicketTankType' shared autowired service.
*
* @return \App\Form\TicketTankType
*/
protected function getTicketTankTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/TicketTankType.php';
$a = ($this->privates['workflow.registry'] ?? $this->getWorkflow_RegistryService());
if (isset($this->privates['App\\Form\\TicketTankType'])) {
return $this->privates['App\\Form\\TicketTankType'];
}
return $this->privates['App\\Form\\TicketTankType'] = new \App\Form\TicketTankType($a);
}
/**
* Gets the private 'App\Form\TicketType' shared autowired service.
*
* @return \App\Form\TicketType
*/
protected function getTicketTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/TicketType.php';
$a = ($this->privates['workflow.registry'] ?? $this->getWorkflow_RegistryService());
if (isset($this->privates['App\\Form\\TicketType'])) {
return $this->privates['App\\Form\\TicketType'];
}
return $this->privates['App\\Form\\TicketType'] = new \App\Form\TicketType($a);
}
/**
* Gets the private 'App\Form\Type\AutocompleteType' shared autowired service.
*
* @return \App\Form\Type\AutocompleteType
*/
protected function getAutocompleteTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Type/AutocompleteType.php';
return $this->privates['App\\Form\\Type\\AutocompleteType'] = new \App\Form\Type\AutocompleteType();
}
/**
* Gets the private 'App\Form\Type\ElevatorSearchType' shared autowired service.
*
* @return \App\Form\Type\ElevatorSearchType
*/
protected function getElevatorSearchTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Type/ElevatorSearchType.php';
$a = ($this->privates['App\\Repository\\ElevatorRepository'] ?? $this->getElevatorRepositoryService());
if (isset($this->privates['App\\Form\\Type\\ElevatorSearchType'])) {
return $this->privates['App\\Form\\Type\\ElevatorSearchType'];
}
return $this->privates['App\\Form\\Type\\ElevatorSearchType'] = new \App\Form\Type\ElevatorSearchType($a, ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'App\Form\Type\JsonType' shared autowired service.
*
* @return \App\Form\Type\JsonType
*/
protected function getJsonTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Type/JsonType.php';
return $this->privates['App\\Form\\Type\\JsonType'] = new \App\Form\Type\JsonType();
}
/**
* Gets the private 'App\Form\UploadTestType' shared autowired service.
*
* @return \App\Form\UploadTestType
*/
protected function getUploadTestTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/UploadTestType.php';
return $this->privates['App\\Form\\UploadTestType'] = new \App\Form\UploadTestType();
}
/**
* Gets the private 'App\Form\UserFirstLoginFormType' shared autowired service.
*
* @return \App\Form\UserFirstLoginFormType
*/
protected function getUserFirstLoginFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/UserFirstLoginFormType.php';
return $this->privates['App\\Form\\UserFirstLoginFormType'] = new \App\Form\UserFirstLoginFormType();
}
/**
* Gets the private 'App\Form\UserProfileFormType' shared autowired service.
*
* @return \App\Form\UserProfileFormType
*/
protected function getUserProfileFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/UserProfileFormType.php';
return $this->privates['App\\Form\\UserProfileFormType'] = new \App\Form\UserProfileFormType();
}
/**
* Gets the private 'App\Repository\AddressRepository' shared autowired service.
*
* @return \App\Repository\AddressRepository
*/
protected function getAddressRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/AddressRepository.php';
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Repository\\AddressRepository'])) {
return $this->privates['App\\Repository\\AddressRepository'];
}
return $this->privates['App\\Repository\\AddressRepository'] = new \App\Repository\AddressRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
}
/**
* Gets the private 'App\Repository\ApiStatsRepository' shared autowired service.
*
* @return \App\Repository\ApiStatsRepository
*/
protected function getApiStatsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ApiStatsRepository.php';
return $this->privates['App\\Repository\\ApiStatsRepository'] = new \App\Repository\ApiStatsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\AwmErrorRepository' shared autowired service.
*
* @return \App\Repository\AwmErrorRepository
*/
protected function getAwmErrorRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/AwmErrorRepository.php';
return $this->privates['App\\Repository\\AwmErrorRepository'] = new \App\Repository\AwmErrorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\AwmRepository' shared autowired service.
*
* @return \App\Repository\AwmRepository
*/
protected function getAwmRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/AwmRepository.php';
return $this->privates['App\\Repository\\AwmRepository'] = new \App\Repository\AwmRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\BuchungskreisRepository' shared autowired service.
*
* @return \App\Repository\BuchungskreisRepository
*/
protected function getBuchungskreisRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/BuchungskreisRepository.php';
return $this->privates['App\\Repository\\BuchungskreisRepository'] = new \App\Repository\BuchungskreisRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ClientRepository' shared autowired service.
*
* @return \App\Repository\ClientRepository
*/
protected function getClientRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ClientRepository.php';
return $this->privates['App\\Repository\\ClientRepository'] = new \App\Repository\ClientRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CompanyRepository' shared autowired service.
*
* @return \App\Repository\CompanyRepository
*/
protected function getCompanyRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CompanyRepository.php';
include_once \dirname(__DIR__, 4).'/src/Helper/AuthenticationHelper.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Repository\\CompanyRepository'])) {
return $this->privates['App\\Repository\\CompanyRepository'];
}
$b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Repository\\CompanyRepository'])) {
return $this->privates['App\\Repository\\CompanyRepository'];
}
$c = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
return $this->privates['App\\Repository\\CompanyRepository'] = new \App\Repository\CompanyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), new \App\Helper\AuthenticationHelper($a, $c, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $this), $c, $b, $a);
}
/**
* Gets the private 'App\Repository\ContactRepository' shared autowired service.
*
* @return \App\Repository\ContactRepository
*/
protected function getContactRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ContactRepository.php';
return $this->privates['App\\Repository\\ContactRepository'] = new \App\Repository\ContactRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ControlManufacturerRepository' shared autowired service.
*
* @return \App\Repository\ControlManufacturerRepository
*/
protected function getControlManufacturerRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ControlManufacturerRepository.php';
return $this->privates['App\\Repository\\ControlManufacturerRepository'] = new \App\Repository\ControlManufacturerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ControlTypeRepository' shared autowired service.
*
* @return \App\Repository\ControlTypeRepository
*/
protected function getControlTypeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ControlTypeRepository.php';
return $this->privates['App\\Repository\\ControlTypeRepository'] = new \App\Repository\ControlTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\DocumentCategoryRepository' shared autowired service.
*
* @return \App\Repository\DocumentCategoryRepository
*/
protected function getDocumentCategoryRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/DocumentCategoryRepository.php';
return $this->privates['App\\Repository\\DocumentCategoryRepository'] = new \App\Repository\DocumentCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\DocumentRepository' shared autowired service.
*
* @return \App\Repository\DocumentRepository
*/
protected function getDocumentRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/DocumentRepository.php';
return $this->privates['App\\Repository\\DocumentRepository'] = new \App\Repository\DocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\Repository\ElevatorAcquisitionRepository' shared autowired service.
*
* @return \App\Repository\ElevatorAcquisitionRepository
*/
protected function getElevatorAcquisitionRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ElevatorAcquisitionRepository.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Repository\\ElevatorAcquisitionRepository'])) {
return $this->privates['App\\Repository\\ElevatorAcquisitionRepository'];
}
$b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Repository\\ElevatorAcquisitionRepository'])) {
return $this->privates['App\\Repository\\ElevatorAcquisitionRepository'];
}
return $this->privates['App\\Repository\\ElevatorAcquisitionRepository'] = new \App\Repository\ElevatorAcquisitionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\NumberNormalizationService'] ?? $this->getNumberNormalizationServiceService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b);
}
/**
* Gets the private 'App\Repository\ElevatorRepository' shared autowired service.
*
* @return \App\Repository\ElevatorRepository
*/
protected function getElevatorRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ElevatorRepository.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Repository\\ElevatorRepository'])) {
return $this->privates['App\\Repository\\ElevatorRepository'];
}
$b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Repository\\ElevatorRepository'])) {
return $this->privates['App\\Repository\\ElevatorRepository'];
}
return $this->privates['App\\Repository\\ElevatorRepository'] = new \App\Repository\ElevatorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b, ($this->privates['App\\Service\\RoutingService'] ?? $this->getRoutingServiceService()));
}
/**
* Gets the private 'App\Repository\ElevatorStateHistoryRepository' shared autowired service.
*
* @return \App\Repository\ElevatorStateHistoryRepository
*/
protected function getElevatorStateHistoryRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ElevatorStateHistoryRepository.php';
return $this->privates['App\\Repository\\ElevatorStateHistoryRepository'] = new \App\Repository\ElevatorStateHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\Repository\EmailTemplateRepository' shared autowired service.
*
* @return \App\Repository\EmailTemplateRepository
*/
protected function getEmailTemplateRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/EmailTemplateRepository.php';
return $this->privates['App\\Repository\\EmailTemplateRepository'] = new \App\Repository\EmailTemplateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\EngineManufacturerRepository' shared autowired service.
*
* @return \App\Repository\EngineManufacturerRepository
*/
protected function getEngineManufacturerRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/EngineManufacturerRepository.php';
return $this->privates['App\\Repository\\EngineManufacturerRepository'] = new \App\Repository\EngineManufacturerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\EngineTypeRepository' shared autowired service.
*
* @return \App\Repository\EngineTypeRepository
*/
protected function getEngineTypeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/EngineTypeRepository.php';
return $this->privates['App\\Repository\\EngineTypeRepository'] = new \App\Repository\EngineTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ErrorProtocollRepository' shared autowired service.
*
* @return \App\Repository\ErrorProtocollRepository
*/
protected function getErrorProtocollRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ErrorProtocollRepository.php';
return $this->privates['App\\Repository\\ErrorProtocollRepository'] = new \App\Repository\ErrorProtocollRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\EscalationStatsRepository' shared autowired service.
*
* @return \App\Repository\EscalationStatsRepository
*/
protected function getEscalationStatsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/EscalationStatsRepository.php';
return $this->privates['App\\Repository\\EscalationStatsRepository'] = new \App\Repository\EscalationStatsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\GpioRepository' shared autowired service.
*
* @return \App\Repository\GpioRepository
*/
protected function getGpioRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/GpioRepository.php';
return $this->privates['App\\Repository\\GpioRepository'] = new \App\Repository\GpioRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\Repository\GpioValueBackupRepository' shared autowired service.
*
* @return \App\Repository\GpioValueBackupRepository
*/
protected function getGpioValueBackupRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/GpioValueBackupRepository.php';
return $this->privates['App\\Repository\\GpioValueBackupRepository'] = new \App\Repository\GpioValueBackupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\Repository\GpioValueRepository' shared autowired service.
*
* @return \App\Repository\GpioValueRepository
*/
protected function getGpioValueRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/GpioValueRepository.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Repository\\GpioValueRepository'])) {
return $this->privates['App\\Repository\\GpioValueRepository'];
}
return $this->privates['App\\Repository\\GpioValueRepository'] = new \App\Repository\GpioValueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationService2Service()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\Repository\InstallElevatorRepository' shared autowired service.
*
* @return \App\Repository\InstallElevatorRepository
*/
protected function getInstallElevatorRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/InstallElevatorRepository.php';
return $this->privates['App\\Repository\\InstallElevatorRepository'] = new \App\Repository\InstallElevatorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\InstallNeaRepository' shared autowired service.
*
* @return \App\Repository\InstallNeaRepository
*/
protected function getInstallNeaRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/InstallNeaRepository.php';
return $this->privates['App\\Repository\\InstallNeaRepository'] = new \App\Repository\InstallNeaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\LegApiMaxRequestRepository' shared autowired service.
*
* @return \App\Repository\LegApiMaxRequestRepository
*/
protected function getLegApiMaxRequestRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/LegApiMaxRequestRepository.php';
return $this->privates['App\\Repository\\LegApiMaxRequestRepository'] = new \App\Repository\LegApiMaxRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\LegApiRetryRequestRepository' shared autowired service.
*
* @return \App\Repository\LegApiRetryRequestRepository
*/
protected function getLegApiRetryRequestRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/LegApiRetryRequestRepository.php';
return $this->privates['App\\Repository\\LegApiRetryRequestRepository'] = new \App\Repository\LegApiRetryRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ManualInspectionRepository' shared autowired service.
*
* @return \App\Repository\ManualInspectionRepository
*/
protected function getManualInspectionRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ManualInspectionRepository.php';
return $this->privates['App\\Repository\\ManualInspectionRepository'] = new \App\Repository\ManualInspectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ManufacturerRepository' shared autowired service.
*
* @return \App\Repository\ManufacturerRepository
*/
protected function getManufacturerRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ManufacturerRepository.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Repository\\ManufacturerRepository'])) {
return $this->privates['App\\Repository\\ManufacturerRepository'];
}
return $this->privates['App\\Repository\\ManufacturerRepository'] = new \App\Repository\ManufacturerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
}
/**
* Gets the private 'App\Repository\NeaRepository' shared autowired service.
*
* @return \App\Repository\NeaRepository
*/
protected function getNeaRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/NeaRepository.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Repository\\NeaRepository'])) {
return $this->privates['App\\Repository\\NeaRepository'];
}
$b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Repository\\NeaRepository'])) {
return $this->privates['App\\Repository\\NeaRepository'];
}
return $this->privates['App\\Repository\\NeaRepository'] = new \App\Repository\NeaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b);
}
/**
* Gets the private 'App\Repository\PumpHistoryRepository' shared autowired service.
*
* @return \App\Repository\PumpHistoryRepository
*/
protected function getPumpHistoryRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/PumpHistoryRepository.php';
return $this->privates['App\\Repository\\PumpHistoryRepository'] = new \App\Repository\PumpHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PumpRepository' shared autowired service.
*
* @return \App\Repository\PumpRepository
*/
protected function getPumpRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/PumpRepository.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Repository\\PumpRepository'])) {
return $this->privates['App\\Repository\\PumpRepository'];
}
$b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Repository\\PumpRepository'])) {
return $this->privates['App\\Repository\\PumpRepository'];
}
return $this->privates['App\\Repository\\PumpRepository'] = new \App\Repository\PumpRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b, ($this->privates['App\\Service\\RoutingService'] ?? $this->getRoutingServiceService()));
}
/**
* Gets the private 'App\Repository\ResetPasswordRequestRepository' shared autowired service.
*
* @return \App\Repository\ResetPasswordRequestRepository
*/
protected function getResetPasswordRequestRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/ResetPasswordRequestRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/Repository/ResetPasswordRequestRepositoryTrait.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ResetPasswordRequestRepository.php';
return $this->privates['App\\Repository\\ResetPasswordRequestRepository'] = new \App\Repository\ResetPasswordRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\SensorOnOfflineStatsRepository' shared autowired service.
*
* @return \App\Repository\SensorOnOfflineStatsRepository
*/
protected function getSensorOnOfflineStatsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/SensorOnOfflineStatsRepository.php';
return $this->privates['App\\Repository\\SensorOnOfflineStatsRepository'] = new \App\Repository\SensorOnOfflineStatsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\SensorRepository' shared autowired service.
*
* @return \App\Repository\SensorRepository
*/
protected function getSensorRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/SensorRepository.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Repository\\SensorRepository'])) {
return $this->privates['App\\Repository\\SensorRepository'];
}
$b = ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationService2Service());
if (isset($this->privates['App\\Repository\\SensorRepository'])) {
return $this->privates['App\\Repository\\SensorRepository'];
}
$c = ($this->privates['App\\Service\\SensorRemoteService'] ?? $this->getSensorRemoteServiceService());
if (isset($this->privates['App\\Repository\\SensorRepository'])) {
return $this->privates['App\\Repository\\SensorRepository'];
}
return $this->privates['App\\Repository\\SensorRepository'] = new \App\Repository\SensorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b, $c);
}
/**
* Gets the private 'App\Repository\StatsRepository' shared autowired service.
*
* @return \App\Repository\StatsRepository
*/
protected function getStatsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/StatsRepository.php';
return $this->privates['App\\Repository\\StatsRepository'] = new \App\Repository\StatsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\SteeringEngineRepository' shared autowired service.
*
* @return \App\Repository\SteeringEngineRepository
*/
protected function getSteeringEngineRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/SteeringEngineRepository.php';
return $this->privates['App\\Repository\\SteeringEngineRepository'] = new \App\Repository\SteeringEngineRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\SteeringManufacturerRepository' shared autowired service.
*
* @return \App\Repository\SteeringManufacturerRepository
*/
protected function getSteeringManufacturerRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/SteeringManufacturerRepository.php';
return $this->privates['App\\Repository\\SteeringManufacturerRepository'] = new \App\Repository\SteeringManufacturerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\SteeringRegulationRepository' shared autowired service.
*
* @return \App\Repository\SteeringRegulationRepository
*/
protected function getSteeringRegulationRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/SteeringRegulationRepository.php';
return $this->privates['App\\Repository\\SteeringRegulationRepository'] = new \App\Repository\SteeringRegulationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\SteeringTypeRepository' shared autowired service.
*
* @return \App\Repository\SteeringTypeRepository
*/
protected function getSteeringTypeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/SteeringTypeRepository.php';
return $this->privates['App\\Repository\\SteeringTypeRepository'] = new \App\Repository\SteeringTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TestDeviceRepository' shared autowired service.
*
* @return \App\Repository\TestDeviceRepository
*/
protected function getTestDeviceRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/TestDeviceRepository.php';
return $this->privates['App\\Repository\\TestDeviceRepository'] = new \App\Repository\TestDeviceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TesterTradeRepository' shared autowired service.
*
* @return \App\Repository\TesterTradeRepository
*/
protected function getTesterTradeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/TesterTradeRepository.php';
return $this->privates['App\\Repository\\TesterTradeRepository'] = new \App\Repository\TesterTradeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TicketCommentRepository' shared autowired service.
*
* @return \App\Repository\TicketCommentRepository
*/
protected function getTicketCommentRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/TicketCommentRepository.php';
return $this->privates['App\\Repository\\TicketCommentRepository'] = new \App\Repository\TicketCommentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TicketRepository' shared autowired service.
*
* @return \App\Repository\TicketRepository
*/
protected function getTicketRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/TicketRepository.php';
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Repository\\TicketRepository'])) {
return $this->privates['App\\Repository\\TicketRepository'];
}
return $this->privates['App\\Repository\\TicketRepository'] = new \App\Repository\TicketRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['workflow.registry'] ?? $this->getWorkflow_RegistryService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
}
/**
* Gets the private 'App\Repository\TradeRepository' shared autowired service.
*
* @return \App\Repository\TradeRepository
*/
protected function getTradeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/TradeRepository.php';
return $this->privates['App\\Repository\\TradeRepository'] = new \App\Repository\TradeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\UserLogRepository' shared autowired service.
*
* @return \App\Repository\UserLogRepository
*/
protected function getUserLogRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/UserLogRepository.php';
return $this->privates['App\\Repository\\UserLogRepository'] = new \App\Repository\UserLogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\UserRepository' shared autowired service.
*
* @return \App\Repository\UserRepository
*/
protected function getUserRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
include_once \dirname(__DIR__, 4).'/src/Repository/UserRepository.php';
return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ValueForNetFailureRepository' shared autowired service.
*
* @return \App\Repository\ValueForNetFailureRepository
*/
protected function getValueForNetFailureRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ValueForNetFailureRepository.php';
return $this->privates['App\\Repository\\ValueForNetFailureRepository'] = new \App\Repository\ValueForNetFailureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\WirtschaftseinheitRepository' shared autowired service.
*
* @return \App\Repository\WirtschaftseinheitRepository
*/
protected function getWirtschaftseinheitRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/WirtschaftseinheitRepository.php';
return $this->privates['App\\Repository\\WirtschaftseinheitRepository'] = new \App\Repository\WirtschaftseinheitRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
*
* @return \App\Security\LoginFormAuthenticator
*/
protected function getLoginFormAuthenticatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
include_once \dirname(__DIR__, 4).'/src/Security/LoginFormAuthenticator.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Security\\LoginFormAuthenticator'])) {
return $this->privates['App\\Security\\LoginFormAuthenticator'];
}
return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator($a, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\Security\LoginQrFormAuthenticator' shared autowired service.
*
* @return \App\Security\LoginQrFormAuthenticator
*/
protected function getLoginQrFormAuthenticatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
include_once \dirname(__DIR__, 4).'/src/Security/LoginQrFormAuthenticator.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Security\\LoginQrFormAuthenticator'])) {
return $this->privates['App\\Security\\LoginQrFormAuthenticator'];
}
$b = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
if (isset($this->privates['App\\Security\\LoginQrFormAuthenticator'])) {
return $this->privates['App\\Security\\LoginQrFormAuthenticator'];
}
return $this->privates['App\\Security\\LoginQrFormAuthenticator'] = new \App\Security\LoginQrFormAuthenticator($a, ($this->services['router'] ?? $this->getRouterService()), $b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
}
/**
* Gets the private 'App\Service\CustomExceptionService' shared autowired service.
*
* @return \App\Service\CustomExceptionService
*/
protected function getCustomExceptionService2Service()
{
include_once \dirname(__DIR__, 4).'/src/Service/CustomExceptionService.php';
return $this->privates['App\\Service\\CustomExceptionService'] = new \App\Service\CustomExceptionService(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\Service\LegApiService' shared autowired service.
*
* @return \App\Service\LegApiService
*/
protected function getLegApiServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/LegApiService.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['App\\Service\\LegApiService'])) {
return $this->privates['App\\Service\\LegApiService'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Service\\LegApiService'])) {
return $this->privates['App\\Service\\LegApiService'];
}
return $this->privates['App\\Service\\LegApiService'] = new \App\Service\LegApiService(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $b);
}
/**
* Gets the private 'App\Service\NotificationService' shared autowired service.
*
* @return \App\Service\NotificationService
*/
protected function getNotificationService2Service()
{
include_once \dirname(__DIR__, 4).'/src/Service/NotificationService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Service\\NotificationService'])) {
return $this->privates['App\\Service\\NotificationService'];
}
$b = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
if (isset($this->privates['App\\Service\\NotificationService'])) {
return $this->privates['App\\Service\\NotificationService'];
}
$c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['App\\Service\\NotificationService'])) {
return $this->privates['App\\Service\\NotificationService'];
}
return $this->privates['App\\Service\\NotificationService'] = new \App\Service\NotificationService($a, $this, $b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['kernel'] ?? $this->get('kernel', 1)), $c, ($this->privates['mercure.hub.default.traceable'] ?? $this->getMercure_Hub_Default_TraceableService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
}
/**
* Gets the private 'App\Service\NumberNormalizationService' shared autowired service.
*
* @return \App\Service\NumberNormalizationService
*/
protected function getNumberNormalizationServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/NumberNormalizationService.php';
return $this->privates['App\\Service\\NumberNormalizationService'] = new \App\Service\NumberNormalizationService(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\Service\RoutingService' shared autowired service.
*
* @return \App\Service\RoutingService
*/
protected function getRoutingServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/RoutingService.php';
return $this->privates['App\\Service\\RoutingService'] = new \App\Service\RoutingService(($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'App\Service\SensorRemoteService' shared autowired service.
*
* @return \App\Service\SensorRemoteService
*/
protected function getSensorRemoteServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/SensorRemoteService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Service\\SensorRemoteService'])) {
return $this->privates['App\\Service\\SensorRemoteService'];
}
return $this->privates['App\\Service\\SensorRemoteService'] = new \App\Service\SensorRemoteService($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));
}
/**
* Gets the private 'App\Service\TicketGenerator' shared autowired service.
*
* @return \App\Service\TicketGenerator
*/
protected function getTicketGeneratorService()
{
include_once \dirname(__DIR__, 4).'/src/Service/TicketGenerator.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Service\\TicketGenerator'])) {
return $this->privates['App\\Service\\TicketGenerator'];
}
$b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['App\\Service\\TicketGenerator'])) {
return $this->privates['App\\Service\\TicketGenerator'];
}
$c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Service\\TicketGenerator'])) {
return $this->privates['App\\Service\\TicketGenerator'];
}
return $this->privates['App\\Service\\TicketGenerator'] = new \App\Service\TicketGenerator($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationService2Service()), $b, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $c);
}
/**
* Gets the private 'App\Service\ZuesDocumentService' shared autowired service.
*
* @return \App\Service\ZuesDocumentService
*/
protected function getZuesDocumentServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/ZuesDocumentService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Service\\ZuesDocumentService'])) {
return $this->privates['App\\Service\\ZuesDocumentService'];
}
$b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Service\\ZuesDocumentService'])) {
return $this->privates['App\\Service\\ZuesDocumentService'];
}
$c = ($this->privates['App\\Service\\TicketGenerator'] ?? $this->getTicketGeneratorService());
if (isset($this->privates['App\\Service\\ZuesDocumentService'])) {
return $this->privates['App\\Service\\ZuesDocumentService'];
}
return $this->privates['App\\Service\\ZuesDocumentService'] = new \App\Service\ZuesDocumentService($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b, $c, ($this->privates['App\\Service\\NumberNormalizationService'] ?? $this->getNumberNormalizationServiceService()));
}
/**
* Gets the private 'Bazinga\GeocoderBundle\Command\GeocodeCommand' shared service.
*
* @return \Bazinga\GeocoderBundle\Command\GeocodeCommand
*/
protected function getGeocodeCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/src/Command/GeocodeCommand.php';
$this->privates['Bazinga\\GeocoderBundle\\Command\\GeocodeCommand'] = $instance = new \Bazinga\GeocoderBundle\Command\GeocodeCommand(($this->privates['Geocoder\\ProviderAggregator'] ?? $this->getProviderAggregatorService()));
$instance->setName('geocoder:geocode');
$instance->setDescription('Geocode an address or a ip address');
return $instance;
}
/**
* Gets the private 'Bazinga\GeocoderBundle\Validator\Constraint\AddressValidator' shared service.
*
* @return \Bazinga\GeocoderBundle\Validator\Constraint\AddressValidator
*/
protected function getAddressValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/src/Validator/Constraint/AddressValidator.php';
return $this->privates['Bazinga\\GeocoderBundle\\Validator\\Constraint\\AddressValidator'] = new \Bazinga\GeocoderBundle\Validator\Constraint\AddressValidator(($this->privates['Geocoder\\ProviderAggregator'] ?? $this->getProviderAggregatorService()));
}
/**
* Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
*/
protected function getManagerRegistryAwareConnectionProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default'));
}
/**
* Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
*
* @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
*/
protected function getRunSqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
$this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
$instance->setName('dbal:run-sql');
return $instance;
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer
*/
protected function getCacheWarmer2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Cache/CacheWarmer.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Cache\\CacheWarmer'] = new \EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer(($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
*/
protected function getAdminRouterSubscriberService()
{
$a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
}
$b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
}
$c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
}
$d = ($this->services['translator'] ?? $this->getTranslatorService());
$e = ($this->services['router'] ?? $this->getRouterService());
$f = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService());
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.'', $d, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a, $d, $e, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService())), $f, $b), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [0 => 'App\\Controller\\Admin\\DashboardController']))), $f, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $e, $e, $c, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener
*/
protected function getCrudResponseListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/CrudResponseListener.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'];
}
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a);
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener
*/
protected function getExceptionListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/ExceptionListener.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'];
}
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener(true, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a);
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
*/
protected function getActionFactoryService()
{
$a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'];
}
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a, ($this->services['translator'] ?? $this->getTranslatorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
*/
protected function getControllerFactoryService()
{
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [0 => 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
*/
protected function getEntityFactoryService()
{
$a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
}
$b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
}
$c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
}
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory(new \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a, new RewindableGenerator(function () {
yield 0 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->getCommonPreConfiguratorService());
yield 1 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
yield 2 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->getAssociationConfiguratorService());
yield 3 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
yield 4 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->getBooleanConfiguratorService());
yield 5 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
yield 6 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator()));
yield 7 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->getCountryConfiguratorService());
yield 8 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
yield 9 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->getDateTimeConfiguratorService());
yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator()));
yield 11 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator()));
yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator()));
yield 13 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator(\dirname(__DIR__, 4))));
yield 14 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator()));
yield 15 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator()));
yield 16 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator()));
yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->getMoneyConfiguratorService());
yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->getNumberConfiguratorService());
yield 19 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator()));
yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? $this->getChoiceConfiguratorService());
yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? $this->getSlugConfiguratorService());
yield 22 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator()));
yield 23 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator()));
yield 24 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator()));
yield 25 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator()));
yield 26 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator()));
yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->getCommonPostConfiguratorService());
}, 28)), $b, $a, ($this->services['doctrine'] ?? $this->getDoctrineService()), $c);
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory
*/
protected function getFilterFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FilterFactory.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), new RewindableGenerator(function () {
yield 0 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\CommonConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\CommonConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator()));
yield 1 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\ChoiceConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\ChoiceConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator()));
yield 2 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\ComparisonConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\ComparisonConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator()));
yield 3 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\DateTimeConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\DateTimeConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator()));
yield 4 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\EntityConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\EntityConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator()));
yield 5 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\NullConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\NullConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator()));
yield 6 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\NumericConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\NumericConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator()));
yield 7 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator()));
}, 8));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory
*/
protected function getFormFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FormFactory.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory
*/
protected function getPaginatorFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/PaginatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Orm/EntityPaginatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Orm/EntityPaginator.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), new \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityPaginator((isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService())));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator
*/
protected function getAssociationConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/AssociationConfigurator.php';
$a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'];
}
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator($a, (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator
*/
protected function getBooleanConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/BooleanConfigurator.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator((isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator
*/
protected function getChoiceConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/ChoiceConfigurator.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator
*/
protected function getCommonPostConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CommonPostConfigurator.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), 'UTF-8');
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator
*/
protected function getCommonPreConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CommonPreConfigurator.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator
*/
protected function getCountryConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CountryConfigurator.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator
*/
protected function getDateTimeConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/DateTimeConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] = new \EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter())));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator
*/
protected function getMoneyConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/MoneyConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] = new \EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter())), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator
*/
protected function getNumberConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/NumberConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] = new \EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter())));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator
*/
protected function getSlugConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/SlugConfigurator.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension
*/
protected function getEaCrudFormTypeExtensionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Extension/EaCrudFormTypeExtension.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\EaCrudFormTypeExtension'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType
*/
protected function getCrudFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/CrudFormType.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType(($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType
*/
protected function getFileUploadTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/DataMapperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/FileUploadType.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType(\dirname(__DIR__, 4));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType
*/
protected function getFiltersFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/FiltersFormType.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType();
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository
*/
protected function getEntityRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Orm/EntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Orm/EntityRepository.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository'] = new \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory'] ?? $this->getFormFactoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater
*/
protected function getEntityUpdaterService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Orm/EntityUpdaterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Orm/EntityUpdater.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater'] = new \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
*/
protected function getAdminContextProviderService()
{
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider
*/
protected function getFieldProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Provider/FieldProvider.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry
*/
protected function getCrudControllerRegistryService()
{
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry($this->getEnv('APP_SECRET'), [0 => 'App\\Controller\\Admin\\AddressCrudController', 1 => 'App\\Controller\\Admin\\AwmCrudController', 2 => 'App\\Controller\\Admin\\BuchungskreisCrudController', 3 => 'App\\Controller\\Admin\\ClientCrudController', 4 => 'App\\Controller\\Admin\\CompanyCrudController', 5 => 'App\\Controller\\Admin\\ContactCrudController', 6 => 'App\\Controller\\Admin\\ControlManufacturerCrudController', 7 => 'App\\Controller\\Admin\\ControlTypeCrudController', 8 => 'App\\Controller\\Admin\\DocumentCategoryCrudController', 9 => 'App\\Controller\\Admin\\DocumentCrudController', 10 => 'App\\Controller\\Admin\\ElevatorCrudController', 11 => 'App\\Controller\\Admin\\EmailTemplateCrudController', 12 => 'App\\Controller\\Admin\\EngineManufacturerCrudController', 13 => 'App\\Controller\\Admin\\EngineTypeCrudController', 14 => 'App\\Controller\\Admin\\GpioCrudController', 15 => 'App\\Controller\\Admin\\GpioValueCrudController', 16 => 'App\\Controller\\Admin\\InstallElevatorCrudController', 17 => 'App\\Controller\\Admin\\Manufacturer2CrudController', 18 => 'App\\Controller\\Admin\\ManufacturerCrudController', 19 => 'App\\Controller\\Admin\\NeaCrudController', 20 => 'App\\Controller\\Admin\\PumpCrudController', 21 => 'App\\Controller\\Admin\\SensorCrudController', 22 => 'App\\Controller\\Admin\\SteeringEngineCrudController', 23 => 'App\\Controller\\Admin\\SteeringManufacturerCrudController', 24 => 'App\\Controller\\Admin\\SteeringRegulationCrudController', 25 => 'App\\Controller\\Admin\\SteeringTypeCrudController', 26 => 'App\\Controller\\Admin\\TicketCrudController', 27 => 'App\\Controller\\Admin\\TradeCrudController', 28 => 'App\\Controller\\Admin\\UserCrudController']);
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
*/
protected function getAdminUrlGeneratorService()
{
$this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [0 => 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
};
return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\CrudUrlGenerator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Router\CrudUrlGenerator
*
* @deprecated Since easycorp/easyadmin-bundle 3.2.0: The "EasyCorp\Bundle\EasyAdminBundle\Router\CrudUrlGenerator" service is deprecated, use "EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" instead.
*/
protected function getCrudUrlGeneratorService()
{
trigger_deprecation('easycorp/easyadmin-bundle', '3.2.0', 'The "EasyCorp\\Bundle\\EasyAdminBundle\\Router\\CrudUrlGenerator" service is deprecated, use "EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator" instead.');
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\CrudUrlGenerator'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\CrudUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [0 => 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
*/
protected function getAuthorizationCheckerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
}
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
}
/**
* Gets the private 'Geocoder\ProviderAggregator' shared service.
*
* @return \Geocoder\ProviderAggregator
*/
protected function getProviderAggregatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder/Provider/Provider.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder/Geocoder.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder/ProviderAggregator.php';
include_once \dirname(__DIR__, 4).'/vendor/geocoder-php/plugin/PluginProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/src/ProviderFactory/PluginProviderFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/src/Plugin/FakeIpPlugin.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/src/ProviderFactory/ProviderFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/src/ProviderFactory/AbstractFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/src/ProviderFactory/NominatimFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/Psr18Client.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
$this->privates['Geocoder\\ProviderAggregator'] = $instance = new \Geocoder\ProviderAggregator();
$a = new \Nyholm\Psr7\Factory\Psr17Factory();
$instance->registerProviders([0 => \Bazinga\GeocoderBundle\ProviderFactory\PluginProviderFactory::createPluginProvider([0 => new \Bazinga\GeocoderBundle\Plugin\FakeIpPlugin('127.0.0.1', '123.123.123.123', false), 1 => ($this->privates['bazinga_geocoder.provider.acme.profiler'] ?? ($this->privates['bazinga_geocoder.provider.acme.profiler'] = new \Bazinga\GeocoderBundle\Plugin\ProfilingPlugin('acme')))], new \Bazinga\GeocoderBundle\ProviderFactory\NominatimFactory(new \Symfony\Component\HttpClient\Psr18Client(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a, $a)), [])]);
return $instance;
}
/**
* Gets the private 'Misd\PhoneNumberBundle\Form\Type\PhoneNumberType' shared service.
*
* @return \Misd\PhoneNumberBundle\Form\Type\PhoneNumberType
*/
protected function getPhoneNumberTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Form/Type/PhoneNumberType.php';
return $this->privates['Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType'] = new \Misd\PhoneNumberBundle\Form\Type\PhoneNumberType();
}
/**
* Gets the private 'Misd\PhoneNumberBundle\Validator\Constraints\PhoneNumberValidator' shared service.
*
* @return \Misd\PhoneNumberBundle\Validator\Constraints\PhoneNumberValidator
*/
protected function getPhoneNumberValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Validator/Constraints/PhoneNumberValidator.php';
$this->privates['Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator'] = $instance = new \Misd\PhoneNumberBundle\Validator\Constraints\PhoneNumberValidator(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()), 'ZZ', 1);
$instance->setPropertyAccessor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
return $instance;
}
/**
* Gets the private 'SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand' shared service.
*
* @return \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand
*/
protected function getResetPasswordRemoveExpiredCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Command/ResetPasswordRemoveExpiredCommand.php';
$this->privates['SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand'] = $instance = new \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand(($this->privates['symfonycasts.reset_password.cleaner'] ?? $this->getSymfonycasts_ResetPassword_CleanerService()));
$instance->setName('reset-password:remove-expired');
return $instance;
}
/**
* Gets the private 'Vich\UploaderBundle\Metadata\CacheWarmer' shared service.
*
* @return \Vich\UploaderBundle\Metadata\CacheWarmer
*/
protected function getCacheWarmer3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/CacheWarmer.php';
return $this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] = new \Vich\UploaderBundle\Metadata\CacheWarmer(($this->targetDir.''.'/vich_uploader'), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
}
/**
* Gets the private 'Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime' shared service.
*
* @return \Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime
*/
protected function getUploaderExtensionRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtensionRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
return $this->privates['Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime'] = new \Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime(new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService())));
}
/**
* Gets the private 'Vich\UploaderBundle\Util\Transliterator' shared service.
*
* @return \Vich\UploaderBundle\Util\Transliterator
*/
protected function getTransliteratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Util/Transliterator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
return $this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] = new \Vich\UploaderBundle\Util\Transliterator(($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('de'))));
}
/**
* Gets the private 'annotations.cache_adapter' shared service.
*
* @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
*/
protected function getAnnotations_CacheAdapterService()
{
return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
}
/**
* Gets the private 'annotations.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
*/
protected function getAnnotations_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#', true);
}
/**
* Gets the private 'annotations.cached_reader' shared service.
*
* @return \Doctrine\Common\Annotations\PsrCachedReader
*/
protected function getAnnotations_CachedReaderService()
{
return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
}
/**
* Gets the private 'annotations.reader' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationReader
*/
protected function getAnnotations_ReaderService()
{
$this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
$a = new \Doctrine\Common\Annotations\AnnotationRegistry();
$a->registerUniqueLoader('class_exists');
$instance->addGlobalIgnoredName('required', $a);
return $instance;
}
/**
* Gets the private '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\StaticVersionStrategy('v27', '%s?version=%s'), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), '', ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService())->isSecure())), new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0));
}
/**
* Gets the private 'burgov_key_value_form.key_value_row_type' shared service.
*
* @return \Burgov\Bundle\KeyValueFormBundle\Form\Type\KeyValueRowType
*/
protected function getBurgovKeyValueForm_KeyValueRowTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/burgov/key-value-form-bundle/Form/Type/KeyValueRowType.php';
return $this->privates['burgov_key_value_form.key_value_row_type'] = new \Burgov\Bundle\KeyValueFormBundle\Form\Type\KeyValueRowType();
}
/**
* Gets the private 'burgov_key_value_form.key_value_type' shared service.
*
* @return \Burgov\Bundle\KeyValueFormBundle\Form\Type\KeyValueType
*/
protected function getBurgovKeyValueForm_KeyValueTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/burgov/key-value-form-bundle/Form/Type/KeyValueType.php';
return $this->privates['burgov_key_value_form.key_value_type'] = new \Burgov\Bundle\KeyValueFormBundle\Form\Type\KeyValueType();
}
/**
* 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('Y14sZaC50c', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.doctrine.orm.default.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_QueryService()
{
return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.default.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_ResultService()
{
return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.newserver.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Newserver_QueryService()
{
return $this->privates['cache.doctrine.orm.newserver.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.newserver.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Newserver_ResultService()
{
return $this->privates['cache.doctrine.orm.newserver.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.property_info' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_PropertyInfoService()
{
return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('7eq397PSWR', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($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('GS+9n19uKU', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.security_token_verifier' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityTokenVerifierService()
{
return $this->privates['cache.security_token_verifier'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('sEfLOkkLMV', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($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('Wd-gFhaYWe', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($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('5lgo55hdAu', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache_pool_clearer.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
*/
protected function getCachePoolClearer_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [0 => 'cache.validator', 1 => 'cache.serializer']);
}
/**
* Gets the private 'config_builder.warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
*/
protected function getConfigBuilder_WarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'config_cache_factory' shared service.
*
* @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
*/
protected function getConfigCacheFactoryService()
{
return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
yield 0 => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
}, 2));
}
/**
* Gets the private 'console.command.about' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
*/
protected function getConsole_Command_AboutService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
$this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
$instance->setName('about');
$instance->setDescription('Display information about the current project');
return $instance;
}
/**
* Gets the private 'console.command.assets_install' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
*/
protected function getConsole_Command_AssetsInstallService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
$this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__, 4));
$instance->setName('assets:install');
$instance->setDescription('Install bundle\'s web assets under a public directory');
return $instance;
}
/**
* Gets the private 'console.command.cache_clear' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
*/
protected function getConsole_Command_CacheClearService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
$this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
$instance->setName('cache:clear');
$instance->setDescription('Clear the cache');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_clear' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
*/
protected function getConsole_Command_CachePoolClearService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
$this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.validator_expression_language', 7 => 'cache.security_expression_language', 8 => 'cache.security_token_verifier', 9 => 'cache.doctrine.orm.default.result', 10 => 'cache.doctrine.orm.default.query', 11 => 'cache.doctrine.orm.newserver.result', 12 => 'cache.doctrine.orm.newserver.query']);
$instance->setName('cache:pool:clear');
$instance->setDescription('Clear cache pools');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_delete' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
*/
protected function getConsole_Command_CachePoolDeleteService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
$this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.validator_expression_language', 7 => 'cache.security_expression_language', 8 => 'cache.security_token_verifier', 9 => 'cache.doctrine.orm.default.result', 10 => 'cache.doctrine.orm.default.query', 11 => 'cache.doctrine.orm.newserver.result', 12 => 'cache.doctrine.orm.newserver.query']);
$instance->setName('cache:pool:delete');
$instance->setDescription('Delete an item from a cache pool');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_list' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
*/
protected function getConsole_Command_CachePoolListService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
$this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.validator_expression_language', 7 => 'cache.security_expression_language', 8 => 'cache.security_token_verifier', 9 => 'cache.doctrine.orm.default.result', 10 => 'cache.doctrine.orm.default.query', 11 => 'cache.doctrine.orm.newserver.result', 12 => 'cache.doctrine.orm.newserver.query']);
$instance->setName('cache:pool:list');
$instance->setDescription('List available cache pools');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_prune' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
*/
protected function getConsole_Command_CachePoolPruneService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
$this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
yield 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService());
yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
yield 'cache.doctrine.orm.newserver.result' => ($this->privates['cache.doctrine.orm.newserver.result'] ?? $this->getCache_Doctrine_Orm_Newserver_ResultService());
yield 'cache.doctrine.orm.newserver.query' => ($this->privates['cache.doctrine.orm.newserver.query'] ?? $this->getCache_Doctrine_Orm_Newserver_QueryService());
}, 13));
$instance->setName('cache:pool:prune');
$instance->setDescription('Prune cache pools');
return $instance;
}
/**
* Gets the private 'console.command.cache_warmup' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
*/
protected function getConsole_Command_CacheWarmupService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
$this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
$instance->setName('cache:warmup');
$instance->setDescription('Warm up an empty cache');
return $instance;
}
/**
* Gets the private 'console.command.config_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
*/
protected function getConsole_Command_ConfigDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
$this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
$instance->setName('debug:config');
$instance->setDescription('Dump the current configuration for an extension');
return $instance;
}
/**
* Gets the private 'console.command.config_dump_reference' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
*/
protected function getConsole_Command_ConfigDumpReferenceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
$this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
$instance->setName('config:dump-reference');
$instance->setDescription('Dump the default configuration for an extension');
return $instance;
}
/**
* Gets the private 'console.command.container_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
*/
protected function getConsole_Command_ContainerDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
$this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
$instance->setName('debug:container');
$instance->setDescription('Display current services for an application');
return $instance;
}
/**
* Gets the private 'console.command.container_lint' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
*/
protected function getConsole_Command_ContainerLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
$this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
$instance->setName('lint:container');
$instance->setDescription('Ensure that arguments injected into services match type declarations');
return $instance;
}
/**
* Gets the private 'console.command.debug_autowiring' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
*/
protected function getConsole_Command_DebugAutowiringService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
$this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:autowiring');
$instance->setDescription('List classes/interfaces you can use for autowiring');
return $instance;
}
/**
* Gets the private 'console.command.dotenv_debug' shared service.
*
* @return \Symfony\Component\Dotenv\Command\DebugCommand
*/
protected function getConsole_Command_DotenvDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
$this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__, 4));
$instance->setName('debug:dotenv');
$instance->setDescription('Lists all dotenv files with variables and values');
return $instance;
}
/**
* Gets the private 'console.command.event_dispatcher_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
*/
protected function getConsole_Command_EventDispatcherDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
$this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.MnmKmvX'] ?? $this->get_ServiceLocator_MnmKmvXService()));
$instance->setName('debug:event-dispatcher');
$instance->setDescription('Display configured listeners for an application');
return $instance;
}
/**
* Gets the private 'console.command.form_debug' shared service.
*
* @return \Symfony\Component\Form\Command\DebugCommand
*/
protected function getConsole_Command_FormDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Command/DebugCommand.php';
$this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type', 1 => 'App\\Form', 2 => 'App\\Form\\Type', 3 => 'Symfony\\Bridge\\Doctrine\\Form\\Type', 4 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type', 5 => 'Vich\\UploaderBundle\\Form\\Type', 6 => '', 7 => 'Burgov\\Bundle\\KeyValueFormBundle\\Form\\Type', 8 => 'Misd\\PhoneNumberBundle\\Form\\Type', 9 => 'Liip\\ImagineBundle\\Form\\Type'], [0 => 'App\\Form\\AddressType', 1 => 'App\\Form\\ChangePasswordFormType', 2 => 'App\\Form\\CommentType', 3 => 'App\\Form\\ContactType', 4 => 'App\\Form\\DocumentType', 5 => 'App\\Form\\ElevatorAcquisitionTestType', 6 => 'App\\Form\\ElevatorAcquisitionType', 7 => 'App\\Form\\ElevatorCompaniesType', 8 => 'App\\Form\\ElevatorInvertingForm', 9 => 'App\\Form\\InstallElevatorType', 10 => 'App\\Form\\InstallNeaSensorForm', 11 => 'App\\Form\\InstallSensorForm', 12 => 'App\\Form\\JsonCodeEditorType', 13 => 'App\\Form\\ManualInspectionForm', 14 => 'App\\Form\\ResetPasswordRequestFormType', 15 => 'App\\Form\\SensorType', 16 => 'App\\Form\\TicketNeaType', 17 => 'App\\Form\\TicketSensorType', 18 => 'App\\Form\\TicketTankType', 19 => 'App\\Form\\TicketType', 20 => 'App\\Form\\Type\\AutocompleteType', 21 => 'App\\Form\\Type\\ElevatorSearchType', 22 => 'App\\Form\\Type\\JsonType', 23 => 'App\\Form\\UploadTestType', 24 => 'App\\Form\\UserFirstLoginFormType', 25 => 'App\\Form\\UserProfileFormType', 26 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType', 27 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType', 28 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType', 29 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType', 30 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType', 31 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType', 32 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType', 33 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType', 34 => 'Vich\\UploaderBundle\\Form\\Type\\VichFileType', 35 => 'Vich\\UploaderBundle\\Form\\Type\\VichImageType', 36 => 'PUGX\\AutocompleterBundle\\Form\\Type\\AutocompleteType', 37 => 'PUGX\\AutocompleterBundle\\Form\\Type\\AutocompleteFilterType', 38 => 'Burgov\\Bundle\\KeyValueFormBundle\\Form\\Type\\KeyValueType', 39 => 'Burgov\\Bundle\\KeyValueFormBundle\\Form\\Type\\KeyValueRowType', 40 => 'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType', 41 => 'Liip\\ImagineBundle\\Form\\Type\\ImageType'], [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension', 1 => 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension', 2 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension', 3 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension', 4 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension', 5 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension', 6 => 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension', 7 => 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension', 8 => 'Nelmio\\ApiDocBundle\\Form\\Extension\\DocumentationExtension', 9 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\EaCrudFormTypeExtension', 10 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\CollectionTypeExtension', 11 => 'Craue\\FormFlowBundle\\Form\\Extension\\FormFlowFormExtension', 12 => 'Craue\\FormFlowBundle\\Form\\Extension\\FormFlowHiddenFieldExtension'], [0 => 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser', 1 => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:form');
$instance->setDescription('Display form type information');
return $instance;
}
/**
* Gets the private 'console.command.router_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
*/
protected function getConsole_Command_RouterDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
$this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:router');
$instance->setDescription('Display current routes for an application');
return $instance;
}
/**
* Gets the private 'console.command.router_match' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
*/
protected function getConsole_Command_RouterMatchService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
$this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
}, 1));
$instance->setName('router:match');
$instance->setDescription('Help debug routes by simulating a path info match');
return $instance;
}
/**
* Gets the private 'console.command.secrets_decrypt_to_local' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
*/
protected function getConsole_Command_SecretsDecryptToLocalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:decrypt-to-local');
$instance->setDescription('Decrypt all secrets and stores them in the local vault');
return $instance;
}
/**
* Gets the private 'console.command.secrets_encrypt_from_local' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
*/
protected function getConsole_Command_SecretsEncryptFromLocalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:encrypt-from-local');
$instance->setDescription('Encrypt all local secrets to the vault');
return $instance;
}
/**
* Gets the private 'console.command.secrets_generate_key' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
*/
protected function getConsole_Command_SecretsGenerateKeyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:generate-keys');
$instance->setDescription('Generate new encryption keys');
return $instance;
}
/**
* Gets the private 'console.command.secrets_list' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
*/
protected function getConsole_Command_SecretsListService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:list');
$instance->setDescription('List all secrets');
return $instance;
}
/**
* Gets the private 'console.command.secrets_remove' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
*/
protected function getConsole_Command_SecretsRemoveService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:remove');
$instance->setDescription('Remove a secret from the vault');
return $instance;
}
/**
* Gets the private 'console.command.secrets_set' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
*/
protected function getConsole_Command_SecretsSetService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:set');
$instance->setDescription('Set a secret in the vault');
return $instance;
}
/**
* Gets the private 'console.command.translation_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
*/
protected function getConsole_Command_TranslationDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
$this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__, 4).'/translations'), (\dirname(__DIR__, 4).'/templates'), [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Resources/translations')], [0 => (\dirname(__DIR__, 4).'/templates'), 1 => (\dirname(__DIR__, 4).'/assets/media/logos'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 3 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 13 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php'), 14 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php'), 15 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php'), 16 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/AssociationConfigurator.php'), 17 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CommonPreConfigurator.php'), 18 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/ChoiceConfigurator.php'), 19 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/SlugConfigurator.php'), 20 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/EventListener/PreviousStepInvalidEventListener.php'), 21 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/EventListener/EventListenerWithTranslatorTrait.php'), 22 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/EventListener/FlowExpiredEventListener.php'), 23 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/EventListener/EventListenerWithTranslatorTrait.php'), 24 => (\dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 25 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 26 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 27 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 28 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
$instance->setName('debug:translation');
$instance->setDescription('Display translation messages information');
return $instance;
}
/**
* Gets the private 'console.command.translation_extract' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
*/
protected function getConsole_Command_TranslationExtractService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
$this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'de', (\dirname(__DIR__, 4).'/translations'), (\dirname(__DIR__, 4).'/templates'), [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Resources/translations')], [0 => (\dirname(__DIR__, 4).'/templates'), 1 => (\dirname(__DIR__, 4).'/assets/media/logos'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 3 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 13 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php'), 14 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php'), 15 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php'), 16 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/AssociationConfigurator.php'), 17 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CommonPreConfigurator.php'), 18 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/ChoiceConfigurator.php'), 19 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/SlugConfigurator.php'), 20 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/EventListener/PreviousStepInvalidEventListener.php'), 21 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/EventListener/EventListenerWithTranslatorTrait.php'), 22 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/EventListener/FlowExpiredEventListener.php'), 23 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/EventListener/EventListenerWithTranslatorTrait.php'), 24 => (\dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 25 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 26 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 27 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 28 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
$instance->setName('translation:extract');
$instance->setAliases([0 => 'translation:update']);
$instance->setDescription('Extract missing translations keys from code to translation files.');
return $instance;
}
/**
* Gets the private 'console.command.translation_pull' shared service.
*
* @return \Symfony\Component\Translation\Command\TranslationPullCommand
*/
protected function getConsole_Command_TranslationPullService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
$this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'de', [], []);
$instance->setName('translation:pull');
$instance->setDescription('Pull translations from a given provider.');
return $instance;
}
/**
* Gets the private 'console.command.translation_push' shared service.
*
* @return \Symfony\Component\Translation\Command\TranslationPushCommand
*/
protected function getConsole_Command_TranslationPushService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
$this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
$instance->setName('translation:push');
$instance->setDescription('Push translations to a given provider.');
return $instance;
}
/**
* Gets the private 'console.command.validator_debug' shared service.
*
* @return \Symfony\Component\Validator\Command\DebugCommand
*/
protected function getConsole_Command_ValidatorDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Command/DebugCommand.php';
$this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
$instance->setName('debug:validator');
$instance->setDescription('Display validation constraints for classes');
return $instance;
}
/**
* Gets the private 'console.command.workflow_dump' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\WorkflowDumpCommand
*/
protected function getConsole_Command_WorkflowDumpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/WorkflowDumpCommand.php';
$this->privates['console.command.workflow_dump'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\WorkflowDumpCommand(['state_machine.malfunction' => new \Symfony\Component\Workflow\Definition([0 => 'Neu', 1 => 'Offen', 2 => 'Wiedereröffnet', 3 => 'In Terminierung DL', 4 => 'Ticket vom System geschlossen', 5 => 'Terminiert und angenommen', 6 => 'Auftrag abgelehnt', 7 => 'Anlage in Notbetrieb', 8 => 'Ticket schließen', 9 => 'Ticket geschlossen', 10 => 'Anlage nicht repariert', 11 => 'Neu terminiert'], [0 => ($this->privates['.state_machine.malfunction.transition.0'] ?? ($this->privates['.state_machine.malfunction.transition.0'] = new \Symfony\Component\Workflow\Transition('Ticket initialisieren', 'Neu', 'Offen'))), 1 => ($this->privates['.state_machine.malfunction.transition.1'] ?? ($this->privates['.state_machine.malfunction.transition.1'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Offen', 'In Terminierung DL'))), 2 => ($this->privates['.state_machine.malfunction.transition.2'] ?? ($this->privates['.state_machine.malfunction.transition.2'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Wiedereröffnet', 'In Terminierung DL'))), 3 => ($this->privates['.state_machine.malfunction.transition.3'] ?? ($this->privates['.state_machine.malfunction.transition.3'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'Anlage nicht repariert', 'Terminiert und angenommen'))), 4 => ($this->privates['.state_machine.malfunction.transition.4'] ?? ($this->privates['.state_machine.malfunction.transition.4'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'In Terminierung DL', 'Terminiert und angenommen'))), 5 => ($this->privates['.state_machine.malfunction.transition.5'] ?? ($this->privates['.state_machine.malfunction.transition.5'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'Wiedereröffnet', 'Terminiert und angenommen'))), 6 => ($this->privates['.state_machine.malfunction.transition.6'] ?? ($this->privates['.state_machine.malfunction.transition.6'] = new \Symfony\Component\Workflow\Transition('Ablehnen', 'In Terminierung DL', 'Auftrag abgelehnt'))), 7 => ($this->privates['.state_machine.malfunction.transition.7'] ?? ($this->privates['.state_machine.malfunction.transition.7'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Terminiert und angenommen', 'Ticket schließen'))), 8 => ($this->privates['.state_machine.malfunction.transition.8'] ?? ($this->privates['.state_machine.malfunction.transition.8'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Anlage in Notbetrieb', 'Ticket schließen'))), 9 => ($this->privates['.state_machine.malfunction.transition.9'] ?? ($this->privates['.state_machine.malfunction.transition.9'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Neu terminiert', 'Ticket schließen'))), 10 => ($this->privates['.state_machine.malfunction.transition.10'] ?? ($this->privates['.state_machine.malfunction.transition.10'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Ticket schließen', 'Ticket geschlossen'))), 11 => ($this->privates['.state_machine.malfunction.transition.11'] ?? ($this->privates['.state_machine.malfunction.transition.11'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'Ticket schließen', 'Wiedereröffnet'))), 12 => ($this->privates['.state_machine.malfunction.transition.12'] ?? ($this->privates['.state_machine.malfunction.transition.12'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Terminiert und angenommen', 'Anlage nicht repariert'))), 13 => ($this->privates['.state_machine.malfunction.transition.13'] ?? ($this->privates['.state_machine.malfunction.transition.13'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Anlage in Notbetrieb', 'Anlage nicht repariert'))), 14 => ($this->privates['.state_machine.malfunction.transition.14'] ?? ($this->privates['.state_machine.malfunction.transition.14'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Neu terminiert', 'Anlage nicht repariert'))), 15 => ($this->privates['.state_machine.malfunction.transition.15'] ?? ($this->privates['.state_machine.malfunction.transition.15'] = new \Symfony\Component\Workflow\Transition('Anlage in Notbetrieb', 'Terminiert und angenommen', 'Anlage in Notbetrieb'))), 16 => ($this->privates['.state_machine.malfunction.transition.16'] ?? ($this->privates['.state_machine.malfunction.transition.16'] = new \Symfony\Component\Workflow\Transition('Anlage in Notbetrieb', 'Anlage in Notbetrieb', 'Anlage in Notbetrieb'))), 17 => ($this->privates['.state_machine.malfunction.transition.17'] ?? ($this->privates['.state_machine.malfunction.transition.17'] = new \Symfony\Component\Workflow\Transition('Anlage in Notbetrieb', 'Neu terminiert', 'Anlage in Notbetrieb'))), 18 => ($this->privates['.state_machine.malfunction.transition.18'] ?? ($this->privates['.state_machine.malfunction.transition.18'] = new \Symfony\Component\Workflow\Transition('Neu terminieren', 'Terminiert und angenommen', 'Neu terminiert')))], [0 => 'Neu'], ($this->privates['state_machine.malfunction.metadata_store'] ?? $this->getStateMachine_Malfunction_MetadataStoreService())), 'state_machine.awm' => new \Symfony\Component\Workflow\Definition([0 => 'Neu', 1 => 'Offen', 2 => 'Wiedereröffnet', 3 => 'In Terminierung DL', 4 => 'Terminiert und angenommen', 5 => 'Auftrag abgelehnt', 6 => 'AWM Fehler vor Ort behoben', 7 => 'AWM Fehler nicht behoben / Aufzug stillgelegt', 8 => 'Ticket geschlossen'], [0 => ($this->privates['.state_machine.awm.transition.0'] ?? ($this->privates['.state_machine.awm.transition.0'] = new \Symfony\Component\Workflow\Transition('Ticket initialisieren', 'Neu', 'Offen'))), 1 => ($this->privates['.state_machine.awm.transition.1'] ?? ($this->privates['.state_machine.awm.transition.1'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Offen', 'In Terminierung DL'))), 2 => ($this->privates['.state_machine.awm.transition.2'] ?? ($this->privates['.state_machine.awm.transition.2'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Wiedereröffnet', 'In Terminierung DL'))), 3 => ($this->privates['.state_machine.awm.transition.3'] ?? ($this->privates['.state_machine.awm.transition.3'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'In Terminierung DL', 'Terminiert und angenommen'))), 4 => ($this->privates['.state_machine.awm.transition.4'] ?? ($this->privates['.state_machine.awm.transition.4'] = new \Symfony\Component\Workflow\Transition('Ablehnen', 'In Terminierung DL', 'Auftrag abgelehnt'))), 5 => ($this->privates['.state_machine.awm.transition.5'] ?? ($this->privates['.state_machine.awm.transition.5'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'Auftrag abgelehnt', 'Wiedereröffnet'))), 6 => ($this->privates['.state_machine.awm.transition.6'] ?? ($this->privates['.state_machine.awm.transition.6'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'AWM Fehler vor Ort behoben', 'Wiedereröffnet'))), 7 => ($this->privates['.state_machine.awm.transition.7'] ?? ($this->privates['.state_machine.awm.transition.7'] = new \Symfony\Component\Workflow\Transition('AWM Fehler wurde behoben', 'Terminiert und angenommen', 'AWM Fehler vor Ort behoben'))), 8 => ($this->privates['.state_machine.awm.transition.8'] ?? ($this->privates['.state_machine.awm.transition.8'] = new \Symfony\Component\Workflow\Transition('AWM Fehler kann nicht behoben werden / Aufzug wird stillgelegt', 'Terminiert und angenommen', 'AWM Fehler nicht behoben / Aufzug stillgelegt'))), 9 => ($this->privates['.state_machine.awm.transition.9'] ?? ($this->privates['.state_machine.awm.transition.9'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'AWM Fehler vor Ort behoben', 'Ticket geschlossen')))], [0 => 'Neu'], ($this->privates['state_machine.awm.metadata_store'] ?? $this->getStateMachine_Awm_MetadataStoreService())), 'state_machine.neamalfunction' => new \Symfony\Component\Workflow\Definition([0 => 'Neu', 1 => 'Offen', 2 => 'Wiedereröffnet', 3 => 'In Terminierung DL', 4 => 'Ticket vom System geschlossen', 5 => 'Terminiert und angenommen', 6 => 'Auftrag abgelehnt', 7 => 'Ticket schließen', 8 => 'Ticket geschlossen', 9 => 'Anlage nicht repariert', 10 => 'Neu terminiert'], [0 => ($this->privates['.state_machine.neamalfunction.transition.0'] ?? ($this->privates['.state_machine.neamalfunction.transition.0'] = new \Symfony\Component\Workflow\Transition('Ticket initialisieren', 'Neu', 'Offen'))), 1 => ($this->privates['.state_machine.neamalfunction.transition.1'] ?? ($this->privates['.state_machine.neamalfunction.transition.1'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Offen', 'In Terminierung DL'))), 2 => ($this->privates['.state_machine.neamalfunction.transition.2'] ?? ($this->privates['.state_machine.neamalfunction.transition.2'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Wiedereröffnet', 'In Terminierung DL'))), 3 => ($this->privates['.state_machine.neamalfunction.transition.3'] ?? ($this->privates['.state_machine.neamalfunction.transition.3'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'In Terminierung DL', 'Terminiert und angenommen'))), 4 => ($this->privates['.state_machine.neamalfunction.transition.4'] ?? ($this->privates['.state_machine.neamalfunction.transition.4'] = new \Symfony\Component\Workflow\Transition('Ablehnen', 'In Terminierung DL', 'Auftrag abgelehnt'))), 5 => ($this->privates['.state_machine.neamalfunction.transition.5'] ?? ($this->privates['.state_machine.neamalfunction.transition.5'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Terminiert und angenommen', 'Ticket schließen'))), 6 => ($this->privates['.state_machine.neamalfunction.transition.6'] ?? ($this->privates['.state_machine.neamalfunction.transition.6'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Neu terminiert', 'Ticket schließen'))), 7 => ($this->privates['.state_machine.neamalfunction.transition.7'] ?? ($this->privates['.state_machine.neamalfunction.transition.7'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Anlage nicht repariert', 'Ticket schließen'))), 8 => ($this->privates['.state_machine.neamalfunction.transition.8'] ?? ($this->privates['.state_machine.neamalfunction.transition.8'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Ticket schließen', 'Ticket geschlossen'))), 9 => ($this->privates['.state_machine.neamalfunction.transition.9'] ?? ($this->privates['.state_machine.neamalfunction.transition.9'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Terminiert und angenommen', 'Anlage nicht repariert'))), 10 => ($this->privates['.state_machine.neamalfunction.transition.10'] ?? ($this->privates['.state_machine.neamalfunction.transition.10'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Neu terminiert', 'Anlage nicht repariert'))), 11 => ($this->privates['.state_machine.neamalfunction.transition.11'] ?? ($this->privates['.state_machine.neamalfunction.transition.11'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Anlage nicht repariert', 'Anlage nicht repariert'))), 12 => ($this->privates['.state_machine.neamalfunction.transition.12'] ?? ($this->privates['.state_machine.neamalfunction.transition.12'] = new \Symfony\Component\Workflow\Transition('Neu terminieren', 'Terminiert und angenommen', 'Neu terminiert'))), 13 => ($this->privates['.state_machine.neamalfunction.transition.13'] ?? ($this->privates['.state_machine.neamalfunction.transition.13'] = new \Symfony\Component\Workflow\Transition('Neu terminieren', 'Anlage nicht repariert', 'Neu terminiert'))), 14 => ($this->privates['.state_machine.neamalfunction.transition.14'] ?? ($this->privates['.state_machine.neamalfunction.transition.14'] = new \Symfony\Component\Workflow\Transition('Neu terminieren', 'Neu terminiert', 'Neu terminiert'))), 15 => ($this->privates['.state_machine.neamalfunction.transition.15'] ?? ($this->privates['.state_machine.neamalfunction.transition.15'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'Auftrag abgelehnt', 'Wiedereröffnet'))), 16 => ($this->privates['.state_machine.neamalfunction.transition.16'] ?? ($this->privates['.state_machine.neamalfunction.transition.16'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'Ticket schließen', 'Wiedereröffnet')))], [0 => 'Neu'], ($this->privates['state_machine.neamalfunction.metadata_store'] ?? $this->getStateMachine_Neamalfunction_MetadataStoreService())), 'state_machine.refuel' => new \Symfony\Component\Workflow\Definition([0 => 'Neu', 1 => 'Offen', 2 => 'Wiedereröffnet', 3 => 'In Terminierung DL', 4 => 'Ticket vom System geschlossen', 5 => 'Terminiert und angenommen', 6 => 'Auftrag abgelehnt', 7 => 'Ticket schließen', 8 => 'Ticket geschlossen', 9 => 'Betankung konnte nicht durchgeführt werden', 10 => 'Neu terminiert'], [0 => ($this->privates['.state_machine.refuel.transition.0'] ?? ($this->privates['.state_machine.refuel.transition.0'] = new \Symfony\Component\Workflow\Transition('Ticket initialisieren', 'Neu', 'Offen'))), 1 => ($this->privates['.state_machine.refuel.transition.1'] ?? ($this->privates['.state_machine.refuel.transition.1'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Offen', 'In Terminierung DL'))), 2 => ($this->privates['.state_machine.refuel.transition.2'] ?? ($this->privates['.state_machine.refuel.transition.2'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Wiedereröffnet', 'In Terminierung DL'))), 3 => ($this->privates['.state_machine.refuel.transition.3'] ?? ($this->privates['.state_machine.refuel.transition.3'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'In Terminierung DL', 'Terminiert und angenommen'))), 4 => ($this->privates['.state_machine.refuel.transition.4'] ?? ($this->privates['.state_machine.refuel.transition.4'] = new \Symfony\Component\Workflow\Transition('Ablehnen', 'In Terminierung DL', 'Auftrag abgelehnt'))), 5 => ($this->privates['.state_machine.refuel.transition.5'] ?? ($this->privates['.state_machine.refuel.transition.5'] = new \Symfony\Component\Workflow\Transition('Betankung vollständig durchgeführt', 'Terminiert und angenommen', 'Ticket schließen'))), 6 => ($this->privates['.state_machine.refuel.transition.6'] ?? ($this->privates['.state_machine.refuel.transition.6'] = new \Symfony\Component\Workflow\Transition('Betankung vollständig durchgeführt', 'Neu terminiert', 'Ticket schließen'))), 7 => ($this->privates['.state_machine.refuel.transition.7'] ?? ($this->privates['.state_machine.refuel.transition.7'] = new \Symfony\Component\Workflow\Transition('Betankung vollständig durchgeführt', 'Betankung konnte nicht durchgeführt werden', 'Ticket schließen'))), 8 => ($this->privates['.state_machine.refuel.transition.8'] ?? ($this->privates['.state_machine.refuel.transition.8'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Ticket schließen', 'Ticket geschlossen'))), 9 => ($this->privates['.state_machine.refuel.transition.9'] ?? ($this->privates['.state_machine.refuel.transition.9'] = new \Symfony\Component\Workflow\Transition('Betankung konnte nicht durchgeführt werden', 'Terminiert und angenommen', 'Betankung konnte nicht durchgeführt werden'))), 10 => ($this->privates['.state_machine.refuel.transition.10'] ?? ($this->privates['.state_machine.refuel.transition.10'] = new \Symfony\Component\Workflow\Transition('Betankung konnte nicht durchgeführt werden', 'Neu terminiert', 'Betankung konnte nicht durchgeführt werden'))), 11 => ($this->privates['.state_machine.refuel.transition.11'] ?? ($this->privates['.state_machine.refuel.transition.11'] = new \Symfony\Component\Workflow\Transition('Betankung konnte nicht durchgeführt werden', 'Betankung konnte nicht durchgeführt werden', 'Betankung konnte nicht durchgeführt werden'))), 12 => ($this->privates['.state_machine.refuel.transition.12'] ?? ($this->privates['.state_machine.refuel.transition.12'] = new \Symfony\Component\Workflow\Transition('Neu terminieren', 'Terminiert und angenommen', 'Neu terminiert'))), 13 => ($this->privates['.state_machine.refuel.transition.13'] ?? ($this->privates['.state_machine.refuel.transition.13'] = new \Symfony\Component\Workflow\Transition('Neu terminieren', 'Betankung konnte nicht durchgeführt werden', 'Neu terminiert'))), 14 => ($this->privates['.state_machine.refuel.transition.14'] ?? ($this->privates['.state_machine.refuel.transition.14'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'Auftrag abgelehnt', 'Wiedereröffnet'))), 15 => ($this->privates['.state_machine.refuel.transition.15'] ?? ($this->privates['.state_machine.refuel.transition.15'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'Ticket schließen', 'Wiedereröffnet')))], [0 => 'Neu'], ($this->privates['state_machine.refuel.metadata_store'] ?? $this->getStateMachine_Refuel_MetadataStoreService())), 'state_machine.sensor' => new \Symfony\Component\Workflow\Definition([0 => 'Neu', 1 => 'Offen', 2 => 'Wiedereröffnet', 3 => 'In Terminierung DL', 4 => 'Ticket vom System geschlossen', 5 => 'Terminiert und angenommen', 6 => 'Auftrag abgelehnt', 7 => 'Ticket schließen', 8 => 'Ticket geschlossen', 9 => 'Sensor nicht repariert', 10 => 'Neu terminiert'], [0 => ($this->privates['.state_machine.sensor.transition.0'] ?? ($this->privates['.state_machine.sensor.transition.0'] = new \Symfony\Component\Workflow\Transition('Ticket initialisieren', 'Neu', 'Offen'))), 1 => ($this->privates['.state_machine.sensor.transition.1'] ?? ($this->privates['.state_machine.sensor.transition.1'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Offen', 'In Terminierung DL'))), 2 => ($this->privates['.state_machine.sensor.transition.2'] ?? ($this->privates['.state_machine.sensor.transition.2'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Wiedereröffnet', 'In Terminierung DL'))), 3 => ($this->privates['.state_machine.sensor.transition.3'] ?? ($this->privates['.state_machine.sensor.transition.3'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'In Terminierung DL', 'Terminiert und angenommen'))), 4 => ($this->privates['.state_machine.sensor.transition.4'] ?? ($this->privates['.state_machine.sensor.transition.4'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'Sensor nicht repariert', 'Terminiert und angenommen'))), 5 => ($this->privates['.state_machine.sensor.transition.5'] ?? ($this->privates['.state_machine.sensor.transition.5'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'Wiedereröffnet', 'Terminiert und angenommen'))), 6 => ($this->privates['.state_machine.sensor.transition.6'] ?? ($this->privates['.state_machine.sensor.transition.6'] = new \Symfony\Component\Workflow\Transition('Ablehnen', 'In Terminierung DL', 'Auftrag abgelehnt'))), 7 => ($this->privates['.state_machine.sensor.transition.7'] ?? ($this->privates['.state_machine.sensor.transition.7'] = new \Symfony\Component\Workflow\Transition('Sensor repariert', 'Terminiert und angenommen', 'Ticket schließen'))), 8 => ($this->privates['.state_machine.sensor.transition.8'] ?? ($this->privates['.state_machine.sensor.transition.8'] = new \Symfony\Component\Workflow\Transition('Sensor repariert', 'Neu terminiert', 'Ticket schließen'))), 9 => ($this->privates['.state_machine.sensor.transition.9'] ?? ($this->privates['.state_machine.sensor.transition.9'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Ticket schließen', 'Ticket geschlossen'))), 10 => ($this->privates['.state_machine.sensor.transition.10'] ?? ($this->privates['.state_machine.sensor.transition.10'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'Ticket schließen', 'Wiedereröffnet'))), 11 => ($this->privates['.state_machine.sensor.transition.11'] ?? ($this->privates['.state_machine.sensor.transition.11'] = new \Symfony\Component\Workflow\Transition('Sensor nicht repariert', 'Terminiert und angenommen', 'Sensor nicht repariert'))), 12 => ($this->privates['.state_machine.sensor.transition.12'] ?? ($this->privates['.state_machine.sensor.transition.12'] = new \Symfony\Component\Workflow\Transition('Sensor nicht repariert', 'Neu terminiert', 'Sensor nicht repariert'))), 13 => ($this->privates['.state_machine.sensor.transition.13'] ?? ($this->privates['.state_machine.sensor.transition.13'] = new \Symfony\Component\Workflow\Transition('Neu terminieren', 'Terminiert und angenommen', 'Neu terminiert')))], [0 => 'Neu'], ($this->privates['state_machine.sensor.metadata_store'] ?? $this->getStateMachine_Sensor_MetadataStoreService())), 'state_machine.warning' => new \Symfony\Component\Workflow\Definition([0 => 'Neu', 1 => 'Offen', 2 => 'Wiedereröffnet', 3 => 'In Terminierung DL', 4 => 'Ticket vom System geschlossen', 5 => 'Terminiert und angenommen', 6 => 'Auftrag abgelehnt', 7 => 'Anlage in Notbetrieb', 8 => 'Ticket schließen', 9 => 'Ticket geschlossen', 10 => 'Anlage nicht repariert', 11 => 'Neu terminiert'], [0 => ($this->privates['.state_machine.warning.transition.0'] ?? ($this->privates['.state_machine.warning.transition.0'] = new \Symfony\Component\Workflow\Transition('Ticket initialisieren', 'Neu', 'Offen'))), 1 => ($this->privates['.state_machine.warning.transition.1'] ?? ($this->privates['.state_machine.warning.transition.1'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Offen', 'In Terminierung DL'))), 2 => ($this->privates['.state_machine.warning.transition.2'] ?? ($this->privates['.state_machine.warning.transition.2'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Wiedereröffnet', 'In Terminierung DL'))), 3 => ($this->privates['.state_machine.warning.transition.3'] ?? ($this->privates['.state_machine.warning.transition.3'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'In Terminierung DL', 'Terminiert und angenommen'))), 4 => ($this->privates['.state_machine.warning.transition.4'] ?? ($this->privates['.state_machine.warning.transition.4'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'Anlage nicht repariert', 'Terminiert und angenommen'))), 5 => ($this->privates['.state_machine.warning.transition.5'] ?? ($this->privates['.state_machine.warning.transition.5'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'Anlage in Notbetrieb', 'Terminiert und angenommen'))), 6 => ($this->privates['.state_machine.warning.transition.6'] ?? ($this->privates['.state_machine.warning.transition.6'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'Wiedereröffnet', 'Terminiert und angenommen'))), 7 => ($this->privates['.state_machine.warning.transition.7'] ?? ($this->privates['.state_machine.warning.transition.7'] = new \Symfony\Component\Workflow\Transition('Ablehnen', 'In Terminierung DL', 'Auftrag abgelehnt'))), 8 => ($this->privates['.state_machine.warning.transition.8'] ?? ($this->privates['.state_machine.warning.transition.8'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Terminiert und angenommen', 'Ticket schließen'))), 9 => ($this->privates['.state_machine.warning.transition.9'] ?? ($this->privates['.state_machine.warning.transition.9'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Anlage in Notbetrieb', 'Ticket schließen'))), 10 => ($this->privates['.state_machine.warning.transition.10'] ?? ($this->privates['.state_machine.warning.transition.10'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Neu terminiert', 'Ticket schließen'))), 11 => ($this->privates['.state_machine.warning.transition.11'] ?? ($this->privates['.state_machine.warning.transition.11'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'In Terminierung DL', 'Ticket schließen'))), 12 => ($this->privates['.state_machine.warning.transition.12'] ?? ($this->privates['.state_machine.warning.transition.12'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Neu', 'Ticket vom System geschlossen'))), 13 => ($this->privates['.state_machine.warning.transition.13'] ?? ($this->privates['.state_machine.warning.transition.13'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Offen', 'Ticket vom System geschlossen'))), 14 => ($this->privates['.state_machine.warning.transition.14'] ?? ($this->privates['.state_machine.warning.transition.14'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Wiedereröffnet', 'Ticket vom System geschlossen'))), 15 => ($this->privates['.state_machine.warning.transition.15'] ?? ($this->privates['.state_machine.warning.transition.15'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'In Terminierung DL', 'Ticket vom System geschlossen'))), 16 => ($this->privates['.state_machine.warning.transition.16'] ?? ($this->privates['.state_machine.warning.transition.16'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Terminiert und angenommen', 'Ticket vom System geschlossen'))), 17 => ($this->privates['.state_machine.warning.transition.17'] ?? ($this->privates['.state_machine.warning.transition.17'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Auftrag abgelehnt', 'Ticket vom System geschlossen'))), 18 => ($this->privates['.state_machine.warning.transition.18'] ?? ($this->privates['.state_machine.warning.transition.18'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Anlage in Notbetrieb', 'Ticket vom System geschlossen'))), 19 => ($this->privates['.state_machine.warning.transition.19'] ?? ($this->privates['.state_machine.warning.transition.19'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Ticket schließen', 'Ticket vom System geschlossen'))), 20 => ($this->privates['.state_machine.warning.transition.20'] ?? ($this->privates['.state_machine.warning.transition.20'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Ticket geschlossen', 'Ticket vom System geschlossen'))), 21 => ($this->privates['.state_machine.warning.transition.21'] ?? ($this->privates['.state_machine.warning.transition.21'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'Ticket schließen', 'Wiedereröffnet'))), 22 => ($this->privates['.state_machine.warning.transition.22'] ?? ($this->privates['.state_machine.warning.transition.22'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'Ticket vom System geschlossen', 'Wiedereröffnet'))), 23 => ($this->privates['.state_machine.warning.transition.23'] ?? ($this->privates['.state_machine.warning.transition.23'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Terminiert und angenommen', 'Anlage nicht repariert'))), 24 => ($this->privates['.state_machine.warning.transition.24'] ?? ($this->privates['.state_machine.warning.transition.24'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Anlage in Notbetrieb', 'Anlage nicht repariert'))), 25 => ($this->privates['.state_machine.warning.transition.25'] ?? ($this->privates['.state_machine.warning.transition.25'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Neu terminiert', 'Anlage nicht repariert'))), 26 => ($this->privates['.state_machine.warning.transition.26'] ?? ($this->privates['.state_machine.warning.transition.26'] = new \Symfony\Component\Workflow\Transition('Anlage in Notbetrieb', 'Terminiert und angenommen', 'Anlage in Notbetrieb'))), 27 => ($this->privates['.state_machine.warning.transition.27'] ?? ($this->privates['.state_machine.warning.transition.27'] = new \Symfony\Component\Workflow\Transition('Anlage in Notbetrieb', 'Anlage in Notbetrieb', 'Anlage in Notbetrieb'))), 28 => ($this->privates['.state_machine.warning.transition.28'] ?? ($this->privates['.state_machine.warning.transition.28'] = new \Symfony\Component\Workflow\Transition('Anlage in Notbetrieb', 'Neu terminiert', 'Anlage in Notbetrieb'))), 29 => ($this->privates['.state_machine.warning.transition.29'] ?? ($this->privates['.state_machine.warning.transition.29'] = new \Symfony\Component\Workflow\Transition('Neu terminieren', 'Terminiert und angenommen', 'Neu terminiert')))], [0 => 'Neu'], ($this->privates['state_machine.warning.metadata_store'] ?? $this->getStateMachine_Warning_MetadataStoreService())), 'state_machine.zues' => new \Symfony\Component\Workflow\Definition([0 => 'Neu', 1 => 'Offen', 2 => 'Wiedereröffnet', 3 => 'In Terminierung DL', 4 => 'Ticket vom System geschlossen', 5 => 'Terminiert und angenommen', 6 => 'Auftrag abgelehnt', 7 => 'Anlage in Notbetrieb', 8 => 'Ticket schließen', 9 => 'Ticket geschlossen', 10 => 'Anlage nicht repariert', 11 => 'Neu terminiert'], [0 => ($this->privates['.state_machine.zues.transition.0'] ?? ($this->privates['.state_machine.zues.transition.0'] = new \Symfony\Component\Workflow\Transition('Ticket initialisieren', 'Neu', 'Offen'))), 1 => ($this->privates['.state_machine.zues.transition.1'] ?? ($this->privates['.state_machine.zues.transition.1'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Offen', 'In Terminierung DL'))), 2 => ($this->privates['.state_machine.zues.transition.2'] ?? ($this->privates['.state_machine.zues.transition.2'] = new \Symfony\Component\Workflow\Transition('an DL übermitteln', 'Wiedereröffnet', 'In Terminierung DL'))), 3 => ($this->privates['.state_machine.zues.transition.3'] ?? ($this->privates['.state_machine.zues.transition.3'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'Anlage nicht repariert', 'Terminiert und angenommen'))), 4 => ($this->privates['.state_machine.zues.transition.4'] ?? ($this->privates['.state_machine.zues.transition.4'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'In Terminierung DL', 'Terminiert und angenommen'))), 5 => ($this->privates['.state_machine.zues.transition.5'] ?? ($this->privates['.state_machine.zues.transition.5'] = new \Symfony\Component\Workflow\Transition('Wiederinbetriebnahme Terminiert zum', 'Wiedereröffnet', 'Terminiert und angenommen'))), 6 => ($this->privates['.state_machine.zues.transition.6'] ?? ($this->privates['.state_machine.zues.transition.6'] = new \Symfony\Component\Workflow\Transition('Ablehnen', 'In Terminierung DL', 'Auftrag abgelehnt'))), 7 => ($this->privates['.state_machine.zues.transition.7'] ?? ($this->privates['.state_machine.zues.transition.7'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Terminiert und angenommen', 'Ticket schließen'))), 8 => ($this->privates['.state_machine.zues.transition.8'] ?? ($this->privates['.state_machine.zues.transition.8'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Anlage in Notbetrieb', 'Ticket schließen'))), 9 => ($this->privates['.state_machine.zues.transition.9'] ?? ($this->privates['.state_machine.zues.transition.9'] = new \Symfony\Component\Workflow\Transition('Anlage repariert', 'Neu terminiert', 'Ticket schließen'))), 10 => ($this->privates['.state_machine.zues.transition.10'] ?? ($this->privates['.state_machine.zues.transition.10'] = new \Symfony\Component\Workflow\Transition('Ticket vom System schließen', 'Ticket schließen', 'Ticket geschlossen'))), 11 => ($this->privates['.state_machine.zues.transition.11'] ?? ($this->privates['.state_machine.zues.transition.11'] = new \Symfony\Component\Workflow\Transition('Ticket wiedereröffnen', 'Ticket schließen', 'Wiedereröffnet'))), 12 => ($this->privates['.state_machine.zues.transition.12'] ?? ($this->privates['.state_machine.zues.transition.12'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Terminiert und angenommen', 'Anlage nicht repariert'))), 13 => ($this->privates['.state_machine.zues.transition.13'] ?? ($this->privates['.state_machine.zues.transition.13'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Anlage in Notbetrieb', 'Anlage nicht repariert'))), 14 => ($this->privates['.state_machine.zues.transition.14'] ?? ($this->privates['.state_machine.zues.transition.14'] = new \Symfony\Component\Workflow\Transition('Anlage nicht repariert', 'Neu terminiert', 'Anlage nicht repariert'))), 15 => ($this->privates['.state_machine.zues.transition.15'] ?? ($this->privates['.state_machine.zues.transition.15'] = new \Symfony\Component\Workflow\Transition('Anlage in Notbetrieb', 'Terminiert und angenommen', 'Anlage in Notbetrieb'))), 16 => ($this->privates['.state_machine.zues.transition.16'] ?? ($this->privates['.state_machine.zues.transition.16'] = new \Symfony\Component\Workflow\Transition('Anlage in Notbetrieb', 'Anlage in Notbetrieb', 'Anlage in Notbetrieb'))), 17 => ($this->privates['.state_machine.zues.transition.17'] ?? ($this->privates['.state_machine.zues.transition.17'] = new \Symfony\Component\Workflow\Transition('Anlage in Notbetrieb', 'Neu terminiert', 'Anlage in Notbetrieb'))), 18 => ($this->privates['.state_machine.zues.transition.18'] ?? ($this->privates['.state_machine.zues.transition.18'] = new \Symfony\Component\Workflow\Transition('Neu terminieren', 'Terminiert und angenommen', 'Neu terminiert')))], [0 => 'Neu'], ($this->privates['state_machine.zues.metadata_store'] ?? $this->getStateMachine_Zues_MetadataStoreService()))]);
$instance->setName('workflow:dump');
$instance->setDescription('Dump a workflow');
return $instance;
}
/**
* Gets the private 'console.command.xliff_lint' shared service.
*
* @return \Symfony\Component\Translation\Command\XliffLintCommand
*/
protected function getConsole_Command_XliffLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
$this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
$instance->setName('lint:xliff');
$instance->setDescription('Lint an XLIFF file and outputs encountered errors');
return $instance;
}
/**
* Gets the private 'console.command.yaml_lint' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
*/
protected function getConsole_Command_YamlLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/yaml/Command/LintCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
$this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
$instance->setName('lint:yaml');
$instance->setDescription('Lint a YAML file and outputs encountered errors');
return $instance;
}
/**
* Gets the private 'console.error_listener' shared service.
*
* @return \Symfony\Component\Console\EventListener\ErrorListener
*/
protected function getConsole_ErrorListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/EventListener/ErrorListener.php';
$a = new \Symfony\Bridge\Monolog\Logger('console');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.critical'] ?? $this->getMonolog_Handler_CriticalService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
}
/**
* Gets the private 'container.env_var_processor' shared service.
*
* @return \Symfony\Component\DependencyInjection\EnvVarProcessor
*/
protected function getContainer_EnvVarProcessorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
yield 0 => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
}, 1));
}
/**
* Gets the private 'container.getenv' shared service.
*
* @return \Closure
*/
protected function getContainer_GetenvService()
{
return $this->privates['container.getenv'] = \Closure::fromCallable([0 => $this, 1 => 'getEnv']);
}
/**
* Gets the private 'craue.form.flow.data_manager_default' shared service.
*
* @return \Craue\FormFlowBundle\Storage\DataManager
*/
protected function getCraue_Form_Flow_DataManagerDefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Storage/DataManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Storage/ExtendedDataManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Storage/DataManager.php';
return $this->privates['craue.form.flow.data_manager_default'] = new \Craue\FormFlowBundle\Storage\DataManager(($this->services['craue.form.flow.storage'] ?? $this->getCraue_Form_Flow_StorageService()));
}
/**
* Gets the private 'craue.form.flow.event_listener.flow_expired' shared service.
*
* @return \Craue\FormFlowBundle\EventListener\FlowExpiredEventListener
*/
protected function getCraue_Form_Flow_EventListener_FlowExpiredService()
{
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/EventListener/EventListenerWithTranslatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/EventListener/FlowExpiredEventListener.php';
$this->privates['craue.form.flow.event_listener.flow_expired'] = $instance = new \Craue\FormFlowBundle\EventListener\FlowExpiredEventListener();
$instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
return $instance;
}
/**
* Gets the private 'craue.form.flow.event_listener.previous_step_invalid' shared service.
*
* @return \Craue\FormFlowBundle\EventListener\PreviousStepInvalidEventListener
*/
protected function getCraue_Form_Flow_EventListener_PreviousStepInvalidService()
{
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/EventListener/EventListenerWithTranslatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/EventListener/PreviousStepInvalidEventListener.php';
$this->privates['craue.form.flow.event_listener.previous_step_invalid'] = $instance = new \Craue\FormFlowBundle\EventListener\PreviousStepInvalidEventListener();
$instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
return $instance;
}
/**
* Gets the private 'data_collector.form' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
*/
protected function getDataCollector_FormService()
{
return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
}
/**
* Gets the private 'data_collector.request' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
*/
protected function getDataCollector_RequestService()
{
return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'data_collector.request.session_collector' shared service.
*
* @return \Closure
*/
protected function getDataCollector_Request_SessionCollectorService()
{
return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([0 => ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), 1 => 'collectSessionUsage']);
}
/**
* Gets the private 'debug.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getAdminContextResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/ArgumentResolver/AdminContextResolver.php';
return $this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getBatchActionDtoResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/ArgumentResolver/BatchActionDtoResolver.php';
return $this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.default' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_NotTaggedControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
$a = ($this->privates['.service_locator.1Kr2IlW'] ?? $this->get_ServiceLocator_1Kr2IlWService());
if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
return $this->privates['debug.argument_resolver.not_tagged_controller'];
}
return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.request' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_RequestService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.request_attribute' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_RequestAttributeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.service' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_ServiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
$a = ($this->privates['.service_locator.1Kr2IlW'] ?? $this->get_ServiceLocator_1Kr2IlWService());
if (isset($this->privates['debug.argument_resolver.service'])) {
return $this->privates['debug.argument_resolver.service'];
}
return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.session' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_SessionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.variadic' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_VariadicService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.controller_resolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
*/
protected function getDebug_ControllerResolverService()
{
return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.debug_handlers_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
*/
protected function getDebug_DebugHandlersListenerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('php');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.critical'] ?? $this->getMonolog_Handler_CriticalService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, NULL);
}
/**
* Gets the private 'debug.file_link_formatter' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
*/
protected function getDebug_FileLinkFormatterService()
{
return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__, 4), function () {
return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
});
}
/**
* Gets the private 'debug.file_link_formatter.url_format' shared service.
*
* @return \string
*/
protected function getDebug_FileLinkFormatter_UrlFormatService()
{
return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file', '?file=%f&line=%l#line%l');
}
/**
* Gets the private 'debug.log_processor' shared service.
*
* @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
*/
protected function getDebug_LogProcessorService()
{
return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'debug.security.access.decision_manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManagerService()
{
return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
yield 3 => ($this->privates['debug.security.voter.App\\Security\\DashboardVoter'] ?? $this->getDashboardVoterService());
yield 4 => ($this->privates['debug.security.voter.App\\Security\\NeaVoter'] ?? $this->getNeaVoterService());
yield 5 => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->getSecurityVoterService());
}, 6), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
}
/**
* Gets the private 'debug.security.firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
*/
protected function getDebug_Security_FirewallService()
{
$a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
}
/**
* Gets the private 'debug.security.firewall.authenticator.api_external' shared service.
*
* @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
*/
protected function getDebug_Security_Firewall_Authenticator_ApiExternalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
return $this->privates['debug.security.firewall.authenticator.api_external'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([0 => ($this->privates['security.authenticator.http_basic.api_external'] ?? $this->getSecurity_Authenticator_HttpBasic_ApiExternalService())], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.api_external'] ?? $this->getSecurity_EventDispatcher_ApiExternalService()), 'api_external', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, true, [])));
}
/**
* Gets the private 'debug.security.firewall.authenticator.api_leg' shared service.
*
* @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
*/
protected function getDebug_Security_Firewall_Authenticator_ApiLegService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
return $this->privates['debug.security.firewall.authenticator.api_leg'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([0 => ($this->privates['security.authenticator.http_basic.api_leg'] ?? $this->getSecurity_Authenticator_HttpBasic_ApiLegService())], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.api_leg'] ?? $this->getSecurity_EventDispatcher_ApiLegService()), 'api_leg', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, true, [])));
}
/**
* Gets the private 'debug.security.firewall.authenticator.default' shared service.
*
* @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
*/
protected function getDebug_Security_Firewall_Authenticator_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
$a = ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
if (isset($this->privates['debug.security.firewall.authenticator.default'])) {
return $this->privates['debug.security.firewall.authenticator.default'];
}
$b = ($this->privates['security.authenticator.remember_me.default'] ?? $this->getSecurity_Authenticator_RememberMe_DefaultService());
if (isset($this->privates['debug.security.firewall.authenticator.default'])) {
return $this->privates['debug.security.firewall.authenticator.default'];
}
$c = ($this->privates['security.event_dispatcher.default'] ?? $this->getSecurity_EventDispatcher_DefaultService());
if (isset($this->privates['debug.security.firewall.authenticator.default'])) {
return $this->privates['debug.security.firewall.authenticator.default'];
}
return $this->privates['debug.security.firewall.authenticator.default'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([0 => $a, 1 => $b], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $c, 'default', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, true, [])));
}
/**
* Gets the private 'debug.security.firewall.authenticator.qrcode' shared service.
*
* @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
*/
protected function getDebug_Security_Firewall_Authenticator_QrcodeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
$a = ($this->privates['App\\Security\\LoginQrFormAuthenticator'] ?? $this->getLoginQrFormAuthenticatorService());
if (isset($this->privates['debug.security.firewall.authenticator.qrcode'])) {
return $this->privates['debug.security.firewall.authenticator.qrcode'];
}
return $this->privates['debug.security.firewall.authenticator.qrcode'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([0 => $a], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.qrcode'] ?? $this->getSecurity_EventDispatcher_QrcodeService()), 'qrcode', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, true, [])));
}
/**
* Gets the private 'debug.security.user_value_resolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_Security_UserValueResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.security.voter.App\Security\DashboardVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDashboardVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/src/Security/DashboardVoter.php';
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['debug.security.voter.App\\Security\\DashboardVoter'])) {
return $this->privates['debug.security.voter.App\\Security\\DashboardVoter'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.App\\Security\\DashboardVoter'])) {
return $this->privates['debug.security.voter.App\\Security\\DashboardVoter'];
}
return $this->privates['debug.security.voter.App\\Security\\DashboardVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\DashboardVoter($a), $b);
}
/**
* Gets the private 'debug.security.voter.App\Security\NeaVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getNeaVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/src/Security/NeaVoter.php';
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['debug.security.voter.App\\Security\\NeaVoter'])) {
return $this->privates['debug.security.voter.App\\Security\\NeaVoter'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.App\\Security\\NeaVoter'])) {
return $this->privates['debug.security.voter.App\\Security\\NeaVoter'];
}
return $this->privates['debug.security.voter.App\\Security\\NeaVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\NeaVoter($a), $b);
}
/**
* Gets the private 'debug.security.voter.EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getSecurityVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Security/SecurityVoter.php';
$a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
if (isset($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'])) {
return $this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'])) {
return $this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'];
}
return $this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter($a, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())), $b);
}
/**
* Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
return $this->privates['debug.security.voter.security.access.authenticated_voter'];
}
return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), $a);
}
/**
* Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
return $this->privates['debug.security.voter.security.access.expression_voter'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
return $this->privates['debug.security.voter.security.access.expression_voter'];
}
return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a, ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $b);
}
/**
* Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
}
return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $a);
}
/**
* Gets the private 'debug.security.voter.vote_listener' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
*/
protected function getDebug_Security_Voter_VoteListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->privates['debug.security.voter.vote_listener'])) {
return $this->privates['debug.security.voter.vote_listener'];
}
return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
}
/**
* Gets the private 'doctrine.cache_clear_metadata_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
*/
protected function getDoctrine_CacheClearMetadataCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
$this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-metadata');
return $instance;
}
/**
* Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
*/
protected function getDoctrine_CacheClearQueryCacheCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
$this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-query');
return $instance;
}
/**
* Gets the private 'doctrine.cache_clear_result_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
*/
protected function getDoctrine_CacheClearResultCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
$this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-result');
return $instance;
}
/**
* Gets the private 'doctrine.cache_collection_region_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
*/
protected function getDoctrine_CacheCollectionRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
$this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-collection-region');
return $instance;
}
/**
* Gets the private 'doctrine.clear_entity_region_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
*/
protected function getDoctrine_ClearEntityRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
$this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-entity-region');
return $instance;
}
/**
* Gets the private 'doctrine.clear_query_region_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
*/
protected function getDoctrine_ClearQueryRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
$this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-query-region');
return $instance;
}
/**
* Gets the private 'doctrine.database_create_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
*/
protected function getDoctrine_DatabaseCreateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
$this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setName('doctrine:database:create');
return $instance;
}
/**
* Gets the private 'doctrine.database_drop_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
*/
protected function getDoctrine_DatabaseDropCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
$this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setName('doctrine:database:drop');
return $instance;
}
/**
* Gets the private 'doctrine.database_import_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
*/
protected function getDoctrine_DatabaseImportCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
$this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
$instance->setName('doctrine:database:import');
return $instance;
}
/**
* Gets the private 'doctrine.dbal.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['monolog.handler.critical'] ?? $this->getMonolog_Handler_CriticalService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['doctrine.dbal.logger'] = new \Symfony\Bridge\Doctrine\Logger\DbalLogger($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'doctrine.ensure_production_settings_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
*/
protected function getDoctrine_EnsureProductionSettingsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
$this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:ensure-production-settings');
return $instance;
}
/**
* Gets the private 'doctrine.fixtures_load_command' shared service.
*
* @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
*/
protected function getDoctrine_FixturesLoadCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/src/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataFixtures/AddFixtureImplementation.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/src/FixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/src/SharedFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/src/AbstractFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
include_once \dirname(__DIR__, 4).'/src/DataFixtures/AcquisitionFixtures.php';
include_once \dirname(__DIR__, 4).'/src/DataFixtures/AppFixtures.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
$a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
$a->addFixtures([0 => ['fixture' => new \App\DataFixtures\AcquisitionFixtures(), 'groups' => []], 1 => ['fixture' => new \App\DataFixtures\AppFixtures(), 'groups' => []]]);
$this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()]);
$instance->setName('doctrine:fixtures:load');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_convert_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
*/
protected function getDoctrine_MappingConvertCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
$this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:mapping:convert');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_import_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
*/
protected function getDoctrine_MappingImportCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
$this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
$instance->setName('doctrine:mapping:import');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_info_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
*/
protected function getDoctrine_MappingInfoCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
$this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:mapping:info');
return $instance;
}
/**
* Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
*/
protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/MigrationsFactory/ContainerAwareMigrationFactory.php';
$a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
}
return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
}
/**
* Gets the private 'doctrine.migrations.dependency_factory' shared service.
*
* @return \Doctrine\Migrations\DependencyFactory
*/
protected function getDoctrine_Migrations_DependencyFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
$a = new \Doctrine\Migrations\Configuration\Configuration();
$a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__, 4).'/migrations'));
$a->setAllOrNothing(false);
$a->setCheckDatabasePlatform(true);
$a->setTransactional(true);
$a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
$this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
});
return $instance;
}
/**
* Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
*/
protected function getDoctrine_Orm_Command_EntityManagerProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.orm.container_repository_factory' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
*/
protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
{
return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Repository\\AddressRepository' => ['privates', 'App\\Repository\\AddressRepository', 'getAddressRepositoryService', false],
'App\\Repository\\ApiStatsRepository' => ['privates', 'App\\Repository\\ApiStatsRepository', 'getApiStatsRepositoryService', false],
'App\\Repository\\AwmErrorRepository' => ['privates', 'App\\Repository\\AwmErrorRepository', 'getAwmErrorRepositoryService', false],
'App\\Repository\\AwmRepository' => ['privates', 'App\\Repository\\AwmRepository', 'getAwmRepositoryService', false],
'App\\Repository\\BuchungskreisRepository' => ['privates', 'App\\Repository\\BuchungskreisRepository', 'getBuchungskreisRepositoryService', false],
'App\\Repository\\ClientRepository' => ['privates', 'App\\Repository\\ClientRepository', 'getClientRepositoryService', false],
'App\\Repository\\CompanyRepository' => ['privates', 'App\\Repository\\CompanyRepository', 'getCompanyRepositoryService', false],
'App\\Repository\\ContactRepository' => ['privates', 'App\\Repository\\ContactRepository', 'getContactRepositoryService', false],
'App\\Repository\\ControlManufacturerRepository' => ['privates', 'App\\Repository\\ControlManufacturerRepository', 'getControlManufacturerRepositoryService', false],
'App\\Repository\\ControlTypeRepository' => ['privates', 'App\\Repository\\ControlTypeRepository', 'getControlTypeRepositoryService', false],
'App\\Repository\\DocumentCategoryRepository' => ['privates', 'App\\Repository\\DocumentCategoryRepository', 'getDocumentCategoryRepositoryService', false],
'App\\Repository\\DocumentRepository' => ['privates', 'App\\Repository\\DocumentRepository', 'getDocumentRepositoryService', false],
'App\\Repository\\ElevatorAcquisitionRepository' => ['privates', 'App\\Repository\\ElevatorAcquisitionRepository', 'getElevatorAcquisitionRepositoryService', false],
'App\\Repository\\ElevatorRepository' => ['privates', 'App\\Repository\\ElevatorRepository', 'getElevatorRepositoryService', false],
'App\\Repository\\ElevatorStateHistoryRepository' => ['privates', 'App\\Repository\\ElevatorStateHistoryRepository', 'getElevatorStateHistoryRepositoryService', false],
'App\\Repository\\EmailTemplateRepository' => ['privates', 'App\\Repository\\EmailTemplateRepository', 'getEmailTemplateRepositoryService', false],
'App\\Repository\\EngineManufacturerRepository' => ['privates', 'App\\Repository\\EngineManufacturerRepository', 'getEngineManufacturerRepositoryService', false],
'App\\Repository\\EngineTypeRepository' => ['privates', 'App\\Repository\\EngineTypeRepository', 'getEngineTypeRepositoryService', false],
'App\\Repository\\ErrorProtocollRepository' => ['privates', 'App\\Repository\\ErrorProtocollRepository', 'getErrorProtocollRepositoryService', false],
'App\\Repository\\EscalationStatsRepository' => ['privates', 'App\\Repository\\EscalationStatsRepository', 'getEscalationStatsRepositoryService', false],
'App\\Repository\\GpioRepository' => ['privates', 'App\\Repository\\GpioRepository', 'getGpioRepositoryService', false],
'App\\Repository\\GpioValueBackupRepository' => ['privates', 'App\\Repository\\GpioValueBackupRepository', 'getGpioValueBackupRepositoryService', false],
'App\\Repository\\GpioValueRepository' => ['privates', 'App\\Repository\\GpioValueRepository', 'getGpioValueRepositoryService', false],
'App\\Repository\\InstallElevatorRepository' => ['privates', 'App\\Repository\\InstallElevatorRepository', 'getInstallElevatorRepositoryService', false],
'App\\Repository\\InstallNeaRepository' => ['privates', 'App\\Repository\\InstallNeaRepository', 'getInstallNeaRepositoryService', false],
'App\\Repository\\LegApiMaxRequestRepository' => ['privates', 'App\\Repository\\LegApiMaxRequestRepository', 'getLegApiMaxRequestRepositoryService', false],
'App\\Repository\\LegApiRetryRequestRepository' => ['privates', 'App\\Repository\\LegApiRetryRequestRepository', 'getLegApiRetryRequestRepositoryService', false],
'App\\Repository\\ManualInspectionRepository' => ['privates', 'App\\Repository\\ManualInspectionRepository', 'getManualInspectionRepositoryService', false],
'App\\Repository\\ManufacturerRepository' => ['privates', 'App\\Repository\\ManufacturerRepository', 'getManufacturerRepositoryService', false],
'App\\Repository\\NeaRepository' => ['privates', 'App\\Repository\\NeaRepository', 'getNeaRepositoryService', false],
'App\\Repository\\PumpHistoryRepository' => ['privates', 'App\\Repository\\PumpHistoryRepository', 'getPumpHistoryRepositoryService', false],
'App\\Repository\\PumpRepository' => ['privates', 'App\\Repository\\PumpRepository', 'getPumpRepositoryService', false],
'App\\Repository\\ResetPasswordRequestRepository' => ['privates', 'App\\Repository\\ResetPasswordRequestRepository', 'getResetPasswordRequestRepositoryService', false],
'App\\Repository\\SensorOnOfflineStatsRepository' => ['privates', 'App\\Repository\\SensorOnOfflineStatsRepository', 'getSensorOnOfflineStatsRepositoryService', false],
'App\\Repository\\SensorRepository' => ['privates', 'App\\Repository\\SensorRepository', 'getSensorRepositoryService', false],
'App\\Repository\\StatsRepository' => ['privates', 'App\\Repository\\StatsRepository', 'getStatsRepositoryService', false],
'App\\Repository\\SteeringEngineRepository' => ['privates', 'App\\Repository\\SteeringEngineRepository', 'getSteeringEngineRepositoryService', false],
'App\\Repository\\SteeringManufacturerRepository' => ['privates', 'App\\Repository\\SteeringManufacturerRepository', 'getSteeringManufacturerRepositoryService', false],
'App\\Repository\\SteeringRegulationRepository' => ['privates', 'App\\Repository\\SteeringRegulationRepository', 'getSteeringRegulationRepositoryService', false],
'App\\Repository\\SteeringTypeRepository' => ['privates', 'App\\Repository\\SteeringTypeRepository', 'getSteeringTypeRepositoryService', false],
'App\\Repository\\TestDeviceRepository' => ['privates', 'App\\Repository\\TestDeviceRepository', 'getTestDeviceRepositoryService', false],
'App\\Repository\\TesterTradeRepository' => ['privates', 'App\\Repository\\TesterTradeRepository', 'getTesterTradeRepositoryService', false],
'App\\Repository\\TicketCommentRepository' => ['privates', 'App\\Repository\\TicketCommentRepository', 'getTicketCommentRepositoryService', false],
'App\\Repository\\TicketRepository' => ['privates', 'App\\Repository\\TicketRepository', 'getTicketRepositoryService', false],
'App\\Repository\\TradeRepository' => ['privates', 'App\\Repository\\TradeRepository', 'getTradeRepositoryService', false],
'App\\Repository\\UserLogRepository' => ['privates', 'App\\Repository\\UserLogRepository', 'getUserLogRepositoryService', false],
'App\\Repository\\UserRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
'App\\Repository\\ValueForNetFailureRepository' => ['privates', 'App\\Repository\\ValueForNetFailureRepository', 'getValueForNetFailureRepositoryService', false],
'App\\Repository\\WirtschaftseinheitRepository' => ['privates', 'App\\Repository\\WirtschaftseinheitRepository', 'getWirtschaftseinheitRepositoryService', false],
], [
'App\\Repository\\AddressRepository' => '?',
'App\\Repository\\ApiStatsRepository' => '?',
'App\\Repository\\AwmErrorRepository' => '?',
'App\\Repository\\AwmRepository' => '?',
'App\\Repository\\BuchungskreisRepository' => '?',
'App\\Repository\\ClientRepository' => '?',
'App\\Repository\\CompanyRepository' => '?',
'App\\Repository\\ContactRepository' => '?',
'App\\Repository\\ControlManufacturerRepository' => '?',
'App\\Repository\\ControlTypeRepository' => '?',
'App\\Repository\\DocumentCategoryRepository' => '?',
'App\\Repository\\DocumentRepository' => '?',
'App\\Repository\\ElevatorAcquisitionRepository' => '?',
'App\\Repository\\ElevatorRepository' => '?',
'App\\Repository\\ElevatorStateHistoryRepository' => '?',
'App\\Repository\\EmailTemplateRepository' => '?',
'App\\Repository\\EngineManufacturerRepository' => '?',
'App\\Repository\\EngineTypeRepository' => '?',
'App\\Repository\\ErrorProtocollRepository' => '?',
'App\\Repository\\EscalationStatsRepository' => '?',
'App\\Repository\\GpioRepository' => '?',
'App\\Repository\\GpioValueBackupRepository' => '?',
'App\\Repository\\GpioValueRepository' => '?',
'App\\Repository\\InstallElevatorRepository' => '?',
'App\\Repository\\InstallNeaRepository' => '?',
'App\\Repository\\LegApiMaxRequestRepository' => '?',
'App\\Repository\\LegApiRetryRequestRepository' => '?',
'App\\Repository\\ManualInspectionRepository' => '?',
'App\\Repository\\ManufacturerRepository' => '?',
'App\\Repository\\NeaRepository' => '?',
'App\\Repository\\PumpHistoryRepository' => '?',
'App\\Repository\\PumpRepository' => '?',
'App\\Repository\\ResetPasswordRequestRepository' => '?',
'App\\Repository\\SensorOnOfflineStatsRepository' => '?',
'App\\Repository\\SensorRepository' => '?',
'App\\Repository\\StatsRepository' => '?',
'App\\Repository\\SteeringEngineRepository' => '?',
'App\\Repository\\SteeringManufacturerRepository' => '?',
'App\\Repository\\SteeringRegulationRepository' => '?',
'App\\Repository\\SteeringTypeRepository' => '?',
'App\\Repository\\TestDeviceRepository' => '?',
'App\\Repository\\TesterTradeRepository' => '?',
'App\\Repository\\TicketCommentRepository' => '?',
'App\\Repository\\TicketRepository' => '?',
'App\\Repository\\TradeRepository' => '?',
'App\\Repository\\UserLogRepository' => '?',
'App\\Repository\\UserRepository' => '?',
'App\\Repository\\ValueForNetFailureRepository' => '?',
'App\\Repository\\WirtschaftseinheitRepository' => '?',
]));
}
/**
* Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
*/
protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
{
return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Entity')]);
}
/**
* Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
*
* @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
*/
protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
}
return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
}
/**
* Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
*
* @return \Doctrine\ORM\Tools\AttachEntityListenersListener
*/
protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
}
/**
* Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
*/
protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
}
/**
* Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
*/
protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.authenticator.remember_me_handler.default'] ?? $this->getSecurity_Authenticator_RememberMeHandler_DefaultService());
}, 1));
}
/**
* Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
*/
protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
}
/**
* Gets the private 'doctrine.orm.newserver_annotation_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
*/
protected function getDoctrine_Orm_NewserverAnnotationMetadataDriverService()
{
return $this->privates['doctrine.orm.newserver_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Entity')]);
}
/**
* Gets the private 'doctrine.orm.newserver_entity_manager.property_info_extractor' shared service.
*
* @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
*/
protected function getDoctrine_Orm_NewserverEntityManager_PropertyInfoExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
$a = ($this->services['doctrine.orm.newserver_entity_manager'] ?? $this->getDoctrine_Orm_NewserverEntityManagerService());
if (isset($this->privates['doctrine.orm.newserver_entity_manager.property_info_extractor'])) {
return $this->privates['doctrine.orm.newserver_entity_manager.property_info_extractor'];
}
return $this->privates['doctrine.orm.newserver_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
}
/**
* Gets the private 'doctrine.orm.newserver_listeners.attach_entity_listeners' shared service.
*
* @return \Doctrine\ORM\Tools\AttachEntityListenersListener
*/
protected function getDoctrine_Orm_NewserverListeners_AttachEntityListenersService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
return $this->privates['doctrine.orm.newserver_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
}
/**
* Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
*
* @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
*/
protected function getDoctrine_Orm_ProxyCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.orm.validator.unique' shared service.
*
* @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
*/
protected function getDoctrine_Orm_Validator_UniqueService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.query_dql_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
*/
protected function getDoctrine_QueryDqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
$this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:query:dql');
return $instance;
}
/**
* Gets the private 'doctrine.query_sql_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
*/
protected function getDoctrine_QuerySqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
$this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
$instance->setName('doctrine:query:sql');
return $instance;
}
/**
* Gets the private 'doctrine.schema_create_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
*/
protected function getDoctrine_SchemaCreateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
$this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:schema:create');
return $instance;
}
/**
* Gets the private 'doctrine.schema_drop_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
*/
protected function getDoctrine_SchemaDropCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
$this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:schema:drop');
return $instance;
}
/**
* Gets the private 'doctrine.schema_update_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
*/
protected function getDoctrine_SchemaUpdateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
$this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:schema:update');
return $instance;
}
/**
* Gets the private 'doctrine.schema_validate_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
*/
protected function getDoctrine_SchemaValidateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
$this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:schema:validate');
return $instance;
}
/**
* Gets the private 'doctrine.ulid_generator' shared service.
*
* @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
*/
protected function getDoctrine_UlidGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/uid/Factory/UlidFactory.php';
return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(new \Symfony\Component\Uid\Factory\UlidFactory());
}
/**
* Gets the private 'doctrine.uuid_generator' shared service.
*
* @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
*/
protected function getDoctrine_UuidGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/uid/Factory/UuidFactory.php';
return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(new \Symfony\Component\Uid\Factory\UuidFactory(6, 6, 5, 'Symfony\\Component\\Uid\\UuidV4', NULL, NULL));
}
/**
* Gets the private 'doctrine_migrations.current_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
*/
protected function getDoctrineMigrations_CurrentCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
$this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
$instance->setName('doctrine:migrations:current');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.diff_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
*/
protected function getDoctrineMigrations_DiffCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
$this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
$instance->setName('doctrine:migrations:diff');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.dump_schema_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
*/
protected function getDoctrineMigrations_DumpSchemaCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
$this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
$instance->setName('doctrine:migrations:dump-schema');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.execute_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
*/
protected function getDoctrineMigrations_ExecuteCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
$this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
$instance->setName('doctrine:migrations:execute');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.generate_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
*/
protected function getDoctrineMigrations_GenerateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
$this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
$instance->setName('doctrine:migrations:generate');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.latest_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
*/
protected function getDoctrineMigrations_LatestCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
$this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
$instance->setName('doctrine:migrations:latest');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.migrate_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
*/
protected function getDoctrineMigrations_MigrateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
$this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
$instance->setName('doctrine:migrations:migrate');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.rollup_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
*/
protected function getDoctrineMigrations_RollupCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
$this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
$instance->setName('doctrine:migrations:rollup');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.status_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
*/
protected function getDoctrineMigrations_StatusCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
$this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
$instance->setName('doctrine:migrations:status');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
*/
protected function getDoctrineMigrations_SyncMetadataCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
$this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
$instance->setName('doctrine:migrations:sync-metadata-storage');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.up_to_date_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
*/
protected function getDoctrineMigrations_UpToDateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
$this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
$instance->setName('doctrine:migrations:up-to-date');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.version_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
*/
protected function getDoctrineMigrations_VersionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
$this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
$instance->setName('doctrine:migrations:version');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.versions_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
*/
protected function getDoctrineMigrations_VersionsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
$this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
$instance->setName('doctrine:migrations:list');
return $instance;
}
/**
* Gets the private 'error_handler.error_renderer.html' shared service.
*
* @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
*/
protected function getErrorHandler_ErrorRenderer_HtmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__, 4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'exception_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
*/
protected function getExceptionListener2Service()
{
return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
}
/**
* Gets the private 'form.choice_list_factory.cached' shared service.
*
* @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
*/
protected function getForm_ChoiceListFactory_CachedService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
}
/**
* Gets the private 'form.registry' shared service.
*
* @return \Symfony\Component\Form\FormRegistry
*/
protected function getForm_RegistryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([0 => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Form\\AddressType' => ['privates', 'App\\Form\\AddressType', 'getAddressTypeService', false],
'App\\Form\\ChangePasswordFormType' => ['privates', 'App\\Form\\ChangePasswordFormType', 'getChangePasswordFormTypeService', false],
'App\\Form\\CommentType' => ['privates', 'App\\Form\\CommentType', 'getCommentTypeService', false],
'App\\Form\\ContactType' => ['privates', 'App\\Form\\ContactType', 'getContactTypeService', false],
'App\\Form\\DocumentType' => ['privates', 'App\\Form\\DocumentType', 'getDocumentTypeService', false],
'App\\Form\\ElevatorAcquisitionTestType' => ['privates', 'App\\Form\\ElevatorAcquisitionTestType', 'getElevatorAcquisitionTestTypeService', false],
'App\\Form\\ElevatorAcquisitionType' => ['privates', 'App\\Form\\ElevatorAcquisitionType', 'getElevatorAcquisitionTypeService', false],
'App\\Form\\ElevatorCompaniesType' => ['privates', 'App\\Form\\ElevatorCompaniesType', 'getElevatorCompaniesTypeService', false],
'App\\Form\\ElevatorInvertingForm' => ['privates', 'App\\Form\\ElevatorInvertingForm', 'getElevatorInvertingFormService', false],
'App\\Form\\InstallElevatorType' => ['privates', 'App\\Form\\InstallElevatorType', 'getInstallElevatorTypeService', false],
'App\\Form\\InstallNeaSensorForm' => ['privates', 'App\\Form\\InstallNeaSensorForm', 'getInstallNeaSensorFormService', false],
'App\\Form\\InstallSensorForm' => ['privates', 'App\\Form\\InstallSensorForm', 'getInstallSensorFormService', false],
'App\\Form\\JsonCodeEditorType' => ['privates', 'App\\Form\\JsonCodeEditorType', 'getJsonCodeEditorTypeService', false],
'App\\Form\\ManualInspectionForm' => ['privates', 'App\\Form\\ManualInspectionForm', 'getManualInspectionFormService', false],
'App\\Form\\ResetPasswordRequestFormType' => ['privates', 'App\\Form\\ResetPasswordRequestFormType', 'getResetPasswordRequestFormTypeService', false],
'App\\Form\\SensorType' => ['privates', 'App\\Form\\SensorType', 'getSensorTypeService', false],
'App\\Form\\TicketNeaType' => ['privates', 'App\\Form\\TicketNeaType', 'getTicketNeaTypeService', false],
'App\\Form\\TicketSensorType' => ['privates', 'App\\Form\\TicketSensorType', 'getTicketSensorTypeService', false],
'App\\Form\\TicketTankType' => ['privates', 'App\\Form\\TicketTankType', 'getTicketTankTypeService', false],
'App\\Form\\TicketType' => ['privates', 'App\\Form\\TicketType', 'getTicketTypeService', false],
'App\\Form\\Type\\AutocompleteType' => ['privates', 'App\\Form\\Type\\AutocompleteType', 'getAutocompleteTypeService', false],
'App\\Form\\Type\\ElevatorSearchType' => ['privates', 'App\\Form\\Type\\ElevatorSearchType', 'getElevatorSearchTypeService', false],
'App\\Form\\Type\\JsonType' => ['privates', 'App\\Form\\Type\\JsonType', 'getJsonTypeService', false],
'App\\Form\\UploadTestType' => ['privates', 'App\\Form\\UploadTestType', 'getUploadTestTypeService', false],
'App\\Form\\UserFirstLoginFormType' => ['privates', 'App\\Form\\UserFirstLoginFormType', 'getUserFirstLoginFormTypeService', false],
'App\\Form\\UserProfileFormType' => ['privates', 'App\\Form\\UserProfileFormType', 'getUserProfileFormTypeService', false],
'Burgov\\Bundle\\KeyValueFormBundle\\Form\\Type\\KeyValueRowType' => ['privates', 'burgov_key_value_form.key_value_row_type', 'getBurgovKeyValueForm_KeyValueRowTypeService', false],
'Burgov\\Bundle\\KeyValueFormBundle\\Form\\Type\\KeyValueType' => ['privates', 'burgov_key_value_form.key_value_type', 'getBurgovKeyValueForm_KeyValueTypeService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType', 'getCrudFormTypeService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType', 'getFileUploadTypeService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType', 'getFiltersFormTypeService', false],
'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates', 'liip_imagine.form.type.image', 'getLiipImagine_Form_Type_ImageService', false],
'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType' => ['privates', 'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType', 'getPhoneNumberTypeService', false],
'PUGX\\AutocompleterBundle\\Form\\Type\\AutocompleteFilterType' => ['services', 'pugx_autocompleter.filter_autocomplete', 'getPugxAutocompleter_FilterAutocompleteService', false],
'PUGX\\AutocompleterBundle\\Form\\Type\\AutocompleteType' => ['services', 'pugx_autocompleter.autocomplete', 'getPugxAutocompleter_AutocompleteService', false],
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', false],
'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services', 'vich_uploader.form.type.file', 'getVichUploader_Form_Type_FileService', false],
'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services', 'vich_uploader.form.type.image', 'getVichUploader_Form_Type_ImageService', false],
], [
'App\\Form\\AddressType' => '?',
'App\\Form\\ChangePasswordFormType' => '?',
'App\\Form\\CommentType' => '?',
'App\\Form\\ContactType' => '?',
'App\\Form\\DocumentType' => '?',
'App\\Form\\ElevatorAcquisitionTestType' => '?',
'App\\Form\\ElevatorAcquisitionType' => '?',
'App\\Form\\ElevatorCompaniesType' => '?',
'App\\Form\\ElevatorInvertingForm' => '?',
'App\\Form\\InstallElevatorType' => '?',
'App\\Form\\InstallNeaSensorForm' => '?',
'App\\Form\\InstallSensorForm' => '?',
'App\\Form\\JsonCodeEditorType' => '?',
'App\\Form\\ManualInspectionForm' => '?',
'App\\Form\\ResetPasswordRequestFormType' => '?',
'App\\Form\\SensorType' => '?',
'App\\Form\\TicketNeaType' => '?',
'App\\Form\\TicketSensorType' => '?',
'App\\Form\\TicketTankType' => '?',
'App\\Form\\TicketType' => '?',
'App\\Form\\Type\\AutocompleteType' => '?',
'App\\Form\\Type\\ElevatorSearchType' => '?',
'App\\Form\\Type\\JsonType' => '?',
'App\\Form\\UploadTestType' => '?',
'App\\Form\\UserFirstLoginFormType' => '?',
'App\\Form\\UserProfileFormType' => '?',
'Burgov\\Bundle\\KeyValueFormBundle\\Form\\Type\\KeyValueRowType' => '?',
'Burgov\\Bundle\\KeyValueFormBundle\\Form\\Type\\KeyValueType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType' => '?',
'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType' => '?',
'PUGX\\AutocompleterBundle\\Form\\Type\\AutocompleteFilterType' => '?',
'PUGX\\AutocompleterBundle\\Form\\Type\\AutocompleteType' => '?',
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
yield 1 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
yield 2 => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
yield 3 => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
yield 4 => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
yield 5 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
yield 6 => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
yield 7 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\EaCrudFormTypeExtension'] ?? $this->getEaCrudFormTypeExtensionService());
yield 8 => ($this->privates['craue.form.flow.form_extension'] ?? ($this->privates['craue.form.flow.form_extension'] = new \Craue\FormFlowBundle\Form\Extension\FormFlowFormExtension()));
}, 9), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CollectionType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\CollectionTypeExtension'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\CollectionTypeExtension'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\CollectionTypeExtension()));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\HiddenType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['craue.form.flow.hidden_field_extension'] ?? ($this->privates['craue.form.flow.hidden_field_extension'] = new \Craue\FormFlowBundle\Form\Extension\FormFlowHiddenFieldExtension()));
}, 1)], new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
}, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
}
/**
* Gets the private 'form.server_params' shared service.
*
* @return \Symfony\Component\Form\Util\ServerParams
*/
protected function getForm_ServerParamsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Util/ServerParams.php';
return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'form.type.choice' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
*/
protected function getForm_Type_ChoiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type.color' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\ColorType
*/
protected function getForm_Type_ColorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type.entity' shared service.
*
* @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
*/
protected function getForm_Type_EntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'form.type.form' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\FormType
*/
protected function getForm_Type_FormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the private 'form.type_extension.csrf' shared service.
*
* @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
*/
protected function getForm_TypeExtension_CsrfService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true, '_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
}
/**
* Gets the private 'form.type_extension.form.data_collector' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
*/
protected function getForm_TypeExtension_Form_DataCollectorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
}
/**
* Gets the private 'form.type_extension.form.http_foundation' shared service.
*
* @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
*/
protected function getForm_TypeExtension_Form_HttpFoundationService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/RequestHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
}
/**
* Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
*/
protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type_extension.form.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
*/
protected function getForm_TypeExtension_Form_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
$a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
if (isset($this->privates['form.type_extension.form.validator'])) {
return $this->privates['form.type_extension.form.validator'];
}
$b = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
if (isset($this->privates['form.type_extension.form.validator'])) {
return $this->privates['form.type_extension.form.validator'];
}
return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension($a, true, $b, ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type_extension.upload.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
*/
protected function getForm_TypeExtension_Upload_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
}
/**
* Gets the private 'form.type_guesser.doctrine' shared service.
*
* @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
*/
protected function getForm_TypeGuesser_DoctrineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'form.type_guesser.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
*/
protected function getForm_TypeGuesser_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
$a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
if (isset($this->privates['form.type_guesser.validator'])) {
return $this->privates['form.type_guesser.validator'];
}
return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser($a);
}
/**
* Gets the private 'fos_rest.body_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\BodyListener
*/
protected function getFosRest_BodyListenerService()
{
$this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'fos_rest.decoder.json' => ['privates', 'fos_rest.decoder.json', 'getFosRest_Decoder_JsonService', false],
'fos_rest.decoder.xml' => ['privates', 'fos_rest.decoder.xml', 'getFosRest_Decoder_XmlService', false],
], [
'fos_rest.decoder.json' => '?',
'fos_rest.decoder.xml' => '?',
]), ['json' => 'fos_rest.decoder.json', 'xml' => 'fos_rest.decoder.xml']), false);
$instance->setDefaultFormat(NULL);
return $instance;
}
/**
* Gets the private 'fos_rest.decoder.json' shared service.
*
* @return \FOS\RestBundle\Decoder\JsonDecoder
*/
protected function getFosRest_Decoder_JsonService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Decoder/JsonDecoder.php';
return $this->privates['fos_rest.decoder.json'] = new \FOS\RestBundle\Decoder\JsonDecoder();
}
/**
* Gets the private 'fos_rest.decoder.xml' shared service.
*
* @return \FOS\RestBundle\Decoder\XmlDecoder
*/
protected function getFosRest_Decoder_XmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Decoder/XmlDecoder.php';
return $this->privates['fos_rest.decoder.xml'] = new \FOS\RestBundle\Decoder\XmlDecoder();
}
/**
* Gets the private 'fos_rest.param_fetcher_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\ParamFetcherListener
*/
protected function getFosRest_ParamFetcherListenerService()
{
$a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
if (isset($this->privates['fos_rest.param_fetcher_listener'])) {
return $this->privates['fos_rest.param_fetcher_listener'];
}
return $this->privates['fos_rest.param_fetcher_listener'] = new \FOS\RestBundle\EventListener\ParamFetcherListener(new \FOS\RestBundle\Request\ParamFetcher($this, new \FOS\RestBundle\Request\ParamReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a), false);
}
/**
* Gets the private 'fos_rest.serializer.form_error_handler' shared service.
*
* @return \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler
*/
protected function getFosRest_Serializer_FormErrorHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
return $this->privates['fos_rest.serializer.form_error_handler'] = new \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler(new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators'));
}
/**
* Gets the private 'fos_rest.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, [
'jms_serializer.array_collection_handler' => ['privates', 'jms_serializer.array_collection_handler', 'getJmsSerializer_ArrayCollectionHandlerService', false],
'jms_serializer.constraint_violation_handler' => ['privates', 'jms_serializer.constraint_violation_handler', 'getJmsSerializer_ConstraintViolationHandlerService', false],
'jms_serializer.datetime_handler' => ['privates', 'jms_serializer.datetime_handler', 'getJmsSerializer_DatetimeHandlerService', false],
'jms_serializer.iterator_handler' => ['privates', 'jms_serializer.iterator_handler', 'getJmsSerializer_IteratorHandlerService', false],
'fos_rest.serializer.form_error_handler' => ['privates', 'fos_rest.serializer.form_error_handler', 'getFosRest_Serializer_FormErrorHandlerService', false],
], [
'jms_serializer.array_collection_handler' => '?',
'jms_serializer.constraint_violation_handler' => '?',
'jms_serializer.datetime_handler' => '?',
'jms_serializer.iterator_handler' => '?',
'fos_rest.serializer.form_error_handler' => '?',
]), [1 => ['ArrayCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [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']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [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']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [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']], 'DateTimeInterface' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface']], '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\\FormInterface' => ['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 => ['ArrayCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [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']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [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']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [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']], '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.view_response_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\ViewResponseListener
*/
protected function getFosRest_ViewResponseListenerService()
{
return $this->privates['fos_rest.view_response_listener'] = new \FOS\RestBundle\EventListener\ViewResponseListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()), false, ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'fragment.renderer.inline' shared service.
*
* @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
*/
protected function getFragment_Renderer_InlineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
$a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
if (isset($this->privates['fragment.renderer.inline'])) {
return $this->privates['fragment.renderer.inline'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['fragment.renderer.inline'])) {
return $this->privates['fragment.renderer.inline'];
}
$this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a, $b);
$instance->setFragmentPath('/_fragment');
return $instance;
}
/**
* Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
*/
protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
{
return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
}
/**
* Gets the private 'framework_extra_bundle.event.is_granted' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
*/
protected function getFrameworkExtraBundle_Event_IsGrantedService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
return $this->privates['framework_extra_bundle.event.is_granted'];
}
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()), $a);
}
/**
* Gets the private 'gedmo.listener.timestampable' shared service.
*
* @return \Gedmo\Timestampable\TimestampableListener
*/
protected function getGedmo_Listener_TimestampableService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Timestampable/TimestampableListener.php';
$this->privates['gedmo.listener.timestampable'] = $instance = new \Gedmo\Timestampable\TimestampableListener();
$instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
return $instance;
}
/**
* Gets the private 'jms_serializer.array_collection_handler' shared service.
*
* @return \JMS\Serializer\Handler\ArrayCollectionHandler
*/
protected function getJmsSerializer_ArrayCollectionHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
}
/**
* Gets the private 'jms_serializer.cache.cache_clearer' shared service.
*
* @return \JMS\SerializerBundle\Cache\CacheClearer
*/
protected function getJmsSerializer_Cache_CacheClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Cache/CacheClearer.php';
return $this->privates['jms_serializer.cache.cache_clearer'] = new \JMS\SerializerBundle\Cache\CacheClearer(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
}
/**
* Gets the private 'jms_serializer.constraint_violation_handler' shared service.
*
* @return \JMS\Serializer\Handler\ConstraintViolationHandler
*/
protected function getJmsSerializer_ConstraintViolationHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
}
/**
* Gets the private 'jms_serializer.datetime_handler' shared service.
*
* @return \JMS\Serializer\Handler\DateHandler
*/
protected function getJmsSerializer_DatetimeHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP', 'Europe/Berlin', true);
}
/**
* Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
*
* @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
*/
protected function getJmsSerializer_DoctrineProxySubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(true, false);
}
/**
* Gets the private 'jms_serializer.iterator_handler' shared service.
*
* @return \JMS\Serializer\Handler\IteratorHandler
*/
protected function getJmsSerializer_IteratorHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
}
/**
* Gets the private 'jms_serializer.metadata_factory' shared service.
*
* @return \Metadata\MetadataFactory
*/
protected function getJmsSerializer_MetadataFactoryService()
{
$this->privates['jms_serializer.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'metadata_driver' => ['services', 'jms_serializer.metadata_driver', 'getJmsSerializer_MetadataDriverService', false],
], [
'metadata_driver' => '?',
]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata', true);
$instance->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
$instance->setIncludeInterfaces(false);
return $instance;
}
/**
* Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
*
* @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
*/
protected function getJmsSerializer_StopwatchSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
return $this->privates['jms_serializer.stopwatch_subscriber'] = new \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'lexik_jwt_authentication.check_config_command' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
*/
protected function getLexikJwtAuthentication_CheckConfigCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
$this->privates['lexik_jwt_authentication.check_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'RS256');
$instance->setName('lexik:jwt:check-config');
return $instance;
}
/**
* Gets the private 'lexik_jwt_authentication.enable_encryption_config_command' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand
*/
protected function getLexikJwtAuthentication_EnableEncryptionConfigCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Command/EnableEncryptionConfigCommand.php';
$this->privates['lexik_jwt_authentication.enable_encryption_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand(NULL);
$instance->setName('lexik:jwt:enable-encryption');
return $instance;
}
/**
* Gets the private 'lexik_jwt_authentication.generate_keypair_command' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand
*/
protected function getLexikJwtAuthentication_GenerateKeypairCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateKeyPairCommand.php';
$this->privates['lexik_jwt_authentication.generate_keypair_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), $this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'), 'RS256');
$instance->setName('lexik:jwt:generate-keypair');
return $instance;
}
/**
* Gets the private 'lexik_jwt_authentication.migrate_config_command' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand
*/
protected function getLexikJwtAuthentication_MigrateConfigCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Command/MigrateConfigCommand.php';
$this->privates['lexik_jwt_authentication.migrate_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), $this->getEnv('JWT_PASSPHRASE'), 'RS256');
$instance->setName('lexik:jwt:migrate-config');
return $instance;
}
/**
* Gets the private 'libphonenumber\PhoneNumberUtil' shared service.
*
* @return \libphonenumber\PhoneNumberUtil
*/
protected function getPhoneNumberUtilService()
{
return $this->privates['libphonenumber\\PhoneNumberUtil'] = \libphonenumber\PhoneNumberUtil::getInstance();
}
/**
* Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
*
* @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
*/
protected function getLiipImagine_Binary_MimeTypeGuesserService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
}
/**
* Gets the private 'liip_imagine.command.cache_remove' shared service.
*
* @return \Liip\ImagineBundle\Command\RemoveCacheCommand
*/
protected function getLiipImagine_Command_CacheRemoveService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
$this->privates['liip_imagine.command.cache_remove'] = $instance = new \Liip\ImagineBundle\Command\RemoveCacheCommand(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()));
$instance->setName('liip:imagine:cache:remove');
return $instance;
}
/**
* Gets the private 'liip_imagine.command.cache_resolve' shared service.
*
* @return \Liip\ImagineBundle\Command\ResolveCacheCommand
*/
protected function getLiipImagine_Command_CacheResolveService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
$this->privates['liip_imagine.command.cache_resolve'] = $instance = new \Liip\ImagineBundle\Command\ResolveCacheCommand(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()));
$instance->setName('liip:imagine:cache:resolve');
return $instance;
}
/**
* Gets the private 'liip_imagine.filter.configuration' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
*/
protected function getLiipImagine_Filter_ConfigurationService()
{
return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
}
/**
* Gets the private 'liip_imagine.form.type.image' shared service.
*
* @return \Liip\ImagineBundle\Form\Type\ImageType
*/
protected function getLiipImagine_Form_Type_ImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
}
/**
* Gets the private 'liip_imagine.gd' shared service.
*
* @return \Imagine\Gd\Imagine
*/
protected function getLiipImagine_GdService()
{
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/Metadata/ExifMetadataReader.php';
$this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
$instance->setMetadataReader(new \Imagine\Image\Metadata\ExifMetadataReader());
return $instance;
}
/**
* Gets the private 'liip_imagine.service.filter' shared service.
*
* @return \Liip\ImagineBundle\Service\FilterService
*/
protected function getLiipImagine_Service_FilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
return $this->privates['liip_imagine.service.filter'] = new \Liip\ImagineBundle\Service\FilterService(($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), false, $this->parameters['liip_imagine.webp.options'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'locale_aware_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
*/
protected function getLocaleAwareListenerService()
{
return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('de')));
yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
}, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'locale_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
*/
protected function getLocaleListenerService()
{
return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'de', ($this->services['router'] ?? $this->getRouterService()), false, []);
}
/**
* Gets the private 'mailer.mailer' shared service.
*
* @return \Symfony\Component\Mailer\Mailer
*/
protected function getMailer_MailerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/MailerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Mailer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Transports.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.mailer'])) {
return $this->privates['mailer.mailer'];
}
return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
yield 0 => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
yield 1 => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
yield 2 => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
yield 3 => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
}, 4)))->fromStrings(['main' => 'null://null']), NULL, $a);
}
/**
* Gets the private 'mailer.transport_factory.native' shared service.
*
* @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
*/
protected function getMailer_TransportFactory_NativeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.native'])) {
return $this->privates['mailer.transport_factory.native'];
}
return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
}
/**
* Gets the private 'mailer.transport_factory.null' shared service.
*
* @return \Symfony\Component\Mailer\Transport\NullTransportFactory
*/
protected function getMailer_TransportFactory_NullService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.null'])) {
return $this->privates['mailer.transport_factory.null'];
}
return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
}
/**
* Gets the private 'mailer.transport_factory.sendmail' shared service.
*
* @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
*/
protected function getMailer_TransportFactory_SendmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.sendmail'])) {
return $this->privates['mailer.transport_factory.sendmail'];
}
return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
}
/**
* Gets the private 'mailer.transport_factory.smtp' shared service.
*
* @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
*/
protected function getMailer_TransportFactory_SmtpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.smtp'])) {
return $this->privates['mailer.transport_factory.smtp'];
}
return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
}
/**
* Gets the private 'maker.auto_command.make_auth' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeAuthService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
$this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a, $b);
$instance->setName('make:auth');
$instance->setDescription('Creates a Guard authenticator of different flavors');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_command' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
$this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:command');
$instance->setDescription('Creates a new console command class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_controller' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
$this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:controller');
$instance->setDescription('Creates a new controller class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_crud' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeCrudService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
$this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:crud');
$instance->setDescription('Creates CRUD for Doctrine entity class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_docker_database' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeDockerDatabaseService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:docker:database');
$instance->setDescription('Adds a database container to your docker-compose.yaml file');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_entity' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeEntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
$this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), NULL, $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), $a, $b);
$instance->setName('make:entity');
$instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_fixtures' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeFixturesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
$this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:fixtures');
$instance->setDescription('Creates a new class to load Doctrine fixtures');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_form' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeFormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
$this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:form');
$instance->setDescription('Creates a new form class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_message' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMessageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:message');
$instance->setDescription('Creates a new message and handler');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
$this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:messenger-middleware');
$instance->setDescription('Creates a new messenger middleware');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_migration' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMigrationService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
$this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__, 4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:migration');
$instance->setDescription('Creates a new migration based on database changes');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_registration_form' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeRegistrationFormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:registration-form');
$instance->setDescription('Creates a new registration form system');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_reset_password' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeResetPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:reset-password');
$instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSerializerEncoderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
$this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:serializer:encoder');
$instance->setDescription('Creates a new serializer encoder class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
$this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:serializer:normalizer');
$instance->setDescription('Creates a new serializer normalizer class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeStimulusControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
$this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:stimulus-controller');
$instance->setDescription('Creates a new Stimulus controller');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_subscriber' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
$this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:subscriber');
$instance->setDescription('Creates a new event subscriber class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_test' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeTestService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
$this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:test');
$instance->setAliases([0 => 'make:unit-test', 1 => 'make:functional-test']);
$instance->setDescription('Creates a new test class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_twig_extension' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeTwigExtensionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
$this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:twig-extension');
$instance->setDescription('Creates a new Twig extension class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_user' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeUserService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:user');
$instance->setDescription('Creates a new security user class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_validator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
$this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:validator');
$instance->setDescription('Creates a new validator and constraint class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_voter' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
$this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:voter');
$instance->setDescription('Creates a new security voter class');
return $instance;
}
/**
* Gets the private 'maker.doctrine_helper' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
*/
protected function getMaker_DoctrineHelperService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [0 => [0 => 'App\\Entity', 1 => ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]], 'newserver' => [0 => [0 => 'App\\Entity', 1 => ($this->privates['doctrine.orm.newserver_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_NewserverAnnotationMetadataDriverService())]]]);
}
/**
* Gets the private 'maker.entity_class_generator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
*/
protected function getMaker_EntityClassGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
return $this->privates['maker.entity_class_generator'] = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
}
/**
* Gets the private 'maker.file_manager' shared service.
*
* @return \Symfony\Bundle\MakerBundle\FileManager
*/
protected function getMaker_FileManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/FileManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__, 4), (\dirname(__DIR__, 4).'/templates'));
}
/**
* Gets the private 'maker.generator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Generator
*/
protected function getMaker_GeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Generator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
$a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App', $a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
}
/**
* Gets the private 'maker.php_compat_util' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
*/
protected function getMaker_PhpCompatUtilService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
}
/**
* Gets the private 'maker.renderer.form_type_renderer' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
*/
protected function getMaker_Renderer_FormTypeRendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
}
/**
* Gets the private 'mercure.hub.default.traceable' shared service.
*
* @return \Symfony\Component\Mercure\Debug\TraceableHub
*/
protected function getMercure_Hub_Default_TraceableService()
{
$a = new \Symfony\Component\Mercure\Jwt\LcobucciFactory($this->getEnv('MERCURE_JWT_SECRET'), 'hmac.sha256', NULL, '');
return $this->privates['mercure.hub.default.traceable'] = new \Symfony\Component\Mercure\Debug\TraceableHub(new \Symfony\Component\Mercure\Hub($this->getEnv('MERCURE_URL'), new \Symfony\Component\Mercure\Jwt\FactoryTokenProvider($a, [], [0 => '*']), $a, $this->getEnv('MERCURE_PUBLIC_URL'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'mime_types' shared service.
*
* @return \Symfony\Component\Mime\MimeTypes
*/
protected function getMimeTypesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
$this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
$instance->setDefault($instance);
return $instance;
}
/**
* Gets the private 'monolog.handler.console' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
*/
protected function getMonolog_Handler_ConsoleService()
{
return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
}
/**
* Gets the private 'monolog.handler.critical' shared service.
*
* @return \Monolog\Handler\SyslogUdpHandler
*/
protected function getMonolog_Handler_CriticalService()
{
$this->privates['monolog.handler.critical'] = $instance = new \Monolog\Handler\SyslogUdpHandler('91.64.53.71', 514, 'user', 'critical', true);
$instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
return $instance;
}
/**
* Gets the private 'monolog.handler.main' shared service.
*
* @return \Monolog\Handler\StreamHandler
*/
protected function getMonolog_Handler_MainService()
{
$this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
$instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
return $instance;
}
/**
* Gets the private 'monolog.handler.security' shared service.
*
* @return \Monolog\Handler\StreamHandler
*/
protected function getMonolog_Handler_SecurityService()
{
$this->privates['monolog.handler.security'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev-security.log'), 'debug', true, NULL, false);
$instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
return $instance;
}
/**
* Gets the private 'monolog.logger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_LoggerService()
{
$this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->useMicrosecondTimestamps(true);
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.critical'] ?? $this->getMonolog_Handler_CriticalService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.cache' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_CacheService()
{
$this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.critical'] ?? $this->getMonolog_Handler_CriticalService()));
$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.mailer' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_MailerService()
{
$this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.critical'] ?? $this->getMonolog_Handler_CriticalService()));
$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.nelmio_api_doc' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_NelmioApiDocService()
{
$this->privates['monolog.logger.nelmio_api_doc'] = $instance = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.critical'] ?? $this->getMonolog_Handler_CriticalService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.request' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RequestService()
{
$this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.critical'] ?? $this->getMonolog_Handler_CriticalService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.security' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_SecurityService()
{
$this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.critical'] ?? $this->getMonolog_Handler_CriticalService()));
$instance->pushHandler(($this->privates['monolog.handler.security'] ?? $this->getMonolog_Handler_SecurityService()));
$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.snappy' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_SnappyService()
{
$this->privates['monolog.logger.snappy'] = $instance = new \Symfony\Bridge\Monolog\Logger('snappy');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.critical'] ?? $this->getMonolog_Handler_CriticalService()));
$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.workflow' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_WorkflowService()
{
$this->privates['monolog.logger.workflow'] = $instance = new \Symfony\Bridge\Monolog\Logger('workflow');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.critical'] ?? $this->getMonolog_Handler_CriticalService()));
$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.describers.config' shared service.
*
* @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
*/
protected function getNelmioApiDoc_Describers_ConfigService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ExternalDocDescriber.php';
return $this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['info' => ['title' => 'AcoBeSmart', 'description' => 'AWM+ API', 'version' => '1.0.0'], 'components' => ['securitySchemes' => ['basicAuth' => ['type' => 'http', 'scheme' => 'basic']]], 'security' => [0 => ['basicAuth' => []]]]);
}
/**
* Gets the private 'nelmio_api_doc.describers.openapi_php.api_v1_external' shared service.
*
* @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
*/
protected function getNelmioApiDoc_Describers_OpenapiPhp_ApiV1ExternalService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/OpenApiPhpDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
return $this->privates['nelmio_api_doc.describers.openapi_php.api_v1_external'] = new \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber(($this->privates['nelmio_api_doc.routes.api_v1_external'] ?? $this->getNelmioApiDoc_Routes_ApiV1ExternalService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'nelmio_api_doc.describers.openapi_php.api_v1_leg' shared service.
*
* @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
*/
protected function getNelmioApiDoc_Describers_OpenapiPhp_ApiV1LegService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/OpenApiPhpDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
return $this->privates['nelmio_api_doc.describers.openapi_php.api_v1_leg'] = new \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber(($this->privates['nelmio_api_doc.routes.api_v1_leg'] ?? $this->getNelmioApiDoc_Routes_ApiV1LegService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
*
* @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
*/
protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/OpenApiPhpDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
return $this->privates['nelmio_api_doc.describers.openapi_php.default'] = new \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'nelmio_api_doc.describers.openapi_php.internal' shared service.
*
* @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
*/
protected function getNelmioApiDoc_Describers_OpenapiPhp_InternalService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/OpenApiPhpDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
return $this->privates['nelmio_api_doc.describers.openapi_php.internal'] = new \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber(($this->privates['nelmio_api_doc.routes.internal'] ?? $this->getNelmioApiDoc_Routes_InternalService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'nelmio_api_doc.describers.route.api_v1_external' shared service.
*
* @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
*/
protected function getNelmioApiDoc_Describers_Route_ApiV1ExternalService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/RouteDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
return $this->privates['nelmio_api_doc.describers.route.api_v1_external'] = new \Nelmio\ApiDocBundle\Describer\RouteDescriber(($this->privates['nelmio_api_doc.routes.api_v1_external'] ?? $this->getNelmioApiDoc_Routes_ApiV1ExternalService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.route_describers.fos_rest'] ?? $this->getNelmioApiDoc_RouteDescribers_FosRestService());
yield 1 => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
yield 2 => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
}, 3));
}
/**
* Gets the private 'nelmio_api_doc.describers.route.api_v1_leg' shared service.
*
* @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
*/
protected function getNelmioApiDoc_Describers_Route_ApiV1LegService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/RouteDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
return $this->privates['nelmio_api_doc.describers.route.api_v1_leg'] = new \Nelmio\ApiDocBundle\Describer\RouteDescriber(($this->privates['nelmio_api_doc.routes.api_v1_leg'] ?? $this->getNelmioApiDoc_Routes_ApiV1LegService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.route_describers.fos_rest'] ?? $this->getNelmioApiDoc_RouteDescribers_FosRestService());
yield 1 => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
yield 2 => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
}, 3));
}
/**
* Gets the private 'nelmio_api_doc.describers.route.default' shared service.
*
* @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
*/
protected function getNelmioApiDoc_Describers_Route_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/RouteDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
return $this->privates['nelmio_api_doc.describers.route.default'] = new \Nelmio\ApiDocBundle\Describer\RouteDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.route_describers.fos_rest'] ?? $this->getNelmioApiDoc_RouteDescribers_FosRestService());
yield 1 => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
yield 2 => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
}, 3));
}
/**
* Gets the private 'nelmio_api_doc.describers.route.internal' shared service.
*
* @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
*/
protected function getNelmioApiDoc_Describers_Route_InternalService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/RouteDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
return $this->privates['nelmio_api_doc.describers.route.internal'] = new \Nelmio\ApiDocBundle\Describer\RouteDescriber(($this->privates['nelmio_api_doc.routes.internal'] ?? $this->getNelmioApiDoc_Routes_InternalService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.route_describers.fos_rest'] ?? $this->getNelmioApiDoc_RouteDescribers_FosRestService());
yield 1 => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
yield 2 => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
}, 3));
}
/**
* Gets the private 'nelmio_api_doc.model_describers.form' shared service.
*
* @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
*/
protected function getNelmioApiDoc_ModelDescribers_FormService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/FormModelDescriber.php';
return $this->privates['nelmio_api_doc.model_describers.form'] = new \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), [0 => 'json'], false, true);
}
/**
* Gets the private 'nelmio_api_doc.model_describers.jms' shared service.
*
* @return \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber
*/
protected function getNelmioApiDoc_ModelDescribers_JmsService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/JMSModelDescriber.php';
return $this->privates['nelmio_api_doc.model_describers.jms'] = new \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), [0 => 'json'], NULL, false, ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
}
/**
* Gets the private 'nelmio_api_doc.model_describers.object' shared service.
*
* @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
*/
protected function getNelmioApiDoc_ModelDescribers_ObjectService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ObjectModelDescriber.php';
return $this->privates['nelmio_api_doc.model_describers.object'] = new \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber(($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['nelmio_api_doc.object_model.property_describer'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescriberService()), [0 => 'json'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), false, ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
}
/**
* Gets the private 'nelmio_api_doc.object_model.property_describer' shared service.
*
* @return \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber
*/
protected function getNelmioApiDoc_ObjectModel_PropertyDescriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriber.php';
return $this->privates['nelmio_api_doc.object_model.property_describer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber(new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.object_model.property_describer'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescriberService());
yield 1 => ($this->privates['nelmio_api_doc.object_model.property_describers.nullable'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.nullable'] = new \Nelmio\ApiDocBundle\PropertyDescriber\NullablePropertyDescriber()));
yield 2 => ($this->privates['nelmio_api_doc.object_model.property_describers.uuid'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.uuid'] = new \Nelmio\ApiDocBundle\PropertyDescriber\UuidPropertyDescriber()));
yield 3 => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber()));
yield 4 => ($this->privates['nelmio_api_doc.object_model.property_describers.dictionary'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.dictionary'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DictionaryPropertyDescriber()));
yield 5 => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
yield 6 => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
yield 7 => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
yield 8 => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
yield 9 => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
yield 10 => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
yield 11 => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] = new \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber()));
}, 12));
}
/**
* Gets the private 'nelmio_api_doc.open_api.generator' shared service.
*
* @return \Nelmio\ApiDocBundle\OpenApiGenerator
*/
protected function getNelmioApiDoc_OpenApi_GeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/zircote/swagger-php/src/Generator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/OpenApiGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Processor/NullablePropertyProcessor.php';
$this->privates['nelmio_api_doc.open_api.generator'] = $instance = new \Nelmio\ApiDocBundle\OpenApiGenerator();
$instance->addNelmioProcessor(new \Nelmio\ApiDocBundle\Processor\NullablePropertyProcessor(), NULL);
return $instance;
}
/**
* Gets the private 'nelmio_api_doc.route_describers.fos_rest' shared service.
*
* @return \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber
*/
protected function getNelmioApiDoc_RouteDescribers_FosRestService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/FosRestDescriber.php';
return $this->privates['nelmio_api_doc.route_describers.fos_rest'] = new \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => 'json']);
}
/**
* Gets the private 'nelmio_api_doc.routes.api_v1_external' shared service.
*
* @return \Symfony\Component\Routing\RouteCollection
*/
protected function getNelmioApiDoc_Routes_ApiV1ExternalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouteCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Routing/FilteredRouteCollectionBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
return $this->privates['nelmio_api_doc.routes.api_v1_external'] = (new \Nelmio\ApiDocBundle\Routing\FilteredRouteCollectionBuilder(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), 'api_v1_external', ['path_patterns' => [0 => '^/api/v1/external'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false, 'with_attribute' => false, 'disable_default_routes' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
}
/**
* Gets the private 'nelmio_api_doc.routes.api_v1_leg' shared service.
*
* @return \Symfony\Component\Routing\RouteCollection
*/
protected function getNelmioApiDoc_Routes_ApiV1LegService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouteCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Routing/FilteredRouteCollectionBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
return $this->privates['nelmio_api_doc.routes.api_v1_leg'] = (new \Nelmio\ApiDocBundle\Routing\FilteredRouteCollectionBuilder(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), 'api_v1_leg', ['path_patterns' => [0 => '^/api/v1/leg/'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false, 'with_attribute' => false, 'disable_default_routes' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
}
/**
* Gets the private 'nelmio_api_doc.routes.default' shared service.
*
* @return \Symfony\Component\Routing\RouteCollection
*/
protected function getNelmioApiDoc_Routes_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouteCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Routing/FilteredRouteCollectionBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
return $this->privates['nelmio_api_doc.routes.default'] = (new \Nelmio\ApiDocBundle\Routing\FilteredRouteCollectionBuilder(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), 'default', ['path_patterns' => [0 => '^/api'], 'host_patterns' => [0 => '^api\\.'], 'name_patterns' => [], 'with_annotation' => false, 'with_attribute' => false, 'disable_default_routes' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
}
/**
* Gets the private 'nelmio_api_doc.routes.internal' shared service.
*
* @return \Symfony\Component\Routing\RouteCollection
*/
protected function getNelmioApiDoc_Routes_InternalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouteCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Routing/FilteredRouteCollectionBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
return $this->privates['nelmio_api_doc.routes.internal'] = (new \Nelmio\ApiDocBundle\Routing\FilteredRouteCollectionBuilder(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), 'internal', ['path_patterns' => [0 => '^/internal'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false, 'with_attribute' => false, 'disable_default_routes' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
}
/**
* 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(new \Nelmio\CorsBundle\Options\Resolver([0 => new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
}
/**
* Gets the private 'oneup_uploader.command.clear_chunks' shared service.
*
* @return \Oneup\UploaderBundle\Command\ClearChunkCommand
*/
protected function getOneupUploader_Command_ClearChunksService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Command/ClearChunkCommand.php';
$this->privates['oneup_uploader.command.clear_chunks'] = $instance = new \Oneup\UploaderBundle\Command\ClearChunkCommand(($this->services['oneup_uploader.chunk_manager'] ?? $this->getOneupUploader_ChunkManagerService()));
$instance->setName('oneup:uploader:clear-chunks');
return $instance;
}
/**
* Gets the private 'oneup_uploader.command.clear_orphans' shared service.
*
* @return \Oneup\UploaderBundle\Command\ClearOrphansCommand
*/
protected function getOneupUploader_Command_ClearOrphansService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Command/ClearOrphansCommand.php';
$this->privates['oneup_uploader.command.clear_orphans'] = $instance = new \Oneup\UploaderBundle\Command\ClearOrphansCommand(($this->services['oneup_uploader.orphanage_manager'] ?? $this->getOneupUploader_OrphanageManagerService()));
$instance->setName('oneup:uploader:clear-orphans');
return $instance;
}
/**
* Gets the private 'parameter_bag' shared service.
*
* @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
*/
protected function getParameterBagService()
{
return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
}
/**
* Gets the private 'profiler_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
*/
protected function getProfilerListenerService()
{
$a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
if (isset($this->privates['profiler_listener'])) {
return $this->privates['profiler_listener'];
}
return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false, NULL);
}
/**
* Gets the private 'property_accessor' shared service.
*
* @return \Symfony\Component\PropertyAccess\PropertyAccessor
*/
protected function getPropertyAccessorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
$a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
}
/**
* Gets the private 'property_info' shared service.
*
* @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
*/
protected function getPropertyInfoService()
{
return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
yield 3 => ($this->privates['doctrine.orm.newserver_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_NewserverEntityManager_PropertyInfoExtractorService());
}, 4), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
yield 1 => ($this->privates['doctrine.orm.newserver_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_NewserverEntityManager_PropertyInfoExtractorService());
yield 2 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
yield 3 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
yield 4 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 5), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
}, 1), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
yield 1 => ($this->privates['doctrine.orm.newserver_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_NewserverEntityManager_PropertyInfoExtractorService());
yield 2 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 3), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 1));
}
/**
* Gets the private 'property_info.serializer_extractor' shared service.
*
* @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
*/
protected function getPropertyInfo_SerializerExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
}
/**
* Gets the private 'router.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
*/
protected function getRouter_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'router' => ['services', 'router', 'getRouterService', false],
], [
'router' => '?',
]))->withContext('router.cache_warmer', $this));
}
/**
* Gets the private 'router.expression_language_provider' shared service.
*
* @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
*/
protected function getRouter_ExpressionLanguageProviderService()
{
return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', false],
], [
'env' => 'Closure',
]));
}
/**
* Gets the private 'router.request_context' shared service.
*
* @return \Symfony\Component\Routing\RequestContext
*/
protected function getRouter_RequestContextService()
{
$this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'verwaltung.acobesmart.com', 'https', 80, 443);
$instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the private 'router_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\RouterListener
*/
protected function getRouterListenerService()
{
return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);
}
/**
* Gets the private 'secrets.vault' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
*/
protected function getSecrets_VaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/LazyString.php';
return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__, 4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
}
/**
* Gets the private 'security.access_listener' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AccessListener
*/
protected function getSecurity_AccessListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->privates['security.access_listener'])) {
return $this->privates['security.access_listener'];
}
return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), false);
}
/**
* Gets the private 'security.access_map' shared service.
*
* @return \Symfony\Component\Security\Http\AccessMap
*/
protected function getSecurity_AccessMapService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';
$this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_wdt|_profiler'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/external'), [0 => 'ROLE_API_EXTERNAL'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/leg'), [0 => 'ROLE_API'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/doc'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/sensor/getLatestObserver'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/sensor/getSmsUpdate'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/impressum'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/dsgvo'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/cookie'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/logout$'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/install_login$'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/reset-password'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/showQrCodes'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/showQrCodesLeg'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/searchElevator'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/searchAddress'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/install/loginqr'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/install/logoutqr'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/install/'), [0 => 'IS_AUTHENTICATED_FULLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_uploader/gallery/upload$'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin$'), [0 => 'ROLE_ADMIN'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/media/cache/'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
return $instance;
}
/**
* Gets the private 'security.authentication.session_strategy' shared service.
*
* @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
*/
protected function getSecurity_Authentication_SessionStrategyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
return $this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
}
/**
* Gets the private 'security.authentication_utils' shared service.
*
* @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
*/
protected function getSecurity_AuthenticationUtilsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'security.authenticator.http_basic.api_external' shared service.
*
* @return \Symfony\Component\Security\Http\Authenticator\HttpBasicAuthenticator
*/
protected function getSecurity_Authenticator_HttpBasic_ApiExternalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/HttpBasicAuthenticator.php';
return $this->privates['security.authenticator.http_basic.api_external'] = new \Symfony\Component\Security\Http\Authenticator\HttpBasicAuthenticator('API External', ($this->privates['security.user.provider.concrete.api_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_ApiUserProviderService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
}
/**
* Gets the private 'security.authenticator.http_basic.api_leg' shared service.
*
* @return \Symfony\Component\Security\Http\Authenticator\HttpBasicAuthenticator
*/
protected function getSecurity_Authenticator_HttpBasic_ApiLegService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/HttpBasicAuthenticator.php';
return $this->privates['security.authenticator.http_basic.api_leg'] = new \Symfony\Component\Security\Http\Authenticator\HttpBasicAuthenticator('API Leg', ($this->privates['security.user.provider.concrete.api_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_ApiUserProviderService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
}
/**
* Gets the private 'security.authenticator.remember_me.default' shared service.
*
* @return \Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator
*/
protected function getSecurity_Authenticator_RememberMe_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php';
$a = ($this->privates['security.authenticator.remember_me_handler.default'] ?? $this->getSecurity_Authenticator_RememberMeHandler_DefaultService());
if (isset($this->privates['security.authenticator.remember_me.default'])) {
return $this->privates['security.authenticator.remember_me.default'];
}
return $this->privates['security.authenticator.remember_me.default'] = new \Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator($a, $this->getEnv('APP_SECRET'), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 'REMEMBERME', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
}
/**
* Gets the private 'security.authenticator.remember_me_handler.default' shared service.
*
* @return \Symfony\Component\Security\Http\RememberMe\PersistentRememberMeHandler
*/
protected function getSecurity_Authenticator_RememberMeHandler_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/RememberMeHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/PersistentRememberMeHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/RememberMe/TokenProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/RememberMe/TokenVerifierInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Security/RememberMe/DoctrineTokenProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/RememberMe/CacheTokenVerifier.php';
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->privates['security.authenticator.remember_me_handler.default'])) {
return $this->privates['security.authenticator.remember_me_handler.default'];
}
return $this->privates['security.authenticator.remember_me_handler.default'] = new \Symfony\Component\Security\Http\RememberMe\PersistentRememberMeHandler(new \Symfony\Bridge\Doctrine\Security\RememberMe\DoctrineTokenProvider($a), $this->getEnv('APP_SECRET'), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['secret' => $this->getEnv('APP_SECRET'), 'lifetime' => 31536000, 'path' => '/', 'always_remember_me' => true, 'token_provider' => ['service' => 'Symfony\\Bridge\\Doctrine\\Security\\RememberMe\\DoctrineTokenProvider', 'doctrine' => ['enabled' => false, 'connection' => NULL]], 'user_providers' => [], 'catch_exceptions' => true, 'signature_properties' => [0 => 'password'], 'name' => 'REMEMBERME', 'domain' => NULL, 'secure' => NULL, 'httponly' => true, 'samesite' => 'lax', 'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), new \Symfony\Component\Security\Core\Authentication\RememberMe\CacheTokenVerifier(($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()), 60, 'rememberme-default-stale-'));
}
/**
* Gets the private 'security.channel_listener' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ChannelListener
*/
protected function getSecurity_ChannelListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
}
/**
* Gets the private 'security.command.debug_firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
*/
protected function getSecurity_Command_DebugFirewallService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
$this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.B7ipCH6'] ?? $this->get_ServiceLocator_B7ipCH6Service()), ($this->privates['.service_locator.MnmKmvX'] ?? $this->get_ServiceLocator_MnmKmvXService()), ['api_external' => [0 => ($this->privates['security.authenticator.http_basic.api_external'] ?? $this->getSecurity_Authenticator_HttpBasic_ApiExternalService())], 'api_leg' => [0 => ($this->privates['security.authenticator.http_basic.api_leg'] ?? $this->getSecurity_Authenticator_HttpBasic_ApiLegService())], 'qrcode' => [0 => ($this->privates['App\\Security\\LoginQrFormAuthenticator'] ?? $this->getLoginQrFormAuthenticatorService())], 'default' => [0 => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), 1 => ($this->privates['security.authenticator.remember_me.default'] ?? $this->getSecurity_Authenticator_RememberMe_DefaultService())]], true);
$instance->setName('debug:firewall');
$instance->setDescription('Display information about your security firewall(s)');
return $instance;
}
/**
* Gets the private 'security.command.user_password_encoder' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
*
* @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
*/
protected function getSecurity_Command_UserPasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
$this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [0 => 'App\\Entity\\User']);
$instance->setName('security:encode-password');
$instance->setDescription('Encode a password');
return $instance;
}
/**
* Gets the private 'security.command.user_password_hash' shared service.
*
* @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
*/
protected function getSecurity_Command_UserPasswordHashService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
$this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [0 => 'App\\Entity\\User']);
$instance->setName('security:hash-password');
$instance->setDescription('Hash a user password');
return $instance;
}
/**
* Gets the private 'security.context_listener.0' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_0Service()
{
return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
yield 0 => ($this->privates['security.user.provider.concrete.api_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_ApiUserProviderService());
yield 1 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
yield 2 => ($this->privates['security.user.provider.concrete.qr_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_QrUserProviderService());
}, 3), 'qrcode', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.qrcode'] ?? $this->getSecurity_EventDispatcher_QrcodeService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.context_listener.1' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_1Service()
{
$a = ($this->privates['security.event_dispatcher.default'] ?? $this->getSecurity_EventDispatcher_DefaultService());
if (isset($this->privates['security.context_listener.1'])) {
return $this->privates['security.context_listener.1'];
}
return $this->privates['security.context_listener.1'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
yield 0 => ($this->privates['security.user.provider.concrete.api_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_ApiUserProviderService());
yield 1 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
yield 2 => ($this->privates['security.user.provider.concrete.qr_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_QrUserProviderService());
}, 3), 'default', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.csrf.token_storage' shared service.
*
* @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
*/
protected function getSecurity_Csrf_TokenStorageService()
{
return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'security.encoder_factory.generic' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
*
* @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
*/
protected function getSecurity_EncoderFactory_GenericService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['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]]);
}
/**
* Gets the private 'security.event_dispatcher.api_external' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_ApiExternalService()
{
$this->privates['security.event_dispatcher.api_external'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.api_external.user_provider'] ?? $this->getSecurity_Listener_ApiExternal_UserProviderService());
}, 1 => 'checkPassport'], 2048);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.api_external'] ?? $this->getSecurity_Listener_UserChecker_ApiExternalService());
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.api_external'] ?? $this->getSecurity_Listener_UserChecker_ApiExternalService());
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
}, 1 => 'checkPassport'], 1024);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\InstallLogoutSubscriber'] ?? $this->getInstallLogoutSubscriberService());
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.event_dispatcher.api_leg' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_ApiLegService()
{
$this->privates['security.event_dispatcher.api_leg'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.api_leg.user_provider'] ?? $this->getSecurity_Listener_ApiLeg_UserProviderService());
}, 1 => 'checkPassport'], 2048);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.api_leg'] ?? $this->getSecurity_Listener_UserChecker_ApiLegService());
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.api_leg'] ?? $this->getSecurity_Listener_UserChecker_ApiLegService());
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
}, 1 => 'checkPassport'], 1024);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\InstallLogoutSubscriber'] ?? $this->getInstallLogoutSubscriberService());
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.event_dispatcher.default' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_DefaultService()
{
$this->privates['security.event_dispatcher.default'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.default.user_provider'] ?? $this->getSecurity_Listener_Default_UserProviderService());
}, 1 => 'checkPassport'], 2048);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.session.default'] ?? $this->getSecurity_Listener_Session_DefaultService());
}, 1 => 'onSuccessfulLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.default.default'] ?? $this->getSecurity_Logout_Listener_Default_DefaultService());
}, 1 => 'onLogout'], 64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.session.default'] ?? ($this->privates['security.logout.listener.session.default'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.check_remember_me_conditions.default'] ?? $this->getSecurity_Listener_CheckRememberMeConditions_DefaultService());
}, 1 => 'onSuccessfulLogin'], -32);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.default'] ?? $this->getSecurity_Listener_RememberMe_DefaultService());
}, 1 => 'onSuccessfulLogin'], -64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.default'] ?? $this->getSecurity_Listener_RememberMe_DefaultService());
}, 1 => 'clearCookie'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.default'] ?? $this->getSecurity_Listener_RememberMe_DefaultService());
}, 1 => 'clearCookie'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.default'] ?? $this->getSecurity_Listener_RememberMe_DefaultService());
}, 1 => 'clearCookie'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.default'] ?? $this->getSecurity_Listener_UserChecker_DefaultService());
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.default'] ?? $this->getSecurity_Listener_UserChecker_DefaultService());
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
}, 1 => 'checkPassport'], 1024);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\InstallLogoutSubscriber'] ?? $this->getInstallLogoutSubscriberService());
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.event_dispatcher.qrcode' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_QrcodeService()
{
$this->privates['security.event_dispatcher.qrcode'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.qrcode.user_provider'] ?? $this->getSecurity_Listener_Qrcode_UserProviderService());
}, 1 => 'checkPassport'], 2048);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.session.qrcode'] ?? $this->getSecurity_Listener_Session_QrcodeService());
}, 1 => 'onSuccessfulLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.default.qrcode'] ?? $this->getSecurity_Logout_Listener_Default_QrcodeService());
}, 1 => 'onLogout'], 64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.qrcode'] ?? $this->getSecurity_Listener_UserChecker_QrcodeService());
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.qrcode'] ?? $this->getSecurity_Listener_UserChecker_QrcodeService());
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
}, 1 => 'checkPassport'], 1024);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\InstallLogoutSubscriber'] ?? $this->getInstallLogoutSubscriberService());
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
$a = ($this->privates['.service_locator.B7ipCH6'] ?? $this->get_ServiceLocator_B7ipCH6Service());
if (isset($this->privates['security.firewall.map'])) {
return $this->privates['security.firewall.map'];
}
return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
yield 'security.firewall.map.context.api_external' => ($this->privates['.security.request_matcher.GbOsUEK'] ?? ($this->privates['.security.request_matcher.GbOsUEK'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/external')));
yield 'security.firewall.map.context.api_leg' => ($this->privates['.security.request_matcher.BW0OM0Y'] ?? ($this->privates['.security.request_matcher.BW0OM0Y'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/leg')));
yield 'security.firewall.map.context.qrcode' => ($this->privates['.security.request_matcher.GrC8ALm'] ?? ($this->privates['.security.request_matcher.GrC8ALm'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/install/')));
yield 'security.firewall.map.context.default' => NULL;
}, 4));
}
/**
* Gets the private 'security.firewall.map.context.api_external' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_ApiExternalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.context.api_external'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['debug.security.firewall.authenticator.api_external'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiExternalService());
yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_external', ($this->privates['security.authenticator.http_basic.api_external'] ?? $this->getSecurity_Authenticator_HttpBasic_ApiExternalService()), NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_external', 'security.user_checker', '.security.request_matcher.GbOsUEK', true, true, 'security.user.provider.concrete.api_user_provider', NULL, 'security.authenticator.http_basic.api_external', NULL, NULL, [0 => 'http_basic'], NULL));
}
/**
* Gets the private 'security.firewall.map.context.api_leg' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_ApiLegService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.context.api_leg'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['debug.security.firewall.authenticator.api_leg'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiLegService());
yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_leg', ($this->privates['security.authenticator.http_basic.api_leg'] ?? $this->getSecurity_Authenticator_HttpBasic_ApiLegService()), NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_leg', 'security.user_checker', '.security.request_matcher.BW0OM0Y', true, true, 'security.user.provider.concrete.api_user_provider', NULL, 'security.authenticator.http_basic.api_leg', NULL, NULL, [0 => 'http_basic'], NULL));
}
/**
* Gets the private 'security.firewall.map.context.default' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
*/
protected function getSecurity_Firewall_Map_Context_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
$a = ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
if (isset($this->privates['security.firewall.map.context.default'])) {
return $this->privates['security.firewall.map.context.default'];
}
$b = ($this->privates['security.event_dispatcher.default'] ?? $this->getSecurity_EventDispatcher_DefaultService());
if (isset($this->privates['security.firewall.map.context.default'])) {
return $this->privates['security.firewall.map.context.default'];
}
$c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$d = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
return $this->privates['security.firewall.map.context.default'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
yield 2 => ($this->privates['debug.security.firewall.authenticator.default'] ?? $this->getDebug_Security_Firewall_Authenticator_DefaultService());
yield 3 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($c, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $d, 'default', $a, NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($c, $d, $b, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('default', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'default', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'remember_me', 1 => 'App\\Security\\LoginFormAuthenticator'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
}
/**
* Gets the private 'security.firewall.map.context.qrcode' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_QrcodeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
$a = ($this->privates['App\\Security\\LoginQrFormAuthenticator'] ?? $this->getLoginQrFormAuthenticatorService());
if (isset($this->privates['security.firewall.map.context.qrcode'])) {
return $this->privates['security.firewall.map.context.qrcode'];
}
$b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
return $this->privates['security.firewall.map.context.qrcode'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
yield 2 => ($this->privates['debug.security.firewall.authenticator.qrcode'] ?? $this->getDebug_Security_Firewall_Authenticator_QrcodeService());
yield 3 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $c, 'qrcode', $a, NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($b, $c, ($this->privates['security.event_dispatcher.qrcode'] ?? $this->getSecurity_EventDispatcher_QrcodeService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'logoutqr']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('qrcode', 'security.user_checker', '.security.request_matcher.GrC8ALm', true, false, 'security.user.provider.concrete.qr_user_provider', 'qrcode', 'App\\Security\\LoginQrFormAuthenticator', NULL, NULL, [0 => 'App\\Security\\LoginQrFormAuthenticator'], NULL));
}
/**
* 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', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
], [
'security.authorization_checker' => '?',
'security.token_storage' => '?',
]));
}
/**
* Gets the private 'security.http_utils' shared service.
*
* @return \Symfony\Component\Security\Http\HttpUtils
*/
protected function getSecurity_HttpUtilsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/HttpUtils.php';
$a = ($this->services['router'] ?? $this->getRouterService());
return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https?://%s$}i', '{^https://%s$}i');
}
/**
* Gets the private 'security.listener.api_external.user_provider' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
*/
protected function getSecurity_Listener_ApiExternal_UserProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
return $this->privates['security.listener.api_external.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.api_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_ApiUserProviderService()));
}
/**
* Gets the private 'security.listener.api_leg.user_provider' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
*/
protected function getSecurity_Listener_ApiLeg_UserProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
return $this->privates['security.listener.api_leg.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.api_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_ApiUserProviderService()));
}
/**
* Gets the private 'security.listener.check_authenticator_credentials' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
*/
protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
}
/**
* Gets the private 'security.listener.check_remember_me_conditions.default' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\CheckRememberMeConditionsListener
*/
protected function getSecurity_Listener_CheckRememberMeConditions_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CheckRememberMeConditionsListener.php';
return $this->privates['security.listener.check_remember_me_conditions.default'] = new \Symfony\Component\Security\Http\EventListener\CheckRememberMeConditionsListener(['always_remember_me' => true, 'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'security.listener.csrf_protection' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
*/
protected function getSecurity_Listener_CsrfProtectionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
return $this->privates['security.listener.csrf_protection'] = new \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
}
/**
* Gets the private 'security.listener.default.user_provider' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
*/
protected function getSecurity_Listener_Default_UserProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
return $this->privates['security.listener.default.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
}
/**
* Gets the private 'security.listener.password_migrating' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
*/
protected function getSecurity_Listener_PasswordMigratingService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
}
/**
* Gets the private 'security.listener.qrcode.user_provider' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
*/
protected function getSecurity_Listener_Qrcode_UserProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
return $this->privates['security.listener.qrcode.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.qr_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_QrUserProviderService()));
}
/**
* Gets the private 'security.listener.remember_me.default' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\RememberMeListener
*/
protected function getSecurity_Listener_RememberMe_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/RememberMeListener.php';
$a = ($this->privates['security.authenticator.remember_me_handler.default'] ?? $this->getSecurity_Authenticator_RememberMeHandler_DefaultService());
if (isset($this->privates['security.listener.remember_me.default'])) {
return $this->privates['security.listener.remember_me.default'];
}
return $this->privates['security.listener.remember_me.default'] = new \Symfony\Component\Security\Http\EventListener\RememberMeListener($a, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
}
/**
* Gets the private 'security.listener.session.default' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
*/
protected function getSecurity_Listener_Session_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
return $this->privates['security.listener.session.default'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
}
/**
* Gets the private 'security.listener.session.qrcode' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
*/
protected function getSecurity_Listener_Session_QrcodeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
return $this->privates['security.listener.session.qrcode'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
}
/**
* Gets the private 'security.listener.user_checker.api_external' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
*/
protected function getSecurity_Listener_UserChecker_ApiExternalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
return $this->privates['security.listener.user_checker.api_external'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
}
/**
* Gets the private 'security.listener.user_checker.api_leg' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
*/
protected function getSecurity_Listener_UserChecker_ApiLegService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
return $this->privates['security.listener.user_checker.api_leg'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
}
/**
* Gets the private 'security.listener.user_checker.default' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
*/
protected function getSecurity_Listener_UserChecker_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
return $this->privates['security.listener.user_checker.default'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
}
/**
* Gets the private 'security.listener.user_checker.qrcode' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
*/
protected function getSecurity_Listener_UserChecker_QrcodeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
return $this->privates['security.listener.user_checker.qrcode'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
}
/**
* Gets the private 'security.listener.user_provider' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
*/
protected function getSecurity_Listener_UserProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/ChainUserProvider.php';
return $this->privates['security.listener.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(new \Symfony\Component\Security\Core\User\ChainUserProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.user.provider.concrete.api_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_ApiUserProviderService());
yield 1 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
yield 2 => ($this->privates['security.user.provider.concrete.qr_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_QrUserProviderService());
}, 3)));
}
/**
* Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
*/
protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
}
/**
* Gets the private 'security.logout.listener.default.default' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
*/
protected function getSecurity_Logout_Listener_Default_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
return $this->privates['security.logout.listener.default.default'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'login');
}
/**
* Gets the private 'security.logout.listener.default.qrcode' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
*/
protected function getSecurity_Logout_Listener_Default_QrcodeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
return $this->privates['security.logout.listener.default.qrcode'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'installloginqr');
}
/**
* 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['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->registerListener('qrcode', 'logoutqr', 'logout', '_csrf_token', NULL, NULL);
$instance->registerListener('default', 'logout', 'logout', '_csrf_token', NULL, NULL);
return $instance;
}
/**
* Gets the private 'security.password_hasher_factory' shared service.
*
* @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
*/
protected function getSecurity_PasswordHasherFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\User' => ['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]]);
}
/**
* Gets the private 'security.role_hierarchy' shared service.
*
* @return \Symfony\Component\Security\Core\Role\RoleHierarchy
*/
protected function getSecurity_RoleHierarchyService()
{
return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
}
/**
* Gets the private 'security.user.provider.concrete.api_user_provider' shared service.
*
* @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
*/
protected function getSecurity_User_Provider_Concrete_ApiUserProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
return $this->privates['security.user.provider.concrete.api_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User', 'email', NULL);
}
/**
* Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
*
* @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
*/
protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User', 'email', NULL);
}
/**
* Gets the private 'security.user.provider.concrete.qr_user_provider' shared service.
*
* @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
*/
protected function getSecurity_User_Provider_Concrete_QrUserProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
return $this->privates['security.user.provider.concrete.qr_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User', 'appCode', NULL);
}
/**
* Gets the private 'security.validator.user_password' shared service.
*
* @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
*/
protected function getSecurity_Validator_UserPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
}
/**
* Gets the private 'sensio_framework_extra.controller.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
*/
protected function getSensioFrameworkExtra_Controller_ListenerService()
{
return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'sensio_framework_extra.converter.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
*/
protected function getSensioFrameworkExtra_Converter_ListenerService()
{
$a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
}
/**
* Gets the private 'sensio_framework_extra.security.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
*/
protected function getSensioFrameworkExtra_Security_ListenerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['sensio_framework_extra.security.listener'])) {
return $this->privates['sensio_framework_extra.security.listener'];
}
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())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'serializer.mapping.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
*/
protected function getSerializer_Mapping_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([0 => new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
}
/**
* Gets the private 'serializer.mapping.class_metadata_factory' shared service.
*
* @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
*/
protected function getSerializer_Mapping_ClassMetadataFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
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()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
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.factory' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\SessionFactory
*/
protected function getSession_FactoryService()
{
$a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
if (isset($this->privates['session.factory'])) {
return $this->privates['session.factory'];
}
return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [0 => $a, 1 => 'onSessionUsage']);
}
/**
* Gets the private 'session.storage.factory.service' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
*
* @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
*/
protected function getSession_Storage_Factory_ServiceService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
}
/**
* Gets the private 'session.storage.metadata_bag' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
*
* @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
*/
protected function getSession_Storage_MetadataBagService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0);
}
/**
* Gets the private 'session.storage.native' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
*
* @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
*/
protected function getSession_Storage_NativeService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), $this->getSession_Storage_MetadataBagService());
}
/**
* 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', '.container.private.session', NULL, false],
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', false],
'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
'session_storage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', false],
], [
'initialized_session' => '?',
'logger' => '?',
'request_stack' => '?',
'session' => '?',
'session_collector' => '?',
'session_factory' => '?',
'session_storage' => '?',
]), true, $this->parameters['session.storage.options']);
}
/**
* Gets the private 'state_machine.awm.metadata_store' shared service.
*
* @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
*/
protected function getStateMachine_Awm_MetadataStoreService()
{
return $this->privates['state_machine.awm.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore(['title' => 'AWM+ workflow'], [], new \SplObjectStorage());
}
/**
* Gets the private 'state_machine.malfunction.metadata_store' shared service.
*
* @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
*/
protected function getStateMachine_Malfunction_MetadataStoreService()
{
return $this->privates['state_machine.malfunction.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore(['title' => 'Malfunction workflow'], [], new \SplObjectStorage());
}
/**
* Gets the private 'state_machine.neamalfunction.metadata_store' shared service.
*
* @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
*/
protected function getStateMachine_Neamalfunction_MetadataStoreService()
{
return $this->privates['state_machine.neamalfunction.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore(['title' => 'NEA Malfunction workflow'], [], new \SplObjectStorage());
}
/**
* Gets the private 'state_machine.refuel.metadata_store' shared service.
*
* @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
*/
protected function getStateMachine_Refuel_MetadataStoreService()
{
return $this->privates['state_machine.refuel.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore(['title' => 'NEA refuel workflow'], [], new \SplObjectStorage());
}
/**
* Gets the private 'state_machine.sensor.metadata_store' shared service.
*
* @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
*/
protected function getStateMachine_Sensor_MetadataStoreService()
{
return $this->privates['state_machine.sensor.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore(['title' => 'Sensor workflow'], [], new \SplObjectStorage());
}
/**
* Gets the private 'state_machine.warning.metadata_store' shared service.
*
* @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
*/
protected function getStateMachine_Warning_MetadataStoreService()
{
return $this->privates['state_machine.warning.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore(['title' => 'Malfunction workflow'], [], new \SplObjectStorage());
}
/**
* Gets the private 'state_machine.zues.metadata_store' shared service.
*
* @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
*/
protected function getStateMachine_Zues_MetadataStoreService()
{
return $this->privates['state_machine.zues.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore(['title' => 'Zues workflow'], [], new \SplObjectStorage());
}
/**
* Gets the private 'stof_doctrine_extensions.listener.timestampable' shared service.
*
* @return \Gedmo\Timestampable\TimestampableListener
*/
protected function getStofDoctrineExtensions_Listener_TimestampableService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Timestampable/TimestampableListener.php';
$this->privates['stof_doctrine_extensions.listener.timestampable'] = $instance = new \Gedmo\Timestampable\TimestampableListener();
$instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
$instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
return $instance;
}
/**
* Gets the private 'stof_doctrine_extensions.listener.tree' shared service.
*
* @return \Gedmo\Tree\TreeListener
*/
protected function getStofDoctrineExtensions_Listener_TreeService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Tree/TreeListener.php';
$this->privates['stof_doctrine_extensions.listener.tree'] = $instance = new \Gedmo\Tree\TreeListener();
$instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
$instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
return $instance;
}
/**
* Gets the private 'symfonycasts.reset_password.cleaner' shared service.
*
* @return \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner
*/
protected function getSymfonycasts_ResetPassword_CleanerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Util/ResetPasswordCleaner.php';
return $this->privates['symfonycasts.reset_password.cleaner'] = new \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner(($this->privates['App\\Repository\\ResetPasswordRequestRepository'] ?? $this->getResetPasswordRequestRepositoryService()), true);
}
/**
* Gets the private 'translation.extractor' shared service.
*
* @return \Symfony\Component\Translation\Extractor\ChainExtractor
*/
protected function getTranslation_ExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
$this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
$instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
$instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
return $instance;
}
/**
* Gets the private 'translation.loader.csv' shared service.
*
* @return \Symfony\Component\Translation\Loader\CsvFileLoader
*/
protected function getTranslation_Loader_CsvService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
}
/**
* Gets the private 'translation.loader.dat' shared service.
*
* @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
*/
protected function getTranslation_Loader_DatService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
}
/**
* Gets the private 'translation.loader.ini' shared service.
*
* @return \Symfony\Component\Translation\Loader\IniFileLoader
*/
protected function getTranslation_Loader_IniService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
}
/**
* Gets the private 'translation.loader.json' shared service.
*
* @return \Symfony\Component\Translation\Loader\JsonFileLoader
*/
protected function getTranslation_Loader_JsonService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
}
/**
* Gets the private 'translation.loader.mo' shared service.
*
* @return \Symfony\Component\Translation\Loader\MoFileLoader
*/
protected function getTranslation_Loader_MoService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
}
/**
* Gets the private 'translation.loader.php' shared service.
*
* @return \Symfony\Component\Translation\Loader\PhpFileLoader
*/
protected function getTranslation_Loader_PhpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
}
/**
* Gets the private 'translation.loader.po' shared service.
*
* @return \Symfony\Component\Translation\Loader\PoFileLoader
*/
protected function getTranslation_Loader_PoService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
}
/**
* Gets the private 'translation.loader.qt' shared service.
*
* @return \Symfony\Component\Translation\Loader\QtFileLoader
*/
protected function getTranslation_Loader_QtService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
}
/**
* Gets the private 'translation.loader.res' shared service.
*
* @return \Symfony\Component\Translation\Loader\IcuResFileLoader
*/
protected function getTranslation_Loader_ResService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
}
/**
* Gets the private 'translation.loader.xliff' shared service.
*
* @return \Symfony\Component\Translation\Loader\XliffFileLoader
*/
protected function getTranslation_Loader_XliffService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
}
/**
* Gets the private 'translation.loader.yml' shared service.
*
* @return \Symfony\Component\Translation\Loader\YamlFileLoader
*/
protected function getTranslation_Loader_YmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
}
/**
* Gets the private 'translation.provider_collection' shared service.
*
* @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
*/
protected function getTranslation_ProviderCollectionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
yield 0 => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
}, 1), []))->fromConfig([]);
}
/**
* Gets the private 'translation.reader' shared service.
*
* @return \Symfony\Component\Translation\Reader\TranslationReader
*/
protected function getTranslation_ReaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
$this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
$a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
$b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
$instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
$instance->addLoader('yaml', $a);
$instance->addLoader('yml', $a);
$instance->addLoader('xlf', $b);
$instance->addLoader('xliff', $b);
$instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
$instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
$instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
$instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
$instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
$instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
$instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
$instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
return $instance;
}
/**
* Gets the private 'translation.warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
*/
protected function getTranslation_WarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'translator' => '?',
]))->withContext('translation.warmer', $this));
}
/**
* Gets the private 'translation.writer' shared service.
*
* @return \Symfony\Component\Translation\Writer\TranslationWriter
*/
protected function getTranslation_WriterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
$this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
$instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
$instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
$instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
$instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
$instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
$instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
$instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
$instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
$instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
$instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
$instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
return $instance;
}
/**
* Gets the private 'translator.default' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
*/
protected function getTranslator_DefaultService()
{
$this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', false],
'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', false],
'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', false],
'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', false],
'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', false],
'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', false],
'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', false],
'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', false],
'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', false],
'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', false],
'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', false],
], [
'translation.loader.csv' => '?',
'translation.loader.dat' => '?',
'translation.loader.ini' => '?',
'translation.loader.json' => '?',
'translation.loader.mo' => '?',
'translation.loader.php' => '?',
'translation.loader.po' => '?',
'translation.loader.qt' => '?',
'translation.loader.res' => '?',
'translation.loader.xliff' => '?',
'translation.loader.yml' => '?',
]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'de', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.ca.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.cs.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.cs.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.cs.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.de.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.de.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.de.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf'), 9 => (\dirname(__DIR__, 4).'/translations/ResetPasswordBundle.de.xlf')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.en.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.en.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Resources/translations/OneupUploaderBundle.en.yml')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.es.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.es.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.es.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.php'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.fa.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.fa.yml')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.fi.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.fr.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.fr.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.fr.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.php')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.php'), 4 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.hr.xlf')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.hu.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.hu.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.hu.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.id.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.it.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.it.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.it.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf')], '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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lb.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.php'), 4 => (\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')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.nl.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.nl.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.nl.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.pl.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.pl.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.pl.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.pt.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.php'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.pt_BR.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.pt_BR.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.pt_BR.xlf')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.ru.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.ru.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.ru.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.sk.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.sk.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.php'), 4 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sv.xlf')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.tr.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.uk.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.uk.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.uk.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.php'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.zh_CN.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.zh_CN.yml')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.zh_TW.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.zh_TW.yml')], 'sr_RS' => [0 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.php')], 'vn' => [0 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'bs_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.bs_Cyrl.xlf')], 'dk' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.dk.xlf')], 'en_AU' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_AU.xlf')], 'en_CA' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_CA.xlf')], 'en_GB' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_GB.xlf')], 'en_IE' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_IE.xlf')], 'en_NZ' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_NZ.xlf')], 'en_PH' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_PH.xlf')], 'en_SG' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_SG.xlf')], 'en_US' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_US.xlf')], 'en_ZA' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_ZA.xlf')], 'es_419' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.es_419.xlf')], 'se' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.se.xlf')], 'sr' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf')]], '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/easycorp/easyadmin-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Resources/translations'), 9 => (\dirname(__DIR__, 4).'/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/secit-pl/imap-bundle/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 24 => (\dirname(__DIR__, 4).'/vendor/yellowskies/qr-code-bundle/translations'), 25 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 26 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 27 => (\dirname(__DIR__, 4).'/vendor/pugx/autocompleter-bundle/translations'), 28 => (\dirname(__DIR__, 4).'/vendor/burgov/key-value-form-bundle/translations'), 29 => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/translations'), 30 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/translations'), 31 => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/translations'), 32 => (\dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/translations'), 33 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/translations'), 34 => (\dirname(__DIR__, 4).'/vendor/symfony/mercure-bundle/src/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/easycorp/easyadmin-bundle/src/Resources/translations', 4 => 'vendor/vich/uploader-bundle/translations', 5 => 'vendor/craue/formflow-bundle/Resources/translations', 6 => 'vendor/odolbeau/phone-number-bundle/src/Resources/translations', 7 => 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations', 8 => 'vendor/oneup/uploader-bundle/src/Resources/translations', 9 => 'translations', 10 => 'vendor/symfony/framework-bundle/translations', 11 => 'vendor/symfony/twig-bundle/translations', 12 => 'vendor/symfony/security-bundle/translations', 13 => 'vendor/sensio/framework-extra-bundle/src/translations', 14 => 'vendor/doctrine/doctrine-bundle/translations', 15 => 'vendor/symfony/maker-bundle/src/translations', 16 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 17 => 'vendor/symfony/web-profiler-bundle/translations', 18 => 'vendor/symfony/monolog-bundle/translations', 19 => 'vendor/secit-pl/imap-bundle/translations', 20 => 'vendor/nelmio/api-doc-bundle/translations', 21 => 'vendor/jms/serializer-bundle/translations', 22 => 'vendor/stof/doctrine-extensions-bundle/src/translations', 23 => 'vendor/doctrine/doctrine-fixtures-bundle/translations', 24 => 'vendor/yellowskies/qr-code-bundle/translations', 25 => 'vendor/knplabs/knp-snappy-bundle/src/translations', 26 => 'vendor/twig/extra-bundle/translations', 27 => 'vendor/pugx/autocompleter-bundle/translations', 28 => 'vendor/burgov/key-value-form-bundle/translations', 29 => 'vendor/nelmio/cors-bundle/translations', 30 => 'vendor/friendsofsymfony/rest-bundle/translations', 31 => 'vendor/liip/imagine-bundle/translations', 32 => 'vendor/willdurand/geocoder-bundle/translations', 33 => 'vendor/lexik/jwt-authentication-bundle/translations', 34 => 'vendor/symfony/mercure-bundle/src/translations']]], []);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales([0 => 'en']);
return $instance;
}
/**
* Gets the private 'twig.command.debug' shared service.
*
* @return \Symfony\Bridge\Twig\Command\DebugCommand
*/
protected function getTwig_Command_DebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
$this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__, 4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__, 4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:twig');
$instance->setDescription('Show a list of twig functions, filters, globals and tests');
return $instance;
}
/**
* Gets the private 'twig.command.lint' shared service.
*
* @return \Symfony\Bundle\TwigBundle\Command\LintCommand
*/
protected function getTwig_Command_LintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
$this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
$instance->setName('lint:twig');
$instance->setDescription('Lint a Twig template and outputs encountered errors');
return $instance;
}
/**
* Gets the private 'twig.form.engine' shared service.
*
* @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
*/
protected function getTwig_Form_EngineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererEngineInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractRendererEngine.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['twig.form.engine'])) {
return $this->privates['twig.form.engine'];
}
return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
}
/**
* Gets the private 'twig.form.renderer' shared service.
*
* @return \Symfony\Component\Form\FormRenderer
*/
protected function getTwig_Form_RendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRenderer.php';
$a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
if (isset($this->privates['twig.form.renderer'])) {
return $this->privates['twig.form.renderer'];
}
return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
}
/**
* Gets the private 'twig.mailer.message_listener' shared service.
*
* @return \Symfony\Component\Mailer\EventListener\MessageListener
*/
protected function getTwig_Mailer_MessageListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/BodyRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['twig.mailer.message_listener'])) {
return $this->privates['twig.mailer.message_listener'];
}
return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
}
/**
* Gets the private 'twig.runtime.httpkernel' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
*/
protected function getTwig_Runtime_HttpkernelService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'inline' => ['privates', 'fragment.renderer.inline', 'getFragment_Renderer_InlineService', false],
], [
'inline' => '?',
]), $a, true), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
}
/**
* Gets the private 'twig.runtime.security_csrf' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
*/
protected function getTwig_Runtime_SecurityCsrfService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
}
/**
* Gets the private 'twig.runtime.serializer' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
*/
protected function getTwig_Runtime_SerializerService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
$a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
if (isset($this->privates['twig.runtime.serializer'])) {
return $this->privates['twig.runtime.serializer'];
}
return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime($a);
}
/**
* Gets the private 'twig.template_cache_warmer' shared service.
*
* @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
*/
protected function getTwig_TemplateCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'twig' => '?',
]))->withContext('twig.template_cache_warmer', $this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel', 1)), [(\dirname(__DIR__, 4).'/templates') => 'templates', (\dirname(__DIR__, 4).'/assets/media/logos') => 'logos', (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__, 4).'/templates')));
}
/**
* Gets the private 'validator.builder' shared service.
*
* @return \Symfony\Component\Validator\ValidatorBuilder
*/
protected function getValidator_BuilderService()
{
$this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
$instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Bazinga\\GeocoderBundle\\Validator\\Constraint\\AddressValidator' => ['privates', 'Bazinga\\GeocoderBundle\\Validator\\Constraint\\AddressValidator', 'getAddressValidatorService', false],
'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => ['privates', 'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator', 'getPhoneNumberValidatorService', false],
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', false],
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', false],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
], [
'Bazinga\\GeocoderBundle\\Validator\\Constraint\\AddressValidator' => '?',
'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => '?',
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
'doctrine.orm.validator.unique' => '?',
'security.validator.user_password' => '?',
'validator.expression' => '?',
])));
if ($this->has('translator')) {
$instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
}
$instance->setTranslationDomain('validators');
$instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
$instance->enableAnnotationMapping(true);
$instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->addMethodMapping('loadValidatorMetadata');
$instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
$instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.newserver_entity_manager'] ?? $this->getDoctrine_Orm_NewserverEntityManagerService()), NULL));
return $instance;
}
/**
* Gets the private 'validator.email' shared service.
*
* @return \Symfony\Component\Validator\Constraints\EmailValidator
*/
protected function getValidator_EmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
}
/**
* Gets the private 'validator.expression' shared service.
*
* @return \Symfony\Component\Validator\Constraints\ExpressionValidator
*/
protected function getValidator_ExpressionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
}
/**
* Gets the private 'validator.mapping.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
*/
protected function getValidator_Mapping_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
}
/**
* Gets the private 'validator.not_compromised_password' shared service.
*
* @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
*/
protected function getValidator_NotCompromisedPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8', true, NULL);
}
/**
* Gets the private 'vich_uploader.command.mapping_debug' shared service.
*
* @return \Vich\UploaderBundle\Command\MappingDebugCommand
*/
protected function getVichUploader_Command_MappingDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugCommand.php';
$this->privates['vich_uploader.command.mapping_debug'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugCommand($this->parameters['vich_uploader.mappings']);
$instance->setName('vich:mapping:debug');
return $instance;
}
/**
* Gets the private 'vich_uploader.command.mapping_debug_class' shared service.
*
* @return \Vich\UploaderBundle\Command\MappingDebugClassCommand
*/
protected function getVichUploader_Command_MappingDebugClassService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugClassCommand.php';
$this->privates['vich_uploader.command.mapping_debug_class'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugClassCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
$instance->setName('vich:mapping:debug-class');
return $instance;
}
/**
* Gets the private 'vich_uploader.command.mapping_list_classes' shared service.
*
* @return \Vich\UploaderBundle\Command\MappingListClassesCommand
*/
protected function getVichUploader_Command_MappingListClassesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Command/MappingListClassesCommand.php';
$this->privates['vich_uploader.command.mapping_list_classes'] = $instance = new \Vich\UploaderBundle\Command\MappingListClassesCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
$instance->setName('vich:mapping:list-classes');
return $instance;
}
/**
* Gets the private 'vich_uploader.listener.clean.elevator_files' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
*/
protected function getVichUploader_Listener_Clean_ElevatorFilesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
$a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
if (isset($this->privates['vich_uploader.listener.clean.elevator_files'])) {
return $this->privates['vich_uploader.listener.clean.elevator_files'];
}
return $this->privates['vich_uploader.listener.clean.elevator_files'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('elevator_files', ($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()), $a);
}
/**
* Gets the private 'vich_uploader.listener.remove.elevator_files' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_ElevatorFilesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
$a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
if (isset($this->privates['vich_uploader.listener.remove.elevator_files'])) {
return $this->privates['vich_uploader.listener.remove.elevator_files'];
}
return $this->privates['vich_uploader.listener.remove.elevator_files'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('elevator_files', ($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()), $a);
}
/**
* Gets the private 'vich_uploader.listener.upload.elevator_files' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_ElevatorFilesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
$a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
if (isset($this->privates['vich_uploader.listener.upload.elevator_files'])) {
return $this->privates['vich_uploader.listener.upload.elevator_files'];
}
return $this->privates['vich_uploader.listener.upload.elevator_files'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('elevator_files', ($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()), $a);
}
/**
* Gets the private 'vich_uploader.metadata_reader' shared service.
*
* @return \Vich\UploaderBundle\Metadata\MetadataReader
*/
protected function getVichUploader_MetadataReaderService()
{
$a = new \Metadata\Driver\FileLocator([]);
$b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([0 => new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), 1 => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [0 => ($this->services['doctrine'] ?? $this->getDoctrineService())]), 2 => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), 3 => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($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()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
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.file_system' shared service.
*
* @return \Vich\UploaderBundle\Storage\FileSystemStorage
*/
protected function getVichUploader_Storage_FileSystemService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
}
/**
* Gets the private 'web_profiler.csp.handler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
*/
protected function getWebProfiler_Csp_HandlerService()
{
return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
}
/**
* Gets the private 'web_profiler.debug_toolbar' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
*/
protected function getWebProfiler_DebugToolbarService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['web_profiler.debug_toolbar'])) {
return $this->privates['web_profiler.debug_toolbar'];
}
return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), NULL);
}
/**
* Gets the private 'workflow.registry' shared service.
*
* @return \Symfony\Component\Workflow\Registry
*/
protected function getWorkflow_RegistryService()
{
$this->privates['workflow.registry'] = $instance = new \Symfony\Component\Workflow\Registry();
$instance->addWorkflow(($this->services['.container.private.state_machine.malfunction'] ?? $this->get_Container_Private_StateMachine_MalfunctionService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\Ticket'));
$instance->addWorkflow(($this->services['.container.private.state_machine.awm'] ?? $this->get_Container_Private_StateMachine_AwmService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\Ticket'));
$instance->addWorkflow(($this->services['.container.private.state_machine.neamalfunction'] ?? $this->get_Container_Private_StateMachine_NeamalfunctionService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\Ticket'));
$instance->addWorkflow(($this->services['.container.private.state_machine.refuel'] ?? $this->get_Container_Private_StateMachine_RefuelService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\Ticket'));
$instance->addWorkflow(($this->services['.container.private.state_machine.sensor'] ?? $this->get_Container_Private_StateMachine_SensorService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\Ticket'));
$instance->addWorkflow(($this->services['.container.private.state_machine.warning'] ?? $this->get_Container_Private_StateMachine_WarningService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\Ticket'));
$instance->addWorkflow(($this->services['.container.private.state_machine.zues'] ?? $this->get_Container_Private_StateMachine_ZuesService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\Ticket'));
return $instance;
}
/**
* Gets the public 'cache_clearer' alias.
*
* @return object The ".container.private.cache_clearer" service.
*/
protected function getCacheClearerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.cache_clearer');
}
/**
* Gets the public 'filesystem' alias.
*
* @return object The ".container.private.filesystem" service.
*/
protected function getFilesystemService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.filesystem');
}
/**
* Gets the public 'state_machine.malfunction' alias.
*
* @return object The ".container.private.state_machine.malfunction" service.
*/
protected function getStateMachine_MalfunctionService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "state_machine.malfunction" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.state_machine.malfunction');
}
/**
* Gets the public 'state_machine.awm' alias.
*
* @return object The ".container.private.state_machine.awm" service.
*/
protected function getStateMachine_AwmService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "state_machine.awm" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.state_machine.awm');
}
/**
* Gets the public 'state_machine.neamalfunction' alias.
*
* @return object The ".container.private.state_machine.neamalfunction" service.
*/
protected function getStateMachine_NeamalfunctionService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "state_machine.neamalfunction" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.state_machine.neamalfunction');
}
/**
* Gets the public 'state_machine.refuel' alias.
*
* @return object The ".container.private.state_machine.refuel" service.
*/
protected function getStateMachine_RefuelService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "state_machine.refuel" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.state_machine.refuel');
}
/**
* Gets the public 'state_machine.sensor' alias.
*
* @return object The ".container.private.state_machine.sensor" service.
*/
protected function getStateMachine_SensorService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "state_machine.sensor" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.state_machine.sensor');
}
/**
* Gets the public 'state_machine.warning' alias.
*
* @return object The ".container.private.state_machine.warning" service.
*/
protected function getStateMachine_WarningService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "state_machine.warning" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.state_machine.warning');
}
/**
* Gets the public 'state_machine.zues' alias.
*
* @return object The ".container.private.state_machine.zues" service.
*/
protected function getStateMachine_ZuesService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "state_machine.zues" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.state_machine.zues');
}
/**
* Gets the public 'serializer' alias.
*
* @return object The ".container.private.serializer" service.
*/
protected function getSerializerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.serializer');
}
/**
* Gets the public 'security.csrf.token_manager' alias.
*
* @return object The ".container.private.security.csrf.token_manager" service.
*/
protected function getSecurity_Csrf_TokenManagerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.csrf.token_manager');
}
/**
* Gets the public 'form.factory' alias.
*
* @return object The ".container.private.form.factory" service.
*/
protected function getForm_FactoryService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.factory');
}
/**
* Gets the public 'form.type.file' alias.
*
* @return object The ".container.private.form.type.file" service.
*/
protected function getForm_Type_FileService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.type.file');
}
/**
* Gets the public 'profiler' alias.
*
* @return object The ".container.private.profiler" service.
*/
protected function getProfilerService()
{
trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.profiler');
}
/**
* Gets the public 'twig' alias.
*
* @return object The ".container.private.twig" service.
*/
protected function getTwigService()
{
trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.twig');
}
/**
* Gets the public 'security.authorization_checker' alias.
*
* @return object The ".container.private.security.authorization_checker" service.
*/
protected function getSecurity_AuthorizationCheckerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.authorization_checker');
}
/**
* Gets the public 'security.token_storage' alias.
*
* @return object The ".container.private.security.token_storage" service.
*/
protected function getSecurity_TokenStorageService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.token_storage');
}
/**
* Gets the public 'security.password_encoder' alias.
*
* @return object The ".container.private.security.password_encoder" service.
*/
protected function getSecurity_PasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.password_encoder');
}
/**
* Gets the public 'session' alias.
*
* @return object The ".container.private.session" service.
*/
protected function getSessionService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.session');
}
/**
* Gets the public 'validator' alias.
*
* @return object The ".container.private.validator" service.
*/
protected function getValidatorService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.validator');
}
/**
* @return array|bool|float|int|string|\UnitEnum|null
*/
public function getParameter(string $name)
{
if (isset($this->buildParameters[$name])) {
return $this->buildParameters[$name];
}
if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
}
if (isset($this->loadedDynamicParameters[$name])) {
return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
return $this->parameters[$name];
}
public function hasParameter(string $name): bool
{
if (isset($this->buildParameters[$name])) {
return true;
}
return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
}
public function setParameter(string $name, $value): void
{
throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
}
public function getParameterBag(): ParameterBagInterface
{
if (null === $this->parameterBag) {
$parameters = $this->parameters;
foreach ($this->loadedDynamicParameters as $name => $loaded) {
$parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
foreach ($this->buildParameters as $name => $value) {
$parameters[$name] = $value;
}
$this->parameterBag = new FrozenParameterBag($parameters);
}
return $this->parameterBag;
}
private $loadedDynamicParameters = [
'kernel.runtime_environment' => false,
'kernel.build_dir' => false,
'kernel.cache_dir' => false,
'app_env' => false,
'python_bin' => false,
'php_bin' => false,
'slack_channel' => false,
'servername' => false,
'kernel.secret' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'doctrine.orm.proxy_dir' => false,
'knp_snappy.pdf.binary' => false,
'nelmio_cors.defaults' => false,
'oneup_uploader.chunks' => false,
'oneup_uploader.orphanage' => false,
'oneup_uploader.config' => false,
'lexik_jwt_authentication.pass_phrase' => false,
'mercure.hubs' => false,
'mercure.default_hub' => false,
];
private $dynamicParameters = [];
private function getDynamicParameter(string $name)
{
switch ($name) {
case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
case 'kernel.build_dir': $value = $this->targetDir.''; break;
case 'kernel.cache_dir': $value = $this->targetDir.''; break;
case 'app_env': $value = $this->getEnv('APP_ENV'); break;
case 'python_bin': $value = $this->getEnv('PYTHON_BIN'); break;
case 'php_bin': $value = $this->getEnv('PHP_BIN'); break;
case 'slack_channel': $value = $this->getEnv('SENSOR_STATE_URL'); break;
case 'servername': $value = $this->getEnv('SERVERNAME'); break;
case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
case 'knp_snappy.pdf.binary': $value = $this->getEnv('WKHTMLTOPDF_PATH'); break;
case 'nelmio_cors.defaults': $value = [
'allow_origin' => [
0 => $this->getEnv('CORS_ALLOW_ORIGIN'),
],
'allow_credentials' => false,
'allow_headers' => [
0 => 'content-type',
1 => 'authorization',
],
'allow_private_network' => false,
'expose_headers' => [
0 => 'Link',
],
'allow_methods' => [
0 => 'GET',
1 => 'OPTIONS',
2 => 'POST',
3 => 'PUT',
4 => 'PATCH',
5 => 'DELETE',
],
'max_age' => 3600,
'hosts' => [
],
'origin_regex' => true,
'skip_same_as_origin' => true,
'forced_allow_origin_value' => NULL,
]; break;
case 'oneup_uploader.chunks': $value = [
'maxage' => 604800,
'storage' => [
'type' => 'filesystem',
'filesystem' => NULL,
'directory' => ($this->targetDir.''.'/uploader/chunks'),
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
'prefix' => 'chunks',
],
'load_distribution' => true,
]; break;
case 'oneup_uploader.orphanage': $value = [
'maxage' => 604800,
'directory' => ($this->targetDir.''.'/uploader/orphanage'),
]; break;
case 'oneup_uploader.config': $value = [
'mappings' => [
'gallery' => [
'frontend' => 'dropzone',
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'storage' => [
'service' => NULL,
'type' => 'filesystem',
'filesystem' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'allowed_mimetypes' => [
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'max_size' => 9223372036854775807,
'use_orphanage' => false,
'enable_progress' => false,
'enable_cancelation' => false,
'namer' => 'oneup_uploader.namer.uniqid',
'root_folder' => false,
],
],
'chunks' => [
'maxage' => 604800,
'storage' => [
'type' => 'filesystem',
'filesystem' => NULL,
'directory' => ($this->targetDir.''.'/uploader/chunks'),
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
'prefix' => 'chunks',
],
'load_distribution' => true,
],
'orphanage' => [
'maxage' => 604800,
'directory' => ($this->targetDir.''.'/uploader/orphanage'),
],
'twig' => true,
]; break;
case 'lexik_jwt_authentication.pass_phrase': $value = $this->getEnv('JWT_PASSPHRASE'); break;
case 'mercure.hubs': $value = [
'default' => $this->getEnv('MERCURE_URL'),
]; break;
case 'mercure.default_hub': $value = $this->getEnv('MERCURE_URL'); break;
default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
}
$this->loadedDynamicParameters[$name] = true;
return $this->dynamicParameters[$name] = $value;
}
protected function getDefaultParameters(): array
{
return [
'kernel.project_dir' => \dirname(__DIR__, 4),
'kernel.environment' => 'dev',
'kernel.debug' => true,
'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'ImapBundle' => 'SecIT\\ImapBundle\\ImapBundle',
'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
'SkiesQRcodeBundle' => 'Skies\\QRcodeBundle\\SkiesQRcodeBundle',
'CraueFormFlowBundle' => 'Craue\\FormFlowBundle\\CraueFormFlowBundle',
'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
'PUGXAutocompleterBundle' => 'PUGX\\AutocompleterBundle\\PUGXAutocompleterBundle',
'BurgovKeyValueFormBundle' => 'Burgov\\Bundle\\KeyValueFormBundle\\BurgovKeyValueFormBundle',
'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
'MisdPhoneNumberBundle' => 'Misd\\PhoneNumberBundle\\MisdPhoneNumberBundle',
'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
'OneupUploaderBundle' => 'Oneup\\UploaderBundle\\OneupUploaderBundle',
'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
'BazingaGeocoderBundle' => 'Bazinga\\GeocoderBundle\\BazingaGeocoderBundle',
'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
'MercureBundle' => 'Symfony\\Bundle\\MercureBundle\\MercureBundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'TwigBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'SecurityBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'SensioFrameworkExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'DoctrineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'MakerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MakerBundle',
],
'DoctrineMigrationsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'ImapBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/secit-pl/imap-bundle'),
'namespace' => 'SecIT\\ImapBundle',
],
'NelmioApiDocBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle'),
'namespace' => 'Nelmio\\ApiDocBundle',
],
'JMSSerializerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle'),
'namespace' => 'JMS\\SerializerBundle',
],
'StofDoctrineExtensionsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src'),
'namespace' => 'Stof\\DoctrineExtensionsBundle',
],
'EasyAdminBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src'),
'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
],
'DoctrineFixturesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
],
'VichUploaderBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle'),
'namespace' => 'Vich\\UploaderBundle',
],
'SkiesQRcodeBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/yellowskies/qr-code-bundle'),
'namespace' => 'Skies\\QRcodeBundle',
],
'CraueFormFlowBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle'),
'namespace' => 'Craue\\FormFlowBundle',
],
'KnpSnappyBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src'),
'namespace' => 'Knp\\Bundle\\SnappyBundle',
],
'TwigExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
'namespace' => 'Twig\\Extra\\TwigExtraBundle',
],
'PUGXAutocompleterBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/pugx/autocompleter-bundle'),
'namespace' => 'PUGX\\AutocompleterBundle',
],
'BurgovKeyValueFormBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/burgov/key-value-form-bundle'),
'namespace' => 'Burgov\\Bundle\\KeyValueFormBundle',
],
'NelmioCorsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
'namespace' => 'Nelmio\\CorsBundle',
],
'FOSRestBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle'),
'namespace' => 'FOS\\RestBundle',
],
'MisdPhoneNumberBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src'),
'namespace' => 'Misd\\PhoneNumberBundle',
],
'SymfonyCastsResetPasswordBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src'),
'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
],
'OneupUploaderBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src'),
'namespace' => 'Oneup\\UploaderBundle',
],
'LiipImagineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle'),
'namespace' => 'Liip\\ImagineBundle',
],
'BazingaGeocoderBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle'),
'namespace' => 'Bazinga\\GeocoderBundle',
],
'LexikJWTAuthenticationBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle'),
'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
],
'MercureBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/mercure-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MercureBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'App_KernelDevDebugContainer',
'container.dumper.inline_class_loader' => true,
'container.dumper.inline_factories' => true,
'locale' => 'de',
'uploads_path' => 'uploads/documents/',
'uploads_awb_path' => 'uploads/awb/',
'uploads_zuws_path' => 'uploads/zues_xml/',
'uploads_install_path' => 'uploads/install/',
'uploads_ticket_path' => '../uploads/tickets/',
'uploads_ticket_path_no_qr' => '/uploads/tickets/',
'router.request_context.host' => 'verwaltung.acobesmart.com',
'router.request_context.base_url' => '',
'asset.request_context.base_path' => '',
'router.request_context.scheme' => 'https',
'event_dispatcher.event_aliases' => [
'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
'Symfony\\Component\\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' => NULL,
'fragment.path' => '/_fragment',
'kernel.http_method_override' => true,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'de',
'kernel.enabled_locales' => [
],
'kernel.error_controller' => 'error_controller',
'debug.file_link_format' => NULL,
'asset.request_context.secure' => NULL,
'translator.logging' => false,
'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
'debug.error_handler.throw_at' => -1,
'router.resource' => 'kernel::loadRoutes',
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'session.metadata.storage_key' => '_sf2_meta',
'session.storage.options' => [
'cache_limiter' => '0',
'cookie_secure' => 'auto',
'cookie_httponly' => true,
'cookie_samesite' => 'lax',
'gc_probability' => 1,
],
'session.save_path' => NULL,
'session.metadata.update_threshold' => 0,
'form.type_extension.csrf.enabled' => true,
'form.type_extension.csrf.field_name' => '_token',
'validator.translation_domain' => 'validators',
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_main_requests' => false,
'twig.form.resources' => [
0 => '@VichUploader/Form/fields.html.twig',
1 => 'form_div_layout.html.twig',
2 => '@LiipImagine/Form/form_div_layout.html.twig',
3 => 'bootstrap_4_layout.html.twig',
4 => '@MisdPhoneNumber/Form/phone_number_bootstrap_4.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
'security.role_hierarchy.roles' => [
'ROLE_ADMIN' => [
0 => 'ROLE_OPERATOR',
1 => 'ROLE_CUSTODIAN',
2 => 'ROLE_LIFTMANAGER',
3 => 'ROLE_DL',
4 => 'ROLE_SBS',
5 => 'ROLE_STATS',
6 => 'ROLE_MB',
],
'ROLE_OPERATOR' => [
0 => 'ROLE_INSTALL',
],
'ROLE_SUPER_ADMIN' => [
0 => 'ROLE_OPERATOR',
1 => 'ROLE_CUSTODIAN',
2 => 'ROLE_LIFTMANAGER',
3 => 'ROLE_DL',
4 => 'ROLE_SBS',
5 => 'ROLE_ZUES',
6 => 'ROLE_MB',
7 => 'ROLE_ACQUISITION',
8 => 'ROLE_TANK',
9 => 'ROLE_INSTALL',
10 => 'ROLE_STATS',
11 => 'ROLE_ELV',
12 => 'ROLE_NEA',
13 => 'ROLE_ADMIN',
14 => 'ROLE_ALLOWED_TO_SWITCH',
15 => 'ROLE_ELV_LIVE_VIEW',
16 => 'ROLE_ELV_GPIO_HISTORY',
],
'ROLE_SYSTEM' => [
0 => 'ROLE_OPERATOR',
1 => 'ROLE_CUSTODIAN',
2 => 'ROLE_LIFTMANAGER',
3 => 'ROLE_DL',
4 => 'ROLE_SBS',
5 => 'ROLE_ZUES',
6 => 'ROLE_MB',
7 => 'ROLE_ACQUISITION',
8 => 'ROLE_TANK',
9 => 'ROLE_INSTALL',
10 => 'ROLE_STATS',
11 => 'ROLE_ELV',
12 => 'ROLE_NEA',
13 => 'ROLE_ADMIN',
14 => 'ROLE_ALLOWED_TO_SWITCH',
],
],
'security.access.denied_url' => NULL,
'security.authentication.manager.erase_credentials' => true,
'security.authentication.session_strategy.strategy' => 'migrate',
'security.access.always_authenticate_before_granting' => false,
'security.authentication.hide_user_not_found' => true,
'security.firewalls' => [
0 => 'api_external',
1 => 'api_leg',
2 => 'qrcode',
3 => 'default',
],
'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',
'newserver' => 'doctrine.orm.newserver_entity_manager',
],
'doctrine.default_entity_manager' => 'default',
'doctrine.dbal.connection_factory.types' => [
'datetime_microseconds' => [
'class' => 'BartoszBartniczak\\Doctrine\\DateTimeWithMicroseconds',
],
'phone_number' => [
'class' => 'Misd\\PhoneNumberBundle\\Doctrine\\DBAL\\Types\\PhoneNumberType',
],
'uuid' => [
'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
],
'ulid' => [
'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
],
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_connection',
'newserver' => 'doctrine.dbal.newserver_connection',
],
'doctrine.default_connection' => 'default',
'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
'doctrine.orm.cache.memcache_host' => 'localhost',
'doctrine.orm.cache.memcache_port' => 11211,
'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
'doctrine.orm.cache.memcached_host' => 'localhost',
'doctrine.orm.cache.memcached_port' => 11211,
'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
'doctrine.orm.cache.redis_host' => 'localhost',
'doctrine.orm.cache.redis_port' => 6379,
'doctrine.orm.cache.redis_instance.class' => 'Redis',
'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
'doctrine.orm.auto_generate_proxy_classes' => true,
'doctrine.orm.proxy_namespace' => 'Proxies',
'doctrine.migrations.preferred_em' => NULL,
'doctrine.migrations.preferred_connection' => NULL,
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'console',
],
],
'monolog.handler.critical' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
],
],
'monolog.handler.security' => [
'type' => 'inclusive',
'elements' => [
0 => 'security',
],
],
'monolog.handler.main' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
],
],
],
'secit.imap.connections' => [
'default_connection' => [
'mailbox' => '{sslin.df.eu:993/imap/ssl/novalidate-cert}INBOX',
'username' => 'status@acobesmart.com',
'password' => 'Zinnene51@Akumenisc',
'server_encoding' => 'UTF-8',
'attachments_dir' => NULL,
'create_attachments_dir_if_not_exists' => true,
'created_attachments_dir_permissions' => 770,
],
],
'nelmio_api_doc.areas' => [
0 => 'default',
1 => 'internal',
2 => 'api_v1_leg',
3 => 'api_v1_external',
],
'nelmio_api_doc.use_validation_groups' => false,
'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
'stof_doctrine_extensions.default_locale' => 'de_DE',
'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.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
'easyadmin.config' => [
],
'vich_uploader.default_filename_attribute_suffix' => '_name',
'vich_uploader.mappings' => [
'elevator_files' => [
'uri_prefix' => 'uploads/documents/',
'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/documents/'),
'namer' => [
'service' => NULL,
'options' => NULL,
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
],
'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
'craue.form.flow.class' => 'Craue\\FormFlowBundle\\Form\\FormFlow',
'craue.form.flow.storage.class' => 'Craue\\FormFlowBundle\\Storage\\SessionStorage',
'craue.form.flow.event_listener.previous_step_invalid.class' => 'Craue\\FormFlowBundle\\EventListener\\PreviousStepInvalidEventListener',
'craue.form.flow.event_listener.previous_step_invalid.event' => 'flow.previous_step_invalid',
'craue.form.flow.event_listener.flow_expired.class' => 'Craue\\FormFlowBundle\\EventListener\\FlowExpiredEventListener',
'craue.form.flow.event_listener.flow_expired.event' => 'flow.flow_expired',
'craue_twig_extensions.formflow.class' => 'Craue\\FormFlowBundle\\Twig\\Extension\\FormFlowExtension',
'craue_formflow.util.class' => 'Craue\\FormFlowBundle\\Util\\FormFlowUtil',
'knp_snappy.pdf.options' => [
'no-outline' => true,
'page-size' => 'A4',
'encoding' => 'UTF-8',
'enable-local-file-access' => true,
],
'knp_snappy.pdf.env' => [
],
'knp_snappy.image.binary' => 'wkhtmltoimage',
'knp_snappy.image.options' => [
],
'knp_snappy.image.env' => [
],
'pugx_autocompleter.autocomplete.class' => 'PUGX\\AutocompleterBundle\\Form\\Type\\AutocompleteType',
'pugx_autocompleter.filter_autocomplete.class' => 'PUGX\\AutocompleterBundle\\Form\\Type\\AutocompleteFilterType',
'nelmio_cors.map' => [
'^/' => [
],
],
'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',
'misd_phone_number.serializer.default_region' => 'ZZ',
'misd_phone_number.serializer.format' => 0,
'misd_phone_number.validator.default_region' => 'ZZ',
'misd_phone_number.validator.format' => 1,
'oneup_uploader.chunks.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\ChunkManager',
'oneup_uploader.chunks_storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\GaufretteStorage',
'oneup_uploader.chunks_storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FlysystemStorage',
'oneup_uploader.chunks_storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FilesystemStorage',
'oneup_uploader.namer.urlsafename.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UrlSafeNamer',
'oneup_uploader.namer.uniqid.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UniqidNamer',
'oneup_uploader.routing.loader.class' => 'Oneup\\UploaderBundle\\Routing\\RouteLoader',
'oneup_uploader.storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\GaufretteStorage',
'oneup_uploader.storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FlysystemStorage',
'oneup_uploader.storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemStorage',
'oneup_uploader.orphanage.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemOrphanageStorage',
'oneup_uploader.orphanage.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Orphanage\\OrphanageManager',
'oneup_uploader.controller.fineuploader.class' => 'Oneup\\UploaderBundle\\Controller\\FineUploaderController',
'oneup_uploader.controller.blueimp.class' => 'Oneup\\UploaderBundle\\Controller\\BlueimpController',
'oneup_uploader.controller.uploadify.class' => 'Oneup\\UploaderBundle\\Controller\\UploadifyController',
'oneup_uploader.controller.yui3.class' => 'Oneup\\UploaderBundle\\Controller\\YUI3Controller',
'oneup_uploader.controller.fancyupload.class' => 'Oneup\\UploaderBundle\\Controller\\FancyUploadController',
'oneup_uploader.controller.mooupload.class' => 'Oneup\\UploaderBundle\\Controller\\MooUploadController',
'oneup_uploader.controller.plupload.class' => 'Oneup\\UploaderBundle\\Controller\\PluploadController',
'oneup_uploader.controller.dropzone.class' => 'Oneup\\UploaderBundle\\Controller\\DropzoneController',
'oneup_uploader.command.clear_chunks.class' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
'oneup_uploader.command.clear_orphans.class' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
'oneup_uploader.error_handler.noop.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\NoopErrorHandler',
'oneup_uploader.error_handler.blueimp.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\BlueimpErrorHandler',
'oneup_uploader.error_handler.plupload.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\PluploadErrorHandler',
'oneup_uploader.error_handler.dropzone.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\DropzoneErrorHandler',
'oneup_uploader.config.gallery' => [
'frontend' => 'dropzone',
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'storage' => [
'service' => NULL,
'type' => 'filesystem',
'filesystem' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'allowed_mimetypes' => [
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'max_size' => 9223372036854775807,
'use_orphanage' => false,
'enable_progress' => false,
'enable_cancelation' => false,
'namer' => 'oneup_uploader.namer.uniqid',
'root_folder' => false,
],
'oneup_uploader.controllers' => [
'gallery' => [
0 => 'oneup_uploader.controller.gallery',
1 => [
'enable_progress' => false,
'enable_cancelation' => false,
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
],
],
],
'oneup_uploader.maxsize' => [
'gallery' => 2097152,
],
'liip_imagine.resolvers' => [
'default' => [
'web_path' => [
'web_root' => (\dirname(__DIR__, 4).'/public'),
'cache_prefix' => 'media/cache',
],
],
],
'liip_imagine.loaders' => [
'default' => [
'filesystem' => [
'locator' => 'filesystem',
'data_root' => [
0 => (\dirname(__DIR__, 4).'/public'),
],
'allow_unresolvable_data_roots' => false,
'bundle_resources' => [
'enabled' => false,
'access_control_type' => 'blacklist',
'access_control_list' => [
],
],
],
],
],
'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
'liip_imagine.jpegoptim.stripAll' => true,
'liip_imagine.jpegoptim.max' => NULL,
'liip_imagine.jpegoptim.progressive' => true,
'liip_imagine.jpegoptim.tempDir' => NULL,
'liip_imagine.optipng.binary' => '/usr/bin/optipng',
'liip_imagine.optipng.level' => 7,
'liip_imagine.optipng.stripAll' => true,
'liip_imagine.optipng.tempDir' => NULL,
'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
'liip_imagine.cwebp.tempDir' => NULL,
'liip_imagine.cwebp.q' => 75,
'liip_imagine.cwebp.alphaQ' => 100,
'liip_imagine.cwebp.m' => 4,
'liip_imagine.cwebp.alphaFilter' => 'fast',
'liip_imagine.cwebp.alphaMethod' => 1,
'liip_imagine.cwebp.exact' => false,
'liip_imagine.cwebp.metadata' => [
0 => 'none',
],
'liip_imagine.driver_service' => 'liip_imagine.gd',
'liip_imagine.cache.resolver.default' => 'default',
'liip_imagine.default_image' => NULL,
'liip_imagine.filter_sets' => [
'cache' => [
'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' => [
],
'post_processors' => [
],
],
'datenaufnahme_thumb' => [
'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' => [
'downscale' => [
'max' => [
0 => 300,
1 => 300,
],
],
],
'post_processors' => [
],
],
'ticket_thumb_dashboard' => [
'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' => [
'downscale' => [
'max' => [
0 => 300,
1 => 300,
],
],
],
'post_processors' => [
],
],
'ticket_thumb_qr' => [
'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' => [
'downscale' => [
'max' => [
0 => 200,
1 => 200,
],
],
],
'post_processors' => [
],
],
'pruefbuch_thumb' => [
'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' => [
'downscale' => [
'max' => [
0 => 250,
1 => 250,
],
],
],
'post_processors' => [
],
],
'my_max_down_scale_filter_small' => [
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'downscale' => [
'max' => [
0 => 200,
1 => 200,
],
],
],
'post_processors' => [
],
],
],
'liip_imagine.binary.loader.default' => 'default',
'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
'liip_imagine.webp.generate' => false,
'liip_imagine.webp.options' => [
'quality' => 100,
'cache' => NULL,
'data_loader' => NULL,
'post_processors' => [
],
],
'lexik_jwt_authentication.token_ttl' => 3600,
'lexik_jwt_authentication.clock_skew' => 0,
'lexik_jwt_authentication.user_identity_field' => 'username',
'lexik_jwt_authentication.allow_no_expiration' => false,
'lexik_jwt_authentication.user_id_claim' => 'username',
'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
'maker.compatible_check.doctrine.supports_attributes' => true,
'data_collector.templates' => [
'data_collector.request' => [
0 => 'request',
1 => '@WebProfiler/Collector/request.html.twig',
],
'data_collector.time' => [
0 => 'time',
1 => '@WebProfiler/Collector/time.html.twig',
],
'data_collector.memory' => [
0 => 'memory',
1 => '@WebProfiler/Collector/memory.html.twig',
],
'data_collector.validator' => [
0 => 'validator',
1 => '@WebProfiler/Collector/validator.html.twig',
],
'data_collector.ajax' => [
0 => 'ajax',
1 => '@WebProfiler/Collector/ajax.html.twig',
],
'data_collector.form' => [
0 => 'form',
1 => '@WebProfiler/Collector/form.html.twig',
],
'data_collector.exception' => [
0 => 'exception',
1 => '@WebProfiler/Collector/exception.html.twig',
],
'data_collector.logger' => [
0 => 'logger',
1 => '@WebProfiler/Collector/logger.html.twig',
],
'data_collector.events' => [
0 => 'events',
1 => '@WebProfiler/Collector/events.html.twig',
],
'data_collector.router' => [
0 => 'router',
1 => '@WebProfiler/Collector/router.html.twig',
],
'data_collector.cache' => [
0 => 'cache',
1 => '@WebProfiler/Collector/cache.html.twig',
],
'data_collector.translation' => [
0 => 'translation',
1 => '@WebProfiler/Collector/translation.html.twig',
],
'data_collector.security' => [
0 => 'security',
1 => '@Security/Collector/security.html.twig',
],
'data_collector.twig' => [
0 => 'twig',
1 => '@WebProfiler/Collector/twig.html.twig',
],
'data_collector.http_client' => [
0 => 'http_client',
1 => '@WebProfiler/Collector/http_client.html.twig',
],
'data_collector.doctrine' => [
0 => 'db',
1 => '@Doctrine/Collector/db.html.twig',
],
'mailer.data_collector' => [
0 => 'mailer',
1 => '@WebProfiler/Collector/mailer.html.twig',
],
'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
0 => 'easyadmin',
1 => '@EasyAdmin/inspector/data_collector.html.twig',
],
'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
0 => 'vich_uploader.mapping_collector',
1 => '@VichUploader/Collector/mapping_collector.html.twig',
],
'Bazinga\\GeocoderBundle\\DataCollector\\GeocoderDataCollector' => [
0 => 'geocoder',
1 => '@BazingaGeocoder/Collector/geocoder.html.twig',
],
'data_collector.mercure' => [
0 => 'mercure',
1 => '@Mercure/Collector/mercure.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'console.command.ids' => [
0 => 'console.command.public_alias.App\\Command\\WorkflowUpdateSvgCommand',
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}